@keyframes atNodeInserted750 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

.bdb-ml-bm-token__title {
  display: -ms-flexbox;
  display: flex;
  margin: var(--sherpa-spacing-2) 0 var(--sherpa-spacing-2) 0;
}

.bdb-ml-bm-token__pass-code-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 600px) {
  .bdb-ml-bm-token__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.bdb-at-input-token__msj-error {
  -webkit-font-smoothing: antialiased;
  color: var(--sherpa-error-800);
  margin-top: var(--sherpa-spacing-2);
}

@media (min-width: 600px) {
  .bdb-ml-header-bv__container {
    height: 80px;
  }
}

@media (min-width: 600px) {
  .bdb-ml-header-bv__container__content {
    max-width: 624px;
  }
}

.bdb-ml-header-bv__container__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.bdb-ml-header-bv__container__content__button--l {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bdb-ml-header-bv__container__content__button {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}

bdb-ml-header-bv__container__content__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

@media (min-width: 1025px) {
  .bdb-ml-header-bv__container__content {
    max-width: 1168px;
  }
}

.bdb-ml-header-bv__container__content__button--r {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bdb-ml-header-bv__container__content__button {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}

.bdb-ml-header-bv__container {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  z-index: 10;
  background-color: var(--sherpa-white);
  border-bottom: 1px solid var(--sherpa-carbon-200);
}


.bdb-ml-bm-token__actions {
  margin-top: var(--sherpa-spacing-7);
}

.bdb-at-backdrop--show {
  top: 0px;
  opacity: 1;
  z-index: 10000;
  transition: opacity 100ms ease-in;
}

.bdb-at-backdrop--show {
  top: 0px;
  opacity: 1;
  z-index: 10000;
  transition: opacity 100ms ease-in;
}

.bdb-at-backdrop__content {
  width: -webkit-fill-available;
  height: inherit;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 1;
  transform: scale(1);
  transition: visibility linear, opacity 1s, transform 0.25s, -webkit-transform 0.25s;
}

.modal-bdb.show {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.modal-bdb .bdb-ml-modal__content__box__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.modal-bdb .bdb-ml-modal__content__box__title {
  color: var(--sherpa-carbon-900);
}

.sherpa-typography-heading-6,
.modal-bdb .bdb-ml-modal__content__box__title {
  font-size: 20px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.2px;
}

@media (min-width: 600px) {
  .modal-bdb .bdb-ml-modal__content__box__sub-title {
    margin-top: var(--sherpa-spacing-4);
  }
}

.modal-bdb .bdb-ml-modal__content__box__sub-title {
  color: var(--sherpa-carbon-800);
  margin-top: var(--sherpa-spacing-2);
}

.sherpa-typography-paragraph-M,
.modal-bdb .bdb-ml-modal__content__box__sub-title {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
}

.modal-bdb .bdb-ml-modal__content__box__options {
  display: -ms-flexbox;
  display: flex;
  margin-top: var(--sherpa-spacing-7);
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.modal-bdb {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;

  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-bdb .bdb-ml-modal--active {
  width: 100%;
  height: 90vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 1s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 1s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 1s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 1s 0s, transform 0.25s, -webkit-transform 0.25s;
}

@media (min-width: 600px) {
  .modal-bdb .bdb-ml-modal__content {
    max-width: 608px;
    margin: 0 24px;
  }
}

.modal-bdb .bdb-ml-modal__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 16px;
}

@media (min-width: 600px) {
  .modal-bdb .bdb-ml-modal__content__box {
    padding: var(--sherpa-spacing-8);
  }
}

.modal-bdb .bdb-ml-modal__content__box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
  padding: var(--sherpa-spacing-7) var(--sherpa-spacing-6);
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.bdb-at-backdrop--active {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 25, 71, 0.8);
  opacity: 1;
}

.bdb-at-input-token__pass-code-area__box--error {
  background-color: var(--sherpa-error-100);
  border: 2px solid var(--sherpa-error-800);
}

.input-box--error>input {
  background-color: var(--sherpa-error-100);
  border: 2px solid var(--sherpa-error-800);
}

.bdb-ml-bm-token * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bdb-at-input-token__pass-code-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: var(--sherpa-spacing-7);
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sherpa-typography-paragraph-M,
.bdb-ml-bm-token__description {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
}

.bdb-ml-bm-token * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bdb-ml-bm-token__description {
  color: var(--sherpa-carbon-800);
}

@-moz-keyframes atNodeInserted750 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted750 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted750 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted750 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#mth_banner_bdb {
  animation-duration: 0.001s;
  animation-name: atNodeInserted750;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted750;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted750;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted750;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted750;
}

@keyframes atNodeInserted535 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted535 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted535 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted535 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted535 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted535;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted535;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted535;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted535;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted535;
}

@keyframes atNodeInserted477 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted477 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted477 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted477 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted477 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted477;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted477;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted477;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted477;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted477;
}

@keyframes atNodeInserted706 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted706 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted706 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted706 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted706 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted706;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted706;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted706;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted706;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted706;
}

@keyframes atNodeInserted844 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted844 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted844 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted844 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted844 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted844;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted844;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted844;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted844;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted844;
}

@keyframes atNodeInserted997 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted997 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted997 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted997 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted997 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted997;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted997;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted997;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted997;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted997;
}

@keyframes atNodeInserted793 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted793 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted793 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted793 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted793 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted793;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted793;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted793;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted793;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted793;
}

@keyframes atNodeInserted67 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted67 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted67 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted67 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted67 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted67;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted67;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted67;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted67;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted67;
}

@keyframes atNodeInserted433 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted433 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted433 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted433 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted433 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted433;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted433;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted433;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted433;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted433;
}

@keyframes atNodeInserted961 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted961 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted961 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted961 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted961 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted961;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted961;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted961;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted961;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted961;
}

@keyframes atNodeInserted584 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted584 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted584 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted584 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted584 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted584;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted584;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted584;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted584;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted584;
}

@keyframes atNodeInserted240 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted240 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted240 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted240 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted240 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted240;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted240;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted240;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted240;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted240;
}

@keyframes atNodeInserted442 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted442 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted442 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted442 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted442 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted442;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted442;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted442;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted442;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted442;
}

@keyframes atNodeInserted746 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted746 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted746 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted746 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted746 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted746;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted746;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted746;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted746;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted746;
}

@keyframes atNodeInserted14 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted14 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted14 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted14 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted14 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted14;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted14;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted14;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted14;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted14;
}

@keyframes atNodeInserted766 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted766 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted766 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted766 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted766 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted766;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted766;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted766;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted766;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted766;
}

@keyframes atNodeInserted938 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted938 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted938 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted938 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted938 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted938;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted938;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted938;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted938;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted938;
}

@keyframes atNodeInserted429 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted429 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted429 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted429 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted429 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted429;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted429;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted429;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted429;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted429;
}

@keyframes atNodeInserted533 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted533 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted533 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted533 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted533 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted533;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted533;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted533;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted533;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted533;
}

@keyframes atNodeInserted501 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted501 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted501 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted501 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted501 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted501;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted501;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted501;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted501;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted501;
}

@keyframes atNodeInserted868 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted868 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted868 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted868 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted868 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted868;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted868;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted868;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted868;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted868;
}

@keyframes atNodeInserted68 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted68 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted68 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted68 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted68 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted68;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted68;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted68;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted68;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted68;
}

@keyframes atNodeInserted289 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted289 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted289 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted289 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted289 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted289;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted289;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted289;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted289;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted289;
}

@keyframes atNodeInserted773 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted773 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted773 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted773 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted773 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted773;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted773;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted773;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted773;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted773;
}

@keyframes atNodeInserted631 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted631 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted631 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted631 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted631 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted631;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted631;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted631;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted631;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted631;
}

@keyframes atNodeInserted49 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted49 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted49 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted49 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted49 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted49;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted49;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted49;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted49;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted49;
}

@keyframes atNodeInserted555 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted555 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted555 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted555 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted555 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted555;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted555;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted555;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted555;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted555;
}

@keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted353;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted353;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted353;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted353;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted353;
}

@keyframes atNodeInserted816 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted816 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted816 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted816 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted816 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted816;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted816;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted816;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted816;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted816;
}

@keyframes atNodeInserted369 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted369 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted369 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted369 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted369 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted369;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted369;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted369;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted369;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted369;
}

@keyframes atNodeInserted304 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted304 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted304 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted304 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted304 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted304;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted304;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted304;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted304;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted304;
}

@keyframes atNodeInserted708 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted708 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted708 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted708 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted708 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted708;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted708;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted708;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted708;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted708;
}

@keyframes atNodeInserted783 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted783 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted783 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted783 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted783 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted783;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted783;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted783;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted783;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted783;
}

@keyframes atNodeInserted722 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted722 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted722 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted722 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted722 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted722;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted722;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted722;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted722;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted722;
}

@keyframes atNodeInserted403 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted403 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted403 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted403 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted403 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted403;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted403;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted403;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted403;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted403;
}

@keyframes atNodeInserted598 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted598 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted598 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted598 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted598 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted598;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted598;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted598;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted598;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted598;
}

@keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted871;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted871;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted871;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted871;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted871;
}

@keyframes atNodeInserted803 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted803 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted803 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted803 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted803 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted803;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted803;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted803;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted803;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted803;
}

@keyframes atNodeInserted928 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted928 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted928 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted928 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted928 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted928;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted928;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted928;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted928;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted928;
}

@keyframes atNodeInserted271 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted271 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted271 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted271 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted271 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted271;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted271;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted271;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted271;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted271;
}

@keyframes atNodeInserted638 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted638 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted638 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted638 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted638 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted638;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted638;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted638;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted638;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted638;
}

@keyframes atNodeInserted517 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted517 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted517 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted517 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted517 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted517;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted517;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted517;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted517;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted517;
}

@keyframes atNodeInserted51 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted51 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted51 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted51 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted51 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted51;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted51;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted51;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted51;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted51;
}

@keyframes atNodeInserted221 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted221 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted221 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted221 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted221 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted221;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted221;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted221;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted221;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted221;
}

@keyframes atNodeInserted711 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted711 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted711 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted711 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted711 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted711;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted711;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted711;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted711;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted711;
}

@keyframes atNodeInserted830 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted830 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted830 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted830 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted830 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted830;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted830;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted830;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted830;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted830;
}

@keyframes atNodeInserted229 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted229 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted229 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted229 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted229 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted229;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted229;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted229;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted229;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted229;
}

@keyframes atNodeInserted456 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted456 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted456 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted456 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted456 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted456;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted456;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted456;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted456;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted456;
}

@keyframes atNodeInserted628 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted628 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted628 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted628 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted628 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted628;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted628;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted628;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted628;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted628;
}

@keyframes atNodeInserted430 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted430 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted430 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted430 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted430 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted430;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted430;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted430;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted430;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted430;
}

@keyframes atNodeInserted190 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted190 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted190 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted190 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted190 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted190;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted190;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted190;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted190;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted190;
}

@keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted92;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted92;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted92;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted92;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted92;
}

@keyframes atNodeInserted146 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted146 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted146 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted146 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted146 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted146;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted146;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted146;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted146;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted146;
}

@keyframes atNodeInserted847 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted847 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted847 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted847 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted847 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted847;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted847;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted847;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted847;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted847;
}

@keyframes atNodeInserted971 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted971 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted971 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted971 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted971 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted971;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted971;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted971;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted971;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted971;
}

@keyframes atNodeInserted172 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted172 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted172 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted172 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted172 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted172;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted172;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted172;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted172;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted172;
}

@keyframes atNodeInserted600 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted600 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted600 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted600 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted600 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted600;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted600;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted600;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted600;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted600;
}

@keyframes atNodeInserted193 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted193 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted193 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted193 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted193 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted193;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted193;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted193;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted193;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted193;
}

@keyframes atNodeInserted71 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted71 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted71 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted71 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted71 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted71;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted71;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted71;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted71;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted71;
}

@keyframes atNodeInserted174 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted174 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted174 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted174 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted174 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted174;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted174;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted174;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted174;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted174;
}

@keyframes atNodeInserted661 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted661 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted661 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted661 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted661 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted661;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted661;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted661;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted661;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted661;
}

@keyframes atNodeInserted251 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted251 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted251 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted251 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted251 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted251;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted251;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted251;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted251;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted251;
}

@keyframes atNodeInserted875 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted875 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted875 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted875 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted875 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted875;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted875;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted875;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted875;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted875;
}

@keyframes atNodeInserted472 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted472 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted472 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted472 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted472 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted472;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted472;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted472;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted472;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted472;
}

@keyframes atNodeInserted208 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted208 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted208 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted208 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted208 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted208;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted208;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted208;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted208;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted208;
}

@keyframes atNodeInserted81 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted81 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted81 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted81 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted81 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted81;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted81;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted81;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted81;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted81;
}

@keyframes atNodeInserted257 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted257 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted257 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted257 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted257 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted257;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted257;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted257;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted257;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted257;
}

@keyframes atNodeInserted796 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted796 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted796 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted796 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted796 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted796;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted796;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted796;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted796;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted796;
}

@keyframes atNodeInserted581 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted581 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted581 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted581 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted581 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted581;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted581;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted581;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted581;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted581;
}

@keyframes atNodeInserted118 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted118 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted118 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted118 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted118 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted118;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted118;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted118;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted118;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted118;
}

@keyframes atNodeInserted962 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted962 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted962 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted962 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted962 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted962;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted962;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted962;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted962;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted962;
}

@keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted378;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted378;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted378;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted378;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted378;
}

@keyframes atNodeInserted900 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted900 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted900 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted900 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted900 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted900;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted900;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted900;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted900;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted900;
}

@keyframes atNodeInserted571 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted571 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted571 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted571 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted571 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted571;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted571;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted571;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted571;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted571;
}

@keyframes atNodeInserted268 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted268 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted268 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted268 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted268 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted268;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted268;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted268;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted268;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted268;
}

@keyframes atNodeInserted28 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted28 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted28 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted28 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted28 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted28;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted28;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted28;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted28;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted28;
}

@keyframes atNodeInserted487 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted487 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted487 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted487 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted487 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted487;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted487;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted487;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted487;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted487;
}

@keyframes atNodeInserted943 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted943 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted943 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted943 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted943 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted943;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted943;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted943;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted943;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted943;
}

@keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted977;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted977;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted977;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted977;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted977;
}

@keyframes atNodeInserted230 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted230 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted230 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted230 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted230 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted230;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted230;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted230;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted230;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted230;
}

@keyframes atNodeInserted120 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted120 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted120 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted120 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted120 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted120;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted120;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted120;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted120;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted120;
}

@keyframes atNodeInserted168 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted168 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted168 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted168 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted168 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted168;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted168;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted168;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted168;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted168;
}

@keyframes atNodeInserted128 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted128 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted128 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted128 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted128 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted128;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted128;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted128;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted128;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted128;
}

@keyframes atNodeInserted492 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted492 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted492 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted492 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted492 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted492;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted492;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted492;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted492;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted492;
}

@keyframes atNodeInserted87 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted87 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted87 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted87 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted87 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted87;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted87;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted87;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted87;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted87;
}

@keyframes atNodeInserted274 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted274 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted274 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted274 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted274 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted274;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted274;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted274;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted274;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted274;
}

@keyframes atNodeInserted98 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted98 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted98 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted98 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted98 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted98;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted98;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted98;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted98;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted98;
}

@keyframes atNodeInserted640 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted640 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted640 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted640 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted640 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted640;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted640;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted640;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted640;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted640;
}

@keyframes atNodeInserted734 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted734 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted734 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted734 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted734 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted734;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted734;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted734;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted734;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted734;
}

@keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted378 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted378;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted378;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted378;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted378;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted378;
}

@keyframes atNodeInserted792 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted792 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted792 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted792 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted792 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted792;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted792;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted792;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted792;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted792;
}

@keyframes atNodeInserted849 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted849 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted849 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted849 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted849 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted849;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted849;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted849;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted849;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted849;
}

@keyframes atNodeInserted843 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted843 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted843 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted843 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted843 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted843;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted843;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted843;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted843;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted843;
}

@keyframes atNodeInserted857 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted857 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted857 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted857 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted857 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted857;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted857;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted857;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted857;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted857;
}

@keyframes atNodeInserted326 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted326 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted326 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted326 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted326 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted326;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted326;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted326;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted326;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted326;
}

@keyframes atNodeInserted885 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted885 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted885 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted885 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted885 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted885;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted885;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted885;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted885;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted885;
}

@keyframes atNodeInserted354 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted354 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted354 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted354 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted354 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted354;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted354;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted354;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted354;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted354;
}

@keyframes atNodeInserted705 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted705 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted705 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted705 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted705 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted705;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted705;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted705;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted705;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted705;
}

@keyframes atNodeInserted589 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted589 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted589 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted589 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted589 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted589;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted589;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted589;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted589;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted589;
}

@keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted353 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted353;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted353;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted353;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted353;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted353;
}

@keyframes atNodeInserted657 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted657 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted657 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted657 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted657 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted657;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted657;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted657;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted657;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted657;
}

@keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted92 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted92;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted92;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted92;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted92;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted92;
}

@keyframes atNodeInserted614 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted614 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted614 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted614 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted614 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted614;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted614;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted614;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted614;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted614;
}

@keyframes atNodeInserted679 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted679 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted679 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted679 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted679 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted679;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted679;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted679;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted679;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted679;
}

@keyframes atNodeInserted673 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted673 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted673 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted673 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted673 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted673;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted673;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted673;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted673;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted673;
}

@keyframes atNodeInserted260 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted260 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted260 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted260 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted260 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted260;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted260;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted260;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted260;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted260;
}

@keyframes atNodeInserted397 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted397 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted397 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted397 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted397 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted397;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted397;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted397;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted397;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted397;
}

@keyframes atNodeInserted586 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted586 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted586 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted586 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted586 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted586;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted586;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted586;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted586;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted586;
}

@keyframes atNodeInserted878 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted878 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted878 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted878 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted878 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted878;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted878;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted878;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted878;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted878;
}

@keyframes atNodeInserted761 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted761 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted761 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted761 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted761 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted761;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted761;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted761;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted761;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted761;
}

@keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted977 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted977;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted977;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted977;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted977;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted977;
}

@keyframes atNodeInserted848 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted848 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted848 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted848 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted848 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted848;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted848;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted848;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted848;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted848;
}

@keyframes atNodeInserted530 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted530 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted530 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted530 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted530 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted530;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted530;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted530;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted530;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted530;
}

@keyframes atNodeInserted31 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted31 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted31 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted31 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted31 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted31;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted31;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted31;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted31;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted31;
}

@keyframes atNodeInserted851 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted851 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted851 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted851 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted851 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted851;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted851;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted851;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted851;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted851;
}

@keyframes atNodeInserted542 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted542 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted542 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted542 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted542 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted542;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted542;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted542;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted542;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted542;
}

@keyframes atNodeInserted860 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted860 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted860 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted860 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted860 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted860;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted860;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted860;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted860;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted860;
}

@keyframes atNodeInserted957 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted957 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted957 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted957 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted957 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted957;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted957;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted957;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted957;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted957;
}

@keyframes atNodeInserted432 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted432 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted432 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted432 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted432 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted432;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted432;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted432;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted432;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted432;
}

@keyframes atNodeInserted696 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted696 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted696 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted696 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted696 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted696;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted696;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted696;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted696;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted696;
}

@keyframes atNodeInserted701 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted701 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted701 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted701 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted701 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted701;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted701;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted701;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted701;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted701;
}

@keyframes atNodeInserted549 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted549 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted549 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted549 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted549 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted549;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted549;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted549;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted549;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted549;
}

@keyframes atNodeInserted258 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted258 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted258 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted258 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted258 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted258;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted258;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted258;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted258;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted258;
}

@keyframes atNodeInserted423 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted423 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted423 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted423 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted423 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted423;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted423;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted423;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted423;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted423;
}

@keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted871 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#root>div>div.dash.shell-container__mf.shell-container__portal>div>div.gcXVuAavYluspR35Ap-bfQ\=\=>div.MTtp2\+Wk9V0PNHQ\+ChWxbg\=\=>dashboard-market-place {
  animation-duration: 0.001s;
  animation-name: atNodeInserted871;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted871;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted871;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted871;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted871;
}

@keyframes atNodeInserted870 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes atNodeInserted870 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes atNodeInserted870 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-ms-keyframes atNodeInserted870 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

@-o-keyframes atNodeInserted870 {
  from {
    opacity: 0.99
  }

  to {
    opacity: 1
  }
}

#info-banner {
  animation-duration: 0.001s;
  animation-name: atNodeInserted870;
  -moz-animation-duration: 0.001s;
  -moz-animation-name: atNodeInserted870;
  -webkit-animation-duration: 0.001s;
  -webkit-animation-name: atNodeInserted870;
  -ms-animation-duration: 0.001s;
  -ms-animation-name: atNodeInserted870;
  -o-animation-duration: 0.001s;
  -o-animation-name: atNodeInserted870;
}

._7pFqf6HtJm-Go1Dv-hAW5g\=\= {
  margin: 64px var(--sherpa-spacing-0) var(--sherpa-spacing-6);
  color: var(--sherpa-carbon-900);
}

auth-bdb-tp-dashboard,
auth-bdb-ml-bm-ces,
auth-bdb-ml-bm-nps,
auth-bdb-tp-bv,
auth-bdb-ml-card-product,
auth-bdb-ml-customer-validation,
auth-bdb-ml-header-bm,
auth-bdb-ml-tracking-card,
auth-bdb-ml-validate-identity,
auth-bdb-at-toggle,
auth-bdb-ml-bm-box-button,
auth-bdb-ml-bm-header,
auth-bdb-ml-bm-product-card,
auth-bdb-ml-bm-voucher,
auth-bdb-ml-button-add,
auth-bdb-ml-button-selector,
auth-bdb-ml-calendar-lite,
auth-bdb-ml-confirmation,
auth-bdb-ml-confirmation-data,
auth-bdb-ml-dashboard-card,
auth-bdb-ml-detail-document,
auth-bdb-ml-dynamic-input,
auth-bdb-ml-financial-data,
auth-bdb-ml-footer-landing,
auth-bdb-ml-header-landing,
auth-bdb-ml-login-form,
auth-bdb-ml-multi-selector-link,
auth-bdb-ml-share,
auth-bdb-ml-summary,
auth-bdb-tp-xcenter-login-form,
auth-bdb-at-accordion-item,
auth-bdb-at-alert,
auth-bdb-at-animation,
auth-bdb-at-avatar,
auth-bdb-at-check-button,
auth-bdb-at-combo-box,
auth-bdb-at-confetti,
auth-bdb-at-eye-toggle,
auth-bdb-at-input-token,
auth-bdb-at-load-button,
auth-bdb-at-multi-autocomplete,
auth-bdb-at-progress-bar,
auth-bdb-at-progress-indicator,
auth-bdb-at-progress-line,
auth-bdb-at-second-tooltip,
auth-bdb-at-standar-progress,
auth-bdb-ml-accept-docs,
auth-bdb-ml-access-card,
auth-bdb-ml-accordion,
auth-bdb-ml-accordion-display-info,
auth-bdb-ml-activation-card,
auth-bdb-ml-basic-data,
auth-bdb-ml-bm-accordion,
auth-bdb-ml-bm-action-sheet,
auth-bdb-ml-bm-card,
auth-bdb-ml-bm-card-reverse,
auth-bdb-ml-bm-card-slide,
auth-bdb-ml-bm-content-title,
auth-bdb-ml-bm-dropdown-modal,
auth-bdb-ml-bm-otp,
auth-bdb-ml-bm-survey,
auth-bdb-ml-bm-token,
auth-bdb-ml-box-button,
auth-bdb-ml-breadcrumbs,
auth-bdb-ml-calendar,
auth-bdb-ml-card-ending,
auth-bdb-ml-card-list,
auth-bdb-ml-card-price,
auth-bdb-ml-card-promotion,
auth-bdb-ml-card-selector,
auth-bdb-ml-chart-donut,
auth-bdb-ml-checkbox-multiple,
auth-bdb-ml-chip-selector,
auth-bdb-ml-compound-list,
auth-bdb-ml-content-title,
auth-bdb-ml-countdown,
auth-bdb-ml-date-picker,
auth-bdb-ml-drawer,
auth-bdb-ml-dynamic-table,
auth-bdb-ml-fga-aware,
auth-bdb-ml-footer,
auth-bdb-ml-header-bv,
auth-bdb-ml-horizontal-selector,
auth-bdb-ml-loader,
auth-bdb-ml-map-office,
auth-bdb-ml-modal,
auth-bdb-ml-modal-normal,
auth-bdb-ml-modal-onboarding,
auth-bdb-ml-move-list,
auth-bdb-ml-multi-action,
auth-bdb-ml-multi-selector,
auth-bdb-ml-notification-card,
auth-bdb-ml-pagination,
auth-bdb-ml-profile,
auth-bdb-ml-quicks-cards,
auth-bdb-ml-resume,
auth-bdb-ml-slider,
auth-bdb-ml-table,
auth-bdb-ml-tabs,
auth-bdb-ml-upload,
auth-bdb-ml-video,
auth-bdb-ml-xcenter-login-form,
auth-bdb-tp-cn-empty-state,
auth-bdb-tp-empty-state,
auth-bdb-tp-flowtm,
auth-bdb-tp-flowtr,
auth-bdb-tp-flowtt,
auth-bdb-tp-payments,
auth-bdb-tp-progress,
auth-bdb-at-radio-button,
auth-bdb-at-skeleton,
auth-bdb-ml-active-selector,
auth-bdb-ml-bm-half-card,
auth-bdb-ml-overflow-menu,
auth-bdb-ml-secondtabs,
auth-bdb-ml-sidebar,
auth-bdb-ml-upload-file,
auth-bdb-pictogram,
auth-bdb-at-text-area,
auth-bdb-ml-search-input,
auth-bdb-at-interactive-tag,
auth-bdb-at-logo,
auth-bdb-at-tooltip,
auth-bdb-at-backdrop,
auth-bdb-at-autocomplete,
auth-bdb-at-toast,
auth-bdb-ml-address-form,
auth-bdb-ml-date-input,
auth-bdb-ml-terms,
auth-bdb-ml-header,
auth-bdb-at-dropdown,
auth-bdb-text,
auth-bdb-at-input {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

transfers-sp-ml-customer-validation,
transfers-sp-ml-header-landing,
transfers-sp-ml-tracking-card,
transfers-sp-tp-dashboard,
transfers-sp-at-input-token,
transfers-sp-at-multi-autocomplete,
transfers-sp-at-text-area,
transfers-sp-ml-bm-voucher,
transfers-sp-ml-button-selector,
transfers-sp-ml-calendar-lite,
transfers-sp-ml-confirmation,
transfers-sp-ml-confirmation-data,
transfers-sp-ml-dashboard-card,
transfers-sp-ml-detail-document,
transfers-sp-ml-financial-data,
transfers-sp-ml-footer-landing,
transfers-sp-ml-info-loader,
transfers-sp-ml-map-office,
transfers-sp-ml-resume-accordion,
transfers-sp-ml-search-input,
transfers-sp-tp-bv,
transfers-sp-tp-xcenter-login-form,
transfers-sp-at-accordion-item,
transfers-sp-at-alert,
transfers-sp-at-animation,
transfers-sp-at-autocomplete,
transfers-sp-at-check-button,
transfers-sp-at-combo-box,
transfers-sp-at-confetti,
transfers-sp-at-load-button,
transfers-sp-at-progress-bar,
transfers-sp-at-progress-indicator,
transfers-sp-at-progress-line,
transfers-sp-at-radio-button,
transfers-sp-at-second-tooltip,
transfers-sp-at-skeleton,
transfers-sp-at-standar-progress,
transfers-sp-at-toast,
transfers-sp-at-toggle,
transfers-sp-at-toggle-visualizer,
transfers-sp-cards-bines,
transfers-sp-illustration,
transfers-sp-ml-accept-docs,
transfers-sp-ml-access-card,
transfers-sp-ml-accordion,
transfers-sp-ml-activation-card,
transfers-sp-ml-address-form,
transfers-sp-ml-basic-data,
transfers-sp-ml-bm-action-sheet,
transfers-sp-ml-bm-card,
transfers-sp-ml-bm-card-reverse,
transfers-sp-ml-bm-half-card,
transfers-sp-ml-bm-header,
transfers-sp-ml-bm-otp,
transfers-sp-ml-bm-survey,
transfers-sp-ml-bm-token,
transfers-sp-ml-box-button,
transfers-sp-ml-breadcrumbs,
transfers-sp-ml-calendar,
transfers-sp-ml-card-ending,
transfers-sp-ml-card-list,
transfers-sp-ml-card-price,
transfers-sp-ml-card-promotion,
transfers-sp-ml-card-selector,
transfers-sp-ml-chart-donut,
transfers-sp-ml-checkbox-multiple,
transfers-sp-ml-chip-selector,
transfers-sp-ml-compound-list,
transfers-sp-ml-content-title,
transfers-sp-ml-countdown,
transfers-sp-ml-date-input,
transfers-sp-ml-date-picker,
transfers-sp-ml-document-viewer,
transfers-sp-ml-drawer,
transfers-sp-ml-dynamic-input,
transfers-sp-ml-dynamic-table,
transfers-sp-ml-footer,
transfers-sp-ml-header-bm,
transfers-sp-ml-horizontal-selector,
transfers-sp-ml-loader,
transfers-sp-ml-login-form,
transfers-sp-ml-modal,
transfers-sp-ml-modal-normal,
transfers-sp-ml-modal-onboarding,
transfers-sp-ml-move-list,
transfers-sp-ml-multi-action,
transfers-sp-ml-multi-selector,
transfers-sp-ml-notification-card,
transfers-sp-ml-otp,
transfers-sp-ml-pagination,
transfers-sp-ml-profile,
transfers-sp-ml-quicks-cards,
transfers-sp-ml-resume,
transfers-sp-ml-secondtabs,
transfers-sp-ml-share,
transfers-sp-ml-slider,
transfers-sp-ml-summary,
transfers-sp-ml-tabs,
transfers-sp-ml-terms,
transfers-sp-ml-upload,
transfers-sp-ml-video,
transfers-sp-ml-xcenter-login-form,
transfers-sp-pictogram,
transfers-sp-tp-cn-empty-state,
transfers-sp-tp-empty-state,
transfers-sp-tp-payments,
transfers-sp-tp-progress,
transfers-sp-at-avatar,
transfers-sp-at-dropdown,
transfers-sp-ml-active-selector,
transfers-sp-ml-overflow-menu,
transfers-sp-ml-sidebar,
transfers-sp-ml-upload-file,
transfers-sp-at-backdrop,
transfers-sp-ml-header,
transfers-sp-at-tooltip,
transfers-sp-at-input,
transfers-sp-at-tag,
transfers-sp-at-logo {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

pulse-transaction,
pulse-date-picker,
pulse-mobile-date-picker,
pulse-mobile-calendar-group,
pulse-list-item,
pulse-onboarding,
pulse-option-menu-controller,
pulse-collapsible,
pulse-tags-group,
pulse-tooltip-controller,
pulse-tooltip-info-controller,
pulse-item,
pulse-select-card,
pulse-select-card-group,
pulse-toast,
pulse-card-shortcut-add,
pulse-flow-thc,
pulse-flowthcs,
pulse-list,
pulse-list-group,
pulse-modal,
pulse-modal-lite,
pulse-modaltb,
pulse-modaltc,
pulse-tab,
pulse-tab-item,
pulse-tabs,
pulse-tabs-group,
pulse-progress-indicator,
pulse-voucher-summary-item,
pulse-dropdown,
pulse-checkbox,
pulse-flowtm,
pulse-flowtr,
pulse-flowtt,
pulse-radio-group,
pulse-switch-button,
pulse-tooltip,
pulse-radio,
pulse-input,
pulse-button,
pulse-option,
pulse-fab-button,
pulse-option-menu,
pulse-card,
pulse-icon,
pulse-calendar,
pulse-avatar,
pulse-tooltip-info,
pulse-slides,
pulse-slide,
pulse-nav-button,
pulse-flowth,
pulse-mobile-calendar,
pulse-tag,
pulse-voucher-summary,
pulse-voucher-result,
pulse-flowthc,
pulse-voucher {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

tran-spi-sp-ml-customer-validation,
tran-spi-sp-ml-header-landing,
tran-spi-sp-ml-tracking-card,
tran-spi-sp-tp-dashboard,
tran-spi-sp-at-input-token,
tran-spi-sp-at-multi-autocomplete,
tran-spi-sp-at-text-area,
tran-spi-sp-ml-bm-voucher,
tran-spi-sp-ml-button-selector,
tran-spi-sp-ml-calendar-lite,
tran-spi-sp-ml-card-selector,
tran-spi-sp-ml-confirmation,
tran-spi-sp-ml-confirmation-data,
tran-spi-sp-ml-detail-document,
tran-spi-sp-ml-financial-data,
tran-spi-sp-ml-footer-landing,
tran-spi-sp-ml-info-loader,
tran-spi-sp-ml-map-office,
tran-spi-sp-ml-resume-accordion,
tran-spi-sp-ml-search-input,
tran-spi-sp-tp-bv,
tran-spi-sp-tp-xcenter-login-form,
tran-spi-sp-at-accordion-item,
tran-spi-sp-at-alert,
tran-spi-sp-at-animation,
tran-spi-sp-at-autocomplete,
tran-spi-sp-at-check-button,
tran-spi-sp-at-combo-box,
tran-spi-sp-at-confetti,
tran-spi-sp-at-load-button,
tran-spi-sp-at-progress-bar,
tran-spi-sp-at-progress-indicator,
tran-spi-sp-at-progress-line,
tran-spi-sp-at-radio-button,
tran-spi-sp-at-second-tooltip,
tran-spi-sp-at-skeleton,
tran-spi-sp-at-standar-progress,
tran-spi-sp-at-toast,
tran-spi-sp-at-toggle,
tran-spi-sp-at-toggle-visualizer,
tran-spi-sp-illustration,
tran-spi-sp-ml-accept-docs,
tran-spi-sp-ml-access-card,
tran-spi-sp-ml-accordion,
tran-spi-sp-ml-activation-card,
tran-spi-sp-ml-address-form,
tran-spi-sp-ml-basic-data,
tran-spi-sp-ml-bm-action-sheet,
tran-spi-sp-ml-bm-card,
tran-spi-sp-ml-bm-card-reverse,
tran-spi-sp-ml-bm-half-card,
tran-spi-sp-ml-bm-header,
tran-spi-sp-ml-bm-otp,
tran-spi-sp-ml-bm-survey,
tran-spi-sp-ml-bm-token,
tran-spi-sp-ml-box-button,
tran-spi-sp-ml-breadcrumbs,
tran-spi-sp-ml-calendar,
tran-spi-sp-ml-card-ending,
tran-spi-sp-ml-card-list,
tran-spi-sp-ml-card-price,
tran-spi-sp-ml-card-promotion,
tran-spi-sp-ml-chart-donut,
tran-spi-sp-ml-checkbox-multiple,
tran-spi-sp-ml-chip-selector,
tran-spi-sp-ml-compound-list,
tran-spi-sp-ml-content-title,
tran-spi-sp-ml-countdown,
tran-spi-sp-ml-dashboard-card,
tran-spi-sp-ml-date-input,
tran-spi-sp-ml-date-picker,
tran-spi-sp-ml-document-viewer,
tran-spi-sp-ml-drawer,
tran-spi-sp-ml-dynamic-input,
tran-spi-sp-ml-dynamic-table,
tran-spi-sp-ml-footer,
tran-spi-sp-ml-header-bm,
tran-spi-sp-ml-horizontal-selector,
tran-spi-sp-ml-loader,
tran-spi-sp-ml-login-form,
tran-spi-sp-ml-modal,
tran-spi-sp-ml-modal-normal,
tran-spi-sp-ml-modal-onboarding,
tran-spi-sp-ml-move-list,
tran-spi-sp-ml-multi-action,
tran-spi-sp-ml-multi-selector,
tran-spi-sp-ml-notification-card,
tran-spi-sp-ml-otp,
tran-spi-sp-ml-pagination,
tran-spi-sp-ml-profile,
tran-spi-sp-ml-quicks-cards,
tran-spi-sp-ml-resume,
tran-spi-sp-ml-secondtabs,
tran-spi-sp-ml-share,
tran-spi-sp-ml-slider,
tran-spi-sp-ml-summary,
tran-spi-sp-ml-tabs,
tran-spi-sp-ml-terms,
tran-spi-sp-ml-upload,
tran-spi-sp-ml-video,
tran-spi-sp-ml-xcenter-login-form,
tran-spi-sp-tp-cn-empty-state,
tran-spi-sp-tp-empty-state,
tran-spi-sp-tp-payments,
tran-spi-sp-tp-progress,
tran-spi-sp-at-avatar,
tran-spi-sp-at-dropdown,
tran-spi-sp-ml-active-selector,
tran-spi-sp-ml-overflow-menu,
tran-spi-sp-ml-sidebar,
tran-spi-sp-ml-upload-file,
tran-spi-sp-pictogram,
tran-spi-sp-at-backdrop,
tran-spi-sp-ml-header,
tran-spi-sp-at-tooltip,
tran-spi-sp-at-input,
tran-spi-sp-at-logo,
tran-spi-sp-at-tag {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

adl-consejero-aval,
idw-alert,
idw-audio-record,
idw-button,
idw-file-choose,
idw-icon,
idw-loading,
idw-progress-bar,
idw-render-component,
idw-upload-file,
idw-web-chat,
idw-web-chat-aval,
idw-web-chat-error,
idw-web-chat-onboarding,
mocks-components {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

dashboard-sp-ml-customer-validation,
dashboard-sp-ml-header-landing,
dashboard-sp-ml-tracking-card,
dashboard-sp-tp-dashboard,
dashboard-sp-at-input-token,
dashboard-sp-at-multi-autocomplete,
dashboard-sp-at-text-area,
dashboard-sp-ml-bm-voucher,
dashboard-sp-ml-button-selector,
dashboard-sp-ml-calendar-lite,
dashboard-sp-ml-confirmation,
dashboard-sp-ml-confirmation-data,
dashboard-sp-ml-dashboard-card,
dashboard-sp-ml-detail-document,
dashboard-sp-ml-financial-data,
dashboard-sp-ml-footer-landing,
dashboard-sp-ml-info-loader,
dashboard-sp-ml-map-office,
dashboard-sp-ml-resume-accordion,
dashboard-sp-ml-search-input,
dashboard-sp-tp-bv,
dashboard-sp-tp-xcenter-login-form,
dashboard-sp-at-accordion-item,
dashboard-sp-at-alert,
dashboard-sp-at-animation,
dashboard-sp-at-autocomplete,
dashboard-sp-at-check-button,
dashboard-sp-at-combo-box,
dashboard-sp-at-confetti,
dashboard-sp-at-load-button,
dashboard-sp-at-progress-bar,
dashboard-sp-at-progress-indicator,
dashboard-sp-at-progress-line,
dashboard-sp-at-radio-button,
dashboard-sp-at-second-tooltip,
dashboard-sp-at-skeleton,
dashboard-sp-at-standar-progress,
dashboard-sp-at-toast,
dashboard-sp-at-toggle,
dashboard-sp-at-toggle-visualizer,
dashboard-sp-cards-bines,
dashboard-sp-illustration,
dashboard-sp-ml-accept-docs,
dashboard-sp-ml-access-card,
dashboard-sp-ml-accordion,
dashboard-sp-ml-activation-card,
dashboard-sp-ml-address-form,
dashboard-sp-ml-basic-data,
dashboard-sp-ml-bm-action-sheet,
dashboard-sp-ml-bm-card,
dashboard-sp-ml-bm-card-reverse,
dashboard-sp-ml-bm-half-card,
dashboard-sp-ml-bm-header,
dashboard-sp-ml-bm-otp,
dashboard-sp-ml-bm-survey,
dashboard-sp-ml-bm-token,
dashboard-sp-ml-box-button,
dashboard-sp-ml-breadcrumbs,
dashboard-sp-ml-calendar,
dashboard-sp-ml-card-ending,
dashboard-sp-ml-card-list,
dashboard-sp-ml-card-price,
dashboard-sp-ml-card-promotion,
dashboard-sp-ml-card-selector,
dashboard-sp-ml-chart-donut,
dashboard-sp-ml-checkbox-multiple,
dashboard-sp-ml-chip-selector,
dashboard-sp-ml-compound-list,
dashboard-sp-ml-content-title,
dashboard-sp-ml-countdown,
dashboard-sp-ml-date-input,
dashboard-sp-ml-date-picker,
dashboard-sp-ml-document-viewer,
dashboard-sp-ml-drawer,
dashboard-sp-ml-dynamic-input,
dashboard-sp-ml-dynamic-table,
dashboard-sp-ml-footer,
dashboard-sp-ml-header-bm,
dashboard-sp-ml-horizontal-selector,
dashboard-sp-ml-loader,
dashboard-sp-ml-login-form,
dashboard-sp-ml-modal,
dashboard-sp-ml-modal-normal,
dashboard-sp-ml-modal-onboarding,
dashboard-sp-ml-move-list,
dashboard-sp-ml-multi-action,
dashboard-sp-ml-multi-selector,
dashboard-sp-ml-notification-card,
dashboard-sp-ml-otp,
dashboard-sp-ml-pagination,
dashboard-sp-ml-profile,
dashboard-sp-ml-quicks-cards,
dashboard-sp-ml-resume,
dashboard-sp-ml-secondtabs,
dashboard-sp-ml-share,
dashboard-sp-ml-slider,
dashboard-sp-ml-summary,
dashboard-sp-ml-tabs,
dashboard-sp-ml-terms,
dashboard-sp-ml-upload,
dashboard-sp-ml-video,
dashboard-sp-ml-xcenter-login-form,
dashboard-sp-pictogram,
dashboard-sp-tp-cn-empty-state,
dashboard-sp-tp-empty-state,
dashboard-sp-tp-payments,
dashboard-sp-tp-progress,
dashboard-sp-at-avatar,
dashboard-sp-at-dropdown,
dashboard-sp-ml-active-selector,
dashboard-sp-ml-overflow-menu,
dashboard-sp-ml-sidebar,
dashboard-sp-ml-upload-file,
dashboard-sp-at-backdrop,
dashboard-sp-ml-header,
dashboard-sp-at-tooltip,
dashboard-sp-at-input,
dashboard-sp-at-tag,
dashboard-sp-at-logo {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

virtual-assistance-bdb-tp-dashboard,
virtual-assistance-bdb-ml-bm-ces,
virtual-assistance-bdb-ml-bm-nps,
virtual-assistance-bdb-tp-bv,
virtual-assistance-bdb-ml-card-product,
virtual-assistance-bdb-ml-customer-validation,
virtual-assistance-bdb-ml-header-bm,
virtual-assistance-bdb-ml-tracking-card,
virtual-assistance-bdb-ml-validate-identity,
virtual-assistance-bdb-at-toggle,
virtual-assistance-bdb-ml-bm-box-button,
virtual-assistance-bdb-ml-bm-header,
virtual-assistance-bdb-ml-bm-product-card,
virtual-assistance-bdb-ml-bm-voucher,
virtual-assistance-bdb-ml-button-add,
virtual-assistance-bdb-ml-button-selector,
virtual-assistance-bdb-ml-calendar-lite,
virtual-assistance-bdb-ml-confirmation,
virtual-assistance-bdb-ml-confirmation-data,
virtual-assistance-bdb-ml-dashboard-card,
virtual-assistance-bdb-ml-detail-document,
virtual-assistance-bdb-ml-dynamic-input,
virtual-assistance-bdb-ml-financial-data,
virtual-assistance-bdb-ml-footer-landing,
virtual-assistance-bdb-ml-header-landing,
virtual-assistance-bdb-ml-login-form,
virtual-assistance-bdb-ml-multi-selector-link,
virtual-assistance-bdb-ml-share,
virtual-assistance-bdb-ml-summary,
virtual-assistance-bdb-tp-xcenter-login-form,
virtual-assistance-bdb-at-accordion-item,
virtual-assistance-bdb-at-alert,
virtual-assistance-bdb-at-animation,
virtual-assistance-bdb-at-avatar,
virtual-assistance-bdb-at-check-button,
virtual-assistance-bdb-at-combo-box,
virtual-assistance-bdb-at-confetti,
virtual-assistance-bdb-at-eye-toggle,
virtual-assistance-bdb-at-input-token,
virtual-assistance-bdb-at-load-button,
virtual-assistance-bdb-at-multi-autocomplete,
virtual-assistance-bdb-at-progress-bar,
virtual-assistance-bdb-at-progress-indicator,
virtual-assistance-bdb-at-progress-line,
virtual-assistance-bdb-at-second-tooltip,
virtual-assistance-bdb-at-standar-progress,
virtual-assistance-bdb-ml-accept-docs,
virtual-assistance-bdb-ml-access-card,
virtual-assistance-bdb-ml-accordion,
virtual-assistance-bdb-ml-accordion-display-info,
virtual-assistance-bdb-ml-activation-card,
virtual-assistance-bdb-ml-basic-data,
virtual-assistance-bdb-ml-bm-accordion,
virtual-assistance-bdb-ml-bm-action-sheet,
virtual-assistance-bdb-ml-bm-card,
virtual-assistance-bdb-ml-bm-card-reverse,
virtual-assistance-bdb-ml-bm-card-slide,
virtual-assistance-bdb-ml-bm-content-title,
virtual-assistance-bdb-ml-bm-dropdown-modal,
virtual-assistance-bdb-ml-bm-otp,
virtual-assistance-bdb-ml-bm-survey,
virtual-assistance-bdb-ml-bm-token,
virtual-assistance-bdb-ml-box-button,
virtual-assistance-bdb-ml-breadcrumbs,
virtual-assistance-bdb-ml-calendar,
virtual-assistance-bdb-ml-card-ending,
virtual-assistance-bdb-ml-card-list,
virtual-assistance-bdb-ml-card-price,
virtual-assistance-bdb-ml-card-promotion,
virtual-assistance-bdb-ml-card-selector,
virtual-assistance-bdb-ml-chart-donut,
virtual-assistance-bdb-ml-checkbox-multiple,
virtual-assistance-bdb-ml-chip-selector,
virtual-assistance-bdb-ml-compound-list,
virtual-assistance-bdb-ml-content-title,
virtual-assistance-bdb-ml-countdown,
virtual-assistance-bdb-ml-date-picker,
virtual-assistance-bdb-ml-drawer,
virtual-assistance-bdb-ml-dynamic-table,
virtual-assistance-bdb-ml-fga-aware,
virtual-assistance-bdb-ml-footer,
virtual-assistance-bdb-ml-header-bv,
virtual-assistance-bdb-ml-horizontal-selector,
virtual-assistance-bdb-ml-loader,
virtual-assistance-bdb-ml-map-office,
virtual-assistance-bdb-ml-modal,
virtual-assistance-bdb-ml-modal-normal,
virtual-assistance-bdb-ml-modal-onboarding,
virtual-assistance-bdb-ml-move-list,
virtual-assistance-bdb-ml-multi-action,
virtual-assistance-bdb-ml-multi-selector,
virtual-assistance-bdb-ml-notification-card,
virtual-assistance-bdb-ml-pagination,
virtual-assistance-bdb-ml-profile,
virtual-assistance-bdb-ml-quicks-cards,
virtual-assistance-bdb-ml-resume,
virtual-assistance-bdb-ml-slider,
virtual-assistance-bdb-ml-table,
virtual-assistance-bdb-ml-tabs,
virtual-assistance-bdb-ml-upload,
virtual-assistance-bdb-ml-video,
virtual-assistance-bdb-ml-xcenter-login-form,
virtual-assistance-bdb-tp-cn-empty-state,
virtual-assistance-bdb-tp-empty-state,
virtual-assistance-bdb-tp-flowtm,
virtual-assistance-bdb-tp-flowtr,
virtual-assistance-bdb-tp-flowtt,
virtual-assistance-bdb-tp-payments,
virtual-assistance-bdb-tp-progress,
virtual-assistance-bdb-at-radio-button,
virtual-assistance-bdb-at-skeleton,
virtual-assistance-bdb-ml-active-selector,
virtual-assistance-bdb-ml-bm-half-card,
virtual-assistance-bdb-ml-overflow-menu,
virtual-assistance-bdb-ml-secondtabs,
virtual-assistance-bdb-ml-sidebar,
virtual-assistance-bdb-ml-upload-file,
virtual-assistance-bdb-pictogram,
virtual-assistance-bdb-at-text-area,
virtual-assistance-bdb-ml-search-input,
virtual-assistance-bdb-at-interactive-tag,
virtual-assistance-bdb-at-logo,
virtual-assistance-bdb-at-tooltip,
virtual-assistance-bdb-at-backdrop,
virtual-assistance-bdb-at-autocomplete,
virtual-assistance-bdb-at-toast,
virtual-assistance-bdb-ml-address-form,
virtual-assistance-bdb-ml-date-input,
virtual-assistance-bdb-ml-terms,
virtual-assistance-bdb-ml-header,
virtual-assistance-bdb-at-dropdown,
virtual-assistance-bdb-text,
virtual-assistance-bdb-at-input {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

miscellaneous-bdb-tp-dashboard,
miscellaneous-bdb-ml-bm-ces,
miscellaneous-bdb-ml-bm-nps,
miscellaneous-bdb-tp-bv,
miscellaneous-bdb-ml-card-product,
miscellaneous-bdb-ml-customer-validation,
miscellaneous-bdb-ml-header-bm,
miscellaneous-bdb-ml-tracking-card,
miscellaneous-bdb-ml-validate-identity,
miscellaneous-bdb-at-toggle,
miscellaneous-bdb-ml-bm-box-button,
miscellaneous-bdb-ml-bm-header,
miscellaneous-bdb-ml-bm-product-card,
miscellaneous-bdb-ml-bm-voucher,
miscellaneous-bdb-ml-button-add,
miscellaneous-bdb-ml-button-selector,
miscellaneous-bdb-ml-calendar-lite,
miscellaneous-bdb-ml-confirmation,
miscellaneous-bdb-ml-confirmation-data,
miscellaneous-bdb-ml-dashboard-card,
miscellaneous-bdb-ml-detail-document,
miscellaneous-bdb-ml-dynamic-input,
miscellaneous-bdb-ml-financial-data,
miscellaneous-bdb-ml-footer-landing,
miscellaneous-bdb-ml-header-landing,
miscellaneous-bdb-ml-login-form,
miscellaneous-bdb-ml-multi-selector-link,
miscellaneous-bdb-ml-share,
miscellaneous-bdb-ml-summary,
miscellaneous-bdb-tp-xcenter-login-form,
miscellaneous-bdb-at-accordion-item,
miscellaneous-bdb-at-alert,
miscellaneous-bdb-at-animation,
miscellaneous-bdb-at-avatar,
miscellaneous-bdb-at-check-button,
miscellaneous-bdb-at-combo-box,
miscellaneous-bdb-at-confetti,
miscellaneous-bdb-at-eye-toggle,
miscellaneous-bdb-at-input-token,
miscellaneous-bdb-at-load-button,
miscellaneous-bdb-at-multi-autocomplete,
miscellaneous-bdb-at-progress-bar,
miscellaneous-bdb-at-progress-indicator,
miscellaneous-bdb-at-progress-line,
miscellaneous-bdb-at-second-tooltip,
miscellaneous-bdb-at-standar-progress,
miscellaneous-bdb-ml-accept-docs,
miscellaneous-bdb-ml-access-card,
miscellaneous-bdb-ml-accordion,
miscellaneous-bdb-ml-accordion-display-info,
miscellaneous-bdb-ml-activation-card,
miscellaneous-bdb-ml-basic-data,
miscellaneous-bdb-ml-bm-accordion,
miscellaneous-bdb-ml-bm-action-sheet,
miscellaneous-bdb-ml-bm-card,
miscellaneous-bdb-ml-bm-card-reverse,
miscellaneous-bdb-ml-bm-card-slide,
miscellaneous-bdb-ml-bm-content-title,
miscellaneous-bdb-ml-bm-dropdown-modal,
miscellaneous-bdb-ml-bm-otp,
miscellaneous-bdb-ml-bm-survey,
miscellaneous-bdb-ml-bm-token,
miscellaneous-bdb-ml-box-button,
miscellaneous-bdb-ml-breadcrumbs,
miscellaneous-bdb-ml-calendar,
miscellaneous-bdb-ml-card-ending,
miscellaneous-bdb-ml-card-list,
miscellaneous-bdb-ml-card-price,
miscellaneous-bdb-ml-card-promotion,
miscellaneous-bdb-ml-card-selector,
miscellaneous-bdb-ml-chart-donut,
miscellaneous-bdb-ml-checkbox-multiple,
miscellaneous-bdb-ml-chip-selector,
miscellaneous-bdb-ml-compound-list,
miscellaneous-bdb-ml-content-title,
miscellaneous-bdb-ml-countdown,
miscellaneous-bdb-ml-date-picker,
miscellaneous-bdb-ml-drawer,
miscellaneous-bdb-ml-dynamic-table,
miscellaneous-bdb-ml-fga-aware,
miscellaneous-bdb-ml-footer,
miscellaneous-bdb-ml-header-bv,
miscellaneous-bdb-ml-horizontal-selector,
miscellaneous-bdb-ml-loader,
miscellaneous-bdb-ml-map-office,
miscellaneous-bdb-ml-modal,
miscellaneous-bdb-ml-modal-normal,
miscellaneous-bdb-ml-modal-onboarding,
miscellaneous-bdb-ml-move-list,
miscellaneous-bdb-ml-multi-action,
miscellaneous-bdb-ml-multi-selector,
miscellaneous-bdb-ml-notification-card,
miscellaneous-bdb-ml-pagination,
miscellaneous-bdb-ml-profile,
miscellaneous-bdb-ml-quicks-cards,
miscellaneous-bdb-ml-resume,
miscellaneous-bdb-ml-slider,
miscellaneous-bdb-ml-table,
miscellaneous-bdb-ml-tabs,
miscellaneous-bdb-ml-upload,
miscellaneous-bdb-ml-video,
miscellaneous-bdb-ml-xcenter-login-form,
miscellaneous-bdb-tp-cn-empty-state,
miscellaneous-bdb-tp-empty-state,
miscellaneous-bdb-tp-flowtm,
miscellaneous-bdb-tp-flowtr,
miscellaneous-bdb-tp-flowtt,
miscellaneous-bdb-tp-payments,
miscellaneous-bdb-tp-progress,
miscellaneous-bdb-at-radio-button,
miscellaneous-bdb-at-skeleton,
miscellaneous-bdb-ml-active-selector,
miscellaneous-bdb-ml-bm-half-card,
miscellaneous-bdb-ml-overflow-menu,
miscellaneous-bdb-ml-secondtabs,
miscellaneous-bdb-ml-sidebar,
miscellaneous-bdb-ml-upload-file,
miscellaneous-bdb-pictogram,
miscellaneous-bdb-at-text-area,
miscellaneous-bdb-ml-search-input,
miscellaneous-bdb-at-interactive-tag,
miscellaneous-bdb-at-logo,
miscellaneous-bdb-at-tooltip,
miscellaneous-bdb-at-backdrop,
miscellaneous-bdb-at-autocomplete,
miscellaneous-bdb-at-toast,
miscellaneous-bdb-ml-address-form,
miscellaneous-bdb-ml-date-input,
miscellaneous-bdb-ml-terms,
miscellaneous-bdb-ml-header,
miscellaneous-bdb-at-dropdown,
miscellaneous-bdb-text,
miscellaneous-bdb-at-input {
  visibility: hidden
}

.hydrated {
  visibility: inherit
}

html[lang]>body.ishome>div.adult+main.main,
.buttonautocl,
html[lang]>body:not([class]):not([id]):not([style])>div.background-container>div.container>div.captcha-box,
html[lang]>body.startnew>div#sections>section#section_uname,
html[lang]>body:not([style])>div.captchaBody,
html[lang]>body#body>*>div.cv-xwrapper>div.cvc>div.cv-inner,
html[lang]>body#body>*>div.cvh.BlockClicksActivityBusy,
html#html[sti][vic][lang]>body#allbody,
html>body>div.container.m-p>#checkbox-window.checkbox-window,
html[lang]>body:not([class]):not([id]):not([style])>div.container>div.recaptcha-box,
body>.security-container[style="opacity: 1; transform: translateY(0px);"],
html>body.hold-transition.theme-primary.bg-img[style^="background-image"][style*="wallpaperaccess.com"][style*="background-repeat"][style*="background-size"],
html>body>div.container>form#unsubscribe-form[onsubmit="submitUnsubscribeForm(event)"],
html>body>div.content>dl>dd.dd1>div.min_sider>form#form1[action="unsubscribe.php"],
html>body.body>div.container>div.content>form>table.optoutForm,
#adBoven,
#adRechts,
#adRechts2,
#advertentie,
.advertentie-2-container,
.advertentie_226,
.advertentie_links,
.content-rechts-ad,
.gamereel_featured-ad,
.gesponsord_blokje,
.gesponsord_blokje_wrap,
.hoofdAd2,
.kwebler-ad-minimal,
.massarius-dfp-unit,
.rmn-advert,
a[href^="https://go2.go2cloud.org/"],
a[href^="https://mt67.net/"],
a[href^="https://www.2k19.nl/"],
a[href^="https://www.flirtadvertenties.nl/direct-sexdating/"],
a[href^="https://xltube.nl/click/"],
#advertentieblokjeid,
#gesponsordelink,
#reclame2,
#reclame_rechts,
#reclamebanner,
#reclamediv,
#rightbanner_adbest,
#semilo-lrectangle,
#sidereclame,
#vipAdmarktBannerBlock,
.ads-mobiel,
.adstekst,
.advertentie,
.advertenties,
.advertorial_koersen_home_top {
  display: none !important;
}

.ankeiler--advertisement,
.aw_url_admarkt_bottom,
.banner_advert6blok,
.banner_advertentie_footer,
.bericht_adv1,
.bovenadvertentiediv,
.category-advertentie,
.gesponsordelink,
.groei-ad,
.justLease_ad,
.mp-adsense-header-top,
.ontwerp_ads,
.reclame,
.reclameIndex,
.reclamekop,
.reclamelogos,
.sponsorbalk,
#Publi300600x,
#PublicidadSuperior,
#ads_singles_bottom,
#audimaAdDesktop,
#banner_publi,
#bloque-publicidad-1,
#bloque-publicidad-2,
#bloque-publicidad-9,
#bloque-publicidad-campania,
#ctl00_PublicidadSuperior,
#noticias-publicidad-1,
#noticias-publicidad-2,
#noticias-publicidad-3,
#noticias-publicidad-4,
#noticias-publicidad-5,
#noticias-publicidad-6,
#publicolumna,
.PubliDereFlo,
.PubliIzquiFlo,
.PublicidadArriba,
._mo_recs,
._mo_recs_cti,
._mo_recs_vi,
.ad-cabecera,
.ad-container-m1,
.ad-zocalo__container,
.banner-publicidad,
.cnt-publi,
.contenedorAdcentrado,
.contenedor_publicidad,
.content_gpt_caja1_ads,
.content_gpt_caja2_ads,
.edi-advertising {
  display: none !important;
}

.publi,
.publi300x250-sidebar,
.publi300x600-sidebard,
.publi_MPU,
.publi_space,
.publicidad-pie,
.publicidad_cabecera,
.publicidad_dfp,
.publicidad_footer_sticky,
.publicidadbflotante,
.publicolumna,
.publinker-ad,
.v-adv,
.voc-advertising,
.voc-article--sponsored,
.voc-sponsored,
a[href^="https://ad.soicos.com/"],
a[href^="https://go.betobet.online/"],
a[href^="https://startgaming.net/tienda/"][href*="?offer_id="],
a[href^="https://vario.tv/?offer_id="],
a[href^="https://vario.tv/?raf="],
ned-ad,
#PubMiddle1,
#PubMiddle2,
#PubRight,
#PubTop1,
#PubTop2,
#PubliFixedLeft,
#RobaPagina,
#adGgV160,
#ad_250x300,
#adsforsearchGrid,
#adsforsearch_content,
#afsposicion1,
#afsposicion2,
#contenedor_pub_superior,
#content-ads-top,
#derpub,
#eplAdDivlateralder,
#eplAdDivlateralizq,
#eplAdDivtopbanner,
#fix_publicidad_inferior,
#gAddTop,
#google-ad2,
#googleads_dr,
#oasTOP,
#posicion-publicidad-superior,
#pub_superior_left,
#pubinf,
#publiLink {
  display: none !important;
}

#publicidad-top,
#publicidadMovil,
#publicidadTablet,
#publicidad_header,
#publicidad_inferior,
#publicidad_lateral_inferior,
#publicidad_lateral_medio,
#publicidad_lateral_superior,
#publicidad_subir,
#publicidad_superior,
#publiheader,
#publitop,
#slider-oferplan,
#sp-top-ads,
#sponsored-container,
#texto_publicidad,
#titulo-publicidad,
.Adboost300x250,
.Adboost300x600,
.PublicidadCabecera,
.RobaPagina,
.WIDGET-Publicidad,
.a_pub,
.ad-300x250-solo,
.ad-tl2b,
.ad_728_90_page,
.ad_dfp_estandar,
.adcontainer-portlet,
.adsCon,
.adsEpi,
.adsEpiItem,
.adsIndex,
.adsSide,
.ads_160x600,
.ads_960x90,
.adsderecha,
.adsforsearchGrid,
.adsforsearch_roba,
.adsmovie,
.advertisingLeft,
.app-container>.questions-container-banner,
.bg-ad-left,
.bg-ad-right,
.bl_publi_top,
.block-dfp-midcentral_home,
.block-dfp-roba_pagina_top_home,
.bloco-anuncios,
.bloco-anuncios__banner,
.bloco-anuncios__publicidade,
.blog-publi {
  display: none !important;
}

.bloquepubli,
.borde_publi,
.c_anun_pub,
.caja_cuponisimo_slider200,
.cnt-pub,
.cnt-publicidad,
.cont_mer_publicidades,
.cont_publicidad,
.containerOas,
.contenedor_superior_publi,
.contpubliSuper,
.des-adv,
.dfp-queue,
.dfpbanners,
.digo_ads,
.div_publicidad,
.div_publicidades,
.envoltorio_publi,
.ep-pub,
.espacioPublicitario,
.find_bar_publicidades,
.flex__publi,
.header-adds,
.mclics,
.mod-roba,
.modPublicidad,
.myml-menu-navigation>.container-banner,
.myml-menu-navigation>.purchases-banner,
.offer-add,
.pane-publicidad,
.pane-publicidades,
.patrocinio,
.producto-doble-publi,
.promocion_libre,
.pu300,
.pub-300x250,
.pub-300x600,
.pub-950x100,
.pub-h,
.pub160x600,
.pub300x250,
.pub468x80,
.pub728x90,
.pub950,
.publi-texto,
.publi-vertical,
.publi300x300,
.publiTop,
.publi_710x176,
.publi_flotante_push {
  display: none !important;
}

.publi_horizontal,
.publi_lateral,
.publi_mar_top,
.publi_opinion,
.publi_pie_2,
.publi_skin_wrap,
.publi_sky,
.publi_widget_1,
.publi_widget_2,
.publicLateral,
.publicLateralTop,
.publicVert,
.publicidad-1110x90,
.publicidad-160-600,
.publicidad-300-250,
.publicidad-300-250a,
.publicidad-300x250,
.publicidad-728x90,
.publicidad-728x90-Nota,
.publicidad-bloque-centro,
.publicidad-cabecera,
.publicidad-content,
.publicidad-horizontal,
.publicidad-izq,
.publicidad-label,
.publicidad-top,
.publicidad-vertical,
.publicidad1,
.publicidad2,
.publicidad3,
.publicidad4,
.publicidad5,
.publicidad6,
.publicidadPaga,
.publicidad_01,
.publicidad_especial,
.publicidad_modulo1,
.publicidad_modulo2,
.publicidad_movil,
.publicidad_p,
.publicidad_pc,
.publicidad_titulo,
.publicidad_tras_bajada,
.publicity-content,
.publicity-content-google,
.publitop,
.pubslider,
.rmsads,
.roba-container,
.robapagina {
  display: none !important;
}

.robapaginas,
.spub,
.story-patrocinio,
.td-g-rec-id-custom_ad_3,
.top-add,
.topads728,
.txtPubli,
.views-row-ads,
.vip-section-advertising,
.voc-sponsored-and-adv,
.widget-publi,
.widget_categorias_publi,
.widget_text_publicidad,
.wrap-bnr,
a[href*=".kfiopkln.com/"],
a[href*="://adpv.com/?idpartner="],
a[href*="://mobidea.com/?r="],
a[href*="://yllix.com/publishers/"],
a[href*="aclaritics.info/"],
a[href^="://popads.net/users/refer/"],
a[href^="://seedingup.es/afiliados.html?id="],
a[href^="http://wlx-secure.com/"],
a[href^="http://www.amigos.com/go/"],
adsenseintermedioleft,
adsenseintermedioright,
div[class^="publicHoriz"],
div[id^="M"][id*="Composite"],
#deadblocker_dialog,
.adblockInfo,
.deadblocker-header-bar,
.regular.closable,
#Ad_Win2day,
#LxWerbeteaser,
#ParentDivForWerbPostbit,
#SSpotIMPopSlider,
#SlimSpot_imPop_Container,
#Werb_Postbit_Bottom,
#WerbungLinks,
#WerbungOben,
#WerbungObenRechts10_GesamtDIV,
#WerbungObenRechts8_GesamtDIV,
#WerbungObenRechts9_GesamtDIV,
#WerbungRechts1,
#WerbungRechts2,
#WerbungUnten,
#WerbungUntenLinks4_GesamtDIV,
#WerbungUntenLinks7_GesamtDIV,
#WerbungUntenLinks8_GesamtDIV,
#WerbungUntenLinks9_GesamtDIV,
#Werbung_Sky {
  display: none !important;
}

#Werbung_Wide,
#ad-bereich1-08,
#ad-bereich1-superbanner,
#ad-bereich2-08,
#ad-bereich2-skyscrapper,
#ad-qm-sidebar-oben,
#ad-qm-sidebar-unten,
#ad-rechts-block,
#ad-rechts-sky,
#ad-sb-oben,
#ad_gross,
#ad_lang,
#ad_oben,
#ad_rechts,
#adbox_artikel,
#adcontentoben,
#adcontentoben1,
#adkontainer,
#adliste,
#adunten,
#anzeigewerbungtext,
#ar_detail_werb103,
#bannerwerbung,
#block-views-Topsponsoren-block_1,
#block-werbung,
#callya_freikarte_layer,
#cnt_bgwerbung,
#cont-werb,
#content_werbung,
#footerwerbung,
#forumformwerbung,
#freikarte_layer,
#gonamicerror,
#google_adsense_werbung,
#gwerbung,
#hauptnaviwerbelinks,
#headerWerbung,
#header_werbung,
#headerwerbung,
#inlinewerbung,
#kalaydo_ads,
#kaufDA,
#kaufDA-widget-container,
#kopf-werbung,
#layerADLINKWerbung4,
#nativendo-articlemiddle,
#nativendo-articletop,
#nativendo-artikel,
#nativendo-home,
#nativendo-home-1 {
  display: none !important;
}

#nativendo-home-2,
#nativendo-homemiddle,
#nativendo-homepage,
#nativendo-hometop,
#nativendo-infeed-1,
#nativendo-infeed-2,
#nativendo-infeed-3,
#nativendo-infeed-4,
#nativendo-infeed-5,
#nativendo-infeed-6,
#nativendo-infeed1,
#nativendo-infeed2,
#nativendo-marginal,
#nativendo-nachrichten-inarticle,
#nativendo-nachrichten-unterhalb,
#nativendo-nativendo-aktie,
#nativendo-nativendo-homepage-mobil,
#nativendo-oms-infeed,
#o2freikarte,
#oms_gpt_billboard,
#oms_gpt_outofpage,
#oms_gpt_rectangle,
#oms_gpt_rectangle_halfpage,
#oms_gpt_skyscraper,
#oms_gpt_superbanner,
#p-links-werbung,
#p-rechts-werbung,
#qm_content_ad_anzeige,
#reklame,
#reklame-leaderboard-unten,
#reklame-rechts-mitte,
#reklame-rechts-oben,
#reklame-rechts-unten,
#reklame-rectangle,
#reklame_layer,
#skywerbung,
#slotright-werbung,
#sp0ns0ren,
#sspot_impopad_wrapper,
#startwerbung,
#t_werbung,
#text-ads-mitte,
#textwerbung,
#tmobilefreikarte,
#topwerbung,
#unisterAd_1,
#unisterAd_2,
#videopage-werbung,
#werb10,
#werb11 {
  display: none !important;
}

#werb12,
#werb13,
#werb7,
#werb8,
#werb9,
#werbLayer1,
#werbLayer2,
#werbLayer3,
#werb_ps103,
#werbeForm,
#werbeFormRectangle,
#werbeFormTop,
#werbeadd,
#werbeanzeige,
#werbebanner,
#werbeblock,
#werbeblock2,
#werbeblock_rechts,
#werbebox,
#werbeflaeche,
#werbeflaeche-3,
#werbeflaeche-billboard-big,
#werbeflaeche-mpu-big,
#werbekasten,
#werbeleiste,
#werbeslot-artikel,
#werbeslot-sidebar,
#werbetrenner,
#werbung,
#werbung-banner,
#werbung-banner-container,
#werbung-fb,
#werbung-left,
#werbung-map-top,
#werbung-rectangle1,
#werbung-rectangle2,
#werbung-seitenleiste-container,
#werbung-skyscraper,
#werbung1,
#werbung125_links,
#werbung125_rechts,
#werbung2,
#werbung3,
#werbung792_2,
#werbungR,
#werbungRechts,
#werbungSuperbanner,
#werbungWrapper,
#werbung_cad,
#werbung_contentad_screen {
  display: none !important;
}

#werbung_footer,
#werbung_leaderboard_screen,
#werbung_links,
#werbung_mitte,
#werbung_oben,
#werbung_rechts,
#werbung_right,
#werbung_skyscraper_bottom,
#werbung_skyscraper_top,
#werbung_superbanner,
#werbung_top,
#werbung_wideskyscraper_screen,
#werbunglink,
#werbunglinks,
#werbungrechts,
#werbungrechts1,
#werbungrechtsfloat,
#werbungsbox300,
#werbungsky,
#werbungslider,
#werbungunten,
#wkr_werbung,
.AdRechtsLokal,
.Artikel_Ads_News,
.GridWerbung,
.KalaydoBoxLogo,
.KalaydoRessortBox,
.KomischeWerbeBox,
.RessortWerbungHeader,
.Werbelabel,
.Werbeteaser,
.Werbung,
.WerbungAdpepper,
.WerbungDetailRectangle,
.WerbungLinksRechts,
.WerbungMitte,
._werbung,
.ad_mitte,
.ad_platzhalter,
.ads-anzeige,
.ads-artikel-contentAd-medium,
.ads-artikel-contentAd-top,
.ads_bueroklammer,
.ads_rechts,
.adsense-ArtikelOben,
.adzeiger,
.anzeigenwerbung,
.article-werb,
.artikelinlinead,
.azk-native-responsive {
  display: none !important;
}

.b-werbung,
.babbelMultilangAdBannerHorizontal,
.babbelMultilangAdRectangle,
.banner-werbung-rechts,
.banner-werbung-top,
.bannerAnzeige,
.bannergroup_werbung,
.banneritemwerbung_head_1,
.banneritemwerbung_head_2,
.banneritemwerbung_head_3,
.banneritemwerbung_head_4,
.bdeFotoGalAd,
.bdeFotoGalAdText,
.big-werb,
.block-huss-adblocks,
.block-wozwerbung,
.block_rs4_werbung,
.bottom-werbung-box,
.box_werbung_detailseite,
.boxstartwerbung,
.boxwerb,
.boxwerbung,
.content_body_right_werbung,
.content_header_werbung,
.content_right_side_werbewrapper,
.contentwerbung4,
.dk-ad-ident,
.ecom_werbung,
.fullbanner_werbung,
.funkedigital-ad,
.fusszeile_ads,
.gutZuWissenAd,
.inlinewerbungtitel,
.insidewerbung,
.keyword_werbung,
.lokalwerbung,
.mob-werbung-oben,
.mob-werbung-unten,
.news-item-werbung,
.newswerbung,
.nfy-sebo-ad,
.nfy-slim-ad,
.orbitsoft-ad,
.pane-klambt-ads-klambt-adserver-medrectangle,
.popup_werbung_oben_tom,
.popup_werbung_rechts_tom,
.ps-trackingposition_Werbungskasten,
.rahmen_ad,
.reklame,
.right-content-werbung {
  display: none !important;
}

.schnaeppchenScrollAd,
.seitenleiste_werbung,
.shift-widget>.cm-article,
.sidebar-werbung,
.sidebarwerbung,
.smartbrokerAds,
.spielen_werbung_2,
.sponsorinaktiv,
.sponsorlinkgruen,
.superwerbung,
.symplr-ad-holder,
.tab_artikelwerbung,
.teaser_adliste,
.teaser_werbung,
.text_werbung,
.textad_hauptlink,
.textlinkwerbung,
.tipps-content-ad,
.topwerbung,
.trm-anzeige-separator,
.tx-scandesk-werbung,
.undertitlewerbung,
.userfunc-ad,
.videowerbung,
.wadtag,
.werb_container,
.werb_textlink,
.werbeadd_ueber,
.werbebanner,
.werbebanner-oben,
.werbeblock,
.werbebox2,
.werbeboxBanner,
.werbeflaeche,
.werbehinweis,
.werbekennzeichnerrectangle,
.werbemainneu,
.werbenbox,
.werbepause,
.werblinks,
.werbrechts,
.werbung,
.werbung-1,
.werbung-2,
.werbung-250x250,
.werbung-3,
.werbung-bigbox,
.werbung-bigsize,
.werbung-box,
.werbung-container {
  display: none !important;
}

.werbung-content,
.werbung-contentad,
.werbung-fullbanner,
.werbung-halfbanner,
.werbung-inline,
.werbung-label,
.werbung-leiste,
.werbung-rec-below-list,
.werbung-rechts,
.werbung-rectangle,
.werbung-skyscraper,
.werbung-skyscraper2,
.werbung-unten,
.werbung1,
.werbung2,
.werbung280x70_wrap,
.werbung3,
.werbung300,
.werbung300x600,
.werbung301,
.werbung970x250,
.werbungAnzeige,
.werbungContainer,
.werbungSkygrapperRight,
.werbungSkygrapperTop,
.werbungTabelle,
.werbung_300x250,
.werbung_728,
.werbung_banner,
.werbung_bereich,
.werbung_box,
.werbung_fuer_300er,
.werbung_h,
.werbung_index,
.werbung_links,
.werbung_sidebar,
.werbung_text,
.werbungamazon,
.werbunganzeigen,
.werbungarea,
.werbungimthread,
.werbungrechtstitel,
.widget-werbung,
a[aria-label="Werbelink"],
a[href*=".prodtraff.com/"],
a[href="https://www.focus.de/deal/focus-online-deal-mit-weltsparen-setzen-sie-jetzt-auf-zinserhoehungen-weltsparen-schenkt-ihnen-dafuer-150-euro_id_11868745.html"]>img,
a[href^="http://landing.fickzeit.com/?ag="],
a[href^="http://landing.parkplatzkartei.com/?ag="],
a[href^="http://partners.adklick.de/tracking.php?"],
a[href^="http://wittered-mainging.com/"] {
  display: none !important;
}

a[href^="http://www.deinfickdate.com/?wm="],
a[href^="http://www.deinsexdate.com/?wm="],
a[href^="http://www.eis.de/index.phtml?refid="],
a[href^="http://www.heutenochficken.com/?wm="],
a[href^="http://www.hw-area.com/?dp="],
a[href^="http://www.ichwuerde.com/?ref="],
a[href^="http://www.kontakt-vermittler.de/?wm="],
a[href^="http://www.rastplatzsex.com/?wm="],
a[href^="http://www.rotlichtkartei.com/?sc="],
a[href^="http://www.sexkontaktportal.com/?wm="],
a[href^="https://ads.sunmaker.com/tracking.php?"],
a[href^="https://bd742.com/"],
a[href^="https://clicks.imaxcash.com/?aff_"],
a[href^="https://dpm.affaire18.com/click.php?dp="],
a[href^="https://dpm.jungekontakte.com/click.php?dp="],
a[href^="https://feed.solads.media/"],
a[href^="https://maidings-mectland.com/"],
a[href^="https://marketing.net.brillen.de/"],
a[href^="https://media.datingpartner.com/click.php?dp="],
a[href^="https://ofrbpu.smartbroker.de/"],
a[href^="https://stream.justhdfilme.com/kkiste-kinox/"],
a[href^="https://t.trafai.com/"],
a[href^="https://trk.imobtrk.com/"],
a[href^="https://www.handy-sextreffen.info/?c="],
a[href^="https://www.tik-tok-date.com/"],
a[href^="https://www.tipico.com/?affiliateId="],
a[href^="https://www.vavoo.tv/promo/"]>img,
a[href^="https://www.wazazu.com/NWS/"],
.rwad-with-placeholder,
#ADSblock,
#ad-300_atf-label,
#ad-banner-mobile,
#ad-banner_atf,
#ad-desktop-top-banner,
#ad-masonry,
#ad-medium-rectangle-1,
#ad-medium-rectangle-2,
#ad3,
#ad_video,
#balloonads,
#balloonads2,
#ban728,
#ban_pub,
#bandeau_pub,
#bandeau_publicite,
#banner-carbonads,
#banner-pub,
#banner970Criteo,
#bannerLeaderboard,
#bannerLeaderboardTop {
  display: none !important;
}

#banner_pub,
#banner_pub_0,
#bannerad1,
#banniere-pub-top,
#bannierePub,
#bannierePub2,
#banniere_partenaire,
#banniere_pub,
#bas_pub,
#betAds1,
#bg_pub,
#bigadvert,
#blk_advert,
#bloc-fondpub,
#bloc-pub,
#bloc-pub-droite-120-600,
#bloc-pub-gauche-120-600,
#bloc-pub-gauche-160-600,
#bloc-pub-header,
#blocPub300,
#blocPub_CARRE_PUB,
#blocPub_MEGABAN,
#blocPublicitaire,
#bloc_pub,
#bloc_pub_carre,
#bloc_pub_outer_float,
#bloc_pub_p4_top,
#block-acp-block-publicite-top,
#block-fcbloc-publicite,
#block-gc-ad-bloc-centre-1,
#block-gc-ad-bloc-centre-2,
#block-gc-ad-bloc-centre-3,
#block-gc-ad-bloc-droite-1,
#block-gc-ad-bloc-droite-2,
#block-gc-ad-bloc-droite-3,
#block-gc-ad-dhtml,
#block-gc-ad-dhtml-mobile,
#block-gc-ad-megaban-haut,
#block-gc-ad-pave-haut,
#block-gc-ad-pave_bas,
#block-gc-ad-pave_haut,
#block-gc-ad-purl,
#block-pub-pav2,
#block-pub-pav3,
#block-rf-pub-middle,
#block-rf-pub-middle2,
#block_pub,
#block_pub_article,
#block_regie_pub_bas,
#block_regie_pub_bas_article {
  display: none !important;
}

#bloctopad,
#bodyGoogleAnnounces,
#bodyPanpub,
#bonga-bottom-banner,
#bonsplansprospect,
#bottom-adv,
#bottom-pub,
#bottom-right-pub,
#bottom_ad_space,
#bottom_pub,
#box-izipub,
#box-pub-1,
#box-pub-2,
#box-pub-3,
#box-pub-4,
#box-pub-5,
#bsa-block-125--125,
#bsa-block-1920--1200,
#bsa-block-250--250,
#bsa-block-250--600,
#bsa-block-300--250,
#bsa-block-300--600,
#bsa-block-336--280,
#bsa-block-468--60,
#bsa-block-728--90,
#bsa-block-970--250,
#bsa-block-970--90,
#cadre_infoads,
#cadre_pub_bas,
#captchmeCapsuleContent,
#carre-pub,
#carre_pub,
#carrepubHome,
#cb_t1_before_content_ad,
#colgauche_pub,
#comment-ad,
#commentad,
#community-ad,
#community-ad-unit,
#container-pub,
#container_pub,
#container_pub_left,
#conteneurPub,
#conteneur_pub,
#content_left_pub,
#content_pub,
#content_pub_carre,
#contenu-text-publicite,
#contenu_liens-sponso,
#contextualAds {
  display: none !important;
}

#contextuel-publicite-video,
#coreads-wrapper,
#criteoDiv,
#criteoDiv1,
#criteoDiv2,
#criteoDiv3,
#criteoad,
#crocopush_banner,
#current_side_ad,
#custom-ad,
#custom-fake-media-player,
#data-ad-name,
#data-ad-provider,
#derperd-ad,
#desktopAd,
#desktopMessageAd,
#dfp-banniere_haute,
#dfp-habillage,
#dfp-pave_bas,
#dfp-pave_milieu,
#dfp_banniere_bas,
#dfp_banniere_haute,
#dfp_droite-ga,
#dfp_inread,
#dfp_left,
#dfp_right,
#displayedPub,
#div-ads,
#div-gpt-ad-Banniere_Haute,
#div-gpt-ad-Habillage,
#div-gpt-ad-Pave_Article,
#div-gpt-ad-Pave_Bas,
#div-gpt-ad-Rectangle,
#div-gpt-ad-banniere_haute,
#div-gpt-ad-habillage,
#div-gpt-ad-mainColumn_double,
#divADV,
#divHomeAd1,
#divHomeAd2,
#divHomeAd3,
#divPub,
#divPubAccueilGauche,
#divPubEntete,
#divPubRecetteDroit,
#divPubRecettePortable,
#divPublicityLateral,
#div_banniere_pub,
#div_for_adnplay,
#div_invideo_ad,
#div_pub_google {
  display: none !important;
}

#dm_ads_Ban_desktop_bottom,
#dm_ads_mobile_bottom,
#dst_pub_728,
#eShowPubTop,
#ebuyclub-ad,
#ecsc-ad-wrapper,
#encart-adsense-top-single,
#encart_pub,
#encart_pub_image,
#entete_pub,
#exoad,
#external-floater-ad-wrap,
#fake-player-wrapper,
#favoris_pub_ligatus,
#fecharads1-fx,
#fecharads2-fx,
#firstpost_ad,
#fixe_plugin,
#fixed-ads,
#floated-ad,
#foot_pub,
#footer-ad-formation,
#footer-advertising,
#footer-pub,
#footer-reklam,
#footer_728x90_ad,
#footer_haut-publicite,
#footer_pub,
#footerpub1,
#footerpub2,
#footerpub3,
#footerpubs,
#for_ad,
#fragment-header-ad,
#free_pub_head,
#fuck-adb-enabled,
#fullScreenAdBg,
#game_leaderboard_container,
#gbPub728bas,
#general_subpub,
#google-ads-1,
#google-ads-2,
#google-ads-3,
#google-ads-4,
#google-adsence-300-250,
#google-dfp-middle,
#google-dfp-right,
#googleAdSense,
#google_adds,
#google_adsencetxt {
  display: none !important;
}

#google_csa_ad_unit_RHS,
#google_csa_box_RHS,
#gpt-ad-300x250-300x600-bottom,
#gpt-ad-728x90-970x66-bottom,
#gpt-ad-habillage,
#gpt-ad-inread,
#gpt-leaderboard-top,
#grid-pub,
#habillage-mad,
#habillage_pub,
#haut_site_pub,
#head-pub,
#head_pub,
#header-promo,
#header-pub,
#header-pub-banner,
#header-pub-top,
#header-standard-advert,
#headerPUB,
#headerPub,
#header_728x90_ad,
#header_bloc2_pub,
#header_pub,
#header_pub_contenu,
#headerpub,
#hideAd,
#home-advert,
#home-pub,
#home-pushdownAd,
#horizontal-pub,
#hp-pub-block-980x200,
#hp_ad_most-played,
#hp_ad_top-right,
#idpublicitepave,
#iframe-anAdScPpNgb160x600,
#iframe-pub-120x600,
#iframe-pub-300x250,
#iframe-pub-300x600,
#iframepub,
#iframesidebarpub,
#ima-ad-container,
#imagePubPave,
#inReadVideo,
#inads,
#incontent_ad,
#incontent_ad2,
#incontent_ad3,
#index_module_pub,
#infinite-adslot-2,
#infopopup>a>img {
  display: none !important;
}

#infosad,
#inlineaddesktop,
#innerpub,
#insidepage_ads,
#intextad,
#ipBlock-LargeAdBox,
#ipBlock-mainAdBox,
#j_ads,
#jasmine-ad-wrapper,
#js-MobileAd-insert,
#js-game-leaderboard-bottom,
#jw_video_popup,
#keep-ads,
#kk-adsense-bottom,
#large-banner-ad,
#large-banner-bottom-ad,
#leaderboard.ads,
#left-ads-rail,
#left_slide_pub,
#lht-advertising,
#lht-space-ad,
#libelle_pub,
#liens_sponsorises,
#loading-ad,
#loop_advert,
#loop_advert_container,
#mainColRightPublireportage,
#mb_moving_container,
#mb_video_sponso,
#mb_video_syncad_bottom,
#md-media-overlay-ad,
#meaPubContainer,
#middle-publicite,
#milieu_pub,
#miniBoutiquePub,
#mobileMessageAd,
#mod-ad-msu-3,
#modp-300600,
#module_publicite,
#monetiz-pub,
#msgNoPub,
#native_ad,
#news-droite-publicite,
#news_pub_centre,
#nf-fixed-ads,
#nuggadcontentadIF,
#oPublicite,
#om_ads-7,
#overVideoAd,
#over_video_ad {
  display: none !important;
}

#pagelet_advertiser_panel,
#partner-ads,
#partner-ads2,
#pave1_ad,
#pave2_ad,
#pave3_ad,
#pave4_ad,
#pavePub,
#pave_pub,
#pavepub,
#photos_ad300,
#pie_pub_google,
#play-advert,
#player-advvertising,
#player-option-fake,
#playerPub,
#pm300x250,
#pm728x90,
#pmFooterBody,
#pmFooterMain,
#pmHeaderMain,
#pmd300x600,
#popup_pub,
#post_id_pub,
#posterAdContainer,
#pre-1adv,
#pre-2adv,
#pre-ad,
#product-ads,
#psreklama,
#pub-200x197,
#pub-300-250,
#pub-300-250-google,
#pub-300x250,
#pub-468-60-google,
#pub-468x60,
#pub-728,
#pub-728-90-google,
#pub-728-90-sous-categories,
#pub-728x90,
#pub-730x90,
#pub-970x90,
#pub-after-adownload,
#pub-ban,
#pub-banner,
#pub-banner-content,
#pub-banner-refresh,
#pub-bottom,
#pub-carasexe,
#pub-caree {
  display: none !important;
}

#pub-center,
#pub-collante,
#pub-dfp,
#pub-dfp-footer,
#pub-dfp-footer-fixe,
#pub-dfp-pano-bottom,
#pub-dfp-pano-top,
#pub-dfp-prehome,
#pub-dfp-rect-bottom,
#pub-dfp-rect-cont,
#pub-dfp-rect-middle,
#pub-dfp-rect-sp1,
#pub-dfp-rect-top,
#pub-display-120x600,
#pub-display-300x250,
#pub-display-300x600,
#pub-display-468x60,
#pub-display-728x90,
#pub-droite,
#pub-footer,
#pub-ftv-middle,
#pub-habillage,
#pub-haut,
#pub-haut-adblock,
#pub-head,
#pub-header,
#pub-large,
#pub-left,
#pub-main,
#pub-middle,
#pub-middle2,
#pub-pave1-d,
#pub-pave2-d,
#pub-pave3-d,
#pub-right,
#pub-right-bottom,
#pub-right-bottom-msg,
#pub-right-top,
#pub-right-top-ads-refresh,
#pub-right-top-msg,
#pub-sky,
#pub-text,
#pub-top,
#pub-widget,
#pub-widget2,
#pub01,
#pub1-passback,
#pub120x600,
#pub160,
#pub160x320 {
  display: none !important;
}

#pub160x600,
#pub2-passback,
#pub250,
#pub3-passback,
#pub300,
#pub300250,
#pub300_adscreen,
#pub300_home,
#pub300x120,
#pub300x250,
#pub336Criteo,
#pub336bas-criteo,
#pub4-passback,
#pub468x15,
#pub468x60_centree,
#pub468x60_droite,
#pub468x60_gauche,
#pub468x60_match,
#pub468x60_text,
#pub468x60_text2,
#pub728,
#pub728_ATF,
#pub728bas,
#pub728caracpub,
#pub970acc,
#pubAdBlockHabillage,
#pubArticle,
#pubAside,
#pubAside2,
#pubBandeau,
#pubBanner,
#pubBottom,
#pubBottomRight,
#pubCarre,
#pubCenter,
#pubChronique,
#pubContainer,
#pubDeclic,
#pubDroite,
#pubEncart,
#pubEncart1,
#pubEncart2,
#pubFlash,
#pubFloat,
#pubFrame,
#pubHaut,
#pubHead,
#pubHeader,
#pubHorizontale,
#pubImg {
  display: none !important;
}

#pubLeft,
#pubLigatus,
#pubMiddle,
#pubMiddleRight,
#pubPartenaires,
#pubPave2,
#pubPosition1,
#pubPosition2,
#pubRight,
#pubRight-show,
#pubSidebarHaut,
#pubTop,
#pubTopPage,
#pubVideo,
#pub_1,
#pub_300_100,
#pub_300_250,
#pub_300x250,
#pub_300x250-1,
#pub_300x250-2,
#pub_460x60,
#pub_468x60,
#pub_728_90,
#pub_728x90,
#pub_728x90-1,
#pub_728x90-2,
#pub_articlefooter,
#pub_ban,
#pub_bandeau,
#pub_banner,
#pub_banniere_basse,
#pub_banniere_haute,
#pub_banniere_medium,
#pub_bas,
#pub_bas_droit,
#pub_bas_gauche,
#pub_bottom,
#pub_brique,
#pub_carre,
#pub_carre_1,
#pub_col_droite,
#pub_col_right,
#pub_column,
#pub_container,
#pub_contener_right,
#pub_content,
#pub_criteo,
#pub_dfp_article,
#pub_dfp_banniere_basse,
#pub_dfp_banniere_haute {
  display: none !important;
}

#pub_dfp_banniere_middle,
#pub_dfp_droite_haute,
#pub_dfp_flash_trans,
#pub_dfp_habillage,
#pub_dfp_pre_home,
#pub_droite,
#pub_droite_2,
#pub_enbas,
#pub_enbas1,
#pub_entete,
#pub_entete1,
#pub_extensible,
#pub_footer,
#pub_footer_banner,
#pub_gauche,
#pub_gauche_2,
#pub_geante,
#pub_haut,
#pub_head,
#pub_header,
#pub_header_chaine,
#pub_header_droite,
#pub_horizontale,
#pub_interstitiel,
#pub_leaderboard,
#pub_lecteur,
#pub_lecteur_0,
#pub_left,
#pub_megaban,
#pub_megabanner,
#pub_middle_home,
#pub_pave,
#pub_pave2,
#pub_pave3,
#pub_pave4,
#pub_pave_article,
#pub_pave_bottom,
#pub_pave_top,
#pub_plop-1,
#pub_plop-2,
#pub_plop-3,
#pub_pole_position1,
#pub_pupop,
#pub_rectangle,
#pub_rectangle_moyen_bas,
#pub_right,
#pub_slide_droite,
#pub_soonight,
#pub_square,
#pub_texte {
  display: none !important;
}

#pub_top,
#pub_top_droit,
#pub_top_gauche,
#pub_ventre,
#pub_voyage,
#pubarticle2,
#pubarticle3,
#pubbanner,
#pubbas,
#pubbetween,
#pubcarre,
#pubcentrale,
#pubchageapresmiddle,
#pubchargeapres,
#pubcol2,
#pubcoldroite,
#pubdetaillg,
#pubdetaillg2,
#pubdirect,
#pubdirecte,
#pubdroite,
#pubdudessous,
#pubflottante,
#pubfooter,
#pubfooter-md-lg,
#pubfooter-sm,
#pubfooter-xs,
#pubgauche,
#pubgoogle,
#pubhaut,
#pubheader,
#pubhomeheader,
#pubiframe_sky,
#publ1c1te_300_250,
#publ1c1te_728_90,
#publicidad-videoancho,
#publicidade,
#publicidadlateral1,
#publicidadlateral2,
#publicite,
#publicite-bas,
#publicite-principale,
#publicite2,
#publiciteDeMesPartenaires,
#publiciteHaut,
#publicite_468_60,
#publicite_728_90,
#publicite_banniere,
#publicite_banniere_haut,
#publicite_droite {
  display: none !important;
}

#publicite_gauche,
#publicite_header,
#publicite_liste_bookmaker,
#publicite_orange,
#publicite_right,
#publicite_top,
#publicite_txt,
#pubmegaban,
#pubnativepassback,
#pubpreroll,
#pubright,
#pubsCommentGoodDeals,
#pubsidebar,
#pubsousmenu,
#pubsousmenu-md-lg,
#pubtop,
#pubtopflex,
#quads-ad3_widget,
#quads-ad4_widget,
#rail_ad3,
#rectSlotAd,
#reklaamacasino2,
#reklam-160x600,
#reklam-468x60,
#reklam300x250,
#reklam300x600,
#reklamDiv,
#reklam_mgid,
#reklama2,
#reklama3,
#reklamarkaplan,
#result_ad,
#right-side-ad,
#rightCol_ad,
#rightReklamIc,
#right_ad_3,
#right_ad_4,
#right_pub,
#right_slide_pub,
#rightadBorder3,
#rightcolumn_160x600ad,
#rightpubbox,
#rightrail-ad-2,
#rotate_textads_2,
#roundPub,
#sagreklam,
#sbPubRegie,
#script-fallback-pub336,
#script-fallback-pub336bas-criteo,
#section-ad2 {
  display: none !important;
}

#sg-pub-980x200,
#shopper-widget-wrapper,
#shopper_adsense,
#show_banner_bottom_leaderboard,
#show_banner_leaderboard,
#sideBarGoogleAnnounces,
#sideBar_pub1,
#sideBar_pub1_content,
#sideBar_pub1_title,
#sideBar_pub2,
#sideBar_pub2_content,
#sideBar_pub2_title,
#side_ad_container_B,
#side_adv,
#side_pub,
#sidead2,
#sideadcontent,
#sidebar-bottom-pub,
#sidebar-pub,
#sidebar_advert_widget,
#sidebar_pub_top,
#sitePubTop,
#skin_container_sidebar_ad,
#skin_td_sidebar_ad,
#slidepub,
#small-banner-ad,
#small-banner-bottom-ad,
#sneaky-ad,
#solreklam,
#sp-entete-pour-la-pub,
#spaceForPub,
#splashbox-advcorner,
#sponsor-block,
#sponsor_google,
#sponsor_sidebar,
#sponsored-container,
#sponsoredContainer,
#sponsoredItemtop,
#sponsoredProducts,
#sponsoredResultitem,
#squareadvertise,
#standardAd0,
#stickyDFP,
#stop_ad,
#subheader_pub,
#tab-ad,
#tagPubBanniere,
#tag_pub_footer,
#teads_placement,
#teaserPub {
  display: none !important;
}

#thePubDiv2,
#ticker_ad,
#titre-publicite,
#top-ad-image,
#top-left-pub,
#topAdContainer728,
#topAdscenter,
#top_player_adv,
#top_pub,
#top_side_pub,
#topleftad,
#toppub,
#toppubbutton,
#tower_pub,
#tube_ad_wrap,
#under-pl-ad,
#user18div,
#vHeader-pub,
#vertical-ad,
#vertical-ads,
#videoOverAd300snd,
#videoadv,
#videoplayerpub,
#wb_Adtext1,
#wb_Adtext2,
#werbeblock,
#widget-pub-2,
#widget-pub-3,
#widget_box_pub,
#wrapper-pub,
#wrapper_inread,
#youfoot-ad-banner,
#zatvorit-reklamu-popup1,
#zone-sponso,
#zone_pub,
#zone_pub1,
#zone_pub2,
.MIXADVERT_NET,
.Middle-Ad,
.ad--desk,
.ad-container,
.ad.banner,
.ad.billboard,
.ad.onlyMobile,
.ad_skyscrap,
.ads-bloc,
.ads-container,
.ads-foot,
.ads-footerBanner,
.ads-group {
  display: none !important;
}

.adwrapper,
.ap-AdContainer,
.article__ads,
.ban-728,
.ban_pub,
.bandeauClosePub,
.bandeau_pub,
.bandeau_pub_630,
.bandeau_pub_centre,
.bandeau_pub_promo,
.banndar468x60,
.banner-ad-link,
.banner-adsense-holder,
.banner-leaderboard,
.banner_40X160,
.bannergroup_bannierepub,
.banners-adv,
.banniere_pub,
.barre_adsense,
.before-side-nav-ad,
.bg-adsense,
.bg_ads300x250,
.bi-ads-mobile,
.big-leaderboard,
.bigLogoAnnonceur,
.bigadbvert,
.bigadvert,
.bigbox-pub,
.bireklam,
.bireklam2,
.bireklam3,
.blc_ads_home,
.bloc-ads,
.bloc-ads-container,
.bloc-ligatus-300,
.bloc-ligatus-500,
.bloc-parution-ad,
.bloc-pub,
.bloc-pub-center-left,
.bloc-pub-side,
.bloc-pub2,
.blocPub,
.bloc_annonce_2_ad,
.bloc_pub_250,
.bloc_pub_250_s_marge,
.bloc_pub_300,
.bloc_pub_728,
.bloc_pub_header,
.bloc_pub_left,
.bloc_rightcol_pub {
  display: none !important;
}

.blocactucatpub,
.block-advertising-insert,
.block-artwhere-ads,
.block-cPublicite,
.block-dm-ads-prisma,
.block-gc-ad,
.block-pub,
.block-pub-ban-btm,
.block-pub-ban-forum,
.block-pub-ens-th-forum,
.block-pub-fee1,
.block-pub-max-300x600,
.block-pub-partenaires,
.block-pubimage,
.block-rf-pub,
.block-with-ads-banner,
.block_ad_container,
.block_adtop,
.block_pub,
.block_pub1,
.block_pub2,
.block_small_pub,
.blockgrayad,
.blockpubiframe,
.blocpub,
.blocpubbas,
.border-box-ad,
.border_ads,
.bottom-ad-mob-tab,
.bottom-ad-normal,
.bottom-adv2,
.bottom-advertising,
.bottom_ad_con,
.bottompub,
.box-advertisement-bottom,
.box-advertisement-top,
.box-centered-ads,
.box-pubb,
.boxAdLeft,
.boxAdRight,
.boxAdTop,
.box_publicites,
.box_publicites2,
.box_publicites3,
.box_publicites_bg,
.boxadvert,
.breaking-ad,
.bumpable-ima-ad-container,
.bupgoogle,
.business-details-ads {
  display: none !important;
}

.buzz-ad-post,
.buzz-ad-post-top,
.buzz-ads,
.bxl-advert,
.c-ads-sidebar,
.cadre-162-pub,
.cadre-pub-google,
.cadre_pub,
.cadrepub,
.cadrepubfooter,
.campagnePUBcoldroite,
.cap-ads,
.cap-ads-mobile,
.cap-ads-placeholder,
.cap-ads-text,
.card--row-ads,
.carouselpub,
.carouselpub300,
.carouselpubf,
.carre_pub,
.carrepub,
.catAds,
.category__mobile-ads,
.closeStartAdZone,
.co-ads,
.col-advert,
.col-droite-pub-milieu,
.column_in_pub,
.common-ad-styling,
.container-ad,
.container-pubcarre,
.containerAds,
.container_pubcentrale,
.contenedorAds,
.conteneur_ligatus,
.conteneur_pub,
.conteneur_pub_250250,
.conteneur_pub_300250,
.conteneur_pub_footer,
.conteneur_pub_horiz,
.conteneur_pub_vertical,
.content-ad-bloc,
.content-pub-top,
.content-side-ad,
.content_slide_pub,
.contenu-bloc-sponsorise,
.coreads-wrapper,
.coreads_habillage,
.cpm-advertisement,
.creatividad {
  display: none !important;
}

.criteo-ban,
.criteoad,
.ctn_ads_twins,
.cubes-ads,
.d-ad-megaBan,
.deck--below-ads,
.deck--top-ads,
.delayedAdvertising,
.description_ad,
.desktop-dsa,
.desktop-ff-ads,
.desktop-ff-ads__main,
.desktop-mobile-ads,
.desktop-mobile-ads__desktop,
.dfp-ads,
.dfp-slot-bas-banniere,
.dfp-slot-habillage,
.dfp-slot-megaban,
.discoverAd,
.div-publiciteh,
.divAd_Header,
.divAdsBottom,
.div_ads,
.div_pub_728_90,
.dm_ads_InRead,
.dossier-pub,
.dp-ad-chrome,
.dp-ad-visible,
.drop-down-advert,
.drt-ad-url,
.drt-sponsor-block,
.drt-sponsor-data,
.e3lan-below_header,
.e3lan-bottom,
.e3lan-cell,
.e3lan-post,
.e3lan300-600,
.e3lanat-layout-rotator,
.ebam_ad,
.encart_pub,
.espace-pub-top,
.esv-pub-300-250,
.etiq-ads,
.expressAdBanner,
.facebook-twitter-ads-728-90,
.fakeAd,
.fake_embed_ad_close,
.fake_player,
.fdw-ads,
.fig-ad {
  display: none !important;
}

.fig-ad-pave,
.fig-native-ads,
.fig-wid-ads-img,
.fix_reklama,
.fixedAd,
.flash-ad,
.flayr-ad,
.fly_head_ad,
.footer--pub,
.footer-pub,
.footerAdsPaves,
.footerlinkad,
.footerpubleft,
.footerpubright,
.frame-ads-left,
.frame-ads-right,
.frame-ads-top,
.frameForMoney,
.ftAdPaves,
.ftv-ad-pave,
.full-width-add-footer,
.fun-adsense,
.g-ads-336-250,
.gamebot_ads,
.gametop_ads,
.google-ads-keylink,
.googleAdTag,
.googleAds468,
.google_ad2,
.gptAd,
.gr-ads-imu,
.gr-ads-imu-sticky,
.green-ad,
.gtm-pub,
.gutter-ads-container,
.gz_ads_title,
.h2-advert,
.hb__ad--bottom,
.hb__ad--content,
.hb__ad--header,
.hb__ad--side,
.head-advrtsmnt,
.head-pub,
.header-add-wrapper,
.header-adds,
.header-blocked-ad,
.header-box-ads,
.header-promo,
.header-pub,
.header-pub-class {
  display: none !important;
}

.headerBannerAds,
.headerPub,
.header_ad_3,
.header_ad_4,
.header_adv,
.header_bloc_pub,
.header_link_ads,
.header_pub,
.header_sponsors,
.header_top_ads,
.hidden-horizontal-pub,
.hide-pub-1000x90,
.hide-pub-300x250,
.hideStartAdZone,
.hmads_1x1,
.hmads_300x250,
.hnadszone,
.home-ad-region-2,
.home-career-side-ad,
.home-jobs-side-ad,
.home_pub,
.hori-advert,
.horizontal-pub,
.howtoads,
.ibd-videos-paid-ad,
.iframe_pub,
.iframeads,
.iklan,
.iklan1,
.iklan2,
.in_stream_banner,
.in_up_ad-area,
.inpage-adspace,
.inplayer_banners,
.insertPadList,
.insert_pub_center,
.inside-pub-container,
.inside_adv_section,
.istdg-sponsored,
.it-sponsor-site,
.item-ad-header,
.item-izipub,
.item-pubb,
.item-pubb-728,
.itemlist-block-pub,
.jeg_ad_module,
.jeg_ads_hide_desktop,
.jeg_ads_hide_phone,
.jeg_ads_hide_tab,
.jnews_article_bottom_ads {
  display: none !important;
}

.jnews_article_top_ads,
.job-ads,
.job_ads_container,
.js-ads-imu-sticky,
.js-smart-ad,
.js_DivPublicityLateral,
.jt-poublicidadContainer,
.kadmer-ad,
.kelkoo--publicite,
.la-une__mobile-ads,
.label-pub-span,
.labelPub,
.label_advertising,
.large-ad-center-close,
.large-left-ad,
.layout__adHeader,
.layout__adPlaceHolder,
.lazypubli,
.lbl-ad,
.leaderboard728,
.leftSideAds,
.left_middle_ad,
.left_top_ad,
.leftaddsense,
.leftmenupub,
.lftBigAds,
.lien_commerciaux_bann,
.lien_commerciaux_bann_texte,
.lien_sponso,
.lien_sponsorise,
.liens-sponsorises__external,
.liens_commerciaux,
.line-adv,
.link-background-advert,
.link-pub,
.list-ads-282,
.list-ads-468,
.listing_list_ad,
.little_pub,
.logo-right-ads,
.logo_pub,
.lrAds,
.ltas_adspot,
.m-adbanner,
.m-adbanner--megaban,
.m-adbanner--megabanfooter,
.m-adbanner--newsinread,
.m-adbanner--newsunder,
.mailPubHeader,
.map_fond_pub {
  display: none !important;
}

.marketing-container,
.masthead-overHeader,
.matador_dfp_channel_ad_widget,
.mb_video_syncad,
.mbanner-ad-wrapper,
.mdmAd-inner,
.media-pub-1-in-article-adsence,
.media-pub-2-in-article-adsence,
.megapub,
.midads,
.middle-publicite,
.mobile-ads__close,
.mobile-ads__main,
.mobile_ad,
.mobile_adhesion,
.mobile_instream_ad,
.mod-ad-middle,
.mod-ad-top,
.mod-ad-top-2,
.mod-advertisement,
.modAd,
.modalPub,
.module-pub,
.moduleAds728,
.module_epg_publicite,
.module_epg_publicite_level0,
.module_sponsored,
.moduletable-pub2,
.mom-ads-wrap,
.movie_728_90,
.mpu-adv-revamp,
.mueveads,
.myAd,
.native_ad2,
.nativeads,
.navAd,
.nead-card,
.newads,
.nextread-advertisement,
.nf-aside-ads,
.nf-aside-ads__legal,
.nf-fixed-ads,
.nipnadszone,
.node-publicite,
.nosub-side-ad,
.nosub-side-ad-pos,
.null-ad,
.oa_bannerPub,
.oan_ad,
.oas-ad-160-600 {
  display: none !important;
}

.oas-ad-728-90,
.oas-ads-box,
.oas-ads-box-in,
.oas-ads-buy,
.oboxads,
.oboxads-ad-widget,
.oboxads-outstream,
.ocultar-ad,
.of-ad-container,
.openx-billboard,
.orange-ad,
.ot_ads,
.outer_ads_left,
.outer_ads_right,
.outside120SkyAd,
.outside160SkyAd,
.outside300SkyAd,
.p-floating-ad-wrapper,
.p-with-floating-ad,
.padAdv,
.padscreen,
.page-head-ad,
.pageLoadAdBox,
.pagin_pub,
.pane-st-dfp-ads,
.panel-ads,
.panel_pub,
.panet-mars-adv-panel,
.parent_ad,
.partner-asset-left-ad,
.partner-asset-right-ad,
.partner-pub,
.pave-pub,
.pave_google_300_250,
.pave_pub,
.pave_pub2,
.paywall-widget-mosaic-ads,
.paywallAds,
.picads,
.pjsleads,
.placeholder-pub_dfp,
.player-adv,
.player-adx-block,
.player-pub,
.player-screen-ads,
.player-screen-ads-item,
.player-screen-ads-list,
.player-screen-ads-wrapper,
.player-sponsor-block,
.player__ads {
  display: none !important;
}

.player_bg_ad,
.playerpub,
.pmd-ads,
.pmd-ads-300x310,
.pmd-ads-300x600,
.pmd-ads-desktop,
.pmd-ads-mobile,
.pmd-ads-placeholder,
.pmd_dfp_ad,
.pmdfp-placer,
.pmdfp_habillage,
.po_wads,
.popupads,
.porn-videos-ads,
.position_pub,
.ppub300,
.promo-extend-pub,
.promo-google-300x600,
.promo-google-300x600_new,
.promo-partenaire,
.propads,
.pstAd,
.pstAdLegend,
.pub-1000x90,
.pub-1000x90-bottom,
.pub-1000x90-top,
.pub-138x200,
.pub-160-600,
.pub-290x200,
.pub-290x80,
.pub-300,
.pub-300-250,
.pub-300-250-600,
.pub-300-corp,
.pub-300x250,
.pub-300x250-bottom,
.pub-300x250-du-bas,
.pub-300x250-top,
.pub-300x600,
.pub-300x600-bottom,
.pub-300x85,
.pub-336x280,
.pub-468x60,
.pub-728,
.pub-728-90,
.pub-728x90,
.pub-730x90,
.pub-960x90,
.pub-970,
.pub-970x90 {
  display: none !important;
}

.pub-980x200,
.pub-Adtech,
.pub-adsn,
.pub-after-download,
.pub-ban,
.pub-banner,
.pub-block,
.pub-bottom,
.pub-btns,
.pub-carre,
.pub-carre-smart-php,
.pub-condor,
.pub-container,
.pub-container-bas,
.pub-container-haut,
.pub-container-middle,
.pub-demipage,
.pub-detail-1,
.pub-double-bande,
.pub-droite-player,
.pub-fil-discussion,
.pub-gigaban,
.pub-half-width,
.pub-haut,
.pub-home-news-bloc,
.pub-img,
.pub-index,
.pub-index-gauche,
.pub-label,
.pub-ligatus-article,
.pub-megaban,
.pub-megabanner,
.pub-oan-rectangle-bottom,
.pub-oan-square-side,
.pub-partenaires,
.pub-pave,
.pub-promo,
.pub-push-produit,
.pub-rectangle-php,
.pub-replace,
.pub-right,
.pub-rotate-bottom,
.pub-sidebar1,
.pub-sidebar2,
.pub-single-top,
.pub-text,
.pub-top,
.pub-top-site,
.pub-trailer,
.pub0-if-commerciales {
  display: none !important;
}

.pub1-if-commerciales,
.pub160x600,
.pub242x90,
.pub300,
.pub300250,
.pub300250L,
.pub300250R,
.pub300_600,
.pub300_contenu,
.pub300a,
.pub300b,
.pub300c,
.pub300px,
.pub300sidebar,
.pub300single,
.pub300x250,
.pub300x250_home,
.pub336,
.pub336footer,
.pub350x250left,
.pub468,
.pub468100top,
.pub46860,
.pub468x60,
.pub468x80,
.pub600200,
.pub728,
.pub728-90,
.pub72890,
.pub72890-forum,
.pub728_90,
.pub728a,
.pub728b,
.pub728c,
.pub728x90,
.pub950,
.pub96590,
.pub970x90,
.pub980x90,
.pubAnnouncer,
.pubBanner,
.pubBannersContainer,
.pubBottomRight,
.pubBox,
.pubButton300,
.pubContainer,
.pubContent,
.pubFlash,
.pubGoodDeals,
.pubGoogle300 {
  display: none !important;
}

.pubHabillage,
.pubHead,
.pubHeader,
.pubHeading,
.pubIframe,
.pubLarge,
.pubLeft,
.pubMobile,
.pubPadding,
.pubPave,
.pubRight,
.pubRight1,
.pubText,
.pubTitle,
.pubTop,
.pubTopContainer,
.pubVideo,
.pub_1000,
.pub_1000_center,
.pub_1000_center_1,
.pub_1000_center_2,
.pub_1000_liste,
.pub_120x600,
.pub_160_600,
.pub_160x600,
.pub_2_728,
.pub_300,
.pub_300-250,
.pub_300_250,
.pub_300_250_right,
.pub_300_250_right_interne,
.pub_300_600,
.pub_468,
.pub_468x60,
.pub_468x60_bas,
.pub_468x60_haut,
.pub_728,
.pub_728-90,
.pub_728_90,
.pub_article,
.pub_bande,
.pub_banner,
.pub_banner_bot,
.pub_banner_h,
.pub_banner_top,
.pub_bottom_post,
.pub_carre,
.pub_centre,
.pub_club,
.pub_container {
  display: none !important;
}

.pub_container_600,
.pub_droit,
.pub_droite,
.pub_encart_content,
.pub_forum,
.pub_head,
.pub_header,
.pub_header_banner,
.pub_info,
.pub_kelkoo,
.pub_leaderboard,
.pub_left,
.pub_left_content,
.pub_loader,
.pub_middle,
.pub_mobile,
.pub_mobile_une,
.pub_open,
.pub_outer,
.pub_pave,
.pub_plus,
.pub_premium,
.pub_prod,
.pub_rectangle_300x100,
.pub_rectangle_300x250,
.pub_rectangle_728x90,
.pub_rectangle_moyen_out,
.pub_rm_inter_posts_forum,
.pub_sky,
.pub_skyscraper,
.pub_slot,
.pub_square,
.pub_tag,
.pub_text,
.pub_timeline,
.pub_top,
.pub_topright,
.pub_vertical,
.pub_video,
.pub_vignette,
.pub_visuel,
.pubaccueildroite1,
.pubaccueilgauche1,
.pubads,
.pubadsense,
.pubarticle,
.pubaudessunews,
.pubb-336-1,
.pubb-336-2,
.pubbigsize {
  display: none !important;
}

.pubbottomvideo,
.pubcontainer,
.pubfond,
.pubimage,
.pubind1,
.pubind2,
.pubitem,
.publSbar,
.publarge,
.publicidad,
.publicidade-rodape,
.publicite,
.publicite-bas,
.publicite-box,
.publicite1,
.publicite2,
.publicite3,
.publicite4,
.publicite5,
.publiciteHeader,
.publicitePartenaires,
.publicite_1,
.publicite_2,
.publicite_3,
.publicite_4,
.publicite_468x60,
.publicite_5,
.publicite_droite,
.publicite_droite_600,
.publicite_gauche,
.publicite_horizontale_well,
.publicite_horizontale_wrapper,
.publicite_l,
.publicite_locale,
.publicite_mobile,
.publicite_mobile_300x250,
.publicite_mobile_cache,
.publicite_r,
.publicite_resp,
.publicite_sidebar,
.publicite_sous_slider,
.publicite_text,
.publiciteac,
.publiciteright,
.publicity,
.publicityBottom,
.publicityRight,
.publicity_link,
.publireportage,
.publireportageFront {
  display: none !important;
}

.publireportage_simple,
.pubovh,
.pubovh300,
.pubs-mini,
.pubs_over,
.pubs_over1,
.pubsidebar,
.pubsky,
.pubsoustag,
.pubtexte,
.pubwrapper,
.purple-ad,
.push-service-pub,
.question_page_ad,
.quickads_table,
.r-pub--banniere,
.r-pub--inread,
.r-pub--leader,
.ratio-ad-header,
.rd-widget-ads,
.regiePub,
.regiePub2,
.regiePub728,
.region-pubheader,
.reklaama-casino2,
.reklam-gizle,
.reklam-side,
.reklam-videoyan,
.reklam728x90,
.reklam_300_250,
.reklam_300x250,
.reklam_728_90,
.reklama-box,
.reklama_vip,
.reklambox,
.reklamgec,
.reklamlink,
.related-stories-ad-unit,
.release-mangas-pub,
.remove-ads-component,
.removeAds,
.remove_ads,
.replaceDelayedAds,
.responsive-house-ad,
.right-advertising,
.rightPub,
.rightRailAdContainer,
.right_ad_box2,
.right_adv_block,
.right_advertissment {
  display: none !important;
}

.right_middle_ad,
.right_top_ad,
.rigthpubvideo,
.ritBigAds,
.river-ad,
.row_pub,
.sag-reklam-120x600,
.scpe-pub,
.sd-ad-container,
.sd-ad-wrapper,
.sda-img-container,
.search_publicity_box,
.search_square_publicity,
.section-ads-center,
.separepub,
.shareaholic-ad,
.shareaholic-ad-content,
.shareaholic-canvas,
.shareaholic-dis-ad-col-2,
.shareaholic-dis-ad-contains-2,
.shopperAds,
.show-pub,
.show_banner_bottom_leaderboard,
.show_banner_leaderboard,
.shvertise-banner,
.sidbar-ad1,
.side-pub,
.side-pub-img,
.side_content_pub,
.side_slide_pub,
.sidebar-ads160,
.sidebar-adv,
.sidebar-header-pub,
.sidebar-middle-ad,
.sidebar-wrapper-advert,
.sidebarAdHome,
.sidebar_adds,
.sidebar_share_ads,
.sidebarpub350250,
.simple-ad,
.single-top-ads,
.single-top-ads-bloc,
.site-inner-ads,
.site-pub-interstitiel,
.site-pub-skin,
.site-pub-top,
.six-article-with-ad,
.skin_outer_ad,
.skyscraper-ad-2,
.smiliar_ads {
  display: none !important;
}

.snippet-publisher,
.soar-media-global,
.sol-reklam-120x600,
.span_pub_normal,
.special-banner,
.sponsor-inread,
.sponsor_leaderboard,
.sponsor_leaderboard-wrap,
.sponsor_sidebar,
.sponsored-amazon,
.sponsored-articles,
.sponsored-by__highlighted,
.sponsored-by__main,
.sponsored-by__main-wrap,
.sponsored-by__other,
.sponsored-by__outer,
.sponsored-fly,
.sponsored-fly__brand,
.sponsored-fly__close,
.sponsored-fly__head,
.sponsored-fly__head-outer,
.sponsored-fly__open,
.sponsored-panel,
.sponsoredLinksContainer,
.sponsoredLinksInfo,
.sponsoredPrisma,
.sponsored_banner,
.sponsorfooter,
.square-pub,
.squareadboxext,
.squareadevertise,
.squareadvertise,
.srcPub,
.srcPubZone,
.stackcommerce-widget,
.stage-advertising,
.stageAds,
.standard_adv_link,
.sticky-ad-holder,
.structure_wrapper-ad,
.subimageAd,
.tab-reklam,
.tableAds,
.tag-adverline,
.tag-sponsored-content,
.teaser-mpu,
.text_pub,
.texte_ads,
.texte_ads_plug,
.texte_pub {
  display: none !important;
}

.threadSponsor,
.thumb_player_pub,
.timeline-media--ad,
.tipps-content-ad,
.titrePub,
.toast-ad,
.top-ads-728-90,
.top-banner-pub,
.top-horizontal-pub,
.top-publicite,
.top-reklam-normal,
.top-side-pub,
.topAdvertContainer,
.topPub,
.top_banner_ads,
.top_pub_google,
.top_reklama,
.topbanneradvertise,
.topbarpub,
.topcenteradss,
.topleftad,
.toppubs,
.tp-ad--full-browser,
.tp-ad__container,
.tradingCenterAd,
.tuto-pub-ad-caption,
.txt-ads-center,
.txt-pub,
.txt-top-publicity,
.unForceAdBlock,
.underplayer_banner,
.upload-advert,
.ustreklam,
.vda-block,
.vda-title,
.vertical-ads-group,
.video-list-ads,
.videoOverAd300snd,
.videoOverAdBig,
.video_adp2,
.video_adp3,
.video_reklama,
.videocontrols-ads,
.view-publicites,
.vjs-onceux-ad-container,
.vud_ads,
.wads-script,
.wgt-publicite-300-250,
.wid-sponsor-banner,
.wide_add {
  display: none !important;
}

.widget-advert,
.widget-advert-300-600,
.widget-le_guide,
.widget-paruvendu,
.widget-pub,
.widget-pub-300x250,
.widget_advncdads,
.widget_box_pub,
.widget_keleops-ad,
.widget_keleops-adhalfpage,
.widget_om_ads,
.widget_positivr-sponsored-posts,
.widget_publicite,
.widgetadv,
.widgetpub,
.window-ad-container,
.with-ad-top,
.with-corner-ad,
.wppasrotate,
.wrap-pub,
.wrapper.ad,
.wrapperPub,
.wrapper_pub_sidebar,
.xads-wrappe,
.xadv-invid,
.xadv-invid2,
.xplayer-banner-bottom,
.yourcolor-ads,
.zone_annonceurs,
.zone_pub_orange,
.zonepub,
[data-ad-position],
[data-ad-text],
[id^="adswidget"],
[id^="dfp_ban_"],
[id^="dfp_banner"],
a[href*=".atimaze.com/"],
a[href*=".digital2cloud.com/?"],
a[href*=".irtyd.com/"],
a[href*="/aff_c?offer_id="]>img,
a[href*="/afu.php?"],
a[href*="/www/delivery/"],
a[href*="?bz=160*600"]>img[src*=".alicdn.com/"],
a[href*="?bz=300*250"]>img[src*=".alicdn.com/"],
a[href*="?bz=725*90"]>img[src*=".alicdn.com/"],
div[data-ad-id],
div[data-ad],
div[data-iab-tag],
.incontent-promo-blitz-container,
iframe[style="border: 0; width: 728px; height: 110px;"] {
  display: none !important;
}

iframe[style="border: 0; width: 970px; height: 110px;"],
a[href^="https://searchlnk.ru/r/"],
#psyduckpockeball,
a[href^="https://ya-distrib.ru/r/"],
.mywidget__col>a.mywidget__link_advert,
div[id^="_u_ablock_"],
.adfox_placeholder,
.text-center.adf-ins,
iframe[src^="https://ad.adriver.ru/"],
div[data-banner-name],
.ipsAdvertisement,
.adv-news-within,
div[id^="yandex_rtb"],
a[href^="https://ad.letmeads.com/"],
div[data-adv-type="dfp"],
body #vid_vpaut_div,
.adsbyyottos,
.flat_pm_outgoing,
#Ad2,
#AdText,
#Ad_Top,
#Adfox_Banner,
#AdvertFieldBottom,
#AdvertFieldCenter,
#AdvertFieldTop,
#Advertisement,
#AdvertisingTopLine,
#BanHolder28-1,
#BannerDiv,
#BannerGBottom,
#BannerGCenter,
#BannerGIMG,
#BannerGTop,
#BannerH2Left,
#BannerHIMG,
#BannerHLeft,
#BannerUnderBroChat,
#JaboxAdBarOuter,
#JobInformer,
#METABAR_IFRAME,
#MarketGidComposite1001,
#PopUpWnd,
#PopWin,
#PopWin_popupsu_notds,
#RichBanner_center,
#Tadspacehead,
#__adIframe,
#ad-200,
#ad-container,
#ad-content {
  display: none !important;
}

#ad-slides,
#ad-wrapper,
#ad1,
#ad2,
#ad3,
#ad4,
#ad7,
#ad728x90,
#adContainer,
#adHeadBanner,
#adL,
#adP,
#adTop,
#adWrapper,
#ad_container,
#ad_help_link,
#ad_hide_mask_ad_0,
#ad_hide_mask_ad_1,
#ad_square,
#ad_wrapper,
#adbns,
#adf_notifiers_wrap,
#adposition3,
#adriver_banner,
#adsCSS,
#adspace,
#adt,
#advRightBox,
#advblock,
#advbroker_place_1,
#advbroker_place_10,
#advbroker_place_2,
#advbroker_place_3,
#advbroker_place_4,
#advbroker_place_5,
#advbroker_place_6,
#advbroker_place_7,
#advbroker_place_8,
#advbroker_place_9,
#advertbox,
#advertise,
#advertisement,
#advertising,
#advertising_floater,
#adverts,
#advrich,
#advunder-top,
#adzerk3,
#app-banners,
#b_top-banner {
  display: none !important;
}

#ban_zone_4,
#banerHead,
#banner-container,
#banner-container-240x400,
#banner-header-bottom,
#banner-placeholder,
#banner-top,
#banner-top-2,
#banner-top-3,
#banner-top-4,
#banner-wrap,
#banner240,
#banner300_250,
#banner3_wraper,
#banner_2,
#banner_box,
#banner_column,
#banner_container,
#banner_container_bayru,
#banner_container_ch,
#banner_div,
#banner_head,
#banner_journals,
#banner_notes,
#banner_place_1_wrap,
#banner_title,
#banner_top,
#banner_top2,
#bannerlayer,
#banners-for-study,
#banners_bottom,
#banners_left,
#banners_right,
#banners_rot,
#banners_rot_block,
#bannner_header,
#bbccom_mpu,
#bbccom_storyprintsponsorship,
#bg_banner_l,
#bg_banner_r,
#bl_top_reklama,
#bl_top_reklama2,
#bottom-banners,
#bottomBanners,
#bottom_advert,
#bottom_commercial,
#branding_block,
#branding_flash,
#brandtop,
#breklama {
  display: none !important;
}

#buttonad,
#contentAd,
#content_ad,
#cpa-system-banner,
#ctl00_Main3_bannerDiv,
#ctl00_abot_bb,
#ctl00_atop_bt,
#ctnAdsRight,
#divFlashTeaser,
#dle-content #lp-block-1,
#dle-content #sip22,
#dle-content .cb_dav_container,
#dle-content .download_inner,
#dle-content .mad22-search,
#dle-content .modul-sp_main,
#dle-content .search_result,
#dle-content>#down-up,
#dle-content>noindex>span,
#dle-content noindex>div.central,
#dle-content noindex>table[style],
#explosive_banner_1240,
#f_advert,
#featuread,
#floating_banner_bottom,
#footer_ads,
#from_our_sponsors,
#gad,
#google_ads_frame1,
#googleadbox,
#head-ad,
#head-banner,
#header_ad,
#header_banner,
#icq_place,
#informers-168,
#isviVideoBlock,
#jobukrnet,
#leader-sponsor,
#left_ban,
#left_ban2,
#left_ban_micro,
#left_reklama,
#leftbanners,
#lt-topbanner,
#mailru_game_leftclicks,
#mailru_game_righgtclicks,
#mediaget_box,
#mpu,
#n_Ad,
#nolix {
  display: none !important;
}

#partnerIframe,
#player_ads_block,
#poptrafWin,
#preS_BANNERID,
#preS_BANNERID2,
#premium-banner-1,
#premium-banner-2,
#printads,
#promo>div.box,
#promo>div.t_box,
#promo-ad,
#promo_bottom>div.box,
#promo_bottom>div.t_box,
#qcash-extended-block,
#r_banner,
#rekblock,
#rekl,
#reklamblok-2,
#right-banner,
#right-banner-2,
#rightS_BANNERID,
#right_reklama,
#rightbanners,
#rotating_banners,
#sape_style,
#sapetext,
#section-sponsors,
#showad,
#showcase_links,
#showcase_links_beg,
#showcase_links_end,
#showcase_posters,
#showcase_posters_beg,
#showcase_posters_end,
#sidebar_ads,
#skyscraperad,
#slon_partner_widget,
#smart_banner,
#sp22,
#splinks,
#spons_left,
#sponsor-search,
#sponsor_panSponsor,
#sponsor_recommendations,
#sponsoradd,
#sponsorbar,
#sponsorbox,
#sponsored,
#sponsored-ads,
#teaser_block_div {
  display: none !important;
}

#teasers,
#teasers-sidebarleft,
#teasers-top,
#tizerclik,
#tizeri_vnizu,
#top-advert-block,
#top-advert-block-second,
#topBannerAd,
#top_ad,
#top_banner,
#top_banners,
#topad,
#topads,
#topbanners,
#toplogo_banner,
#tpl_vertbanner_block,
#trans_ad_box,
#vBanner,
#vi_ad,
#viboom,
#videoPageAds,
#vkMsg,
#widget_floatbanner,
#wsllc_rotator,
#yahoo_ads_2010,
#zm_banner,
.AdBox,
.AdInfo,
.AdTitle,
.Advert,
.Banner240,
.Banner240>a,
.Banner240>img,
.Banner240>object,
.Banner710,
.Banner710>a,
.Banner710>img,
.Banner710>object,
.Banner780,
.Banner780>a,
.Banner780>img,
.Banner780>object,
.BannerKnopka,
.BannerKnopka2,
.BannerTop,
.BannerVertMargin7,
.MPU,
.SponsorCFrame,
.ad-block-240x400,
.ad-button {
  display: none !important;
}

.ad-sputnik-wrapper,
.ad21,
.ad468,
.adBox,
.adContainer,
.adDiv,
.adElement,
.adHolder,
.adModule,
.adSummary,
.adText,
.adTitle,
.adWrapper,
.ad_Right,
.ad_body,
.ad_left,
.ad_left_block,
.ad_links,
.ad_right,
.ad_space,
.ad_top_panel,
.adbg,
.adblockcenter,
.addiv,
.adframe,
.adhere,
.adhered,
.adholder,
.adi,
.adinfo,
.adleft,
.adlist,
.admarker,
.adpic,
.adprice,
.adright,
.ads739x90,
.ads_ban,
.adsenseblock,
.adtable,
.adv-post,
.advBrand,
.adv_bl,
.adv_to_hide_holder,
.advert-horizontal,
.advert__banner,
.advert_list,
.advertiser,
.advertisment,
.advertka {
  display: none !important;
}

.adverts,
.adwrapper,
.affiliate,
.ah-teaser-wrapper,
.ammblock,
.appgrade_banners,
.appwidget-journalpromo,
.artbannersplus,
.b-ad-block-vertical,
.b-ad-rightBanner,
.b-advert,
.b-app-banner-list,
.b-article-aside__banner,
.b-banner,
.b-banner-240x400,
.b-banner_slide,
.b-branding__flash,
.b-hbanner,
.b-journalpromo-container,
.b-resizable-ads-area,
.b-revolver-bann,
.b-section_banners,
.b-side-banner,
.b-slando,
.b-tbl_banner_links,
.b-tizer,
.b-vacancy-bannerplace,
.b-wrap_banner,
.bDown,
.bFiles,
.b_top-banner,
.ban-border,
.ban250,
.ban468b,
.ban468w,
.baner_block,
.banex-banner,
.banfoot,
.banner-border-wrap,
.banner-head,
.banner-hold,
.banner-link-left,
.banner-link-right,
.banner-link-top,
.banner-mid,
.banner-place,
.banner-r,
.banner-side,
.banner-square,
.banner-top-film {
  display: none !important;
}

.banner-work-in,
.banner240,
.banner240_10,
.banner2_right,
.banner300x100,
.banner300x250,
.banner640,
.bannerBlock,
.bannerPlace,
.bannerRight,
.bannerTipe,
.bannerTop,
.banner_240x400,
.banner_bg_bottom_link,
.banner_bg_top_link,
.banner_center,
.banner_panel,
.banner_place,
.banner_topss,
.bannerblock,
.bannerflash23,
.bannerfootbox,
.bannerhead,
.bannerin,
.banners-top,
.banners1,
.banners2,
.banners_list,
.bannertop,
.banwth,
.bbanner,
.bc-adv,
.bc_adv,
.bc_adv_container,
.bc_adv_container_2,
.bc_adv_container_3,
.bc_adv_i,
.bc_adv_inside_container,
.bloc_rek,
.block_ad,
.blockadwide,
.bnr_r2,
.bottom_ad_block,
.bottom_banner,
.bottombanner,
.carambis_hbanner_336,
.cb_avd_container,
.cb_footer_sponsor,
.cb_vad_container,
.centerBttmBann {
  display: none !important;
}

.clips-adv,
.cnnMosaic160Container,
.contentAd,
.contentadcontainer,
.contextBanner,
.diet-banner,
.dircash_button,
.div_reklamma,
.firmach_form_rifform,
.fixed-reklama,
.flat_ads_block,
.h-footer-banner,
.h_banner,
.hbanner,
.head-ad,
.header-advertisement,
.headerAd,
.header_ad_center,
.homep_banner,
.horizontal_ad,
.ig_banners_container,
.ins_banner-part,
.left-banner,
.leftBanns,
.left_ads_block,
.left_back_banner2,
.left_bnr,
.logo_advert,
.marketgidV,
.marketgidVr,
.mediaget,
.mid_ad,
.middleads,
.mobile-sponsoring,
.mod22-search,
.mod_banner,
.modul-one-search,
.modul-search,
.module-ad,
.module-one-search,
.mpu,
.mpuHolder,
.ms_inside_block,
.msk-banner-block,
.msk-onair-advert-block,
.mywidget-content-ad,
.one-search,
.one-search6,
.oteaser,
.pbaner {
  display: none !important;
}

.post_inner_banner,
.postads-bw-bkg2,
.premium_adv,
.publicidad,
.q_teaser_wrapper,
.qc-one-search,
.qc_search,
.r_banner,
.rastyazka,
.rebrand_clickable,
.reclama,
.reclama_v,
.rek_table,
.rekl,
.rekl5,
.reklama123,
.reklamapolos,
.results_sponsor,
.right_back_banner2,
.right_banner_premium,
.rightrecl,
.rkl,
.s_adv,
.skyad,
.slidebar-banner-block,
.sp_one_search,
.sp_one_search1,
.sp_one_search2,
.sp_one_search3,
.sp_search,
.sp_search2,
.sp_search3,
.sp_search_table,
.sponsor-top,
.sponsorTop,
.sponsor_horizontal,
.sponsor_top,
.sponsorbox,
.sponsoredtextlink_container,
.statcounter,
.subs-top-banner,
.surbis_banner,
.teasers_horizontal,
.tizerblock,
.top-sponsors,
.top-teasers,
.topAd,
.topBannerMainPage,
.topBanns,
.top_ad2 {
  display: none !important;
}

.top_banners,
.top_megabanner,
.topad,
.topbanner2,
.topbannerbg,
.tpl_bottom_banners,
.tzrlnd_td,
.videoAd,
.visitweb_block,
[name="Ad_Image"],
a[href*=".twkv.ru"],
a[href*="sapmedia.ru"],
div.article-content-full-inner>div[onmouseover],
div.bannerbg,
div.topbaner,
div[id^="AdFox_banner_"],
div[id^="CGCandy"],
div[id^="admixer_"],
div[id^="ads_games_"],
div[id^="beroll_rotator"],
div[id^="cpa_rotator_block_"],
div[id^="lp_banner_"],
div[id^="smi2adblock"],
div[id^="smi_teaser_"],
div[id^="teaser_70"],
img[src*="rmbn.ru/banners/"],
noindex .download_btn,
noindex>.cb_vda_container,
noindex>.d-link,
noindex>div#promo,
noindex>div#promo2_bottom2,
noindex>div#promo_bottom,
noindex>div.down,
noindex>div.download,
noindex>div.search_result,
noindex>div[onmouseout],
noindex>nofollow>table[onmouseout^="this.bgColor"],
td[id^="advtd"],
.ad-zone:not(.textads),
.ad-space:not(.textads),
.ad-unit:not(.textads),
.adace-popup-detector,
.mainholder+div[id][class*=" "]>div[id][class*=" "],
#chp_ads_blocker-modal,
#chp_ads_blocker-overlay,
.demo-wrapper[style="display:none;"]+div.fadeInDown[id],
body>div.demo-wrapper[style="display:none;"]+div[id][class],
div.fadeInDown[id$="____equal"][class$="____equal"],
#chp_branding,
a[id][href="https://chpadblock.com/"][rel="noopener noreferrer"] {
  display: none !important;
}

.jetblocker-wrapper,
.jetblocker_overlay,
.wgAdBlockMessage,
.stickyads:not([style^="width: 32px"], [style^="width: 33px"], [style*="left: -43px"], [style*="-3"][style*="important"][style*="display: block;"], [style*="position: fixed"][style*="-188"], [style*="!important;"][style*="width:"][style*="height:"][style*="position"][style*="left:"][style*="top:"][style*="display"], [data-freestar-ad="123"]):not(:empty),
.ads_banner:not([style^="width: 32px"], [style^="width: 33px"], [style*="left: -43px"], [style*="-3"][style*="important"][style*="display: block;"], [style*="position: fixed"][style*="-188"], [style*="!important;"][style*="width:"][style*="height:"][style*="position"][style*="left:"][style*="top:"][style*="display"]):not(:empty),
#adbd.overdiv,
embed[width="100%"][height="100"],
embed[width="120"][height="240"],
embed[width="160"][height="600"],
embed[width="240"][height="400"],
embed[width="468"][height="60"],
embed[width="600"][height="160"],
embed[width="728"][height="90"],
iframe[width="100%"][height="90"],
iframe[width="100%"][height="120"]:not([src*="bandcamp.com"]),
iframe[width="104"][height="464"],
iframe[width="200"][height="240"],
iframe[width="200"][height="300"],
iframe[width="210"][height="237"],
iframe[width="240"][height="350"],
iframe[width="240"][height="400"],
iframe[width="468"][height="60"],
iframe[width="600"][height="90"],
iframe[width="728"][height="90"],
iframe[width="780"][height="120"],
iframe[width="980"][height="90"],
img[width="240"][height="400"],
img[width="240px"][height="400px"],
img[width="460"][height="60"],
img[width="468"][height="60"],
img[width="600"][height="90"],
img[width="720"][height="90"],
img[width="728"][height="90"],
.ainsyndication,
.js-seznam-sidebar-ad,
.ad-container>button.close-ad,
article>center.adcen,
.adlf>div.adhl,
.adlf>div.adt,
.adcen>div.adt,
.ad>div.adrg,
.adcen>div.adb,
.content>aside.ad,
.contentmovie>div[class^="ad"],
.right-menu>div.adhl,
.ad_large,
[href^="https://www.mypatriotsupply.com/"]>img,
.inline-advert,
#footer_adv,
.ads-narrow {
  display: none !important;
}

.vf-promo-wrapper,
.interstitial-ad,
.ads970,
#top_google_ads,
.adace-slideup-slot-wrap,
.in_article_ad,
.entry_ad,
#ad-top-right-container,
.headad,
.adun,
.zergnet-widget,
.ad--wrapper,
.ad--topmobile,
.story__top__ad,
.amazon-auto-links,
#ad1-placeholder,
.c-adSkyBox,
#splashy-ad-container-top,
#middle_ad,
.GRVVideo,
.div_pop,
#ad_middle,
.ads-cont,
.adsense_block,
.banner-player,
.view-ads,
#wp_adbn_root,
.AdPlaceholder,
.button-ad,
.adWrapper,
.center-ad,
#div-leader-ad,
.ads_place_top,
#ad-large-header,
#ad_large,
.wc-adblock-wrap,
.ads-wrapper-top,
.top-site-ad,
.js_midbanner_ad_slot,
.ad-slot-wrapper,
.adverts_header_advert,
.adverts_side_advert,
.adverts_footer_advert,
.adverts_footer_scrolling_advert,
.bordered-ad,
.zox-post-ad-wrap,
.post__article-top-ad-wrapper,
.zox-post-bot-ad,
.ads-two,
AD-SLOT {
  display: none !important;
}

.ad-horizontal-top,
.dfpAdspot,
.amp-adv-wrapper,
.storyAd,
.fixadheightbottom,
.adHolder,
.connatix-wysiwyg-container,
.parade-ad-container,
.pb-slot-container,
.mrec-scrollable-cont,
.ad-dog__cnx-container,
.adwrap-mrec,
.ATF_wrapper,
.c-ad--header,
.mobile-ad-negative-space,
.mrf-adv__wrapper,
#advert-banner-container,
.legion_primiswrapper,
.inarticlead,
.videos-ad,
.google-ad-manager,
.js_movable_ad_slot,
#fixed-ad,
.movv-ad,
.van_vid_carousel,
.van_taboola,
#mobile-swipe-banner,
.header-advert-wrapper,
.ads_inline_640,
.AdCenter,
.adCenter,
.adCenterAd,
.adCentertile,
.adcenter,
.rectangle_ad,
.top-ads-amp,
.aniview-inline-player,
#advertisementTop,
.adv_top,
.vertbars,
.view-video-advertisements,
.footer-advertisements,
.instream_ad,
section[data-e2e="advertisement"],
.belowMastheadWrapper,
.first_post_ad,
iframe[src^="//ad.a-ads.com/"],
.ad_sidebar_bigbox,
amp-fx-flying-carpet,
.leaderboard-ad-component {
  display: none !important;
}

.top-ads-mobile,
.boxAd,
.amp-ad,
.ad-bottom-container,
.amazon_ad,
.headerads,
.story-ad,
.lates-adlabel,
.Ad-adhesive,
.ggads,
.top250Ad,
.dfp_ATF_wrapper,
.home-ad-region-1,
.sidebar-big-box-ad,
#ad-after,
#ad-p3,
.topAd,
.article-advert-container,
body[onbeforeunload="return myFunction()"],
#awe-customiframe-container,
.kt-player~div.spot-box,
.gallery-bns-bl,
.articleads,
.b-advertising__down-menu,
.ad-cls,
.tncls_ad,
.tncls_ad_250,
.tncls_ad_300,
.stky-ad-footer,
.bodyads,
.Ad__Wrapper,
.ad-disclaimer-container,
iframe[src^="//tempest.services.disqus.com/ads-iframe/"],
#content_ad_container,
#interads,
.ad-container--leaderboard,
#videopageadblock,
#floatingAdContainer,
.ad_w300i,
ins.adsbygoogle[data-ad-slot],
.ad-300,
.mobile-instream-ad-holder-single,
#ad_wp_base,
#adxtop,
#ad_728h,
#ad_336_singlebt,
.tjads,
topadblock,
#ad-fullbanner2-billboard-outer,
.loop_google_ad {
  display: none !important;
}

.amp_ad_wrapper,
div[id*="ScriptRootN"],
.ad-engage,
#gads_middle,
.add_300x250,
.ContentAd,
#inPlayerGGzone,
iframe[style="position: absolute; top: -1000px; left: -1000px; visibility: hidden; border: medium none; background-color: transparent;"],
.player-holder>div.vcover2,
.wrapper-player div.before-player,
body~div[style^="z-index: 2147483647 !important; position: fixed !important; width:"],
body~iframe[id][style^="width: 100% !important; height:"][style*="inset:"],
body>div[style="position: fixed; display: block; width: 100%; height: 100%; inset: 0px; background-color: rgba(0, 0, 0, 0); z-index: 300000;"],
body>div[style^="position: fixed; inset: 0px; z-index: 2147483647; background: black; opacity: 0.01;"],
body>div[style^="position:fixed;inset:0px;z-index:2147483647;background:black;opacity:0.01"][style*=";cursor:pointer"]:empty,
html[data-lt-installed="true"]>body[style=""] img[style="width: 100%;max-width: 728px;"],
.full-ave-pl,
.wps-player__happy-inside,
.ad970,
.div-gpt-ad:not([style^="width: 1px; height: 1px;"]),
[class^="div-gpt-ad"]:not([style^="width: 1px; height: 1px;"], .div-gpt-ad_adblock_test),
button[data-openuri="|BTN_URL|"],
aside[data-aqa="widget-breaking-banner"],
.arcad_feature,
.gliaplayer-container,
div[class^="DisplayAdvert"],
div[class^="index-module_openwebAd_"],
div[class^="index-module_taboolaContainerWrapper_"],
#fallbackTerms.fallback-term-holder,
a[href^="https://z.cdn.secured-ad.com/"],
div[data-type="_mgwidget"],
iframe[src^="https://creative."][src*="/widgets/v4/Universal?"],
#floating-ad-container,
.kt-player>div.spot,
div[data-clickadilla-banner],
.player-section__ad-b,
.video.ad-w,
.advMasthead,
iframe[src^="https://mmmdn.net/"],
body .top-advert,
iframe[src^="//tsyndicate.com/"],
iframe[src^="https://tsyndicate.com/"],
.roxot-dynamic,
body>div#fixedban,
#close-fixedban,
#soldakayan,
#sagdakayan,
.top-header-ads-mobile,
.happy-footer,
.gmr-bannerpopup {
  display: none !important;
}

.idmuvi-topbanner,
.idmuvi-topbanner-aftermenu,
iframe[src^="https://vidsservices.space/"],
iframe[src^="https://av.ageverify.co/"],
.remove-spots,
.breakout-ad,
.ae-player__itv,
a[href^="mailto:support@netu.tv"],
a[onclick*="openAuc();"],
a[href^="https://l.tapdb.net/"],
a[href^="https://ad.22betpartners.com/redirect.aspx?"],
.happy-player-beside,
.happy-inside-player,
.gads,
.full-bns-block,
.video-brs,
a[href^="http://click.dtiserv2.com/"],
div[data-e2e="advertisement"],
.puFloatLine>#puFloatDiv,
a[href*=".ufinkln.com/"],
.stripper>a[href*="istripper"]>img,
a[href*="/fdh/wth.php?"],
.BetterJsPopOverlay,
.videojs-hero-overlay,
div[id^="M"][id*="Composite"],
.wpcnt>.wpa,
#BannerBox,
#ad-topper,
#ad_300X250,
#ad_google,
#advertRightTopPosition,
#banner-top-right,
#bb_banner,
#blox-top-promo,
#bp_banner,
#campaign-banner,
#extensible-banner,
#fb_300x250,
#footer-banner,
#scorecard-ad,
#topBanners,
#total_banner,
.SC_TBlock,
.ad_register_prompt,
.ad_showthread_firstpost_start_placeholder,
.b-header-banner,
.baners_block,
.banner_header,
.banners-middle,
.banners_block {
  display: none !important;
}

.main_promo_image_container,
.menu-ads,
.reclamTable,
.sidebar-ads-container,
.special-ads,
.sponsor-div,
.sponsored-home-page-inner,
.sponsored-items,
.top-adv-app,
.top-banners,
.top-r-ads,
.topbannerad,
.widget-sidebar-right-banner,
*:not(body)>a[href^="https://content-loader.com/players"],
*:not(body)>a[href^="https://html-load.com/players"],
*:not(body)>a[href^="https://07c225f3.online/players"],
div[style^="height:    250px; width:    300px;"],
div[style^="width:    160px; height:    600px; margin: 0px auto; min-width: 160px; min-height: 600px;"],
div[style^="width:    300px; height:    250px;"],
html[class^="img_"][amp4ads=""][i-amphtml-layout=""][i-amphtml-no-boilerplate=""][amp-version="2509031727000"],
html[class^="img_"][amp4ads=""][i-amphtml-layout=""][i-amphtml-no-boilerplate=""][amp-version="2507172035000"],
html[class^="img_"][amp4ads=""][i-amphtml-layout=""][i-amphtml-no-boilerplate=""][amp-version="2502032353000"],
img[height="   250"][width="   300"],
img[height="   90"][width="   728"],
ins[style$="height:    90px; width:    728px;"],
body>div#dontfoid,
html>div[class][style^="pointer-events: none; position: absolute; top: 0px; left: 0px; width:"],
html>div[style="position: fixed; inset: 0px; z-index: 2147483647; pointer-events: auto;"],
.primis-ad,
.in-content-ad-wrapper,
.oko-adhesion,
.trend-card-advert,
.trend-card-advert__title,
.page-content__advert,
#AC_ad,
#AD_160,
#AD_300,
#AD_468x60,
#AD_G,
#AD_L,
#AD_ROW,
#AD_Top,
#AD_text,
#ADbox,
#Ad-3-Slider,
#Ad-4-Slider,
#Ad-Container,
#Ad-Content,
#Ad-Top,
#AdBanner {
  display: none !important;
}

#AdBar,
#AdBigBox,
#AdBillboard,
#AdBottomLeader,
#AdBottomRight,
#AdBox2,
#AdColumn,
#AdContainerTop,
#AdContent,
#AdDisclaimer,
#AdHeader,
#AdMiddle,
#AdPopUp,
#AdRectangleBanner,
#AdSense1,
#AdSense2,
#AdSense3,
#AdServer,
#AdSkyscraper,
#AdSlot_megabanner,
#AdSpaceLeaderboard,
#AdTop,
#AdTopLeader,
#AdWidgetContainer,
#AdWrapperSuperCA,
#AdZone1,
#AdZone2,
#Ad_BelowContent,
#Ad_Block,
#Ad_TopLeaderboard,
#Adbanner,
#Adlabel,
#AdsBannerTop,
#AdsBillboard,
#AdsBottomContainer,
#AdsContent,
#AdsDiv,
#AdsFrame,
#AdsPubperform,
#AdsRight,
#AdsSky,
#AdsTopContainer,
#AdsWrap,
#Ads_BA_BS,
#Ads_BA_BUT,
#Ads_BA_BUT2,
#Ads_BA_BUT_box,
#Ads_BA_CAD,
#Ads_BA_CAD2,
#Ads_BA_FLB {
  display: none !important;
}

#Ads_BA_SKY,
#Ads_BA_VID,
#Ads_TFM_BS,
#Ads_google_bottom_wide,
#Adsense300x250,
#AdsenseBottom,
#AdsenseTop,
#Adsterra,
#Adv10,
#Adv11,
#Adv8,
#Adv9,
#AdvContainer,
#AdvFooter,
#AdvHeader,
#Adv_Footer,
#AdvertMid1,
#AdvertMid2,
#AdvertMpu,
#AdvertPanel,
#AdvertText,
#AdvertiseFrame,
#Advertisement1,
#Advertisement2,
#AdvertisementDiv,
#AdvertisementLeaderboard,
#Advertisements,
#AdvertisingDiv_0,
#Advertorial,
#Advertorials,
#AnchorAd,
#ArticleContentAd,
#Banner728x90,
#BannerAd,
#BannerAds,
#BannerAdvert,
#BannerAdvertisement,
#BigBoxAd,
#BigboxAdUnit,
#BodyAd,
#BodyTopAds,
#Body_Ad8_divAdd,
#BotAd,
#BottomAdContainer,
#BottomRightAdWrapper,
#ButtonAd,
#ContentAd,
#Content_CA_AD_0_BC,
#Content_CA_AD_1_BC,
#DFP_top_leaderboard {
  display: none !important;
}

#FooterAd,
#FooterAdBlock,
#FooterAdContainer,
#FreeStarVideoAdContainer,
#GoogleAd,
#GoogleAd1,
#GoogleAd2,
#GoogleAd3,
#GoogleAdRight,
#GoogleAdTop,
#GoogleAdsense,
#HP1-ad,
#HP2-ad,
#HeadAd,
#HeaderAD,
#HeaderAd,
#HeaderAdBlock,
#HeaderAdsBlock,
#HeroAd,
#HomeAd1,
#IFrameAd,
#IFrameAd1,
#IK-ad-area,
#IK-ad-block,
#IM_AD,
#LayoutBottomAdBox,
#LayoutHomeAdBoxBottom,
#LeftAd,
#LeftAd1,
#MPUAdSpace,
#MPUadvertising,
#MainAd,
#NR-Ads,
#PromotionAdBox,
#RightAd,
#RightAdBlock,
#RightAdSpace,
#RightAdvertisement,
#SidebarAd,
#SidebarAdContainer,
#SitenavAdslot,
#SkyAd,
#SkyscraperAD,
#SponsoredAd,
#SponsoredAds,
#SponsoredLinks,
#SponsorsAds,
#StickyBannerAd,
#Top-ad,
#TopADs {
  display: none !important;
}

#TopAd,
#TopAd0,
#TopAdBox,
#TopAdContainer,
#TopAdPlacement,
#TopAdPos,
#TopAdTable,
#TopAdvert,
#TopBannerAd,
#TopRightRadvertisement,
#VPNAdvert,
#WelcomeAd,
#aad-header-1,
#aad-header-2,
#aad-header-3,
#ab_adblock,
#above-comments-ad,
#above-fold-ad,
#above-footer-ads,
#aboveAd,
#aboveNodeAds,
#above_button_ad,
#aboveplayerad,
#abovepostads,
#acm-ad-tag-lawrence_dfp_mobile_arkadium,
#ad--article--home-mobile-paramount-wrapper,
#ad--article-bottom-wrapper,
#ad--article-top,
#ad--sidebar,
#ad-0,
#ad-1,
#ad-125x125,
#ad-160,
#ad-160x600,
#ad-2,
#ad-2-160x600,
#ad-250,
#ad-250x300,
#ad-3,
#ad-3-300x250,
#ad-300,
#ad-300-250,
#ad-300-additional,
#ad-300-detail,
#ad-300-sidebar,
#ad-300X250-2,
#ad-300a,
#ad-300b,
#ad-300x250,
#ad-300x250-0 {
  display: none !important;
}

#ad-300x250-2,
#ad-300x250-b,
#ad-300x250-sidebar,
#ad-300x250-wrapper,
#ad-300x250_mid,
#ad-300x250_mobile,
#ad-300x250_top,
#ad-300x600_top,
#ad-4,
#ad-5,
#ad-6,
#ad-7,
#ad-728,
#ad-728-90,
#ad-728x90,
#ad-8,
#ad-9,
#ad-Content_1,
#ad-Content_2,
#ad-Rectangle_1,
#ad-Rectangle_2,
#ad-Superbanner,
#ad-a,
#ad-ads,
#ad-advertorial,
#ad-affiliate,
#ad-after,
#ad-anchor,
#ad-around-the-web,
#ad-article,
#ad-article-in,
#ad-aside-1,
#ad-background,
#ad-ban,
#ad-banner-1,
#ad-banner-atf,
#ad-banner-bottom,
#ad-banner-btf,
#ad-banner-desktop,
#ad-banner-image,
#ad-banner-placement,
#ad-banner-top,
#ad-banner-wrap,
#ad-banner_atf-label,
#ad-bar,
#ad-base,
#ad-bb-content,
#ad-below-content,
#ad-bg,
#ad-big {
  display: none !important;
}

#ad-bigbox,
#ad-bigsize,
#ad-billboard,
#ad-billboard-atf,
#ad-billboard-bottom,
#ad-billboard01,
#ad-blade,
#ad-block,
#ad-block-125,
#ad-block-2,
#ad-block-aa,
#ad-block-bottom,
#ad-block-container,
#ad-border,
#ad-bottom,
#ad-bottom-banner,
#ad-bottom-fixed,
#ad-bottom-right-container,
#ad-bottom-wrapper,
#ad-box,
#ad-box-1,
#ad-box-2,
#ad-box-bottom,
#ad-box-halfpage,
#ad-box-leaderboard,
#ad-box-left,
#ad-box-rectangle,
#ad-box-rectangle-2,
#ad-box-right,
#ad-box1,
#ad-box2,
#ad-boxes,
#ad-break,
#ad-bs,
#ad-btm,
#ad-buttons,
#ad-campaign,
#ad-carousel,
#ad-case,
#ad-center,
#ad-chips,
#ad-circfooter,
#ad-code,
#ad-col,
#ad-container-banner,
#ad-container-fullpage,
#ad-container-inner,
#ad-container-leaderboard,
#ad-container-mpu,
#ad-container-outer {
  display: none !important;
}

#ad-container-overlay,
#ad-container-top-placeholder,
#ad-container1,
#ad-contentad,
#ad-desktop-bottom,
#ad-desktop-takeover-home,
#ad-desktop-takeover-int,
#ad-desktop-top,
#ad-desktop-wrap,
#ad-discover,
#ad-display-ad,
#ad-display-ad-placeholder,
#ad-div-leaderboard,
#ad-drawer,
#ad-ear,
#ad-extra-flat,
#ad-featured-right,
#ad-fixed-bottom,
#ad-flex-top,
#ad-flyout,
#ad-footer-728x90,
#ad-framework-top,
#ad-front-btf,
#ad-front-footer,
#ad-full-width,
#ad-fullbanner-btf,
#ad-fullbanner-outer,
#ad-fullwidth,
#ad-googleAdSense,
#ad-gutter-left,
#ad-gutter-right,
#ad-halfpage,
#ad-halfpage1,
#ad-halfpage2,
#ad-head,
#ad-header-1,
#ad-header-2,
#ad-header-3,
#ad-header-left,
#ad-header-mad,
#ad-header-mobile,
#ad-header-right,
#ad-holder,
#ad-horizontal,
#ad-horizontal-header,
#ad-horizontal-top,
#ad-incontent,
#ad-index,
#ad-inline-block,
#ad-label2 {
  display: none !important;
}

#ad-large-banner-top,
#ad-large-header,
#ad-lb-secondary,
#ad-lead,
#ad-leadboard1,
#ad-leadboard2,
#ad-leader,
#ad-leader-atf,
#ad-leader-container,
#ad-leader-wrapper,
#ad-leaderboard,
#ad-leaderboard-atf,
#ad-leaderboard-bottom,
#ad-leaderboard-container,
#ad-leaderboard-footer,
#ad-leaderboard-header,
#ad-leaderboard-spot,
#ad-leaderboard-top,
#ad-leaderboard970x90home,
#ad-leaderboard970x90int,
#ad-leaderboard_bottom,
#ad-leadertop,
#ad-lrec,
#ad-m-rec-content,
#ad-main,
#ad-main-bottom,
#ad-main-top,
#ad-manager,
#ad-masthead,
#ad-medium,
#ad-medium-lower,
#ad-medium-rectangle,
#ad-medrec,
#ad-medrec__first,
#ad-mid,
#ad-mid-rect,
#ad-middle,
#ad-midpage,
#ad-minibar,
#ad-module,
#ad-mpu,
#ad-mrec,
#ad-mrec2,
#ad-new,
#ad-north,
#ad-one,
#ad-other,
#ad-output,
#ad-overlay,
#ad-page-1 {
  display: none !important;
}

#ad-pan3l,
#ad-panel,
#ad-pencil,
#ad-performance,
#ad-performanceFullbanner1,
#ad-performanceRectangle1,
#ad-placeholder,
#ad-placeholder-horizontal,
#ad-placeholder-vertical,
#ad-placement,
#ad-plate,
#ad-player,
#ad-popup,
#ad-popup-home,
#ad-popup-int,
#ad-post,
#ad-promo,
#ad-push,
#ad-pushdown,
#ad-r,
#ad-rec-atf,
#ad-rec-btf,
#ad-rec-btf-top,
#ad-rect,
#ad-rectangle,
#ad-rectangle1,
#ad-rectangle1-outer,
#ad-rectangle2,
#ad-rectangle3,
#ad-results,
#ad-right,
#ad-right-bar-tall,
#ad-right-container,
#ad-right-sidebar,
#ad-right-top,
#ad-right2,
#ad-right3,
#ad-rotator,
#ad-row,
#ad-section,
#ad-separator,
#ad-shop,
#ad-side,
#ad-side-text,
#ad-sidebar,
#ad-sidebar-btf,
#ad-sidebar-container,
#ad-sidebar-mad,
#ad-sidebar-mad-wrapper,
#ad-sidebar1 {
  display: none !important;
}

#ad-sidebar2,
#ad-site-header,
#ad-skin,
#ad-skm-below-content,
#ad-sky,
#ad-skyscraper,
#ad-slideshow,
#ad-slideshow2,
#ad-slot,
#ad-slot-1,
#ad-slot-2,
#ad-slot-3,
#ad-slot-4,
#ad-slot-5,
#ad-slot-502,
#ad-slot-lb,
#ad-slot-right,
#ad-slot-top,
#ad-slot1,
#ad-slot2,
#ad-slot4,
#ad-slug-wrapper,
#ad-small-banner,
#ad-space,
#ad-space-big,
#ad-splash,
#ad-sponsors,
#ad-spot,
#ad-spot-bottom,
#ad-spot-one,
#ad-standard,
#ad-standard-wrap,
#ad-stickers,
#ad-sticky-footer-container,
#ad-story-right,
#ad-story-top,
#ad-stripe,
#ad-target,
#ad-teaser,
#ad-text,
#ad-three,
#ad-top,
#ad-top-250,
#ad-top-300x250,
#ad-top-728,
#ad-top-banner,
#ad-top-leaderboard,
#ad-top-left,
#ad-top-lock,
#ad-top-low {
  display: none !important;
}

#ad-top-right,
#ad-top-right-container,
#ad-top-text-low,
#ad-top-wrap,
#ad-top-wrapper,
#ad-tower,
#ad-two,
#ad-undefined,
#ad-unit-right-bottom-160-600,
#ad-unit-right-middle-300-250,
#ad-unit-top-banner,
#ad-vip-article,
#ad-west,
#ad-wide-leaderboard,
#ad-wrap,
#ad-wrap2,
#ad-wrapper,
#ad-wrapper-728x90,
#ad-wrapper-footer-1,
#ad-wrapper-main-1,
#ad-wrapper-sidebar-1,
#ad-wrapper-top-1,
#ad1-placeholder,
#ad125x125,
#ad160,
#ad160600,
#ad160x600,
#ad250,
#ad300,
#ad300-250,
#ad300_250,
#ad336,
#ad336x280,
#ad468,
#ad468x60,
#ad480x60,
#ad6,
#ad600,
#ad728,
#ad72890,
#ad728Box,
#ad728Header,
#ad728Mid,
#ad728Top,
#ad728Wrapper,
#ad728X90,
#ad728foot,
#ad728h,
#ad728top,
#ad728x90 {
  display: none !important;
}

#ad728x90_1,
#ad90,
#ad900,
#ad970,
#ad970x90_exp,
#adATF300x250,
#adATF728x90,
#adATFLeaderboard,
#adAside,
#adBTF300x250,
#adBadges,
#adBanner1,
#adBanner336x280,
#adBannerBottom,
#adBannerHeader,
#adBannerSpacer,
#adBannerTable,
#adBannerTop,
#adBar,
#adBelt,
#adBillboard,
#adBlock01,
#adBlockBanner,
#adBlockContainer,
#adBlockContent,
#adBlockOverlay,
#adBlocks,
#adBottom,
#adBox,
#adBrandDev,
#adBrandingStation,
#adBreak,
#adCarousel,
#adChannel,
#adChoiceFooter,
#adChoices,
#adChoicesIcon,
#adChoicesLogo,
#adCol,
#adColumn,
#adColumn3,
#adComponentWrapper,
#adContainer,
#adContainer_1,
#adContainer_2,
#adContainer_3,
#adContent,
#adContentHolder,
#adContext,
#adDiv {
  display: none !important;
}

#adDiv0,
#adDiv1,
#adDiv300,
#adDiv4,
#adDiv728,
#adDivContainer,
#adFiller,
#adFlashDiv,
#adFooter,
#adFot,
#adFrame,
#adGallery,
#adGoogleText,
#adHeader,
#adHeaderTop,
#adHeaderWrapper,
#adHeading,
#adHeightstory,
#adHolder,
#adHolder1,
#adHolder2,
#adHolder3,
#adHolder4,
#adHolder5,
#adHolder6,
#adHome,
#adHomeTop,
#adIframe,
#adInhouse,
#adIsland,
#adLB,
#adLabel,
#adLarge,
#adLayer,
#adLayerTop,
#adLayout,
#adLeader,
#adLeaderTop,
#adLeaderboard,
#adLeaderboard-middle,
#adLeft,
#adLink,
#adLink1,
#adLounge,
#adLrec,
#adMOBILETOP,
#adMPU,
#adMPUHolder,
#adMain,
#adMarketplace {
  display: none !important;
}

#adMed,
#adMedRect,
#adMediumRectangle,
#adMeld,
#adMessage,
#adMid2,
#adModal,
#adMpu,
#adMpuBottom,
#adOuter,
#adPartnerLinks,
#adPlaceHolder1,
#adPlaceHolder2,
#adPlacement_1,
#adPlacement_2,
#adPlacement_3,
#adPlacement_4,
#adPlacement_7,
#adPlacement_8,
#adPlacement_9,
#adPlacer,
#adPopover,
#adPopup,
#adPosition0,
#adPosition14,
#adPosition5,
#adPosition6,
#adPosition7,
#adPosition9,
#adPush,
#adPushdown1,
#adReady,
#adRight,
#adRight1,
#adRight2,
#adRight3,
#adRight4,
#adRight5,
#adScraper,
#adSection,
#adSenseBox,
#adSenseModule,
#adSenseWrapper,
#adSet,
#adSide,
#adSide1-container,
#adSideButton,
#adSidebar,
#adSite,
#adSkin {
  display: none !important;
}

#adSkinBackdrop,
#adSkinLeft,
#adSkinRight,
#adSky,
#adSkyPosition,
#adSkyscraper,
#adSlider,
#adSlot-dmpu,
#adSlot-dontMissLarge,
#adSlot-leader,
#adSlot-leaderBottom,
#adSlot1,
#adSlot2,
#adSlot3,
#adSlot4,
#adSlug,
#adSpace,
#adSpaceBottom,
#adSpaceHeight,
#adSpacer,
#adSpecial,
#adSqb,
#adSquare,
#adStrip,
#adSuperbanner,
#adTag,
#adText,
#adTextLink,
#adTile,
#adTop,
#adTopContent,
#adTopLREC,
#adTopLarge,
#adTopModule,
#adTower,
#adUnderArticle,
#adUnit,
#adWideSkyscraper,
#adWrap,
#adWrapper,
#adWrapperSky,
#ad_1,
#ad_160,
#ad_160_600,
#ad_160_600_2,
#ad_160x160,
#ad_160x600,
#ad_2,
#ad_250,
#ad_250x250 {
  display: none !important;
}

#ad_3,
#ad_300,
#ad_300_250,
#ad_300_250_1,
#ad_300x250,
#ad_336,
#ad_4,
#ad_468_60,
#ad_468x60,
#ad_5,
#ad_728,
#ad_728_90,
#ad_728x90,
#ad_8,
#ad_9,
#ad_B1,
#ad_Banner,
#ad_Bottom,
#ad_LargeRec01,
#ad_Middle,
#ad_Middle1,
#ad_Pushdown,
#ad_R1,
#ad_Right,
#ad_Top,
#ad_Wrap,
#ad__billboard,
#ad_ad,
#ad_adsense,
#ad_after_header_1,
#ad_anchor,
#ad_area,
#ad_article1_1,
#ad_article1_2,
#ad_article2_1,
#ad_article2_2,
#ad_article3_1,
#ad_article3_2,
#ad_banner,
#ad_banner_1,
#ad_banner_468x60,
#ad_banner_728x90,
#ad_banner_bot,
#ad_banner_top,
#ad_banners,
#ad_bar,
#ad_bar_rect,
#ad_before_header,
#ad_bg,
#ad_bg_image {
  display: none !important;
}

#ad_big,
#ad_bigbox,
#ad_bigbox_companion,
#ad_bigrectangle,
#ad_billboard,
#ad_block,
#ad_block_0,
#ad_block_1,
#ad_block_2,
#ad_block_mpu,
#ad_bnr_atf_01,
#ad_bnr_atf_02,
#ad_bnr_atf_03,
#ad_bnr_btf_07,
#ad_bnr_btf_08,
#ad_body,
#ad_bottom,
#ad_box,
#ad_box_top,
#ad_branding,
#ad_bsb,
#ad_bsb_cont,
#ad_btmslot,
#ad_button,
#ad_buttons,
#ad_cell,
#ad_center,
#ad_choices,
#ad_close,
#ad_closebtn,
#ad_comments,
#ad_cont,
#ad_cont_superbanner,
#ad_container,
#ad_container_0,
#ad_container_300x250,
#ad_container_side,
#ad_container_sidebar,
#ad_container_top,
#ad_content,
#ad_content_1,
#ad_content_2,
#ad_content_3,
#ad_content_fullsize,
#ad_content_primary,
#ad_content_right,
#ad_content_top,
#ad_content_wrap,
#ad_contentslot_1,
#ad_contentslot_2 {
  display: none !important;
}

#ad_creative_2,
#ad_creative_3,
#ad_creative_5,
#ad_dfp_rec1,
#ad_display_300_250,
#ad_display_728_90,
#ad_div,
#ad_div_bottom,
#ad_div_top,
#ad_feedback,
#ad_foot,
#ad_footer,
#ad_footer1,
#ad_footerAd,
#ad_frame,
#ad_frame1,
#ad_from_bottom,
#ad_fullbanner,
#ad_gallery,
#ad_gallery_bot,
#ad_global_300x250,
#ad_global_above_footer,
#ad_global_header,
#ad_global_header1,
#ad_global_header2,
#ad_h3,
#ad_halfpage,
#ad_head,
#ad_header,
#ad_header_1,
#ad_header_container,
#ad_holder,
#ad_home,
#ad_home_middle,
#ad_horizontal,
#ad_houseslot_a,
#ad_houseslot_b,
#ad_hp,
#ad_img,
#ad_interthread,
#ad_island,
#ad_island2,
#ad_label,
#ad_large,
#ad_large_rectangular,
#ad_lateral,
#ad_layer,
#ad_ldb,
#ad_lead1,
#ad_leader {
  display: none !important;
}

#ad_leaderBoard,
#ad_leaderboard,
#ad_leaderboard_top,
#ad_left,
#ad_left_1,
#ad_left_2,
#ad_left_3,
#ad_left_skyscraper,
#ad_left_top,
#ad_leftslot,
#ad_link,
#ad_links,
#ad_links_footer,
#ad_lnk,
#ad_lrec,
#ad_lwr_square,
#ad_main,
#ad_main_leader,
#ad_main_top,
#ad_marginal,
#ad_marker,
#ad_mast,
#ad_med_rect,
#ad_medium,
#ad_medium_rectangle,
#ad_medium_rectangular,
#ad_mediumrectangle,
#ad_message,
#ad_middle,
#ad_middle_bottom,
#ad_midstrip,
#ad_mobile,
#ad_module,
#ad_mpu,
#ad_mpu2,
#ad_mpu300x250,
#ad_mrec,
#ad_mrec1,
#ad_mrec2,
#ad_mrec_intext,
#ad_mrec_intext2,
#ad_new,
#ad_news_article,
#ad_newsletter,
#ad_one,
#ad_overlay,
#ad_overlayer,
#ad_panel,
#ad_panorama_top,
#ad_pencil {
  display: none !important;
}

#ad_place,
#ad_placeholder,
#ad_player,
#ad_plugs,
#ad_popup_background,
#ad_popup_wrapper,
#ad_post,
#ad_poster,
#ad_primary,
#ad_publicidad,
#ad_rail,
#ad_rec_01,
#ad_rect,
#ad_rect1,
#ad_rect2,
#ad_rect3,
#ad_rect_body,
#ad_rect_bottom,
#ad_rect_btf_01,
#ad_rect_btf_02,
#ad_rect_btf_03,
#ad_rect_btf_04,
#ad_rect_btf_05,
#ad_rectangle,
#ad_region1,
#ad_region2,
#ad_region3,
#ad_region5,
#ad_results,
#ad_right,
#ad_right_box,
#ad_right_top,
#ad_rightslot,
#ad_rotator-2,
#ad_rotator-3,
#ad_row,
#ad_row_home,
#ad_rr_1,
#ad_sec,
#ad_sec_div,
#ad_secondary,
#ad_short,
#ad_sidebar,
#ad_sidebar1,
#ad_sidebar2,
#ad_sidebar3,
#ad_sidebar_1,
#ad_sidebar_left_container,
#ad_sidebar_news,
#ad_sidebar_top {
  display: none !important;
}

#ad_sidebody,
#ad_site_header,
#ad_sitebar,
#ad_skin,
#ad_slot,
#ad_slot_bottom,
#ad_slot_leaderboard,
#ad_small,
#ad_space_top,
#ad_sponsored,
#ad_spot_a,
#ad_spot_b,
#ad_spotlight,
#ad_square,
#ad_squares,
#ad_ss,
#ad_stck,
#ad_sticky_wrap,
#ad_strip,
#ad_superbanner,
#ad_table,
#ad_takeover,
#ad_tall,
#ad_tbl,
#ad_top,
#ad_topBanner,
#ad_topScroller,
#ad_top_728x90,
#ad_top_banner,
#ad_top_bar,
#ad_top_holder,
#ad_topbanner,
#ad_topmob,
#ad_topnav,
#ad_topslot,
#ad_two,
#ad_txt,
#ad_under_game,
#ad_unit,
#ad_unit1,
#ad_unit2,
#ad_vertical,
#ad_video_abovePlayer,
#ad_video_belowPlayer,
#ad_video_large,
#ad_video_root,
#ad_wallpaper,
#ad_wide,
#ad_wide_box,
#ad_wideboard {
  display: none !important;
}

#ad_widget,
#ad_widget_1,
#ad_window,
#ad_wp,
#ad_wp_base,
#ad_wrap,
#ad_wrapper,
#ad_wrapper1,
#ad_wrapper2,
#ad_xrail_top,
#ad_zone,
#adaptvcompanion,
#adb_bottom,
#adbackground,
#adbanner-container,
#adbanner1,
#adbannerbox,
#adbannerdiv,
#adbannerleft,
#adbannerright,
#adbannerwidget,
#adbar,
#adbig,
#adblade,
#adblade_ad,
#adblock-big,
#adblock-leaderboard,
#adblock-small,
#adblock1,
#adblock2,
#adblock4,
#adblockbottom,
#adbn,
#adbnr,
#adboard,
#adbody,
#adbottom,
#adbottomleft,
#adbottomright,
#adbox,
#adbox--hot_news_ad,
#adbox--page_bottom_ad,
#adbox--page_top_ad,
#adbox-inarticle,
#adbox-topbanner,
#adbox1,
#adbox2,
#adbox_content,
#adbox_right,
#adbutton {
  display: none !important;
}

#adbuttons,
#adcell,
#adcenter,
#adcenter2,
#adcenter4,
#adchoices-icon,
#adchoicesBtn,
#adclear,
#adclose,
#adcolContent,
#adcolumn,
#adcontainer,
#adcontainer1,
#adcontainer2,
#adcontainer3,
#adcontainer5,
#adcontainerRight,
#adcontainer_ad_content_top,
#adcontent1,
#adcontent2,
#adcontextlinks,
#addbottomleft,
#addemam-wrapper,
#addvert,
#adfactor-label,
#adfloat,
#adfooter,
#adfooter_728x90,
#adframe:not(frameset),
#adframetop,
#adfreeDeskSpace,
#adhalfpage,
#adhead,
#adheader,
#adhesion,
#adhesionAdSlot,
#adhesionUnit,
#adhide,
#adholder,
#adholderContainerHeader,
#adhome,
#adhomepage,
#adjacency,
#adlabel,
#adlabelFooter,
#adlabelfooter,
#adlabelheader,
#adlanding,
#adlayer,
#adlayerContainer {
  display: none !important;
}

#adlayerad,
#adleaderboard,
#adleft,
#adlinks,
#adlrec,
#adm-inline-article-ad-1,
#adm-inline-article-ad-2,
#admain,
#admasthead,
#admid,
#admobilefoot,
#admobilefootinside,
#admobilemiddle,
#admobiletop,
#admobiletopinside,
#admod2,
#admpubottom,
#admpubottom2,
#admpufoot,
#admpumiddle,
#admpumiddle2,
#admputop2,
#admsg,
#adnet,
#adnorth,
#ados1,
#ados2,
#ados3,
#ados4,
#adplace,
#adplacement,
#adpos-top,
#adpos2,
#adposition,
#adposition1,
#adposition10,
#adposition1_container,
#adposition2,
#adposition3,
#adposition4,
#adpositionbottom,
#adrect,
#adright,
#adright2,
#adrightbottom,
#adrightrail,
#adriver_middle,
#adriver_top,
#adrotator,
#adrow {
  display: none !important;
}

#adrow1,
#adrow3,
#ads-1,
#ads-125,
#ads-200,
#ads-250,
#ads-300,
#ads-300-250,
#ads-336x280,
#ads-468,
#ads-5,
#ads-728x90,
#ads-728x90-I3,
#ads-728x90-I4,
#ads-area,
#ads-article-left,
#ads-banner,
#ads-banner-top,
#ads-bar,
#ads-before-content,
#ads-bg,
#ads-bg-mobile,
#ads-billboard,
#ads-block,
#ads-blog,
#ads-bot,
#ads-bottom,
#ads-col,
#ads-container,
#ads-container-2,
#ads-container-anchor,
#ads-container-single,
#ads-container-top,
#ads-content,
#ads-content-double,
#ads-footer,
#ads-footer-inner,
#ads-footer-wrap,
#ads-google,
#ads-header,
#ads-header-728,
#ads-home-468,
#ads-horizontal,
#ads-inread,
#ads-inside-content,
#ads-leader,
#ads-leaderboard,
#ads-leaderboard1,
#ads-left,
#ads-left-top {
  display: none !important;
}

#ads-lrec,
#ads-main,
#ads-menu,
#ads-middle,
#ads-mpu,
#ads-outer,
#ads-pagetop,
#ads-panel,
#ads-pop,
#ads-position-header-desktop,
#ads-right,
#ads-right-bottom,
#ads-right-skyscraper,
#ads-right-top,
#ads-slot,
#ads-space,
#ads-superBanner,
#ads-text,
#ads-top,
#ads-top-728,
#ads-top-wrap,
#ads-under-rotator,
#ads-vertical,
#ads-vertical-wrapper,
#ads-wrap,
#ads-wrapper,
#ads1,
#ads120,
#ads125,
#ads1_box,
#ads2,
#ads2_block,
#ads2_box,
#ads2_container,
#ads3,
#ads300,
#ads300-250,
#ads300x200,
#ads300x250,
#ads300x250_2,
#ads336x280,
#ads4,
#ads468x60,
#ads50,
#ads7,
#ads728,
#ads728bottom,
#ads728top,
#ads728x90,
#ads728x90_2 {
  display: none !important;
}

#ads728x90top,
#adsBar,
#adsBottom,
#adsContainer,
#adsContent,
#adsDisplay,
#adsHeader,
#adsHeading,
#adsLREC,
#adsLeft,
#adsLinkFooter,
#adsMobileFixed,
#adsMpu,
#adsPanel,
#adsRight,
#adsRightDiv,
#adsSectionLeft,
#adsSectionRight,
#adsSquare,
#adsTG,
#adsTN,
#adsTop,
#adsTopLeft,
#adsTopMobileFixed,
#adsZone,
#adsZone1,
#adsZone2,
#ads_0_container,
#ads_160,
#ads_3,
#ads_300,
#ads_300x250,
#ads_4,
#ads_728,
#ads_728x90,
#ads_728x90_top,
#ads_banner,
#ads_banner1,
#ads_banner_header,
#ads_belownav,
#ads_big,
#ads_block,
#ads_body_1,
#ads_body_2,
#ads_body_3,
#ads_body_4,
#ads_body_5,
#ads_body_6,
#ads_bottom,
#ads_box {
  display: none !important;
}

#ads_box1,
#ads_box2,
#ads_box_bottom,
#ads_box_right,
#ads_box_top,
#ads_button,
#ads_campaign,
#ads_catDiv,
#ads_center,
#ads_center_banner,
#ads_central,
#ads_combo2,
#ads_container,
#ads_content,
#ads_desktop_r1,
#ads_desktop_r2,
#ads_expand,
#ads_footer,
#ads_fullsize,
#ads_h,
#ads_h1,
#ads_h2,
#ads_halfsize,
#ads_header,
#ads_horiz,
#ads_horizontal,
#ads_horz,
#ads_in_modal,
#ads_in_video,
#ads_insert_container,
#ads_layout_bottom,
#ads_lb,
#ads_lb_frame,
#ads_leaderbottom,
#ads_left,
#ads_left_top,
#ads_line,
#ads_medrect,
#ads_notice,
#ads_overlay,
#ads_page_top,
#ads_place,
#ads_placeholder,
#ads_player,
#ads_popup,
#ads_right,
#ads_right_sidebar,
#ads_right_top,
#ads_slide_div,
#ads_space {
  display: none !important;
}

#ads_space_header,
#ads_superbanner1,
#ads_superbanner2,
#ads_superior,
#ads_td,
#ads_text,
#ads_textlinks,
#ads_title,
#ads_top,
#ads_top2,
#ads_top_banner,
#ads_top_container,
#ads_top_content,
#ads_top_right,
#ads_top_sec,
#ads_topbanner,
#ads_tower_top,
#ads_vert,
#ads_video,
#ads_wide,
#ads_wrapper,
#adsbot,
#adsbottom,
#adsbox,
#adsbox-left,
#adsbox-right,
#adscenter,
#adscolumn,
#adscontainer,
#adscontent,
#adsdiv,
#adsection,
#adsense-2,
#adsense-468x60,
#adsense-area,
#adsense-bottom,
#adsense-container-bottom,
#adsense-header,
#adsense-link,
#adsense-links,
#adsense-middle,
#adsense-post,
#adsense-right,
#adsense-sidebar,
#adsense-tag,
#adsense-text,
#adsense-top,
#adsense-wrap,
#adsense1,
#adsense2 {
  display: none !important;
}

#adsense468,
#adsense6,
#adsense728,
#adsenseArea,
#adsenseContainer,
#adsenseHeader,
#adsenseLeft,
#adsenseWrap,
#adsense_banner_top,
#adsense_block,
#adsense_bottom_ad,
#adsense_box,
#adsense_box2,
#adsense_center,
#adsense_image,
#adsense_inline,
#adsense_leaderboard,
#adsense_overlay,
#adsense_r_side_sticky_container,
#adsense_sidebar,
#adsense_top,
#adsenseheader,
#adsensehorizontal,
#adsensempu,
#adsenseskyscraper,
#adsensetext,
#adsensetop,
#adsensewide,
#adserv,
#adsframe_2,
#adside,
#adsimage,
#adsitem,
#adskeeper,
#adskinleft,
#adskinlink,
#adskinright,
#adskintop,
#adsky,
#adskyscraper,
#adskyscraper_flex,
#adsleft1,
#adslider,
#adslist,
#adslot-below-updated,
#adslot-download-abovefiles,
#adslot-half-page,
#adslot-homepage-middle,
#adslot-infobox,
#adslot-left-skyscraper {
  display: none !important;
}

#adslot-side-mrec,
#adslot-site-footer,
#adslot-site-header,
#adslot-sticky-headerbar,
#adslot-top-rectangle,
#adslot1,
#adslot2,
#adslot3,
#adslot300x250ATF,
#adslot300x250BTF,
#adslot4,
#adslot5,
#adslot6,
#adslot7,
#adslot_1,
#adslot_2,
#adslot_left,
#adslot_rect,
#adslot_top,
#adsmgid,
#adsmiddle,
#adsonar,
#adspace,
#adspace-1,
#adspace-2,
#adspace-300x250,
#adspace-728,
#adspace-728x90,
#adspace-bottom,
#adspace-leaderboard-top,
#adspace-one,
#adspace-top,
#adspace300x250,
#adspaceBox,
#adspaceRow,
#adspace_header,
#adspace_leaderboard,
#adspace_top,
#adspacer,
#adspan,
#adsplace1,
#adsplace2,
#adsplace4,
#adsplash,
#adspot,
#adspot-bottom,
#adspot-top,
#adsquare,
#adsquare2,
#adsright {
  display: none !important;
}

#adsside,
#adsspace,
#adstext2,
#adstrip,
#adtab,
#adtext,
#adtop,
#adtxt,
#adunit,
#adunit-article-bottom,
#adunit_video,
#adunitl,
#adv-01,
#adv-300,
#adv-Bottom,
#adv-BoxP,
#adv-Middle,
#adv-Middle1,
#adv-Middle2,
#adv-Scrollable,
#adv-Top,
#adv-banner,
#adv-banner-r,
#adv-box,
#adv-companion-iframe,
#adv-container,
#adv-gpt-box-container1,
#adv-gpt-masthead-skin-container1,
#adv-halfpage,
#adv-header,
#adv-leaderblock,
#adv-leaderboard,
#adv-left,
#adv-masthead,
#adv-middle,
#adv-middle1,
#adv-midroll,
#adv-native,
#adv-preroll,
#adv-right,
#adv-right1,
#adv-scrollable,
#adv-sticky-1,
#adv-sticky-2,
#adv-text,
#adv-title,
#adv-top,
#adv-top-skin,
#adv300x250,
#adv300x250container {
  display: none !important;
}

#adv468x90,
#adv728,
#adv728x90,
#adv768x90,
#advBoxBottom,
#advCarrousel,
#advHome,
#advHook-Middle1,
#advRectangle,
#advRectangle1,
#advSkin,
#advTop,
#advWrapper,
#adv_300,
#adv_728,
#adv_728x90,
#adv_BoxBottom,
#adv_Inread,
#adv_IntropageOvl,
#adv_LdbMastheadPush,
#adv_Reload,
#adv_Skin,
#adv_bootom,
#adv_border,
#adv_center,
#adv_config,
#adv_contents,
#adv_footer,
#adv_holder,
#adv_leaderboard,
#adv_mob,
#adv_mpu1,
#adv_mpu2,
#adv_network,
#adv_overlay,
#adv_overlay_content,
#adv_r,
#adv_right,
#adv_skin,
#adv_sky,
#adv_textlink,
#adv_top,
#adv_wallpaper,
#adv_wallpaper2,
#advads_ad_widget-18,
#advads_ad_widget-19,
#advads_ad_widget-8,
#adver,
#adver-top,
#adverFrame {
  display: none !important;
}

#advert-1,
#advert-120,
#advert-2,
#advert-ahead,
#advert-article,
#advert-article-1,
#advert-article-2,
#advert-article-3,
#advert-banner,
#advert-banner-container,
#advert-banner-wrap,
#advert-banner2,
#advert-block,
#advert-boomer,
#advert-box,
#advert-column,
#advert-container-top,
#advert-display,
#advert-fireplace,
#advert-footer,
#advert-footer-hidden,
#advert-header,
#advert-island,
#advert-leaderboard,
#advert-left,
#advert-mpu,
#advert-posterad,
#advert-rectangle,
#advert-right,
#advert-sky,
#advert-skyscaper,
#advert-skyscraper,
#advert-slider-top,
#advert-text,
#advert-top,
#advert-top-banner,
#advert-wrapper,
#advert1,
#advert2,
#advertBanner,
#advertBox,
#advertBoxRight,
#advertBoxSquare,
#advertColumn,
#advertContainer,
#advertDB,
#advertOverlay,
#advertRight,
#advertSection,
#advertTop {
  display: none !important;
}

#advertTopLarge,
#advertTopSmall,
#advertTower,
#advertWrapper,
#advert_1,
#advert_banner,
#advert_belowmenu,
#advert_box,
#advert_container,
#advert_header,
#advert_leaderboard,
#advert_mid,
#advert_mpu,
#advert_right1,
#advert_sky,
#advert_top,
#advertblock,
#advertborder,
#adverticum_r_above,
#adverticum_r_above_container,
#adverticum_r_side_container,
#advertise,
#advertise-block,
#advertise-here,
#advertise-sidebar,
#advertise1,
#advertise2,
#advertiseBanner,
#advertiseLink,
#advertise_top,
#advertisediv,
#advertisement-300x250,
#advertisement-bottom,
#advertisement-content,
#advertisement-large,
#advertisement-placement,
#advertisement-text,
#advertisement1,
#advertisement2,
#advertisement3,
#advertisement728x90,
#advertisementArea,
#advertisementBox,
#advertisementHorizontal,
#advertisementRight,
#advertisementTop,
#advertisement_banner,
#advertisement_belowscreenshots,
#advertisement_block,
#advertisement_box {
  display: none !important;
}

#advertisement_container,
#advertisement_label,
#advertisement_notice,
#advertisement_title,
#advertisements_bottom,
#advertisements_sidebar,
#advertisements_top,
#advertisementsarticle,
#advertiser-container,
#advertiserLinks,
#advertisetop,
#advertising-160x600,
#advertising-300x250,
#advertising-728x90,
#advertising-banner,
#advertising-caption,
#advertising-container,
#advertising-right,
#advertising-skyscraper,
#advertising-top,
#advertisingHrefTop,
#advertisingLeftLeft,
#advertisingLink,
#advertisingRightColumn,
#advertisingRightRight,
#advertisingTop,
#advertisingTopWrapper,
#advertising_300,
#advertising_320,
#advertising_728,
#advertising__banner__content,
#advertising_column,
#advertising_container,
#advertising_contentad,
#advertising_div,
#advertising_header,
#advertising_holder,
#advertising_leaderboard,
#advertising_top_container,
#advertising_wrapper,
#advertisment-horizontal,
#advertisment-text,
#advertisment1,
#advertisment_content,
#advertisment_panel,
#advertleft,
#advertorial,
#advertorial-box,
#advertorial-wrap,
#advertorial1 {
  display: none !important;
}

#advertorial_links,
#adverts,
#adverts--footer,
#adverts-top-container,
#adverts-top-left,
#adverts-top-middle,
#adverts-top-right,
#adverts_base,
#adverts_post_content,
#adverts_right,
#advertscroll,
#advertsingle,
#advertspace,
#advertssection,
#adverttop,
#advframe,
#advr_mobile,
#advsingle,
#advt,
#advt_bottom,
#advtbar,
#advtcell,
#advtext,
#advtop,
#advtopright,
#adwallpaper,
#adwidget,
#adwidget-5,
#adwidget-6,
#adwidget1,
#adwidget2,
#adwrapper,
#adxBigAd,
#adxBigAd2,
#adxLeaderboard,
#adxMiddle,
#adxMiddleRight,
#adxToolSponsor,
#adx_ad,
#adxtop2,
#adzbanner,
#adzone,
#adzone-middle1,
#adzone-middle2,
#adzone-right,
#adzone-top,
#adzone_content,
#adzone_wall,
#adzonebanner,
#adzoneheader {
  display: none !important;
}

#afc-container,
#affiliate_2,
#affiliate_ad,
#after-dfp-ad-mid1,
#after-dfp-ad-mid2,
#after-dfp-ad-mid3,
#after-dfp-ad-mid4,
#after-dfp-ad-top,
#after-header-ads,
#after-top-menu-ads,
#after_ad,
#after_bottom_ad,
#after_heading_ad,
#after_title_ad,
#aigirlfriendad,
#amazon-ads,
#amazon_ad,
#analytics_ad,
#anchor-ad,
#anchorAd,
#aniview-ads,
#aom-ad-right_side_1,
#aom-ad-right_side_2,
#aom-ad-top,
#apiBackgroundAd,
#article-ad,
#article-ad-container,
#article-ad-content,
#article-ads,
#article-advert,
#article-aside-top-ad,
#article-billboard-ad-1,
#article-bottom-ad,
#article-box-ad,
#article-content-ad,
#article-footer-ad,
#article-footer-sponsors,
#article-island-ad,
#article-sidebar-ad,
#articleAd,
#articleAdReplacement,
#articleBoard-ad,
#articleBottom-ads,
#articleLeftAdColumn,
#articleSideAd,
#articleTop-ads,
#article_ad,
#article_ad_1,
#article_ad_3,
#article_ad_bottom {
  display: none !important;
}

#article_ad_container,
#article_ad_top,
#article_ad_w,
#article_adholder,
#article_ads,
#article_advert,
#article_banner_ad,
#article_body_ad1,
#article_box_ad,
#articlead300x250r,
#articleadblock,
#articlefootad,
#articletop_ad,
#aside-ad-container,
#asideAd,
#aside_ad,
#asideads,
#asinglead,
#ax-billboard,
#ax-billboard-bottom,
#ax-billboard-sub,
#ax-billboard-top,
#backad,
#background-ad-cover,
#background-adv,
#background_ad_left,
#background_ad_right,
#background_ads,
#backgroundadvert,
#banADbanner,
#banner-300x250,
#banner-468x60,
#banner-728,
#banner-728x90,
#banner-ad,
#banner-ad-container,
#banner-ad-large,
#banner-ads,
#banner-advert,
#banner-lg-ad,
#banner-native-ad,
#banner-skyscraper,
#banner300x250,
#banner468,
#banner468x60,
#banner728,
#banner728x90,
#bannerAd,
#bannerAdFrame,
#bannerAdTop {
  display: none !important;
}

#bannerAdWrap,
#bannerAdWrapper,
#bannerAds,
#bannerAdsense,
#bannerAdvert,
#bannerGoogle,
#banner_ad_bottom,
#banner_ad_footer,
#banner_ad_module,
#banner_ad_placeholder,
#banner_ad_top,
#banner_ads,
#banner_adsense,
#banner_adv,
#banner_advertisement,
#banner_adverts,
#banner_content_ad,
#banner_sedo,
#banner_slot,
#banner_spacer,
#banner_topad,
#banner_videoad,
#banner_wrapper_top,
#bannerad-bottom,
#bannerad-top,
#bannerad2,
#banneradrow,
#bannerads,
#banneradspace,
#banneradvert3,
#banneradvertise,
#bannerplayer-wrap,
#baseboard-ad,
#baseboard-ad-wrapper,
#bbContentAds,
#bb_ad_container,
#bb_top_ad,
#bbadwrap,
#before-footer-ad,
#below-listings-ad,
#below-menu-ad-header,
#below-post-ad,
#below-title-ad,
#belowAd,
#belowContactBoxAd,
#belowNodeAds,
#below_content_ad_container,
#belowad,
#belowheaderad,
#bg-custom-ad {
  display: none !important;
}

#bgad,
#big-box-ad,
#bigAd,
#bigAd1,
#bigAd2,
#bigAdDiv,
#bigBoxAd,
#bigBoxAdCont,
#big_ad,
#big_ad_label,
#big_ads,
#bigad,
#bigadbox,
#bigads,
#bigadspace,
#bigadspot,
#bigboard_ad,
#bigsidead,
#billboard-ad,
#billboard-atf,
#billboard_ad,
#bingadcontainer2,
#blkAds1,
#blkAds2,
#blkAds3,
#blkAds4,
#blkAds5,
#block-ad-articles,
#block-adsense-0,
#block-adsense-2,
#block-adsense-banner-article-bottom,
#block-adsense-banner-channel-bottom,
#block-adsenseleaderboard,
#block-advertisement,
#block-advertorial,
#block-articlebelowtextad,
#block-articlefrontpagead,
#block-articletopadvert,
#block-dfp-top,
#block-frontpageabovepartnersad,
#block-frontpagead,
#block-frontpagesideadvert1,
#block-google-ads,
#block-googleads3,
#block-googleads3-2,
#block-openads-0,
#block-openads-1,
#block-openads-13,
#block-openads-14,
#block-openads-2 {
  display: none !important;
}

#block-openads-3,
#block-openads-4,
#block-openads-5,
#block-sponsors,
#blockAd,
#blockAds,
#block_ad,
#block_ad2,
#block_ad_container,
#block_advert,
#block_advert1,
#block_advert2,
#block_advertisement,
#blog-ad,
#blog-advert,
#blogad,
#blogad-wrapper,
#blogads,
#bm-HeaderAd,
#bn_ad,
#bnr-300x250,
#bnr-468x60,
#bnr-728x90,
#bnrAd,
#body-ads,
#bodyAd1,
#bodyAd2,
#bodyAd3,
#bodyAd4,
#body_ad,
#body_centered_ad,
#bottom-ad,
#bottom-ad-1,
#bottom-ad-area,
#bottom-ad-banner,
#bottom-ad-container,
#bottom-ad-leaderboard,
#bottom-ad-slot,
#bottom-ad-tray,
#bottom-ad-wrapper,
#bottom-add,
#bottom-adhesion,
#bottom-adhesion-container,
#bottom-ads,
#bottom-ads-bar,
#bottom-ads-container,
#bottom-adspot,
#bottom-advertising,
#bottom-boxad,
#bottom-not-ads {
  display: none !important;
}

#bottom-side-ad,
#bottom-sponsor-add,
#bottomAd,
#bottomAd300,
#bottomAdBlcok,
#bottomAdContainer,
#bottomAdSection,
#bottomAdSense,
#bottomAdSenseDiv,
#bottomAdWrapper,
#bottomAds,
#bottomAdvBox,
#bottomBannerAd,
#bottomContentAd,
#bottomDDAd,
#bottomLeftAd,
#bottomMPU,
#bottomRightAd,
#bottom_ad,
#bottom_ad_728,
#bottom_ad_area,
#bottom_ad_box,
#bottom_ad_region,
#bottom_ad_unit,
#bottom_ad_wrapper,
#bottom_adbox,
#bottom_ads,
#bottom_adwrapper,
#bottom_banner_ad,
#bottom_fixed_ad_overlay,
#bottom_leader_ad,
#bottom_player_adv,
#bottom_sponsor_ads,
#bottom_sponsored_links,
#bottom_text_ad,
#bottomad,
#bottomad300,
#bottomad_table,
#bottomadbanner,
#bottomadbar,
#bottomadholder,
#bottomads,
#bottomadsdiv,
#bottomadsense,
#bottomadvert,
#bottomadwrapper,
#bottomcontentads,
#bottomleaderboardad,
#bottommpuAdvert,
#bottommpuSlot {
  display: none !important;
}

#bottomsponad,
#bottomsponsoredresults,
#box-ad,
#box-ad-section,
#box-ad-sidebar,
#box-content-ad,
#box1ad,
#box2ad,
#boxAD,
#boxAd,
#boxAd300,
#boxAdContainer,
#boxAdvert,
#boxLREC,
#box_ad,
#box_ad_container,
#box_ad_middle,
#box_ads,
#box_advertisement,
#box_advertisment,
#box_articlead,
#box_text_ads,
#boxad,
#boxads,
#bpAd,
#br-ad-header,
#breadcrumb_ad,
#breakbarad,
#bsa_add_holder_g,
#bt-ad,
#bt-ad-header,
#btfAdNew,
#btm_ad,
#btm_ads,
#btmad,
#btnAdDP,
#btnAds,
#btnads,
#btopads,
#button-ads,
#button_ad_container,
#button_ads,
#buy-sell-ads,
#buySellAds,
#buysellads,
#carbon-ads-container-bg,
#carbonadcontainer,
#carbonads,
#carbonads-container,
#card-ads-top {
  display: none !important;
}

#category-ad,
#category-sponsor,
#cellAd,
#center-ad,
#center-ad-group,
#centerads,
#ch-ad-outer-right,
#ch-ads,
#channel_ad,
#channel_ads,
#circ_ad,
#circ_ad_holder,
#circad_wrapper,
#classifiedsads,
#clickforad,
#clientAds,
#closeAdsDiv,
#closeable-ad,
#col-right-ad,
#colAd,
#columnAd,
#commentAdWrapper,
#commentTopAd,
#comment_ad_zone,
#comments-ad-container,
#comments-ads,
#compAdvertisement,
#companion-ad,
#companionAd,
#companionAdDiv,
#companion_Ad,
#companionad,
#connatix,
#connatix-moveable,
#connatix_placeholder_desktop,
#container-ad,
#container_ad,
#content-ad,
#content-ad-side,
#content-ads,
#content-adver,
#content-contentad,
#content-header-ad,
#content-left-ad,
#content-right-ad,
#contentAd,
#contentAdSense,
#contentAdTwo,
#contentAds,
#contentBoxad {
  display: none !important;
}

#content_Ad,
#content_ad,
#content_ad_1,
#content_ad_2,
#content_ad_block,
#content_ad_container,
#content_ad_placeholder,
#content_ads,
#content_ads_top,
#content_adv,
#content_bottom_ad,
#content_bottom_ads,
#content_mpu,
#contentad,
#contentads,
#contextad,
#contextual-ads,
#contextual-ads-block,
#contextualad,
#cornerad,
#coverads,
#criteoAd,
#cubeAd,
#cube_ad,
#cube_ads,
#customAd,
#customAds,
#customad,
#desktop-ad-top,
#desktop-sidebar-ad,
#desktop_middle_ad_fixed,
#desktop_top_ad_fixed,
#dfp-ad-bottom-wrapper,
#dfp-ad-container,
#dfp-ad-floating,
#dfp-ad-leaderboard,
#dfp-ad-leaderboard-wrapper,
#dfp-ad-medium_rectangle,
#dfp-ad-mediumrect-wrapper,
#dfp-ad-mpu1,
#dfp-ad-mpu2,
#dfp-ad-right1,
#dfp-ad-right1-wrapper,
#dfp-ad-right2,
#dfp-ad-right2-wrapper,
#dfp-ad-right3,
#dfp-ad-right4-wrapper,
#dfp-ad-slot2,
#dfp-ad-slot3,
#dfp-ad-slot3-wrapper {
  display: none !important;
}

#dfp-ad-slot4-wrapper,
#dfp-ad-slot5,
#dfp-ad-slot5-wrapper,
#dfp-ad-slot6,
#dfp-ad-slot6-wrapper,
#dfp-ad-slot7,
#dfp-ad-slot7-wrapper,
#dfp-ad-top-wrapper,
#dfp-article-mpu,
#dfp-atf,
#dfp-atf-desktop,
#dfp-banner,
#dfp-banner-popup,
#dfp-billboard1,
#dfp-billboard2,
#dfp-btf,
#dfp-btf-desktop,
#dfp-footer-desktop,
#dfp-header,
#dfp-header-container,
#dfp-ia01,
#dfp-ia02,
#dfp-interstitial,
#dfp-leaderboard,
#dfp-leaderboard-desktop,
#dfp-masthead,
#dfp-middle,
#dfp-middle1,
#dfp-mtf,
#dfp-mtf-desktop,
#dfp-rectangle,
#dfp-rectangle1,
#dfp-ros-res-header_container,
#dfp-tlb,
#dfp-top-banner,
#dfpAd,
#dfp_ad_mpu,
#dfp_ads_4,
#dfp_ads_5,
#dfp_bigbox_2,
#dfp_bigbox_recipe_top,
#dfp_container,
#dfp_leaderboard,
#dfpad-0,
#dfpslot_tow_2-0,
#dfpslot_tow_2-1,
#dfrads-widget-3,
#dfrads-widget-6,
#dfrads-widget-7,
#dianomiNewsBlock {
  display: none !important;
}

#dict-adv,
#direct-ad,
#disable-ads-container,
#display-ads,
#displayAd,
#displayAdSet,
#display_ad,
#displayad_carousel,
#displayad_rectangle,
#div-ad-1x1,
#div-ad-bottom,
#div-ad-flex,
#div-ad-inread,
#div-ad-leaderboard,
#div-ad-r,
#div-ad-r1,
#div-ad-top,
#div-ad-top_banner,
#div-adcenter1,
#div-adcenter2,
#div-advert,
#div-contentad_1,
#div-footer-ad,
#div-gpt-LDB1,
#div-gpt-MPU1,
#div-gpt-MPU2,
#div-gpt-MPU3,
#div-gpt-Skin,
#div-gpt-inline-main,
#div-gpt-mini-leaderboard1,
#div-gpt-mrec,
#div-insticator-ad-1,
#div-insticator-ad-2,
#div-insticator-ad-3,
#div-insticator-ad-4,
#div-insticator-ad-5,
#div-insticator-ad-6,
#div-insticator-ad-9,
#div-leader-ad,
#div-social-ads,
#divAd,
#divAdDetail,
#divAdHere,
#divAdHorizontal,
#divAdLeft,
#divAdMain,
#divAdRight,
#divAdWrapper,
#divAds,
#divAdsTop {
  display: none !important;
}

#divAdv300x250,
#divAdvertisement,
#divDoubleAd,
#divFoldersAd,
#divFooterAd,
#divFooterAds,
#divSponAds,
#divSponsoredLinks,
#divStoryBigAd1,
#divThreadAdBox,
#divTopAd,
#divTopAds,
#divWrapper_Ad,
#div_ad_TopRight,
#div_ad_float,
#div_ad_holder,
#div_ad_leaderboard,
#div_advt_right,
#div_belowAd,
#div_bottomad,
#div_bottomad_container,
#div_googlead,
#divadfloat,
#dnn_adSky,
#dnn_adTop,
#dnn_ad_banner,
#dnn_ad_island1,
#dnn_ad_skyscraper,
#dnn_sponsoredLinks,
#downloadAd,
#download_ad,
#download_ads,
#dragads,
#ds-mpu,
#dsStoryAd,
#dsk-banner-ad-a,
#dsk-banner-ad-b,
#dsk-banner-ad-c,
#dsk-banner-ad-d,
#dsk-box-ad-c,
#dsk-box-ad-d,
#dsk-box-ad-f,
#dsk-box-ad-g,
#dv-gpt-ad-bigbox-wrap,
#dynamicAdDiv,
#em_ad_superbanner,
#embedAD,
#embedADS,
#event_ads,
#events-adv-side1 {
  display: none !important;
}

#events-adv-side2,
#events-adv-side3,
#events-adv-side4,
#events-adv-side5,
#events-adv-side6,
#exoAd,
#externalAd,
#ezmobfooter,
#featureAd,
#featureAdSpace,
#featureAds,
#feature_ad,
#featuread,
#featured-ads,
#featuredAds,
#first-ads,
#first_ad,
#firstad,
#fixed-ad,
#fixedAd,
#fixedban,
#floatAd,
#floatads,
#floating-ad-wrapper,
#floating-ads,
#floating-advert,
#floatingAd,
#floatingAdContainer,
#floatingAds,
#floating_ad,
#floating_ad_container,
#floating_ads_bottom_textcss_container,
#floorAdWrapper,
#foot-ad-wrap,
#foot-ad2-wrap,
#footAd,
#footAdArea,
#footAds,
#footad,
#footer-ad,
#footer-ad-728,
#footer-ad-block,
#footer-ad-box,
#footer-ad-col,
#footer-ad-google,
#footer-ad-large,
#footer-ad-slot,
#footer-ad-unit,
#footer-ad-wrapper,
#footer-ads {
  display: none !important;
}

#footer-adspace,
#footer-adv,
#footer-advert,
#footer-advert-area,
#footer-advertisement,
#footer-adverts,
#footer-adwrapper,
#footer-affl,
#footer-banner-ad,
#footer-leaderboard-ad,
#footer-sponsored,
#footer-sponsors,
#footerAd,
#footerAdBottom,
#footerAdBox,
#footerAdDiv,
#footerAdWrap,
#footerAdd,
#footerAds,
#footerAdsPlacement,
#footerAdvert,
#footerAdvertisement,
#footerAdverts,
#footerGoogleAd,
#footer_AdArea,
#footer_ad,
#footer_ad_block,
#footer_ad_container,
#footer_ad_frame,
#footer_ad_holder,
#footer_ad_modules,
#footer_adcode,
#footer_add,
#footer_addvertise,
#footer_ads,
#footer_ads_holder,
#footer_adspace,
#footer_adv,
#footer_advertising,
#footer_leaderboard_ad,
#footer_text_ad,
#footerad,
#footerad728,
#footerads,
#footeradsbox,
#footeradvert,
#forum-top-ad-bar,
#frameAd,
#frmSponsAds,
#front-ad-cont {
  display: none !important;
}

#front-page-ad,
#front-page-advert,
#frontPageAd,
#front_advert,
#front_mpu,
#ft-ad,
#ft-ads,
#full_banner_ad,
#fwAdBox,
#fwdevpDiv0,
#fwdevpDiv1,
#fwdevpDiv2,
#gAds,
#gStickyAd,
#g_ad,
#g_adsense,
#gad300x250,
#gad728x90,
#gads300x250,
#gadsOverlayUnit,
#gads_middle,
#gallery-ad,
#gallery-ad-container,
#gallery-advert,
#gallery-below-line-advert,
#gallery-sidebar-advert,
#gallery_ad,
#gallery_ads,
#gallery_header_ad,
#galleryad1,
#gam-ad-ban1,
#gam-ad-doubleMpu-1,
#gam-ad-mpu-1,
#gam-ad-mpu-2,
#gam-ad-mpu-3,
#gam-ad-mpu-4,
#gam-ad-mpuLeaderboard-leaderboard-1,
#gam-ad-mpuLeaderboard-leaderboard-2,
#gam-ad-mpuLeaderboard-leaderboard-3,
#gam-ad-topLeaderboard-1,
#game-ad,
#gamead,
#gameads,
#gasense,
#geoAd,
#gg_ad,
#ggl-ad,
#glamads,
#global-banner-ad,
#globalLeftNavAd {
  display: none !important;
}

#globalTopNavAd,
#global_header_ad,
#global_header_ad_area,
#goad1,
#goads,
#gooadtop,
#google-ad,
#google-ads,
#google-ads-bottom,
#google-ads-bottom-container,
#google-ads-container,
#google-ads-header,
#google-adsense,
#google-adwords,
#google-afc,
#google-dfp-bottom,
#google-dfp-top,
#google-post-ad,
#google-post-adbottom,
#google-top-ads,
#googleAd,
#googleAdArea,
#googleAdBottom,
#googleAdBox,
#googleAdTop,
#googleAds,
#googleAdsense,
#googleAdsenseAdverts,
#googleSearchAds,
#google_ad_1,
#google_ad_2,
#google_ad_3,
#google_ad_container,
#google_ad_slot,
#google_ads,
#google_ads_1,
#google_ads_box,
#google_ads_frame,
#google_ads_frame1_anchor,
#google_ads_frame2_anchor,
#google_ads_frame3_anchor,
#google_ads_frame4_anchor,
#google_ads_frame5_anchor,
#google_ads_frame6_anchor,
#google_adsense,
#google_adsense_ad,
#googlead,
#googlead2,
#googleadleft,
#googleads {
  display: none !important;
}

#googleads1,
#googleadsense,
#googleadstop,
#googlebanner,
#googlesponsor,
#googletextads,
#gpt-ad-1,
#gpt-ad-banner,
#gpt-ad-halfpage,
#gpt-ad-outofpage-wp,
#gpt-ad-rectangle1,
#gpt-ad-rectangle2,
#gpt-ad-side-bottom,
#gpt-ad-skyscraper,
#gpt-instory-ad,
#gpt-leaderboard-ad,
#gpt-mpu,
#gpt-sticky,
#grdAds,
#gridAdSidebar,
#grid_ad,
#half-page-ad,
#halfPageAd,
#half_page_ad_300x600,
#halfpagead,
#head-ad,
#head-ad-text-wrap,
#head-ad-timer,
#head-ads,
#head-advertisement,
#headAd,
#headAds,
#headAdv,
#head_ad,
#head_ads,
#head_advert,
#headad,
#headadvert,
#header-ad,
#header-ad-background,
#header-ad-block,
#header-ad-bottom,
#header-ad-container,
#header-ad-holder,
#header-ad-label,
#header-ad-left,
#header-ad-placeholder,
#header-ad-right,
#header-ad-slot,
#header-ad-wrap {
  display: none !important;
}

#header-ad-wrapper,
#header-ad2,
#header-ads,
#header-ads-container,
#header-ads-holder,
#header-ads-wrapper,
#header-adsense,
#header-adserve,
#header-adspace,
#header-adv,
#header-advert,
#header-advert-panel,
#header-advertisement,
#header-advertising,
#header-adverts,
#header-advrt,
#header-banner-728-90,
#header-banner-ad,
#header-banner-ad-wrapper,
#header-block-ads,
#header-box-ads,
#headerAd,
#headerAdBackground,
#headerAdContainer,
#headerAdSpace,
#headerAdUnit,
#headerAdWrap,
#headerAds,
#headerAdsWrapper,
#headerAdv,
#headerAdvert,
#headerTopAd,
#header_ad,
#header_ad_728,
#header_ad_728_90,
#header_ad_banner,
#header_ad_block,
#header_ad_container,
#header_ad_leaderboard,
#header_ad_units,
#header_ad_widget,
#header_ad_wrap,
#header_adbox,
#header_adcode,
#header_ads,
#header_ads2,
#header_adsense,
#header_adv,
#header_advert,
#header_advertisement {
  display: none !important;
}

#header_advertisement_top,
#header_advertising,
#header_adverts,
#header_bottom_ad,
#header_publicidad,
#header_right_ad,
#header_sponsors,
#header_top_ad,
#headerad,
#headerad_large,
#headeradbox,
#headeradcontainer,
#headerads,
#headeradsbox,
#headeradsense,
#headeradspace,
#headeradvertholder,
#headeradwrap,
#headergooglead,
#headersponsors,
#headingAd,
#headline_ad,
#hearst-autos-ad-wrapper,
#home-ad,
#home-ad-block,
#home-ad-slot,
#home-advert-module,
#home-advertise,
#home-banner-ad,
#home-left-ad,
#home-rectangle-ad,
#home-side-ad,
#home-top-ads,
#homeAd,
#homeAdLeft,
#homeAds,
#homeSideAd,
#home_ad,
#home_ads_vert,
#home_advertising_block,
#home_bottom_ad,
#home_contentad,
#home_mpu,
#home_sidebar_ad,
#home_top_right_ad,
#homead,
#homeheaderad,
#homepage-ad,
#homepage-adbar,
#homepage-footer-ad {
  display: none !important;
}

#homepage-header-ad,
#homepage-sidebar-ad,
#homepage-sidebar-ads,
#homepage-sponsored,
#homepageAd,
#homepageAdsTop,
#homepageFooterAd,
#homepageGoogleAds,
#homepage_ad,
#homepage_ad_listing,
#homepage_rectangle_ad,
#homepage_right_ad,
#homepage_right_ad_container,
#homepage_top_ad,
#homepage_top_ads,
#homepageadvert,
#hometopads,
#horAd,
#hor_ad,
#horadslot,
#horizad,
#horizads728,
#horizontal-ad,
#horizontal-adspace,
#horizontal-banner-ad,
#horizontalAd,
#horizontalAdvertisement,
#horizontal_ad,
#horizontal_ad2,
#horizontal_ad_top,
#horizontalad,
#horizontalads,
#hours_ad,
#houseAd,
#hovered_sponsored,
#hp-header-ad,
#hp-right-ad,
#hp-store-ad,
#hpAdVideo,
#idDivAd,
#id_SearchAds,
#iframe-ad,
#iframeAd_2,
#iframe_ad_2,
#imPopup,
#im_popupDiv,
#imgad1,
#imu_ad_module,
#in-article-ad,
#in-article-mpu {
  display: none !important;
}

#in-content-ad,
#inArticleAdv,
#inarticlead,
#incontent-ad-2,
#incontent-ad-3,
#incontentAd1,
#incontentAd2,
#incontentAd3,
#index-ad,
#index-bottom-advert,
#indexSquareAd,
#index_ad,
#indexad,
#infoBottomAd,
#infoboxadwrapper,
#inhousead,
#initializeAd,
#inline-ad,
#inline-ad-label,
#inline-advert,
#inline-story-ad,
#inline-story-ad2,
#inlineAd,
#inlineAdCont,
#inlineAdtop,
#inlineAdvertisement,
#inlineBottomAd,
#inline_ad,
#inline_ad_section,
#inlinead,
#inlineads,
#inner-ad,
#inner-ad-container,
#inner-advert-row,
#inner-top-ads,
#innerad,
#innerpage-ad,
#instant_ad,
#insticator-container,
#instoryad,
#int-ad,
#int_ad,
#interads,
#intermediate-ad,
#internalAdvert,
#internalads,
#interstitial-shade,
#interstitialAd,
#interstitialAdContainer,
#interstitialAdUnit {
  display: none !important;
}

#interstitial_ad,
#interstitial_ad_container,
#interstitial_ads,
#intext_ad,
#introAds,
#intro_ad_1,
#invid_ad,
#ipadv,
#iq-AdSkin,
#iqadcontainer,
#iqadoverlay,
#iqadtile1,
#iqadtile11,
#iqadtile14,
#iqadtile15,
#iqadtile16,
#iqadtile2,
#iqadtile3,
#iqadtile4,
#iqadtile41,
#iqadtile6,
#iqadtile8,
#iqadtile9,
#iqadtile99,
#islandAd,
#islandAdPan,
#islandAdPane,
#islandAdPane2,
#island_ad_top,
#islandad,
#jobs-ad,
#js-ad-billboard,
#js-ad-leaderboard,
#js-image-ad-mpu,
#js-page-ad-top,
#js-wide-ad,
#js_commerceInsetModule,
#large-ads,
#large-bottom-leaderboard-ad,
#large-leaderboard-ad,
#large-middle-leaderboard-ad,
#large-rectange-ad,
#large-rectange-ad-2,
#large-skyscraper-ad,
#largeAd,
#largeAds,
#large_rec_ad1,
#largead,
#layer_ad,
#layer_ad_content {
  display: none !important;
}

#layerad,
#layeradsense,
#layout-header-ad-wrapper,
#layout_topad,
#lb-ad,
#lb-sponsor-left,
#lb-sponsor-right,
#lbAdBar,
#lbAdBarBtm,
#lblAds,
#lead-ads,
#lead_ad,
#leadad_1,
#leadad_2,
#leader-ad,
#leader-board-ad,
#leaderAd,
#leaderAdContainer,
#leaderAdContainerOuter,
#leaderBoardAd,
#leader_ad,
#leader_board_ad,
#leaderad,
#leaderad_section,
#leaderadvert,
#leaderboard-ad,
#leaderboard-advert,
#leaderboard-advertisement,
#leaderboard-atf,
#leaderboard-bottom-ad,
#leaderboard.ad,
#leaderboardAd,
#leaderboardAdTop,
#leaderboardAds,
#leaderboardAdvert,
#leaderboard_728x90,
#leaderboard_Ad,
#leaderboard_ad,
#leaderboard_ads,
#leaderboard_bottom_ad,
#leaderboard_top_ad,
#leaderboardad,
#leatherboardad,
#left-ad,
#left-ad-1,
#left-ad-2,
#left-ad-col,
#left-ad-iframe,
#left-ad-skin,
#left-bottom-ad {
  display: none !important;
}

#left-col-ads-1,
#left-content-ad,
#leftAD,
#leftAdAboveSideBar,
#leftAdCol,
#leftAdContainer,
#leftAdMessage,
#leftAdSpace,
#leftAd_fmt,
#leftAd_rdr,
#leftAds,
#leftAdsSmall,
#leftAdvert,
#leftBanner-ad,
#leftColumnAdContainer,
#leftGoogleAds,
#leftTopAdWrapper,
#left_ad,
#left_ads,
#left_adsense,
#left_adspace,
#left_adv,
#left_advertisement,
#left_bg_ad,
#left_block_ads,
#left_float_ad,
#left_global_adspace,
#left_side_ads,
#left_sidebar_ads,
#left_top_ad,
#leftad,
#leftadg,
#leftads,
#leftcolAd,
#leftcolumnad,
#leftforumad,
#leftrail_dynamic_ad_wrapper,
#lg-banner-ad,
#ligatus,
#ligatus_adv,
#ligatusdiv,
#lightboxAd,
#linkAdSingle,
#linkAds,
#link_ads,
#linkads,
#listadholder,
#liste_top_ads_wrapper,
#listing-ad,
#live-ad {
  display: none !important;
}

#localAds,
#localpp,
#locked-footer-ad-wrapper,
#logoAd,
#logoAd2,
#logo_ad,
#long-ad,
#long-ad-space,
#long-bottom-ad-wrapper,
#longAdSpace,
#longAdWrap,
#long_advert_header,
#long_advertisement,
#lower-ad-banner,
#lower-ads,
#lower-advertising,
#lower-home-ads,
#lowerAdvertisement,
#lowerAdvertisementImg,
#lower_ad,
#lowerads,
#lowerthirdad,
#lrec_ad,
#lrecad,
#m-banner-bannerAd,
#main-ad,
#main-advert,
#mainAd,
#mainAd1,
#mainAdUnit,
#mainAdvert,
#mainPageAds,
#main_AD,
#main_ad,
#main_ads,
#main_content_ad,
#main_rec_ad,
#main_top_ad,
#mainui-ads,
#mapAdsSwiper,
#mapAdvert,
#marketplaceAds,
#marquee-ad,
#marquee_ad,
#mastAd,
#mastAdvert,
#mastad,
#masterad,
#masthead_ad,
#masthead_ads_container {
  display: none !important;
}

#masthead_topad,
#med-rect-ad,
#med-rectangle-ad,
#medRecAd,
#medReqAd,
#media-ad,
#medium-ad,
#mediumAd1,
#mediumAdContainer,
#mediumAdvertisement,
#mediumRectangleAd,
#medrec_bottom_ad,
#medrec_middle_ad,
#medrec_top_ad,
#medrectad,
#medrectangle_banner,
#menuad,
#menubarad,
#mgid-container,
#mgid_iframe,
#mid-ad-slot-1,
#mid-ad-slot-3,
#mid-ad-slot-5,
#mid-ads,
#mid-table-ad,
#midAD,
#midRightAds,
#midRightTextAds,
#mid_ad,
#mid_ad_div,
#mid_ad_title,
#mid_left_ads,
#mid_mpu,
#mid_roll_ad_holder,
#midadspace,
#midadvert,
#midbarad,
#midbnrad,
#midcolumn_ad,
#middle-ad,
#middleAd,
#middle_ad,
#middle_ads,
#middle_mpu,
#middlead,
#middleads,
#middleads2,
#midpost_ad,
#midrect_ad,
#midstrip_ad {
  display: none !important;
}

#mini-ad,
#mobile-ad-container,
#mobile-adhesion,
#mobile-ads-ad,
#mobile-footer-ad-wrapper,
#mobileAdContainer,
#mod_ad,
#mod_ad_top,
#modal-ad,
#module-ads-01,
#module-ads-02,
#module_ad,
#module_box_ad,
#monsterAd,
#mpu-ad,
#mpu-advert,
#mpu-cont,
#mpu-content,
#mpu-sidebar,
#mpu1_parent,
#mpu2,
#mpu2_container,
#mpu2_parent,
#mpuAd,
#mpuAdvert,
#mpuContainer,
#mpuDiv,
#mpuInContent,
#mpuSecondary,
#mpuSlot,
#mpuWrapper,
#mpuWrapperAd,
#mpuWrapperAd2,
#mpu_ad,
#mpu_ad2,
#mpu_adv,
#mpu_banner,
#mpu_box,
#mpu_container,
#mpu_div,
#mpu_holder,
#mpu_text_ad,
#mpu_top,
#mpuad,
#mpubox,
#mpuholder,
#mvp-foot-ad-wrap,
#mvp-post-bot-ad,
#my-ads,
#narrow-ad {
  display: none !important;
}

#narrow_ad_unit,
#native-ads-placeholder,
#native_ad2,
#native_ads,
#nav-ad-container,
#navAdBanner,
#nav_ad,
#nav_ad_728_mid,
#navads-container,
#navbar_ads,
#navigation-ad,
#navlinkad,
#newAd,
#ng-ad,
#ng-ad-lbl,
#ni-ad-row,
#nk_ad_top,
#notify_ad,
#ntvads,
#openx-text-ad,
#openx-widget,
#outstream_connatix_container,
#ovadsense,
#overlay-ad-bg,
#overlay_ad,
#overlayad,
#overlayadd,
#p-Ad,
#p-advert,
#p-googlead,
#p-googleadsense,
#p2HeaderAd,
#p2squaread,
#page-ad-top,
#page-advertising,
#page-header-ad,
#page-top-ad,
#pageAdDiv,
#pageAdds,
#pageAds,
#pageAdsDiv,
#pageAdvert,
#pageBannerAd,
#pageLeftAd,
#pageMiddleAdWrapper,
#pageRightAd,
#page__outside-advertsing,
#page_ad,
#page_ad_top,
#page_top_ad {
  display: none !important;
}

#pageads_top,
#pagebottomAd,
#pagination-advert,
#panel-ad,
#panelAd,
#panel_ad1,
#panoAdBlock,
#partner-ad,
#partnerAd,
#partnerMedRec,
#partner_ads,
#pause-ad,
#pause-ads,
#pauseAd,
#pc-div-gpt-ad_728-3,
#pencil-ad,
#pencil-ad-container,
#perm_ad,
#permads,
#persistentAd,
#personalization_ads,
#pgAdWrapper,
#ph_ad,
#player-ads,
#player-advert,
#player-advertising,
#player-below-advert,
#player-midrollAd,
#playerAd,
#playerAdsRight,
#player_ad,
#player_ads,
#player_middle_ad,
#player_top_ad,
#playerad,
#playerads,
#pop.div_pop,
#pop_ad,
#popadwrap,
#popback-ad,
#popoverAd,
#popupAd,
#popupBottomAd,
#popup_ad_wrapper,
#popupadunit,
#post-ad,
#post-ads,
#post-bottom-ads,
#post-content-ad,
#post-page-ad {
  display: none !important;
}

#post-promo-ad,
#postAd,
#postNavigationAd,
#post_ad,
#post_addsense,
#post_adsense,
#post_adspace,
#post_advert,
#postads0,
#ppcAdverts,
#ppvideoadvertisement,
#pr_ad,
#pr_advertising,
#pre-adv,
#pre-footer-ad,
#preAds_ad_mrec_intext,
#preAds_ad_mrec_intext2,
#preminumAD,
#premiumAdTop,
#premium_ad,
#premiumad,
#premiumads,
#prerollAd,
#preroll_ads,
#primis-container,
#primis_player,
#print_ads,
#printads,
#privateads,
#promo-ad,
#promoAds,
#promoFloatAd,
#promo_ads,
#pub468x60,
#pub728x90,
#publicidad,
#publicidadeLREC,
#pushAd,
#pushDownAd,
#pushdownAd,
#pushdownAdWrapper,
#pushdown_ad,
#pusher-ad,
#pvadscontainer,
#quads-ad1_widget,
#quads-ad2_widget,
#quads-admin-ads-js,
#r89-desktop-top-ad,
#radio-ad-container,
#rail-ad-wrap {
  display: none !important;
}

#rail-bottom-ad,
#railAd,
#rail_ad,
#rail_ad1,
#rail_ad2,
#rec_spot_ad_1,
#recommendAdBox,
#rect-ad,
#rectAd,
#rect_ad,
#rectad,
#rectangle-ad,
#rectangleAd,
#rectangleAdTeaser1,
#rectangle_ad,
#redirect-ad,
#redirect-ad-modal,
#reference-ad,
#region-node-advert,
#reklam_buton,
#reklam_center,
#reklama,
#reklama_big,
#reklama_left_body,
#reklama_left_up,
#reklama_right_up,
#related-ads,
#related_ad,
#related_ads,
#related_ads_box,
#removeAdsSidebar,
#removeadlink,
#responsive-ad,
#responsive-ad-sidebar-container,
#responsive_ad,
#responsivead,
#resultSponLinks,
#resultsAdsBottom,
#resultsAdsSB,
#resultsAdsTop,
#rh-ad,
#rh-ad-container,
#rh_tower_ad,
#rhc_ads,
#rhs_ads,
#rhs_adverts,
#rhsads,
#rhsadvert,
#richad,
#right-ad {
  display: none !important;
}

#right-ad-block,
#right-ad-col,
#right-ad-iframe,
#right-ad-skin,
#right-ad1,
#right-ads,
#right-ads-rail,
#right-advert,
#right-bar-ad,
#right-box-ad,
#right-content-ad,
#right-featured-ad,
#right-rail-ad-slot-content-top,
#right1-ad,
#right1ad,
#rightAD,
#rightAd,
#rightAd1,
#rightAdBar,
#rightAdBlock,
#rightAdColumn,
#rightAdContainer,
#rightAdHolder,
#rightAdUnit,
#rightAd_rdr,
#rightAds,
#rightAdsDiv,
#rightBlockAd,
#rightBottomAd,
#rightColAd,
#rightColumnAds,
#rightRailAds,
#rightSideAd,
#rightSideAdvert,
#right_Ads2,
#right_ad,
#right_ad_1,
#right_ad_2,
#right_ad_box,
#right_ad_container,
#right_ad_top,
#right_ad_wrapper,
#right_ads,
#right_ads_box,
#right_adsense,
#right_advert,
#right_advertisement,
#right_advertising,
#right_adverts,
#right_bg_ad {
  display: none !important;
}

#right_block_ads,
#right_bottom_ad,
#right_column_ad,
#right_column_ad_container,
#right_column_ads,
#right_column_adverts,
#right_player_ad,
#right_side_ad,
#right_sidebar_ads,
#right_top_ad,
#right_top_gad,
#rightad,
#rightad1,
#rightad2,
#rightadBorder,
#rightadBorder1,
#rightadBorder2,
#rightadContainer,
#rightadcell,
#rightadg,
#rightadhome,
#rightads,
#rightads300x250,
#rightadsarea,
#rightbar-ad,
#rightbar_ad,
#rightcol_sponsorad,
#rightgoogleads,
#rightrail-ad,
#rightside-ads,
#rightside_ad,
#rightskyad,
#rm-adslot-bigsizebanner_1,
#rm-adslot-contentad_1,
#rotating_ad,
#rotatingads,
#row-ad,
#rowAdv,
#rtAdvertisement,
#scroll-ad,
#scroll_ad,
#search-ad,
#search-ads1,
#search-google-ads,
#search-sponsor,
#search-sponsored-links,
#searchAd,
#searchAds,
#search_ad,
#search_ads {
  display: none !important;
}

#second_ad_div,
#secondad,
#section-ad,
#section-ad-bottom,
#section_ad,
#section_advertisements,
#self-ad,
#show-ad,
#show-sticky-ad,
#showAd,
#show_ads,
#showads,
#showcaseAd,
#side-ad,
#side-ad-container,
#side-ads,
#side-ads-box,
#side-banner-ad,
#side-boxad,
#sideABlock,
#sideAD,
#sideAd,
#sideAd1,
#sideAd2,
#sideAd3,
#sideAd4,
#sideAdArea,
#sideAdLarge,
#sideAdSmall,
#sideAdSub,
#sideAds,
#sideBannerAd,
#sideBar-ads,
#sideBarAd,
#sideSponsors,
#side_ad,
#side_ad_module,
#side_ad_wrapper,
#side_ads,
#side_adverts,
#side_longads,
#side_skyscraper_ad,
#side_sponsors,
#sidead,
#sidead1,
#sideads,
#sideads_container,
#sideadscol,
#sideadvert,
#sideadzone {
  display: none !important;
}

#sidebar-ad,
#sidebar-ad-1,
#sidebar-ad-2,
#sidebar-ad-block,
#sidebar-ad-boxes,
#sidebar-ad-middle,
#sidebar-ad-wrap,
#sidebar-ad1,
#sidebar-ad2,
#sidebar-ad3,
#sidebar-ads,
#sidebar-ads-content,
#sidebar-ads-narrow,
#sidebar-ads-wide,
#sidebar-ads-wrapper,
#sidebar-adspace,
#sidebar-adv,
#sidebar-advertise-text,
#sidebar-advertisement,
#sidebar-left-ad,
#sidebar-main-ad,
#sidebar-sponsors,
#sidebar-top-ad,
#sidebar-top-ads,
#sidebarAd,
#sidebarAd1,
#sidebarAd2,
#sidebarAdSense,
#sidebarAdSpace,
#sidebarAdUnitWidget,
#sidebarAds,
#sidebarAdvTop,
#sidebarAdvert,
#sidebarSponsors,
#sidebarTextAds,
#sidebarTowerAds,
#sidebar_ad,
#sidebar_ad_1,
#sidebar_ad_2,
#sidebar_ad_3,
#sidebar_ad_big,
#sidebar_ad_container,
#sidebar_ad_top,
#sidebar_ad_widget,
#sidebar_ad_wrapper,
#sidebar_adblock,
#sidebar_ads,
#sidebar_box_add,
#sidebar_topad,
#sidebarad {
  display: none !important;
}

#sidebarad0,
#sidebaradpane,
#sidebarads,
#sidebaradsense,
#sidebaradverts,
#sidebard-ads-wrapper,
#sidebargooglead,
#sidebargoogleads,
#sidebarrectad,
#sideline-ad,
#sidepad-ad,
#single-ad,
#single-ad-2,
#single-adblade,
#single-mpu,
#singleAd,
#singleAdsContainer,
#singlead,
#singleads,
#site-ad-container,
#site-ads,
#site-header__ads,
#site-leaderboard-ads,
#site-sponsor-ad,
#site-sponsors,
#siteAdHeader,
#site_bottom_ad_div,
#site_content_ad_div,
#site_top_ad,
#site_wrap_ad,
#sitead,
#skin-ad,
#skin-ad-left-rail-container,
#skin-ad-right-rail-container,
#skinTopAd,
#skin_adv,
#skinad-left,
#skinad-right,
#sky-ad,
#sky-ads,
#sky-left,
#sky-right,
#skyAd,
#skyAdContainer,
#skyScraperAd,
#skyScrapperAd,
#skyWrapperAds,
#sky_ad,
#sky_advert,
#skyads {
  display: none !important;
}

#skyadwrap,
#skybox-ad,
#skyline_ad,
#skyscrapeAd,
#skyscraper-ad,
#skyscraperAd,
#skyscraperAdContainer,
#skyscraperAdWrap,
#skyscraperAds,
#skyscraperWrapperAd,
#skyscraper_ad,
#skyscraper_advert,
#skyscraperadblock,
#skyscrapper-ad,
#slideAd,
#slide_ad,
#slidead,
#slideboxad,
#slider-ad,
#sliderAdHolder,
#slider_ad,
#sm-banner-ad,
#smallAd,
#small_ad,
#small_ads,
#smallad,
#smallads,
#smallerAd,
#sp-adv-banner-top,
#specialAd,
#special_ads,
#specialadfeatures,
#specials_ads,
#speed_ads,
#speeds_ads,
#sponBox,
#spon_links,
#sponlink,
#sponlinks,
#sponsAds,
#sponsLinks,
#spons_links,
#sponseredlinks,
#sponsor-box-widget,
#sponsor-flyout,
#sponsor-flyout-wrap,
#sponsor-links,
#sponsor-partners,
#sponsor-sidebar-container,
#sponsorAd {
  display: none !important;
}

#sponsorAd1,
#sponsorAd2,
#sponsorAdDiv,
#sponsorBar,
#sponsorBorder,
#sponsorContainer0,
#sponsorFooter,
#sponsorLinkDiv,
#sponsorLinks,
#sponsorResults,
#sponsorSpot,
#sponsorTab,
#sponsorText,
#sponsorTextLink,
#sponsor_300x250,
#sponsor_ad,
#sponsor_ads,
#sponsor_bar,
#sponsor_bottom,
#sponsor_box,
#sponsor_deals,
#sponsor_div,
#sponsor_footer,
#sponsor_header,
#sponsor_link,
#sponsor_no,
#sponsor_posts,
#sponsor_right,
#sponsored-ads,
#sponsored-footer,
#sponsored-inline,
#sponsored-links,
#sponsored-links-alt,
#sponsored-links-container,
#sponsored-listings,
#sponsored-message,
#sponsored-products,
#sponsored-recommendations,
#sponsored-resources,
#sponsored-search,
#sponsored-text-links,
#sponsored-widget,
#sponsored1,
#sponsoredAd,
#sponsoredAdvertisement,
#sponsoredBottom,
#sponsoredBox1,
#sponsoredBox2,
#sponsoredHoz,
#sponsoredLinks {
  display: none !important;
}

#sponsoredLinksBox,
#sponsoredList,
#sponsoredResults,
#sponsoredResultsWide,
#sponsoredTop,
#sponsored_ads,
#sponsored_container,
#sponsored_content,
#sponsored_head,
#sponsored_label,
#sponsored_link_bottom,
#sponsored_links,
#sponsored_native_ad,
#sponsoredad,
#sponsoredads,
#sponsoredlinks,
#sponsorfeature,
#sponsorlink,
#sponsors-article,
#sponsors-block,
#sponsors-home,
#sponsorsBox,
#sponsorsContainer,
#sponsorship-box,
#sporsored-results,
#spotlight-ads,
#spotlightAds,
#spotlight_ad,
#spotlightad,
#sprint_ad,
#sqAd,
#sq_ads,
#square-ad,
#square-ad-box,
#square-ad-space,
#square-ads,
#square-sponsors,
#squareAd,
#squareAdBottom,
#squareAdSpace,
#squareAdTop,
#squareAdWrap,
#squareAds,
#squareGoogleAd,
#square_ad,
#squaread,
#squareadevertise,
#squareadvert,
#squared_ad,
#staticad {
  display: none !important;
}

#stationad,
#sticky-ad,
#sticky-ad-bottom,
#sticky-ad-container,
#sticky-ad-header,
#sticky-add-side-block,
#sticky-ads,
#sticky-ads-top,
#sticky-custom-ads,
#sticky-footer-ad,
#sticky-footer-ads,
#sticky-left-ad,
#sticky-rail-ad,
#stickyAd,
#stickyAdBlock,
#stickyBottomAd,
#stickySidebarAd,
#stickySkyAd,
#sticky_sidebar_ads,
#stickyad,
#stickyads,
#stickyleftad,
#stickyrightad,
#stopAdv,
#stop_ad3,
#story-ad,
#story-bottom-ad,
#storyAd,
#story_ad,
#story_ads,
#storyad2,
#stripadv,
#subheaderAd,
#takeover-ad,
#takeover_ad,
#takeoverad,
#td-ad-placeholder,
#tdAds,
#td_adunit2,
#td_sponsorAd,
#teaser1[style^="width:autopx;"],
#teaser2[style^="width:autopx;"],
#teaser3[style="width: 100%;text-align: center;display: scroll;position:fixed;bottom: 0;margin: 0 auto;z-index: 103;"],
#teaser3[style^="width:autopx;"],
#text-ad,
#text-ads,
#text-intext-ads,
#text-link-ads,
#textAd,
#textAd1 {
  display: none !important;
}

#textAds,
#textAdsTop,
#text_ad,
#text_ads,
#text_advert,
#textad,
#textad3,
#textlink-advertisement,
#textsponsor,
#tile-ad,
#tileAds,
#tmInfiniteAd,
#toaster_ad,
#top-ad,
#top-ad-area,
#top-ad-banner,
#top-ad-container,
#top-ad-content,
#top-ad-desktop,
#top-ad-div,
#top-ad-google,
#top-ad-iframe,
#top-ad-rect,
#top-ad-slot,
#top-ad-slot-0,
#top-ad-slot-1,
#top-ad-unit,
#top-ad-wrapper,
#top-adblock,
#top-adds,
#top-ads,
#top-ads-1,
#top-ads-contain,
#top-ads-container,
#top-adspot,
#top-advert,
#top-advertisement,
#top-advertisements,
#top-advertising-content,
#top-banner-ad,
#top-banner-ad-browser,
#top-buy-sell-ads,
#top-dfp,
#top-head-ad,
#top-leaderboard-ad,
#top-left-ad,
#top-middle-add,
#top-not-ads,
#top-right-ad,
#top-right-ad-slot {
  display: none !important;
}

#top-skin-ad,
#top-skin-ad-bg,
#top-sponsor-ad,
#top-story-ad,
#topAD,
#topAd,
#topAd728x90,
#topAdArea,
#topAdBanner,
#topAdBar,
#topAdBox,
#topAdContainer,
#topAdDiv,
#topAdDropdown,
#topAdHolder,
#topAdShow,
#topAdSpace,
#topAdSpace_div,
#topAdWrapper,
#topAdcontainer,
#topAds,
#topAds1,
#topAds2,
#topAdsContainer,
#topAdsDiv,
#topAdsG,
#topAdv,
#topAdvBox,
#topAdvert,
#topBanner-ad,
#topBannerAd,
#topBannerAdContainer,
#topBannerAdv,
#topImgAd,
#topLeaderboardAd,
#topMPU,
#topMpuContainer,
#topSponsorBanner,
#topSponsoredLinks,
#top_AD,
#top_ad,
#top_ad-360,
#top_ad_area,
#top_ad_banner,
#top_ad_block,
#top_ad_box,
#top_ad_container,
#top_ad_td,
#top_ad_unit,
#top_ad_wrapper {
  display: none !important;
}

#top_ad_zone,
#top_add,
#top_ads,
#top_ads_box,
#top_ads_container,
#top_ads_region,
#top_ads_wrap,
#top_adsense_cont,
#top_adspace,
#top_adv,
#top_advert,
#top_advert_box,
#top_advertise,
#top_advertising,
#top_banner_ads,
#top_container_ad,
#top_google_ads,
#top_mpu,
#top_mpu_ad,
#top_rectangle_ad,
#top_right_ad,
#top_row_ad,
#top_span_ad,
#top_sponsor_ads,
#top_sponsor_text,
#top_wide_ad,
#topad,
#topad-728x90,
#topad-block,
#topad-wrap,
#topad1,
#topad2,
#topad728,
#topad_holder,
#topad_left,
#topad_right,
#topad_table,
#topadbanner,
#topadbanner2,
#topadbar,
#topadblock,
#topadcell,
#topadcontainer,
#topaddwide,
#topadleft,
#topadone,
#topadplaceholder,
#topadright,
#topads-spacer,
#topads-wrapper {
  display: none !important;
}

#topadsblock,
#topadsdiv,
#topadsense,
#topadspace,
#topadvert,
#topadwrap,
#topadz,
#topadzone,
#topbanner_ad,
#topbanner_sponsor,
#topbannerad,
#topbanneradtitle,
#topbar-ad,
#topbarAd,
#topbarad,
#topbarads,
#topcustomad,
#topheader_ads,
#topleaderAd,
#topleaderboardad,
#topnavad,
#toppannonse,
#topright-ad,
#toprightAdvert,
#toprightad,
#toprow-ad,
#topsidebar-ad,
#topsponad,
#topsponsorads,
#topsponsored,
#toptextad,
#towerAdContainer,
#towerad,
#tpl_advertising,
#transparentad,
#txtAdHeader,
#upper-ads,
#upperMpu,
#upperRightAds,
#upper_adbox,
#upper_advertising,
#upper_small_ad,
#upperad,
#velsof_wheel_container,
#vert-ads,
#vertAd2,
#vert_ad,
#vert_ad_placeholder,
#vertad1,
#vertical.ad {
  display: none !important;
}

#verticalAds,
#vertical_ad,
#vertical_ads,
#verticalads,
#video-ad,
#video-ad-companion-rectangle,
#video-adv,
#video-adv-wrapper,
#video-advert,
#video-embed-ads,
#video-in-player-ad,
#video-side-adv,
#video-sponsor-links,
#video-under-player-ad,
#videoAd,
#videoAdContainer,
#videoAdvert,
#videoCompanionAd,
#videoOverAd,
#videoOverAd300,
#videoPauseAd,
#video_adv,
#video_advert,
#video_advert_top,
#video_embed_ads,
#video_hor_bot_ads,
#video_overlay_ad,
#videoad,
#videoads,
#viewAd1,
#visual-ad,
#wTopAd,
#wallAd,
#wall_advert,
#wd-sponsored,
#weather-ad,
#weather_sponsor,
#weatherad,
#welcome_ad,
#wg_ads,
#wgtAd,
#whitepaper-ad,
#wide-ad,
#wideAdd,
#wide_ad_unit,
#wide_ad_unit2,
#wide_ad_unit3,
#wide_adv,
#wide_right_ad,
#widget-ads-3 {
  display: none !important;
}

#widget-ads-4,
#widget-adv-12,
#widget-box-ad-1,
#widget-box-ad-2,
#widget_Adverts,
#widget_ad,
#widget_advertisement,
#widget_thrive_ad_default-2,
#widget_thrive_ad_default-4,
#widgetwidget_adserve,
#widgetwidget_adserve2,
#wl-pencil-ad,
#wp-insert-ad-widget-1,
#wp-topAds,
#wpgtr_stickyads_textcss_container,
#wrapAd,
#wrapAdRight,
#wrapCommentAd,
#wrapper-AD_G,
#wrapper-AD_L,
#wrapper-AD_L2,
#wrapper-AD_L3,
#wrapper-AD_R,
#wrapper-ad,
#wrapper-ad970,
#wrapper_ad_Top,
#wrapper_topad,
#wtopad,
#yahoo_ads,
#yahooads,
#yandex_ad,
#yandex_ad2,
#yatadsky,
#yrail_ads,
#yreSponsoredLinks,
#ysm_ad_iframe,
#zMSplacement1,
#zMSplacement2,
#zMSplacement3,
#zMSplacement4,
#zMSplacement5,
#zMSplacement6,
#zdcFloatingBtn,
#zeus_top-banner,
#zone-adsense,
#zsAdvertisingBanner,
.-advertsSidebar,
.ADBAR,
.ADBox,
.ADFooter {
  display: none !important;
}

.ADInfo,
.ADLeader,
.ADMiddle1,
.ADPod,
.ADServer,
.ADStyle,
.ADTop,
.ADVBig,
.ADVFLEX_250,
.ADV_Mobile,
.AD_2,
.AD_area,
.ADbox,
.ADmid,
.ADwidget,
.ATF_wrapper,
.Ad--Align,
.Ad--empty,
.Ad--header,
.Ad--loading,
.Ad--presenter,
.Ad--sidebar,
.Ad-Advert_Container,
.Ad-Header,
.Ad-Inner,
.Ad-adhesive,
.Ad-hor-height,
.Ad-label,
.Ad-leaderboard,
.Ad.Leaderboard,
.Ad300,
.Ad3Tile,
.Ad728x90,
.AdBar,
.AdBody:not(body),
.AdBorder,
.AdBottomPage,
.AdBox,
.AdBox160,
.AdBox7,
.AdBox728,
.AdCenter,
.AdCommercial,
.AdCompactheader,
.AdContainer,
.AdContainer-Sidebar,
.AdHeader,
.AdHere,
.AdHolder,
.AdInline {
  display: none !important;
}

.AdInsLink,
.AdLeft1,
.AdLeft2,
.AdMedium,
.AdMessage,
.AdMod,
.AdModule,
.AdOneColumnContainer,
.AdOuterMostContainer,
.AdPanel,
.AdPlaceHolder,
.AdPlaceholder,
.AdPlacementContainer,
.AdProduct,
.AdRight1,
.AdRight2,
.AdSense,
.AdSenseLeft,
.AdSlot,
.AdSpace,
.AdSpeedWP,
.AdTagModule,
.AdTitle,
.AdTop,
.AdUnit,
.AdWidget_ImageWidget,
.Ad_C,
.Ad_D,
.Ad_Label,
.Ad_Right,
.Ad_container,
.Ads--center,
.Ads-768x90,
.Ads-background,
.Ads-leaderboard,
.Ads-slot,
.Ads-sticky,
.AdsBottom,
.AdsBox,
.AdsBoxBottom,
.AdsBoxSection,
.AdsBoxTop,
.AdsLayout__top-container,
.AdsRectangleWrapper,
.AdsSlot,
.Ads__wrapper,
.Ads_header,
.Adsense,
.AdsenseBox,
.Adsterra {
  display: none !important;
}

.Adtext,
.Adv468,
.Advert-label,
.Advert300x250,
.AdvertContainer,
.AdvertWrapper,
.AdvertisementAfterHeader,
.AdvertisementAfterPost,
.AdvertisementAsidePost,
.AdvertisementText,
.AdvertisementTextTag,
.AdvertisementTop,
.Advertisment,
.AdvertorialTeaser,
.AdvtSample,
.AdzerkBanner,
.AffiliateAds,
.AppFooter__BannerAd,
.Arpian-ads,
.Article-advert,
.ArticleAd,
.ArticleAdSide,
.ArticleAdWrapper,
.ArticleInlineAd,
.ArticleInnerAD,
.Article__Ad,
.BOX_Ad,
.BOX_LeadAd,
.Banner300x250,
.Banner468X60,
.BigBoxAd,
.BigBoxAdLabel,
.Billboard-ad,
.Billboard-ad-holder,
.Billboard_2-ad-holder,
.Billboard_3-ad-holder,
.Billboard_4-ad-holder,
.Billboard_5-ad-holder,
.BlockAd,
.BottomAd-container,
.BottomAdContainer,
.BottomAdsPartial,
.BottomAffiliate,
.BoxAd,
.BoxAdWrap,
.BoxRail-ad,
.ButtonAd,
.CommentAd,
.ConnatixAd,
.ContentAd {
  display: none !important;
}

.ContentAds,
.ContentBottomAd,
.ContentTextAd,
.ContentTopAd,
.DFPad,
.DisplayAd,
.FirstAd,
.FooterAd,
.FooterAdContainer,
.FooterAds,
.Footer_1-ad-holder,
.GRVAd,
.GRVMpuWrapper,
.GRVMultiVideo,
.Gallery-Content-BottomAd,
.GeminiAdItem,
.GeminiNativeAd,
.GoogleAdv,
.GoogleDfpAd,
.GoogleDfpAd-Content,
.GoogleDfpAd-Float,
.GoogleDfpAd-container,
.GoogleDfpAd-wrap,
.GoogleDfpAd-wrapper,
.GoogleDfpAdModule,
.GoogleDoubleClick-SponsorText,
.GroupAdSense,
.HeaderAd,
.HeaderAds,
.HeaderBannerAd,
.HeadingAdSpace,
.Hero-Ad,
.HomeAds,
.InArticleAd,
.IndexRightAd,
.InsertedAd,
.LastAd,
.LayoutBottomAds,
.LayoutHomeAds,
.LayoutHomeAdsAd,
.LayoutPromotionAdsNew,
.LazyLoadAd,
.LeaderAd,
.LeaderAdvertisement,
.LeaderBoardAd,
.LearderAd_Border,
.ListicleAdRow,
.MPUHolder,
.MPUad,
.MapLayout_BottomAd {
  display: none !important;
}

.MapLayout_BottomMobiAd,
.MarketGid_container,
.MbanAd,
.MiddleAd,
.MiddleAdContainer,
.MiddleAdvert,
.MiddleRightRadvertisement,
.NA_ad,
.NR-Ads,
.NativeAdContainerRegion,
.NavBarAd,
.Normal-add,
.OAS_wrap,
.OcelotAdModule,
.OcelotAdModule-ad,
.PPD_ADS_JS,
.Page-ad,
.PageTopAd,
.PcSideBarAd,
.PencilAd,
.PostAdvertisementBeforePost,
.PostSidebarAd,
.Post__ad,
.PrimisResponsiveStyle,
.PrintAd-Slider,
.ProductAd,
.PushdownAd,
.RectangleAd,
.Rectangle_1-ad-holder,
.Rectangle_2-ad-holder,
.Rectangle_3-ad-holder,
.RelatedAds,
.ResponsiveAd,
.RightAd,
.RightAd1,
.RightAd2,
.RightAdvertisement,
.RightGoogleAd,
.RightRailAd,
.RightRailAds,
.RightTowerAd,
.STR_AdBlock,
.SecondaryAd,
.SecondaryAdLink,
.Section-ad,
.SectionSponsor,
.SideAd,
.SideAdCol,
.SideAds,
.SideWidget__ad {
  display: none !important;
}

.Sidebar-ad,
.Sidebar-ad--300x600,
.SidebarAd,
.SidebarAdvert,
.SidebarRightAdvertisement,
.SimpleAd,
.SkyAdContainer,
.SkyAdContent,
.SkyScraperAd,
.SovrnAd,
.Sponsor-container,
.SponsorHeader,
.SponsorIsland,
.SponsorLink,
.SponsoredAdTitle,
.SponsoredArticleAd,
.SponsoredContent,
.SponsoredContentWidget,
.SponsoredLinks,
.SponsoredLinksModule,
.SponsoredLinksPadding,
.SponsoredLinksPanel,
.SponsoredResults,
.Sponsored_link,
.SquareAd,
.Sticky-AdContainer,
.StickyAdRail__Inner,
.SummaryPage-HeaderAd,
.TextAd,
.TextAdds,
.Textads,
.TopAd,
.TopAdBox,
.TopAdContainer,
.TopAdL,
.TopAdR,
.TopAds,
.TopBannerAd,
.TopRightRadvertisement,
.Top_Ad,
.TrackedBannerPromo,
.TrackedSidebarPromo,
.TrafficAd,
.U210-adv-column,
.UnderAd,
.VerticalAd,
.Video-Ad,
.VideoAd,
.WPBannerizeWidget,
.WP_Widget_Ad_manager {
  display: none !important;
}

.WideAdTile,
.WideAdsLeft,
.WidgetAdvertiser,
.WidthAd,
.\[\&_\.gdprAdTransparencyCogWheelButton\]\:\!pjra-z-\[5\],
._SummaryPageHeaderAdView,
._SummaryPageSidebarStickyAdView,
._ads,
._ads-full,
._ap_adrecover_ad,
._articleAdvert,
._bannerAds,
._bottom_ad_wrapper,
._fullsquaread,
._has-ads,
._popIn_recommend_article_ad,
._popIn_recommend_article_ad_reserved,
._table_ad_div_wide,
.a-ad,
.a-d-250,
.a-d-90,
.a-dserver,
.a-dserver_text,
.a-sponsor,
.ab-ad_placement-article,
.ablock300,
.ablock468,
.ablock728,
.above-header-advert,
.aboveCommentAds,
.abovead,
.ac-banner-ad,
.ac-widget-placeholder,
.ac_adbox,
.acm-ad-tag-unit,
.ad--300,
.ad--300x250,
.ad--468,
.ad--468-60,
.ad--728x90,
.ad--970-750-336-300,
.ad--970-90,
.ad--article,
.ad--article-top,
.ad--articlemodule,
.ad--b,
.ad--banner,
.ad--banner2,
.ad--banniere_basse,
.ad--banniere_haute {
  display: none !important;
}

.ad--billboard,
.ad--bottom,
.ad--bottom-label,
.ad--bottommpu,
.ad--boundries,
.ad--button,
.ad--c,
.ad--center,
.ad--centered,
.ad--container,
.ad--content,
.ad--content-ad,
.ad--dart,
.ad--desktop,
.ad--displayed,
.ad--droite_basse,
.ad--droite_haute,
.ad--droite_middle,
.ad--e,
.ad--fallback,
.ad--footer,
.ad--fullsize,
.ad--google,
.ad--halfpage,
.ad--header,
.ad--homepage-top,
.ad--in-article,
.ad--in-content,
.ad--inArticleBanner,
.ad--inline,
.ad--inner,
.ad--large,
.ad--leaderboard,
.ad--loading,
.ad--medium-rectangle,
.ad--medium_rectangle,
.ad--medium_rectangle_outstream,
.ad--mediumrectangle,
.ad--mid,
.ad--mid-content,
.ad--mobile,
.ad--mpu,
.ad--native,
.ad--nativeFlex,
.ad--no-bg,
.ad--noscroll,
.ad--object,
.ad--outstream,
.ad--overlayer,
.ad--p1 {
  display: none !important;
}

.ad--p2,
.ad--p3,
.ad--p4,
.ad--p6,
.ad--p7,
.ad--placeholder,
.ad--pubperform,
.ad--pushdown,
.ad--rail,
.ad--rectangle,
.ad--rectangle1,
.ad--rectangle2,
.ad--right,
.ad--rightRail,
.ad--scroll,
.ad--section,
.ad--sidebar,
.ad--sky,
.ad--skyscraper,
.ad--slider,
.ad--slot,
.ad--sponsor-content,
.ad--square-rectangle,
.ad--sticky,
.ad--stripe,
.ad--stroeer,
.ad--subcontainer,
.ad--top,
.ad--top-desktop,
.ad--top-leaderboard,
.ad--top-slot,
.ad--topmobile,
.ad--topmobile2,
.ad--topmobile3,
.ad--wallpaper,
.ad--widget,
.ad--wrapper,
.ad-1,
.ad-120-60,
.ad-120x60,
.ad-120x600,
.ad-120x90,
.ad-125x125,
.ad-13,
.ad-137,
.ad-14,
.ad-160,
.ad-160-160,
.ad-160-600,
.ad-160x600 {
  display: none !important;
}

.ad-2,
.ad-200,
.ad-200x200,
.ad-250,
.ad-250x300,
.ad-3,
.ad-300,
.ad-300-2,
.ad-300-250-600,
.ad-300-600,
.ad-300-b,
.ad-300-block,
.ad-300-dummy,
.ad-300-flex,
.ad-300-x-250,
.ad-300250,
.ad-300X250,
.ad-300X250-body,
.ad-300x,
.ad-300x100,
.ad-300x200,
.ad-300x250,
.ad-300x600,
.ad-336,
.ad-336x280,
.ad-336x280B,
.ad-350,
.ad-4,
.ad-468,
.ad-468x120,
.ad-468x60,
.ad-5,
.ad-544x250,
.ad-55,
.ad-560,
.ad-6,
.ad-600,
.ad-600-h,
.ad-635x40,
.ad-7,
.ad-728,
.ad-728-90,
.ad-728-banner,
.ad-728-x-90,
.ad-728x90,
.ad-728x90-1,
.ad-728x90-top,
.ad-728x90-top0,
.ad-728x90-wrapper,
.ad-728x90_forum {
  display: none !important;
}

.ad-768,
.ad-8,
.ad-88-60,
.ad-88x31,
.ad-9,
.ad-90,
.ad-90x600,
.ad-970,
.ad-970-250,
.ad-970-90,
.ad-970250,
.ad-970x250,
.ad-970x90,
.ad-Advert_Placeholder,
.ad-E,
.ad-LREC,
.ad-LREC2,
.ad-Leaderboard,
.ad-MPU,
.ad-MediumRectangle,
.ad-PENCIL,
.ad-S,
.ad-Square,
.ad-SuperBanner,
.ad-TOPPER,
.ad-W,
.ad-a,
.ad-ab,
.ad-abc,
.ad-above-header,
.ad-accordion,
.ad-active,
.ad-adSense,
.ad-adcode,
.ad-adhesion,
.ad-adlink-bottom,
.ad-adlink-side,
.ad-adsense,
.ad-adsense-block-250,
.ad-advertisement-horizontal,
.ad-affiliate,
.ad-after-content,
.ad-after-header,
.ad-align-none,
.ad-aligncenter,
.ad-alignment,
.ad-alsorectangle,
.ad-anchor,
.ad-aps-wide,
.ad-area--pd {
  display: none !important;
}

.ad-area-small,
.ad-article-breaker,
.ad-article-inline,
.ad-article-teaser,
.ad-article-wrapper,
.ad-aside-pc-billboard,
.ad-atf,
.ad-atf-top,
.ad-background,
.ad-background-center,
.ad-background-container,
.ad-ban,
.ad-banner-2,
.ad-banner-250x600,
.ad-banner-300,
.ad-banner-300x250,
.ad-banner-5,
.ad-banner-6,
.ad-banner-728x90,
.ad-banner-bottom-container,
.ad-banner-box,
.ad-banner-btf,
.ad-banner-container,
.ad-banner-content,
.ad-banner-full-wrapper,
.ad-banner-header,
.ad-banner-image,
.ad-banner-inlisting,
.ad-banner-leaderboard,
.ad-banner-placeholder,
.ad-banner-single,
.ad-banner-smaller,
.ad-banner-static,
.ad-banner-top,
.ad-banner-top-wrapper,
.ad-banner-wrapper,
.ad-banners,
.ad-bar,
.ad-bar-header,
.ad-bb,
.ad-before-header,
.ad-below,
.ad-below-images,
.ad-below-player,
.ad-belowarticle,
.ad-bg,
.ad-big,
.ad-big-box,
.ad-bigbanner,
.ad-bigbillboard {
  display: none !important;
}

.ad-bigbox,
.ad-bigbox-double-inread,
.ad-bigbox-fixed,
.ad-bigsize,
.ad-billboard,
.ad-bline,
.ad-block,
.ad-block--300,
.ad-block--leader,
.ad-block-300,
.ad-block-banner-container,
.ad-block-big,
.ad-block-bottom,
.ad-block-btf,
.ad-block-container,
.ad-block-header,
.ad-block-holder,
.ad-block-inside,
.ad-block-mod,
.ad-block-section,
.ad-block-square,
.ad-block-sticky-ad,
.ad-block-wide,
.ad-block-wk,
.ad-block-wrapper,
.ad-block-wrapper-dev,
.ad-blogads,
.ad-bnr,
.ad-body,
.ad-boombox,
.ad-border,
.ad-bordered,
.ad-borderless,
.ad-bot,
.ad-bottom,
.ad-bottom-container,
.ad-bottom-right-container,
.ad-bottom728x90,
.ad-bottomLeft,
.ad-bottomleader,
.ad-bottomline,
.ad-box-2,
.ad-box-300x250,
.ad-box-auto,
.ad-box-caption,
.ad-box-container,
.ad-box-title,
.ad-box-up,
.ad-box-video,
.ad-box-wrapper {
  display: none !important;
}

.ad-box1,
.ad-box2,
.ad-box3,
.ad-box:not(#ad-banner):not(:empty),
.ad-box_h,
.ad-boxamp-wrapper,
.ad-boxbottom,
.ad-boxes,
.ad-boxsticky,
.ad-boxtop,
.ad-brdr-btm,
.ad-break,
.ad-break-item,
.ad-breaker,
.ad-breakout,
.ad-browse-rectangle,
.ad-bt,
.ad-btn,
.ad-btn-heading,
.ad-bug-300w,
.ad-burnside,
.ad-button,
.ad-buttons,
.ad-c-label,
.ad-cad,
.ad-calendar,
.ad-call-300x250,
.ad-callout,
.ad-callout-wrapper,
.ad-caption,
.ad-card,
.ad-card-container,
.ad-carousel,
.ad-cat,
.ad-catfish,
.ad-cell,
.ad-cen,
.ad-cen2,
.ad-cen3,
.ad-center,
.ad-centered,
.ad-centering,
.ad-chartbeatwidget,
.ad-choices,
.ad-circ,
.ad-click,
.ad-close-button,
.ad-cls,
.ad-cls-fix,
.ad-cnt {
  display: none !important;
}

.ad-code,
.ad-codes,
.ad-col,
.ad-col-02,
.ad-colour,
.ad-column,
.ad-comment,
.ad-companion,
.ad-complete,
.ad-component,
.ad-component-fullbanner2,
.ad-component-wrapper,
.ad-contain,
.ad-contain-300x250,
.ad-contain-top,
.ad-container--inline,
.ad-container--leaderboard,
.ad-container--masthead,
.ad-container--mrec,
.ad-container--stripe,
.ad-container--top,
.ad-container-160x600,
.ad-container-300x250,
.ad-container-728,
.ad-container-728x90,
.ad-container-adsense,
.ad-container-banner-top,
.ad-container-bot,
.ad-container-bottom,
.ad-container-box,
.ad-container-embedded,
.ad-container-header,
.ad-container-inner,
.ad-container-inthread,
.ad-container-leaderboard,
.ad-container-left,
.ad-container-m,
.ad-container-medium-rectangle,
.ad-container-middle,
.ad-container-multiple,
.ad-container-pave,
.ad-container-property,
.ad-container-responsive,
.ad-container-right,
.ad-container-side,
.ad-container-single,
.ad-container-tool,
.ad-container-top,
.ad-container-topad,
.ad-container-wrapper {
  display: none !important;
}

.ad-container1,
.ad-container3x,
.ad-container__ad-slot,
.ad-container__leaderboard,
.ad-container__sticky-wrapper,
.ad-container_row,
.ad-content,
.ad-content-area,
.ad-content-rectangle,
.ad-content-slot,
.ad-content-wrapper,
.ad-context,
.ad-cover,
.ad-critical,
.ad-cta,
.ad-current,
.ad-curtain,
.ad-custom-size,
.ad-d,
.ad-decoration,
.ad-defer,
.ad-desktop,
.ad-desktop-in-content,
.ad-desktop-legacy,
.ad-desktop-native-1,
.ad-desktop-native-2,
.ad-desktop-only,
.ad-desktop-right,
.ad-detail,
.ad-dfp-column,
.ad-dfp-row,
.ad-disclaimer,
.ad-disclaimer-container,
.ad-disclaimer-text,
.ad-display,
.ad-displayed,
.ad-diver,
.ad-divider,
.ad-dog,
.ad-dog__cnx-container,
.ad-dog__ratio-16x9,
.ad-dt,
.ad-dx_wrp,
.ad-e,
.ad-element,
.ad-enabled,
.ad-engage,
.ad-entity-container,
.ad-entry-wrapper,
.ad-ex {
  display: none !important;
}

.ad-exchange,
.ad-expand,
.ad-external,
.ad-fadein,
.ad-fadeup,
.ad-feature-content,
.ad-feature-sponsor,
.ad-feature-text,
.ad-featured-video-caption,
.ad-feedback,
.ad-fi,
.ad-field,
.ad-filler,
.ad-filmstrip,
.ad-first,
.ad-fix,
.ad-fixed,
.ad-flag,
.ad-flex,
.ad-flex-center,
.ad-float,
.ad-floating,
.ad-floor,
.ad-footer,
.ad-footer-empty,
.ad-footer-leaderboard,
.ad-format-300x250,
.ad-format-300x600,
.ad-forum,
.ad-frame,
.ad-frame-container,
.ad-full,
.ad-full-width,
.ad-fullbanner,
.ad-fullbanner-btf-container,
.ad-fullbannernohieght,
.ad-fullwidth,
.ad-gap-sm,
.ad-giga,
.ad-google,
.ad-google-contextual,
.ad-gpt,
.ad-gpt-breaker,
.ad-gpt-container,
.ad-gpt-main,
.ad-gpt-vertical,
.ad-graphic-large,
.ad-gray,
.ad-grey,
.ad-grid {
  display: none !important;
}

.ad-grid-125,
.ad-grid-container,
.ad-group,
.ad-halfpage,
.ad-halfpage-placeholder,
.ad-hdr,
.ad-head,
.ad-header,
.ad-header-below,
.ad-header-container,
.ad-header-creative,
.ad-header-inner-wrap,
.ad-header-pencil,
.ad-header-placeholder,
.ad-header-sidebar,
.ad-header-small-square,
.ad-heading,
.ad-height-250,
.ad-height-280,
.ad-height-600,
.ad-here,
.ad-hero,
.ad-hide-mobile,
.ad-hideable,
.ad-hint,
.ad-hldr-tmc,
.ad-ho,
.ad-hold,
.ad-holder,
.ad-holder-center,
.ad-holder-mob-300,
.ad-home-bottom,
.ad-home-leaderboard-placeholder,
.ad-home-right,
.ad-homeleaderboard,
.ad-homepage,
.ad-homepage-1,
.ad-homepage-2,
.ad-homepage-one,
.ad-hor,
.ad-horizontal,
.ad-horizontal-large,
.ad-horizontal-top,
.ad-horizontal-top-wrapper,
.ad-hoverable,
.ad-hpto,
.ad-icon,
.ad-identifier,
.ad-iframe,
.ad-iframe-container {
  display: none !important;
}

.ad-in-content,
.ad-in-content-300,
.ad-in-post,
.ad-in-read,
.ad-in-results,
.ad-inStory,
.ad-incontent,
.ad-incontent-wrap,
.ad-index-main,
.ad-indicator-horiz,
.ad-info-wrap,
.ad-inline,
.ad-inline-article,
.ad-inline-block,
.ad-inner,
.ad-inner-container,
.ad-inner-container-background,
.ad-innr,
.ad-insert,
.ad-inserter-widget,
.ad-inside,
.ad-integrated-display,
.ad-internal,
.ad-interruptor,
.ad-interstitial,
.ad-island,
.ad-item,
.ad-item-related,
.ad-label,
.ad-lable,
.ad-landscape,
.ad-large-1,
.ad-large-game,
.ad-last,
.ad-lat,
.ad-lat2,
.ad-layer,
.ad-lazy,
.ad-lb,
.ad-ldrbrd,
.ad-lead,
.ad-lead-bottom,
.ad-leader,
.ad-leader-board,
.ad-leader-bottom,
.ad-leader-plus-top,
.ad-leader-top,
.ad-leader-wrap,
.ad-leader-wrapper,
.ad-leaderboard {
  display: none !important;
}

.ad-leaderboard-base,
.ad-leaderboard-companion,
.ad-leaderboard-container,
.ad-leaderboard-flex,
.ad-leaderboard-footer,
.ad-leaderboard-header,
.ad-leaderboard-middle,
.ad-leaderboard-placeholder,
.ad-leaderboard-slot,
.ad-leaderboard-splitter,
.ad-leaderboard-top,
.ad-leaderboard-wrapper,
.ad-leaderbody,
.ad-leaderheader,
.ad-leadtop,
.ad-left-1,
.ad-left-top,
.ad-leftrail,
.ad-lib-div,
.ad-line,
.ad-link,
.ad-link-block,
.ad-link-label,
.ad-link-left,
.ad-link-right,
.ad-links,
.ad-links-text,
.ad-list-desktop,
.ad-list-item,
.ad-loaded,
.ad-loader,
.ad-location,
.ad-location-container,
.ad-lock,
.ad-lock-content,
.ad-lowerboard,
.ad-lrec,
.ad-m-banner,
.ad-m-mrec,
.ad-m-rec,
.ad-mad,
.ad-main,
.ad-manager-ad,
.ad-manager-placeholder,
.ad-manager-wrapper,
.ad-margin,
.ad-marketplace,
.ad-marketswidget,
.ad-marquee,
.ad-masthead {
  display: none !important;
}

.ad-masthead-1,
.ad-masthead-left,
.ad-mb,
.ad-med,
.ad-med-rec,
.ad-med-rect,
.ad-med-rect-tmp,
.ad-medium,
.ad-medium-container,
.ad-medium-content,
.ad-medium-rectangle,
.ad-medium-rectangle-base,
.ad-medium-two,
.ad-medium-widget,
.ad-medrect,
.ad-megaboard,
.ad-message,
.ad-messaging,
.ad-microsites,
.ad-midleader,
.ad-mobile,
.ad-mobile--sticky,
.ad-mobile-300x150,
.ad-mobile-300x250,
.ad-mobile-300x50,
.ad-mobile-banner,
.ad-mobile-flex-inc,
.ad-mobile-flex-pos2,
.ad-mobile-incontent-ad-plus,
.ad-mobile-mpu-plus-outstream-inc,
.ad-mobile-nav-ad-plus,
.ad-mod,
.ad-mod-section,
.ad-mod-section-728-90,
.ad-module,
.ad-mount,
.ad-mpl,
.ad-mpu,
.ad-mpu-bottom,
.ad-mpu-container,
.ad-mpu-middle,
.ad-mpu-middle2,
.ad-mpu-placeholder,
.ad-mpu-plus-top,
.ad-mpu-top,
.ad-mpu__aside,
.ad-mpufixed,
.ad-mr-article,
.ad-mrec,
.ad-mrect {
  display: none !important;
}

.ad-msg,
.ad-msn,
.ad-native,
.ad-native-top-sidebar,
.ad-nav-ad,
.ad-nav-ad-plus,
.ad-new,
.ad-new-box,
.ad-no-css,
.ad-no-mobile,
.ad-no-notice,
.ad-no-style,
.ad-noBorderAndMargin,
.ad-noline,
.ad-note,
.ad-notice,
.ad-notice-small,
.ad-observer,
.ad-oms,
.ad-on,
.ad-on-top,
.ad-one,
.ad-other,
.ad-outer,
.ad-outlet,
.ad-outline,
.ad-output-middle,
.ad-output-wrapper,
.ad-outside,
.ad-overlay,
.ad-packs,
.ad-padding,
.ad-page-leader,
.ad-page-medium,
.ad-page-setting,
.ad-pagehead,
.ad-panel,
.ad-panel-wrap,
.ad-panel__container,
.ad-panel__container--styled,
.ad-panel__googlead,
.ad-panorama,
.ad-parallax,
.ad-parent-billboard,
.ad-parent-class,
.ad-parent-halfpage,
.ad-pb,
.ad-peg,
.ad-pencil-margin,
.ad-permalink {
  display: none !important;
}

.ad-personalise,
.ad-place,
.ad-place-active,
.ad-place-holder,
.ad-placeholder--mpu,
.ad-placeholder-leaderboard,
.ad-placeholder-wrapper,
.ad-placeholder-wrapper-dynamic,
.ad-placeholder__inner,
.ad-placement-left,
.ad-placement-right,
.ad-places,
.ad-plea,
.ad-poc,
.ad-poc-admin,
.ad-point,
.ad-popup,
.ad-popup-content,
.ad-pos,
.ad-pos-0,
.ad-pos-1,
.ad-pos-2,
.ad-pos-3,
.ad-pos-4,
.ad-pos-5,
.ad-pos-6,
.ad-pos-7,
.ad-pos-8,
.ad-pos-middle,
.ad-pos-top,
.ad-position,
.ad-position-1,
.ad-position-2,
.ad-poss,
.ad-post,
.ad-post-footer,
.ad-post-top,
.ad-postText,
.ad-poster,
.ad-posterad-inlisting,
.ad-preloader-container,
.ad-preparing,
.ad-prevent-jump,
.ad-primary,
.ad-primary-desktop,
.ad-primary-sidebar,
.ad-priority,
.ad-program-list,
.ad-program-top,
.ad-promo {
  display: none !important;
}

.ad-pub,
.ad-push,
.ad-pushdown,
.ad-r,
.ad-rac-box,
.ad-rail,
.ad-rail-wrapper,
.ad-ratio,
.ad-rb-hover,
.ad-reader-con-item,
.ad-rect,
.ad-rect-atf-01,
.ad-rect-top-right,
.ad-rectangle,
.ad-rectangle-1,
.ad-rectangle-banner,
.ad-rectangle-container,
.ad-rectangle-long,
.ad-rectangle-long-sky,
.ad-rectangle-text,
.ad-rectangle-wide,
.ad-rectangle-xs,
.ad-rectangle2,
.ad-rectanglemed,
.ad-region,
.ad-region-delay-load,
.ad-related,
.ad-relatedbottom,
.ad-render-space,
.ad-responsive,
.ad-responsive-slot,
.ad-responsive-wide,
.ad-result,
.ad-rev-content,
.ad-rh,
.ad-right,
.ad-right-header,
.ad-right1,
.ad-right2,
.ad-right3,
.ad-risingstar-container,
.ad-roadblock,
.ad-root,
.ad-rotation,
.ad-rotator,
.ad-row,
.ad-row-box,
.ad-row-horizontal,
.ad-row-horizontal-top,
.ad-row-viewport {
  display: none !important;
}

.ad-s,
.ad-s-rendered,
.ad-sample,
.ad-script-processed,
.ad-scroll,
.ad-scrollpane,
.ad-search-grid,
.ad-secondary-desktop,
.ad-section,
.ad-section-body,
.ad-section-one,
.ad-section-three,
.ad-section__skyscraper,
.ad-sense,
.ad-sense-ad,
.ad-sep,
.ad-separator,
.ad-shifted,
.ad-show-label,
.ad-showcase,
.ad-side,
.ad-side-one,
.ad-side-top,
.ad-side-wrapper,
.ad-sidebar,
.ad-sidebar-mrec,
.ad-sidebar-skyscraper,
.ad-siderail,
.ad-signup,
.ad-single-bottom,
.ad-sitewide,
.ad-size-300x600,
.ad-size-728x90,
.ad-size-landscape,
.ad-size-leaderboard,
.ad-size-medium-rectangle,
.ad-size-medium-rectangle-flex,
.ad-size-mpu,
.ad-skeleton,
.ad-skin-link,
.ad-sky,
.ad-sky-left,
.ad-sky-right,
.ad-sky-wrap,
.ad-skyscr,
.ad-skyscraper,
.ad-skyscraper1,
.ad-skyscraper2,
.ad-skyscraper3,
.ad-slider {
  display: none !important;
}

.ad-slot,
.ad-slot--container,
.ad-slot--inline,
.ad-slot--mostpop,
.ad-slot--mpu-banner-ad,
.ad-slot--rendered,
.ad-slot--right,
.ad-slot--top,
.ad-slot--top-above-nav,
.ad-slot--top-banner-ad,
.ad-slot--wrapper,
.ad-slot-1,
.ad-slot-2,
.ad-slot-234-60,
.ad-slot-300-250,
.ad-slot-728-90,
.ad-slot-a,
.ad-slot-article,
.ad-slot-banner,
.ad-slot-bigbox,
.ad-slot-billboard,
.ad-slot-box,
.ad-slot-container,
.ad-slot-container-1,
.ad-slot-desktop,
.ad-slot-full-width,
.ad-slot-header,
.ad-slot-horizontal,
.ad-slot-inview,
.ad-slot-placeholder,
.ad-slot-rail,
.ad-slot-replies,
.ad-slot-replies-header,
.ad-slot-responsive,
.ad-slot-sidebar,
.ad-slot-sidebar-b,
.ad-slot-tall,
.ad-slot-top,
.ad-slot-top-728,
.ad-slot-widget,
.ad-slot-wrapper,
.ad-slotRg,
.ad-slotRgc,
.ad-slot__ad--top,
.ad-slot__content,
.ad-slot__label,
.ad-slot__oas,
.ad-slots-wrapper,
.ad-slug,
.ad-small {
  display: none !important;
}

.ad-small-1,
.ad-small-2,
.ad-smallBP,
.ad-source,
.ad-sp,
.ad-space-mpu-box,
.ad-space-topbanner,
.ad-spacing,
.ad-span,
.ad-speedbump,
.ad-splash,
.ad-sponsor,
.ad-sponsor-large-container,
.ad-sponsor-text,
.ad-sponsored-feed-top,
.ad-sponsored-links,
.ad-sponsored-post,
.ad-sponsors,
.ad-spot,
.ad-spotlight,
.ad-spteaser,
.ad-sq-super,
.ad-square,
.ad-square-placeholder,
.ad-square2-container,
.ad-square300,
.ad-squares,
.ad-stack,
.ad-standard,
.ad-statement,
.ad-static,
.ad-sticky,
.ad-sticky-banner,
.ad-sticky-bottom,
.ad-sticky-container,
.ad-sticky-slot,
.ad-sticky-wrapper,
.ad-stickyhero,
.ad-stickyhero--standard,
.ad-stickyhero-enable-mobile,
.ad-story-inject,
.ad-story-top,
.ad-strategic,
.ad-strip,
.ad-style2,
.ad-subnav-container,
.ad-subtitle,
.ad-summary,
.ad-superbanner,
.ad-superbanner-node {
  display: none !important;
}

.ad-t,
.ad-t-text,
.ad-table,
.ad-tabs,
.ad-tag,
.ad-tag-square,
.ad-tag__inner,
.ad-tag__wrapper,
.ad-takeover,
.ad-takeover-homepage,
.ad-tall,
.ad-tech-widget,
.ad-temp,
.ad-text,
.ad-text-centered,
.ad-text-label,
.ad-text-link,
.ad-text-links,
.ad-textads,
.ad-textlink,
.ad-thanks,
.ad-ticker,
.ad-tile,
.ad-title,
.ad-tl1,
.ad-top,
.ad-top-300x250,
.ad-top-728,
.ad-top-728x90,
.ad-top-banner,
.ad-top-billboard,
.ad-top-billboard-init,
.ad-top-box-right,
.ad-top-container,
.ad-top-desktop,
.ad-top-featured,
.ad-top-in,
.ad-top-lboard,
.ad-top-left,
.ad-top-mobile,
.ad-top-mpu,
.ad-top-padding,
.ad-top-rectangle,
.ad-top-right-container,
.ad-top-side,
.ad-top-slot,
.ad-top-spacing,
.ad-top-wrap-inner,
.ad-top-wrapper,
.ad-topbanner {
  display: none !important;
}

.ad-topper,
.ad-topright,
.ad-tower,
.ad-tower-container,
.ad-towers,
.ad-transition,
.ad-trck,
.ad-truvid,
.ad-two,
.ad-twos,
.ad-txt,
.ad-txt-red,
.ad-type,
.ad-type-branding,
.ad-type-cube,
.ad-type-flex-leaderboard,
.ad-unit--leaderboard,
.ad-unit-2,
.ad-unit-300,
.ad-unit-300-wrapper,
.ad-unit-container,
.ad-unit-horisontal,
.ad-unit-inline-center,
.ad-unit-label,
.ad-unit-mpu,
.ad-unit-panel,
.ad-unit-secondary,
.ad-unit-sponsored-bar,
.ad-unit-t,
.ad-unit-text,
.ad-unit-top,
.ad-unit-wrapper,
.ad-unit__inner,
.ad-units-single-header-wrapper,
.ad-update,
.ad-vert,
.ad-vertical,
.ad-vertical-container,
.ad-vertical-stack-ad,
.ad-view-zone,
.ad-w-300,
.ad-w-728,
.ad-w-970,
.ad-warning,
.ad-warp,
.ad-watermark,
.ad-wgt,
.ad-wide,
.ad-wide-bottom,
.ad-wide-wrap {
  display: none !important;
}

.ad-widget,
.ad-widget-area,
.ad-widget-box,
.ad-widget-list,
.ad-widget-sizes,
.ad-widget-wrapper,
.ad-widgets,
.ad-width-300,
.ad-width-728,
.ad-wireframe,
.ad-wireframe-wrapper,
.ad-with-background,
.ad-with-header-wrapper,
.ad-with-notice,
.ad-wp,
.ad-wp-720,
.ad-wppr,
.ad-wppr-container,
.ad-wrap-leaderboard,
.ad-wrap-transparent,
.ad-wrap:not(#google_ads_iframe_checktag),
.ad-wrap_wallpaper,
.ad-wrapp,
.ad-wrapper,
.ad-wrapper--ad-unit-wrap,
.ad-wrapper--articletop,
.ad-wrapper--lg,
.ad-wrapper--sidebar,
.ad-wrapper-250,
.ad-wrapper-bg,
.ad-wrapper-desktop,
.ad-wrapper-left,
.ad-wrapper-mobile,
.ad-wrapper-mobile-atf,
.ad-wrapper-outer,
.ad-wrapper-solid,
.ad-wrapper-sticky,
.ad-wrapper-top,
.ad-wrapper-with-text,
.ad-wrapper__ad-slug,
.ad-xs-title,
.ad-zone-ajax,
.ad-zone-container,
.ad.addon,
.ad.bottomrect,
.ad.box,
.ad.brandboard,
.ad.card,
.ad.center,
.ad.contentboard {
  display: none !important;
}

.ad.desktop-970x250,
.ad.element,
.ad.floater-link,
.ad.gallery,
.ad.halfpage,
.ad.inner,
.ad.item,
.ad.leaderboard,
.ad.maxiboard,
.ad.maxisky,
.ad.middlerect,
.ad.module,
.ad.monsterboard,
.ad.netboard,
.ad.post-area,
.ad.promotion,
.ad.rectangle,
.ad.rectangle_2,
.ad.rectangle_3,
.ad.rectangle_home_1,
.ad.section,
.ad.sidebar-module,
.ad.size-300x250,
.ad.skybridgeleft,
.ad.small-mpu,
.ad.small-teaser,
.ad.super,
.ad.wideboard_tablet,
.ad02,
.ad03,
.ad04,
.ad08sky,
.ad1-float,
.ad1-left,
.ad1-right,
.ad10,
.ad100,
.ad1000,
.ad1001,
.ad100x100,
.ad120,
.ad120_600,
.ad120x120,
.ad120x240GrayBorder,
.ad120x60,
.ad120x600,
.ad125,
.ad125x125,
.ad125x125a,
.ad125x125b {
  display: none !important;
}

.ad140,
.ad160,
.ad160600,
.ad160_blk,
.ad160_l,
.ad160_r,
.ad160b,
.ad160x160,
.ad160x600,
.ad160x600GrayBorder,
.ad160x600_1,
.ad160x600box,
.ad170x30,
.ad18,
.ad180,
.ad180x80,
.ad185x100,
.ad19,
.ad1Image,
.ad1_bottom,
.ad1_latest,
.ad1_top,
.ad1b,
.ad1left,
.ad1x1,
.ad2-float,
.ad200,
.ad200x60,
.ad220x50,
.ad230,
.ad233x224,
.ad234,
.ad234x60,
.ad236x62,
.ad240,
.ad250,
.ad250wrap,
.ad250x250,
.ad250x300,
.ad260,
.ad260x60,
.ad284x134,
.ad290,
.ad2content_box,
.ad300,
.ad300-hp-top,
.ad3001,
.ad300250,
.ad300Block,
.ad300Wrapper {
  display: none !important;
}

.ad300X250,
.ad300_2,
.ad300_250,
.ad300_bg,
.ad300_ver2,
.ad300b,
.ad300banner,
.ad300px,
.ad300shows,
.ad300top,
.ad300w,
.ad300x100,
.ad300x120,
.ad300x150,
.ad300x250,
.ad300x250-1,
.ad300x250-2,
.ad300x250-inline,
.ad300x250Module,
.ad300x250Right,
.ad300x250Top,
.ad300x250_box,
.ad300x250_container,
.ad300x250a,
.ad300x250b,
.ad300x250box,
.ad300x250box2,
.ad300x250flex,
.ad300x250s,
.ad300x250x2,
.ad300x40,
.ad300x50-right,
.ad300x600,
.ad300x600cat,
.ad300x600post,
.ad300x77,
.ad300x90,
.ad310,
.ad315,
.ad320x250,
.ad320x50,
.ad336,
.ad336_b,
.ad336x250,
.ad336x280,
.ad336x362,
.ad343x290,
.ad350,
.ad350r,
.ad360 {
  display: none !important;
}

.ad366,
.ad3rdParty,
.ad400,
.ad400right,
.ad400x40,
.ad450,
.ad468,
.ad468_60,
.ad468box,
.ad468innerboxadpic,
.ad468x60,
.ad468x60Wrap,
.ad468x60_main,
.ad470x60,
.ad530,
.ad540x90,
.ad590,
.ad590x90,
.ad5_container,
.ad600,
.ad612x80,
.ad620x70,
.ad626X35,
.ad640x480,
.ad644,
.ad650x140,
.ad652,
.ad70,
.ad728,
.ad72890,
.ad728By90,
.ad728_90,
.ad728_blk,
.ad728_cont,
.ad728_wrap,
.ad728b,
.ad728cont,
.ad728h,
.ad728top,
.ad728x90,
.ad728x90-1,
.ad728x90-2,
.ad728x90box,
.ad728x90btf,
.ad970,
.ad970_250,
.adActive,
.adAlert,
.adArea,
.adAreaLC {
  display: none !important;
}

.adAreaNative,
.adAreaTopTitle,
.adArticleBanner,
.adArticleBody,
.adArticleSideTop300x250,
.adBan,
.adBanner300x250,
.adBanner728x90,
.adBillboard,
.adBkgd,
.adBlock,
.adBlock728,
.adBlockBottom,
.adBlockSpacer,
.adBlockSpot,
.adBorder,
.adBorders,
.adBox,
.adBox-small,
.adBox1,
.adBox2,
.adBox5,
.adBox6,
.adBox728,
.adBox728X90,
.adBox728X90_header,
.adBoxBody,
.adBoxBorder,
.adBoxContainer,
.adBoxContent,
.adBoxFooter,
.adBoxHeader,
.adBoxSidebar,
.adBoxSingle,
.adBoxTitle,
.adBox_1,
.adBox_3,
.adBtm,
.adCall,
.adCaptionText,
.adCell,
.adCenter,
.adCenterAd,
.adCentertile,
.adChoice,
.adChoiceLogo,
.adChoicesLogo,
.adChrome,
.adClose,
.adColumn {
  display: none !important;
}

.adColumnLeft,
.adColumnRight,
.adComponent,
.adCont,
.adContTop,
.adContainer1,
.adContainerSide,
.adContent,
.adContentAd,
.adContour,
.adCopy,
.adCreative,
.adCreator,
.adCube,
.adDefRect,
.adDetails_ad336,
.adDiv,
.adDrawer,
.adDyn,
.adElement,
.adExpanded,
.adFooterLinks,
.adFrame,
.adFrameCnt,
.adFrameContainer,
.adFrames,
.adFuel-label,
.adFull,
.adFullbanner,
.adGlobalHeader,
.adGoogle,
.adGroup,
.adHalfPage,
.adHead,
.adHeader,
.adHeaderAdbanner,
.adHeaderText,
.adHeaderblack,
.adHeading,
.adHeadline,
.adHeadlineSummary,
.adHed,
.adHeight200,
.adHeight270,
.adHeight280,
.adHeight313,
.adHeight600,
.adHolder,
.adHolder2,
.adHolderStory {
  display: none !important;
}

.adHoldert,
.adHome300x250,
.adHomeSideTop300x250,
.adHorisontal,
.adHorisontalNoBorder,
.adHorizontalTextAlt,
.adHplaceholder,
.adHz,
.adIDiv,
.adIframe,
.adIframeCount,
.adImg,
.adImgIM,
.adInArticle,
.adInContent,
.adInfo,
.adInitRemove,
.adInner,
.adInnerLeftBottom,
.adInsider,
.adInteractive,
.adIsland,
.adItem,
.adLabel,
.adLabelLine,
.adLabels,
.adLargeRec,
.adLargeRect,
.adLat,
.adLeader,
.adLeaderBoard_container,
.adLeaderForum,
.adLeaderboard,
.adLeaderboardAdContainer,
.adLeft,
.adLine,
.adLink,
.adLinkCnt,
.adListB,
.adLoader,
.adLocal,
.adLocation,
.adMPU,
.adMPUHome,
.adMRECHolder,
.adMarker,
.adMarkerBlock,
.adMastheadLeft,
.adMastheadRight,
.adMed {
  display: none !important;
}

.adMedRectBox,
.adMedRectBoxLeft,
.adMediaMiddle,
.adMediumRectangle,
.adMessage,
.adMiddle,
.adMinHeight280,
.adMinHeight313,
.adMiniTower,
.adMod,
.adModule,
.adModule--inner,
.adModule--outer,
.adModule-outer,
.adModule300,
.adModuleAd,
.adMpu,
.adMpuHolder,
.adMrginBottom,
.adNarrow,
.adNoBorder,
.adNoOutline,
.adNone,
.adNote,
.adNotice,
.adNotice90,
.adNoticeOut,
.adNotification,
.adObj,
.adOne,
.adOuterContainer,
.adOverlay,
.adPanel,
.adPanelContent,
.adPanorama,
.adPlaceholder,
.adPlacement,
.adPod,
.adPosition,
.adPremium,
.adRecommend,
.adRecommendRight,
.adRect,
.adRectangle,
.adRectangle-pos-large,
.adRectangle-pos-medium,
.adRectangle-pos-small,
.adRectangleBanner,
.adRectangleUnit,
.adRemove {
  display: none !important;
}

.adRenderer,
.adRendererInfinite,
.adResponsive,
.adResult,
.adResults,
.adRight,
.adRightSide,
.adRightSky,
.adRoller,
.adRotator,
.adRow,
.adRowTopWrapper,
.adSKY,
.adSection,
.adSenceImagePush,
.adSense,
.adSense-header,
.adSepDiv,
.adServer,
.adSeven,
.adSide,
.adSideBarMPU,
.adSideBarMPUTop,
.adSidebarButtons,
.adSizer,
.adSkin,
.adSky,
.adSkyscaper,
.adSkyscraper,
.adSlice,
.adSlide,
.adSlot,
.adSlot-container,
.adSlotAdition,
.adSlotCnt,
.adSlotContainer,
.adSlotHeaderContainer,
.adSlug,
.adSpBelow,
.adSpace,
.adSpace300x250,
.adSpace950x90,
.adSpacer,
.adSpec,
.adSplash,
.adSponsor,
.adSponsorText,
.adSponsorhipInfo,
.adSpot,
.adSpot-mrec {
  display: none !important;
}

.adSpot-textBox,
.adSpotBlock,
.adSpotFullWidth,
.adSpotIsland,
.adSquare,
.adStatementText,
.adStyle,
.adStyle1,
.adSub,
.adSubColPod,
.adSummary,
.adSuperboard,
.adSupertower,
.adTD,
.adTXTnew,
.adTab,
.adTag,
.adTag-top,
.adTag-wrap,
.adTagThree,
.adTagTwo,
.adText,
.adTextDownload,
.adTextPmpt,
.adTextStreaming,
.adTextWrap,
.adTicker,
.adTile,
.adTileWrap,
.adTiler,
.adTip,
.adTitle,
.adTitleR,
.adTop,
.adTopBk,
.adTopFloat,
.adTopHome,
.adTopLB,
.adTopLeft,
.adTopRight,
.adTopWrapper,
.adTopboxright,
.adTwo,
.adTxt,
.adType2,
.adUnderArticle,
.adUnit,
.adUnitHorz,
.adUnitVert,
.adVar {
  display: none !important;
}

.adVertical,
.adVideo,
.adVideo2,
.adVl,
.adVplaceholder,
.adWarning,
.adWebBoard,
.adWideSkyscraper,
.adWideSkyscraperRight,
.adWidget,
.adWidgetBlock,
.adWithTab,
.adWizard-ad,
.adWord,
.adWords-bg,
.adWrap,
.adWrapLg,
.adWrapper,
.adWrapper1,
.adZone,
.adZoneRight,
.ad_0,
.ad_1,
.ad_1000_125,
.ad_120x60,
.ad_120x600,
.ad_120x90,
.ad_125,
.ad_130x90,
.ad_150x150,
.ad_160,
.ad_160_600,
.ad_160x600,
.ad_188_inner,
.ad_1deg5up,
.ad_2,
.ad_200,
.ad_240,
.ad_250250,
.ad_250x200,
.ad_250x250,
.ad_290_290,
.ad_3,
.ad_300,
.ad_300250,
.ad_300_250,
.ad_300_250_1,
.ad_300_250_2,
.ad_300_250_wrapper,
.ad_300_600 {
  display: none !important;
}

.ad_300by250,
.ad_300x100,
.ad_300x250,
.ad_300x250_container,
.ad_300x600,
.ad_320x250_async,
.ad_336,
.ad_336x280,
.ad_350x250,
.ad_4,
.ad_468,
.ad_468x60,
.ad_5,
.ad_600,
.ad_640,
.ad_640x480,
.ad_728,
.ad_72890,
.ad_728Home,
.ad_728_90,
.ad_728_90_1,
.ad_728_90b,
.ad_728_top,
.ad_728x90,
.ad_728x90-1,
.ad_728x90-2,
.ad_728x90_container,
.ad_728x90b,
.ad_90,
.ad_970x250,
.ad_970x250_300x250,
.ad_970x250_container,
.ad_Bumper,
.ad_Flex,
.ad_Left,
.ad_Right,
.ad__300x250,
.ad__300x600,
.ad__970x250,
.ad__align,
.ad__centered,
.ad__container,
.ad__content,
.ad__full--width,
.ad__header,
.ad__holder,
.ad__image,
.ad__in_article,
.ad__inline,
.ad__item {
  display: none !important;
}

.ad__label,
.ad__leaderboard,
.ad__mobi,
.ad__mobile-footer,
.ad__mpu,
.ad__placeholder,
.ad__rectangle,
.ad__section-border,
.ad__sidebar,
.ad__space,
.ad__sticky,
.ad__template,
.ad__window,
.ad__wrapper,
.ad_adv,
.ad_after_section,
.ad_amazon,
.ad_area,
.ad_area_two,
.ad_back,
.ad_background,
.ad_background_1,
.ad_background_true,
.ad_banner,
.ad_banner2,
.ad_banner_2,
.ad_banner_250x250,
.ad_banner_468,
.ad_banner_728,
.ad_banner_728x90_inner,
.ad_banner_border,
.ad_banner_div,
.ad_bar,
.ad_below_content,
.ad_belowfirstpost_frame,
.ad_bg,
.ad_bgskin,
.ad_big_banner,
.ad_bigbox,
.ad_billboard,
.ad_blk,
.ad_block,
.ad_block_1,
.ad_block_2,
.ad_block_widget,
.ad_body,
.ad_border,
.ad_botbanner,
.ad_bottom,
.ad_bottom_728 {
  display: none !important;
}

.ad_bottom_leaderboard,
.ad_bottom_left,
.ad_bottom_mpu,
.ad_bottom_space,
.ad_box1,
.ad_box2,
.ad_box_2,
.ad_box_6,
.ad_box_9,
.ad_box_ad,
.ad_box_div,
.ad_box_header,
.ad_box_spacer,
.ad_box_top,
.ad_break,
.ad_break2_container,
.ad_break_container,
.ad_btf,
.ad_btn,
.ad_btn-white,
.ad_btn1,
.ad_btn2,
.ad_by,
.ad_callout,
.ad_caption,
.ad_center,
.ad_center_bottom,
.ad_centered,
.ad_choice,
.ad_choices,
.ad_cl,
.ad_claim,
.ad_click,
.ad_cls_fix,
.ad_code,
.ad_col,
.ad_column,
.ad_column_box,
.ad_common,
.ad_con,
.ad_cont,
.ad_cont_footer,
.ad_contain,
.ad_container,
.ad_container_body,
.ad_container_bottom,
.ad_content,
.ad_content_below,
.ad_content_bottom,
.ad_content_wide {
  display: none !important;
}

.ad_content_wrapper,
.ad_contents,
.ad_crown,
.ad_custombanner,
.ad_d_big,
.ad_db,
.ad_default,
.ad_description,
.ad_desktop,
.ad_disclaimer,
.ad_div,
.ad_div_banner,
.ad_div_box,
.ad_div_box2,
.ad_element,
.ad_embed,
.ad_feature,
.ad_float,
.ad_floating_box,
.ad_fluid,
.ad_footer,
.ad_footer_super_banner,
.ad_frame,
.ad_frame_around,
.ad_fullwidth,
.ad_gam,
.ad_global_header,
.ad_google,
.ad_gpt,
.ad_grein_botn,
.ad_grid,
.ad_group,
.ad_half_page,
.ad_halfpage,
.ad_hd,
.ad_head,
.ad_head_rectangle,
.ad_header,
.ad_header_top,
.ad_heading,
.ad_headline,
.ad_holder,
.ad_horizontal,
.ad_hover_href,
.ad_iframe2,
.ad_img,
.ad_imgae_150,
.ad_in_article,
.ad_in_text,
.ad_incontent {
  display: none !important;
}

.ad_index02,
.ad_indicator,
.ad_inline,
.ad_inline_wrapper,
.ad_inner,
.ad_inset,
.ad_island,
.ad_item,
.ad_label,
.ad_large,
.ad_lb,
.ad_leader,
.ad_leader_bottom,
.ad_leader_plus_top,
.ad_leaderboard,
.ad_leaderboard_atf,
.ad_leaderboard_master,
.ad_leaderboard_top,
.ad_leaderboard_wrap,
.ad_left,
.ad_left_cell,
.ad_left_column,
.ad_lft,
.ad_line2,
.ad_link,
.ad_links,
.ad_lnks,
.ad_loc,
.ad_long,
.ad_lrec,
.ad_lrgsky,
.ad_lt,
.ad_main,
.ad_maintopad,
.ad_margin,
.ad_marker,
.ad_masthead,
.ad_med,
.ad_medium_rectangle,
.ad_medrec,
.ad_medrect,
.ad_megabanner,
.ad_message,
.ad_mid_post_body,
.ad_middle,
.ad_middle_banner,
.ad_mobile,
.ad_mod,
.ad_module,
.ad_mp {
  display: none !important;
}

.ad_mpu,
.ad_mpu_top,
.ad_mr,
.ad_mrec,
.ad_native,
.ad_native_xrail,
.ad_news,
.ad_no_border,
.ad_note,
.ad_notice,
.ad_oms,
.ad_on_article,
.ad_one,
.ad_one_one,
.ad_one_third,
.ad_outer,
.ad_overlays,
.ad_p360,
.ad_pagebody,
.ad_panel,
.ad_paragraphs_desktop_container,
.ad_partner,
.ad_partners,
.ad_pause,
.ad_pic,
.ad_place,
.ad_placeholder,
.ad_placeholder_d_b,
.ad_placeholder_d_s,
.ad_placeholder_d_sticky,
.ad_placement,
.ad_plus,
.ad_position,
.ad_post,
.ad_primary,
.ad_promo,
.ad_promo1,
.ad_promo_spacer,
.ad_push,
.ad_r,
.ad_rec,
.ad_rect,
.ad_rectangle,
.ad_rectangle_300_250,
.ad_rectangle_medium,
.ad_rectangular,
.ad_regular1,
.ad_regular2,
.ad_regular3,
.ad_reminder {
  display: none !important;
}

.ad_response,
.ad_rhs,
.ad_right,
.ad_rightSky,
.ad_right_300_250,
.ad_right_cell,
.ad_right_col,
.ad_rightside,
.ad_row,
.ad_scroll,
.ad_secondary,
.ad_segment,
.ad_sense_01,
.ad_sense_footer_container,
.ad_share_box,
.ad_side,
.ad_side_box,
.ad_side_rectangle_banner,
.ad_sidebar,
.ad_sidebar_bigbox,
.ad_sidebar_inner,
.ad_sidebar_left,
.ad_sidebar_right,
.ad_size_160x600,
.ad_skin,
.ad_sky,
.ad_sky2,
.ad_sky2_2,
.ad_skyscpr,
.ad_skyscraper,
.ad_skyscrapper,
.ad_slider_out,
.ad_slot,
.ad_slot_inread,
.ad_slot_right,
.ad_slug,
.ad_small,
.ad_space,
.ad_space_300_250,
.ad_spacer,
.ad_sponsor,
.ad_sponsor_fp,
.ad_sponsoredsection,
.ad_spot,
.ad_spot_b,
.ad_spot_c,
.ad_spotlight,
.ad_square,
.ad_square_r,
.ad_square_r_top {
  display: none !important;
}

.ad_square_top,
.ad_start,
.ad_static,
.ad_station,
.ad_story_island,
.ad_stream,
.ad_stream_hd,
.ad_sub,
.ad_supersize,
.ad_table,
.ad_tag,
.ad_tag_middle,
.ad_text,
.ad_text_link,
.ad_text_links,
.ad_text_vertical,
.ad_text_w,
.ad_textlink1,
.ad_textlink_box,
.ad_thumbnail_header,
.ad_title,
.ad_title_small,
.ad_tlb,
.ad_to_list,
.ad_top,
.ad_top1,
.ad_top_1,
.ad_top_2,
.ad_top_3,
.ad_top_banner,
.ad_top_leaderboard,
.ad_top_left,
.ad_top_mpu,
.ad_top_right,
.ad_topic_content,
.ad_topmain,
.ad_topright,
.ad_topshop,
.ad_tower,
.ad_trailer_header,
.ad_trick_header,
.ad_trick_left,
.ad_ttl,
.ad_two,
.ad_two_third,
.ad_txt2,
.ad_type_1,
.ad_type_adsense,
.ad_type_dfp,
.ad_under {
  display: none !important;
}

.ad_under_royal_slider,
.ad_unit,
.ad_unit_300,
.ad_unit_300_x_250,
.ad_unit_600,
.ad_unit_rail,
.ad_unit_wrapper,
.ad_unit_wrapper_main,
.ad_url,
.ad_v2,
.ad_v3,
.ad_vertisement,
.ad_w,
.ad_w300h450,
.ad_w300i,
.ad_w_us_a300,
.ad_warn,
.ad_warning,
.ad_watch_now,
.ad_watermark,
.ad_wid300,
.ad_wide,
.ad_wide_vertical,
.ad_widget,
.ad_widget_200_100,
.ad_widget_200_200,
.ad_widget_image,
.ad_widget_title,
.ad_word,
.ad_wrap,
.ad_wrapper,
.ad_wrapper_300,
.ad_wrapper_970x90,
.ad_wrapper_box,
.ad_wrapper_false,
.ad_wrapper_fixed,
.ad_wrapper_top,
.ad_wrp,
.ad_xrail,
.ad_xrail_top,
.ad_zone,
.adace-adi-popup-wrapper,
.adace-slideup-slot-wrap,
.adace-slot,
.adace-slot-wrapper,
.adace-sponsors-box,
.adace-vignette,
.adalert-overlayer,
.adalert-toplayer,
.adamazon {
  display: none !important;
}

.adarea,
.adarea-long,
.adarticle,
.adb-top,
.adback,
.adban,
.adband,
.adbanner-300-250,
.adbanner-bottom,
.adbanner1,
.adbannerbox,
.adbannerright,
.adbannertop,
.adbase,
.adbbox,
.adbckgrnd,
.adbetween,
.adbetweenarticles,
.adbkgnd,
.adblade,
.adblade-container,
.adbladeimg,
.adblk,
.adblock-bottom,
.adblock-header,
.adblock-header1,
.adblock-main,
.adblock-popup,
.adblock-top,
.adblock-top-left,
.adblock-wide,
.adblock300,
.adblock300250,
.adblock728x90,
.adblock__banner,
.adblock_noborder,
.adblock_primary,
.adblockdiv,
.adblocks-topright,
.adboard,
.adborder,
.adborderbottom,
.adbordertop,
.adbot,
.adbot_postbit,
.adbot_showthread,
.adbottom,
.adbottomright,
.adbox-300x250,
.adbox-468x60 {
  display: none !important;
}

.adbox-border-desk,
.adbox-box,
.adbox-header,
.adbox-outer,
.adbox-rectangle,
.adbox-sidebar,
.adbox-slider,
.adbox-style,
.adbox-title,
.adbox-topbanner,
.adbox-wrapper,
.adbox1,
.adbox160,
.adbox2,
.adbox300,
.adbox300x250,
.adbox336,
.adbox600,
.adbox728,
.adboxRightSide,
.adboxTopBanner,
.adboxVert,
.adbox_300x600,
.adbox_310x400,
.adbox_366x280,
.adbox_468X60,
.adbox_border,
.adbox_bottom,
.adbox_br,
.adbox_cont,
.adbox_largerect,
.adbox_left,
.adbox_top,
.adboxbg,
.adboxbot,
.adboxclass,
.adboxcm,
.adboxcontent,
.adboxcontentsum,
.adboxes,
.adboxesrow,
.adboxid,
.adboxlarge,
.adboxlong,
.adboxo,
.adboxtop,
.adbreak,
.adbrite2,
.adbtn,
.adbtns {
  display: none !important;
}

.adbttm_right_300,
.adbttm_right_label,
.adbucks,
.adbug,
.adbutler-inline-ad,
.adbutler-top-banner,
.adbutler_top_banner,
.adbutton,
.adbutton-block,
.adbuttons,
.adcard,
.adcasing,
.adcenter,
.adchange,
.adchoices,
.adchoices-link,
.adclass,
.adcode-widget,
.adcode300x250,
.adcode728x90,
.adcode_container,
.adcodetop,
.adcol1,
.adcol2,
.adcolumn,
.adcolumn_wrapper,
.adcomment,
.adcon,
.adcont,
.adcontainer-Leaderboard,
.adcontainer-Rectangle,
.adcontainer2,
.adcontainer_big,
.adcontainer_footer,
.adcopy,
.add-sidebar,
.add300,
.add300top,
.add300x250,
.addAdvertContainer,
.add_topbanner,
.addarea,
.addarearight,
.addbanner,
.addboxRight,
.addisclaimer,
.addiv,
.adds2,
.adds300x250,
.adds620x90 {
  display: none !important;
}

.addtitle,
.addvert,
.addwide,
.adengageadzone,
.adenquire,
.adex-ad-text,
.adfbox,
.adfeedback,
.adfeeds,
.adfix,
.adflag,
.adflexi,
.adfliction,
.adfoot,
.adfootbox,
.adfooter,
.adform__topbanner,
.adfoxly-overlay,
.adfoxly-place-delay,
.adfoxly-wrapper,
.adframe,
.adframe2,
.adframe_banner,
.adframe_rectangle,
.adfree,
.adfront,
.adfront-head,
.adfrp,
.adfull,
.adgear,
.adgmleaderboard,
.adguru-content-html,
.adguru-modal-popup,
.adhalfhome,
.adhalfpage,
.adhalfpageright,
.adhead,
.adheader,
.adheightpromo,
.adheighttall,
.adherebox,
.adhesion-block,
.adhesion-header,
.adhesion:not(body),
.adhesiveAdWrapper,
.adhesiveWrapper,
.adhesive_holder,
.adhi,
.adhide,
.adhint {
  display: none !important;
}

.adholder,
.adholder-300,
.adholder2,
.adholderban,
.adhoriz,
.adiframe,
.adindex,
.adindicator,
.adinfo,
.adinjwidget,
.adinner,
.adinpost,
.adinsert,
.adinsert160,
.adinside,
.adintext,
.adintro,
.adisclaimer,
.adisland,
.adits,
.adjlink,
.adk-slot,
.adkicker,
.adkit,
.adlabel-horz,
.adlabel-vert,
.adlabel1,
.adlabel2,
.adlabel3,
.adlabelleft,
.adlarge,
.adlarger,
.adlateral,
.adlayer,
.adleader,
.adleft1,
.adleftph,
.adlgbox,
.adline,
.adlink,
.adlinkdiv,
.adlinks,
.adlinks-class,
.adlist,
.adlist1,
.adlist2,
.adloaded,
.adlsot,
.admain,
.adman {
  display: none !important;
}

.admarker,
.admaster,
.admediumred,
.admedrec,
.admeldBoxAd,
.admessage,
.admiddle,
.admiddlesidebar,
.admngr,
.admngrfr,
.admngrft,
.admods,
.admodule,
.admoduleB,
.admpu,
.admpu-small,
.admputop,
.admz,
.adnSpot,
.adname,
.adnet_area,
.adnotecenter,
.adnotice,
.adnotification,
.adnz-ad-placeholder,
.adocean,
.adocean728x90,
.adocean_desktop_section,
.adops,
.adpacks,
.adpacks_content,
.adpadding,
.adpane,
.adparent,
.adpic,
.adplace,
.adplace_center,
.adplaceholder,
.adplaceholder-top,
.adplacement,
.adplate-background,
.adplugg-tag,
.adpod,
.adpopup,
.adpos-300-mobile,
.adpost,
.adposter_pos,
.adproxy,
.adrec,
.adrechts {
  display: none !important;
}

.adrect,
.adrectangle,
.adrectwrapper,
.adrevtising-buttom,
.adright,
.adright300,
.adrightlg,
.adrightsm,
.adrighttop,
.adriverBanner,
.adroot,
.adrotate-sponsor,
.adrotate-widget,
.adrotate_ads_row,
.adrotate_top_banner,
.adrotate_widget,
.adrotate_widgets,
.adrotatediv,
.adrow,
.adrule,
.ads--bottom-spacing,
.ads--desktop,
.ads--full,
.ads--no-preload,
.ads--sidebar,
.ads--single,
.ads--square,
.ads--super,
.ads--top,
.ads-1,
.ads-120x600,
.ads-125,
.ads-160x600,
.ads-160x600-outer,
.ads-2,
.ads-3,
.ads-300,
.ads-300-250,
.ads-300-box,
.ads-300x250,
.ads-300x250-sidebar,
.ads-300x300,
.ads-300x600,
.ads-320-50,
.ads-320x250,
.ads-336x280,
.ads-468,
.ads-728,
.ads-728-90,
.ads-728by90 {
  display: none !important;
}

.ads-728x90,
.ads-980x90,
.ads-above-comments,
.ads-ad,
.ads-advertorial,
.ads-article-right,
.ads-articlebottom,
.ads-aside,
.ads-banner,
.ads-banner-bottom,
.ads-banner-js,
.ads-banner-middle,
.ads-banner-spacing,
.ads-banner-top,
.ads-banner-top-right,
.ads-base,
.ads-beforecontent,
.ads-below-content,
.ads-below-home,
.ads-below-view-content,
.ads-between-comments,
.ads-bg,
.ads-bigbox,
.ads-bilboards,
.ads-bing-bottom,
.ads-bing-top,
.ads-block,
.ads-block-bottom-wrap,
.ads-block-link-text,
.ads-block-panel-tipo-1,
.ads-block-rightside,
.ads-block-top,
.ads-block-top-right,
.ads-border,
.ads-bottom,
.ads-bottom-block,
.ads-bottom-center,
.ads-bottom-content,
.ads-bottom-left,
.ads-bottom-right,
.ads-box,
.ads-box-border,
.ads-box-cont,
.ads-bt,
.ads-btm,
.ads-by,
.ads-by-google,
.ads-callback,
.ads-card,
.ads-carousel {
  display: none !important;
}

.ads-center,
.ads-centered,
.ads-cnt,
.ads-code,
.ads-col,
.ads-cols,
.ads-cont,
.ads-container-250,
.ads-content,
.ads-core-placer,
.ads-custom,
.ads-decorator,
.ads-desktop,
.ads-div,
.ads-el,
.ads-end-content,
.ads-favicon,
.ads-feed,
.ads-fieldset,
.ads-footer,
.ads-fr,
.ads-global-header,
.ads-global-top,
.ads-google,
.ads-google-bottom,
.ads-google-top,
.ads-grp,
.ads-half,
.ads-header,
.ads-header-desktop,
.ads-header-left,
.ads-header-right,
.ads-here,
.ads-hints,
.ads-holder,
.ads-home,
.ads-homepage-2,
.ads-horizontal,
.ads-horizontal-banner,
.ads-image,
.ads-inarticle,
.ads-inline,
.ads-inner,
.ads-instance,
.ads-internal,
.ads-item,
.ads-label,
.ads-label-inverse,
.ads-large,
.ads-leaderboard {
  display: none !important;
}

.ads-leaderboard-border,
.ads-leaderboard-panel,
.ads-leaderbord,
.ads-left,
.ads-line,
.ads-list,
.ads-loaded,
.ads-long,
.ads-main,
.ads-margin,
.ads-marker,
.ads-medium-rect,
.ads-middle,
.ads-middle-top,
.ads-minheight,
.ads-mini,
.ads-mini-3rows,
.ads-mobile,
.ads-module,
.ads-module-alignment,
.ads-movie,
.ads-mpu,
.ads-narrow,
.ads-native-wrapper,
.ads-note,
.ads-one,
.ads-outer,
.ads-panel,
.ads-parent,
.ads-pholder,
.ads-placeholder,
.ads-placeholder-inside,
.ads-placeholder-wrapper,
.ads-placment,
.ads-post,
.ads-post-closing,
.ads-post-footer,
.ads-post-full,
.ads-posting,
.ads-profile,
.ads-rail,
.ads-rect,
.ads-rectangle,
.ads-relatedbottom,
.ads-rendering-fix,
.ads-right,
.ads-right-min,
.ads-rotate,
.ads-row,
.ads-scroller-box {
  display: none !important;
}

.ads-section,
.ads-side,
.ads-sidebar,
.ads-sidebar-boxad,
.ads-sidebar-widget,
.ads-sign,
.ads-single,
.ads-site,
.ads-size-small,
.ads-skin,
.ads-skin-mobile,
.ads-sky,
.ads-skyscraper,
.ads-skyscraper-container-left,
.ads-skyscraper-container-right,
.ads-skyscraper-left,
.ads-skyscraper-right,
.ads-small,
.ads-small-horizontal,
.ads-small-squares,
.ads-smartphone,
.ads-social-box,
.ads-sponsored-title,
.ads-sponsors,
.ads-square,
.ads-square-large,
.ads-square-small,
.ads-squares,
.ads-star,
.ads-stick-footer,
.ads-sticky,
.ads-story,
.ads-story-leaderboard-atf,
.ads-stripe,
.ads-styled,
.ads-superbanner,
.ads-system,
.ads-text,
.ads-title,
.ads-to-hide,
.ads-top,
.ads-top-728,
.ads-top-center,
.ads-top-content,
.ads-top-fixed,
.ads-top-home,
.ads-top-left,
.ads-top-main,
.ads-top-right,
.ads-top-spacer {
  display: none !important;
}

.ads-topbar,
.ads-two,
.ads-txt,
.ads-ul,
.ads-verticle,
.ads-wall-container,
.ads-wide,
.ads-widget,
.ads-widget-content,
.ads-widget-content-wrap,
.ads-widget-link,
.ads-wrap,
.ads-wrapper,
.ads-wrapper-top,
.ads-x1,
.ads-zone,
.ads.bottom,
.ads.box,
.ads.cell,
.ads.cta,
.ads.grid-layout,
.ads.square,
.ads.top,
.ads.widget,
.ads01,
.ads1,
.ads10,
.ads11,
.ads120,
.ads120_600,
.ads120_600-widget,
.ads120_80,
.ads120x,
.ads123,
.ads125,
.ads125-widget,
.ads160,
.ads160-600,
.ads2,
.ads250,
.ads250-250,
.ads2Block,
.ads3,
.ads300,
.ads300-200,
.ads300-250,
.ads300250,
.ads300_250,
.ads300_600-widget,
.ads300box {
  display: none !important;
}

.ads300x600,
.ads336_280,
.ads336x280,
.ads4,
.ads468,
.ads468x60,
.ads600,
.ads720x90,
.ads728,
.ads728_90,
.ads728b,
.ads728x90,
.ads728x90-1,
.ads970,
.adsAdvert,
.adsArea,
.adsBanner,
.adsBannerLink,
.adsBlock,
.adsBlockContainerHorizontal,
.adsBot,
.adsBottom,
.adsBoxTop,
.adsCap,
.adsCell,
.adsColumn,
.adsConfig,
.adsCont,
.adsDef,
.adsDesktop,
.adsDetailsPage,
.adsDisclaimer,
.adsDiv,
.adsFirst,
.adsFixed,
.adsFull,
.adsHeader,
.adsHeading,
.adsHeight300x250,
.adsHeight720x90,
.adsHome-full,
.adsImages,
.adsInner,
.adsLabel,
.adsLibrary,
.adsLine,
.adsList,
.adsMPU,
.adsMag,
.adsMarker {
  display: none !important;
}

.adsMiddle,
.adsMvCarousel,
.adsNetwork,
.adsOuter,
.adsOverPrimary,
.adsPlaceHolder,
.adsPostquare,
.adsPushdown,
.adsRectangleMedium,
.adsRight,
.adsRow,
.adsSecond,
.adsSectionRL,
.adsSpacing,
.adsSticky,
.adsTag,
.adsText,
.adsTop,
.adsTopBanner,
.adsTopCont,
.adsTower2,
.adsTowerWrap,
.adsTxt,
.adsWidget,
.adsWrap,
.ads_160,
.ads_180,
.ads_2,
.ads_3,
.ads_300,
.ads_300_250,
.ads_300x250,
.ads_300x600,
.ads_4,
.ads_468,
.ads_468x60,
.ads_720x90,
.ads_728,
.ads_728x90,
.ads_Header,
.ads__article__header,
.ads__aside,
.ads__container,
.ads__header,
.ads__horizontal,
.ads__hyperleaderboard--hyperleaderboard,
.ads__inline,
.ads__interstitial,
.ads__link,
.ads__listing {
  display: none !important;
}

.ads__mid,
.ads__middle,
.ads__midpage-fullwidth,
.ads__native,
.ads__right-rail-ad,
.ads__sidebar,
.ads__top,
.ads_ad_box,
.ads_after,
.ads_after_more,
.ads_amazon,
.ads_area,
.ads_article,
.ads_ba_cad,
.ads_bar,
.ads_before,
.ads_between_content,
.ads_bg,
.ads_big,
.ads_block,
.ads_border,
.ads_box,
.ads_box_headline,
.ads_box_type1,
.ads_center,
.ads_code,
.ads_column,
.ads_container_top,
.ads_content,
.ads_css,
.ads_div,
.ads_div1,
.ads_foot,
.ads_footer,
.ads_footerad,
.ads_full_1,
.ads_google,
.ads_h,
.ads_h1,
.ads_h2,
.ads_header,
.ads_header_bottom,
.ads_holder,
.ads_home,
.ads_horizontal,
.ads_inview,
.ads_item,
.ads_label,
.ads_lb,
.ads_leader {
  display: none !important;
}

.ads_leaderboard,
.ads_left,
.ads_main,
.ads_main_hp,
.ads_media,
.ads_medium,
.ads_medium_rectangle,
.ads_medrect,
.ads_middle,
.ads_middle-container,
.ads_middle_container,
.ads_mobile_vert,
.ads_mpu,
.ads_outer,
.ads_outline,
.ads_place,
.ads_place_160,
.ads_place_top,
.ads_placeholder,
.ads_player,
.ads_post,
.ads_prtext,
.ads_rectangle,
.ads_remove,
.ads_right,
.ads_rightbar_top,
.ads_side,
.ads_sideba,
.ads_sidebar,
.ads_single_center,
.ads_single_side,
.ads_single_top,
.ads_singlepost,
.ads_slice,
.ads_slot,
.ads_small,
.ads_small_rectangle,
.ads_space_long,
.ads_spacer,
.ads_square,
.ads_takeover,
.ads_text,
.ads_tit,
.ads_title,
.ads_top,
.ads_top_1,
.ads_top_banner,
.ads_top_both,
.ads_top_middle,
.ads_top_nav {
  display: none !important;
}

.ads_topbanner,
.ads_topleft,
.ads_topright,
.ads_tr,
.ads_under_data,
.ads_unit,
.ads_up,
.ads_video,
.ads_wide,
.ads_widesky,
.ads_widget,
.ads_wrap,
.ads_wrap-para,
.ads_wrapper,
.adsafp,
.adsanity-alignnone,
.adsanity-group,
.adsanity-single,
.adsarea,
.adsartical,
.adsbanner1,
.adsbanner2,
.adsbantop,
.adsbar,
.adsbg300,
.adsbillboard,
.adsblock,
.adsblockvert,
.adsbnr,
.adsbody,
.adsborder,
.adsboth,
.adsbottom,
.adsbottombox,
.adsbox--masthead,
.adsbox-square,
.adsbox970x90,
.adsbox990x90,
.adsboxBtn,
.adsbox_300x250,
.adsboxitem,
.adsbx728x90,
.adsbyadop,
.adsbyexoclick,
.adsbyexoclick-wrapper,
.adsbygalaksion,
.adsbygoogle-box,
.adsbygoogle-noablate,
.adsbygoogle-wrapper,
.adsbygoogle2 {
  display: none !important;
}

.adsbypublift,
.adsbypubmax,
.adsbytrafficjunky,
.adsbyvli,
.adsbyxa,
.adscaleTop,
.adscenter,
.adscentertext,
.adsclick,
.adscontainer,
.adscontent250,
.adscontentcenter,
.adscontntad,
.adscreen,
.adsdelivery,
.adsdesktop,
.adsdiv,
.adsection_a2,
.adsection_c2,
.adsection_c3,
.adsenbox,
.adsens,
.adsense-250,
.adsense-300-600,
.adsense-336,
.adsense-336-280,
.adsense-468,
.adsense-728-90,
.adsense-ad-results,
.adsense-ads,
.adsense-afterpost,
.adsense-area,
.adsense-article,
.adsense-block,
.adsense-box,
.adsense-center,
.adsense-code,
.adsense-container,
.adsense-content,
.adsense-div,
.adsense-float,
.adsense-googleAds,
.adsense-header,
.adsense-heading,
.adsense-iframe-container,
.adsense-inline,
.adsense-left,
.adsense-links,
.adsense-loading,
.adsense-module {
  display: none !important;
}

.adsense-overlay,
.adsense-post,
.adsense-resposivo-meio,
.adsense-right,
.adsense-slot,
.adsense-square,
.adsense-sticky-slide,
.adsense-title,
.adsense-top,
.adsense-unit,
.adsense-widget,
.adsense-wrapper,
.adsense1,
.adsense160x600,
.adsense250,
.adsense3,
.adsense300,
.adsense300x250,
.adsense728,
.adsense728x90,
.adsenseAds,
.adsenseBannerArea,
.adsenseBlock,
.adsenseContainer,
.adsenseList,
.adsenseRow,
.adsenseSky,
.adsenseWrapper,
.adsense_200,
.adsense_336_280,
.adsense_728x90_container,
.adsense_ad,
.adsense_block,
.adsense_bottom,
.adsense_container,
.adsense_content_300x250,
.adsense_div_wrapper,
.adsense_inner,
.adsense_label,
.adsense_leader,
.adsense_media,
.adsense_menu,
.adsense_mpu,
.adsense_rectangle,
.adsense_results,
.adsense_right,
.adsense_sidebar,
.adsense_sidebar_top,
.adsense_single,
.adsense_top {
  display: none !important;
}

.adsense_top_ad,
.adsense_unit,
.adsense_wrapper,
.adsensebig,
.adsensefloat,
.adsenseformat,
.adsenseframe,
.adsenseleaderboard,
.adsensemobile,
.adsenvelope,
.adsep,
.adserve_728,
.adserverBox,
.adserver_zone,
.adserverad,
.adserving,
.adset,
.adsfloat,
.adsfloatpanel,
.adsforums,
.adsghori,
.adsgrd,
.adsgvert,
.adsheight-250,
.adshome,
.adshowbig,
.adshowcase,
.adshp,
.adside,
.adside-box-index,
.adside-box-single,
.adside_box,
.adsidebar,
.adsidebox,
.adsider,
.adsincs2,
.adsinfo,
.adsingle,
.adsingle-r,
.adsingleph,
.adsitem,
.adsize728,
.adsizer,
.adsizewrapper,
.adskeeperWrap,
.adsky,
.adsleaderboard,
.adsleaderboardbox,
.adsleff,
.adsleft {
  display: none !important;
}

.adsleftblock,
.adslibraryArticle,
.adslider,
.adslink,
.adslist,
.adslisting,
.adslisting2,
.adslistingz,
.adsload,
.adsloading,
.adslogan,
.adslot,
.adslot--leaderboard,
.adslot-area,
.adslot-banner,
.adslot-billboard,
.adslot-feature,
.adslot-inline-wide,
.adslot-mpu,
.adslot-rectangle,
.adslot-widget,
.adslot970,
.adslotMid,
.adslot_1,
.adslot_1m,
.adslot_2,
.adslot_2m,
.adslot_3,
.adslot_300,
.adslot_3d,
.adslot_3m,
.adslot_4,
.adslot_728,
.adslot__ad-container,
.adslot__ad-wrapper,
.adslot_blurred,
.adslot_bot_300x250,
.adslot_collapse,
.adslot_popup,
.adslot_side1,
.adslothead,
.adslotleft,
.adslotright,
.adslotright_1,
.adslotright_2,
.adslug,
.adsmaintop,
.adsmall,
.adsmaller,
.adsmalltext {
  display: none !important;
}

.adsmanag,
.adsmbody,
.adsmedrect,
.adsmedrectright,
.adsmessage,
.adsmobile,
.adsninja-ad-zone,
.adsninja-ad-zone-container-with-set-height,
.adsninja-rail-zone,
.adsnippet_widget,
.adsns,
.adsntl,
.adsoptimal-slot,
.adsother,
.adspace,
.adspace-300x600,
.adspace-336x280,
.adspace-728x90,
.adspace-MR,
.adspace-lb,
.adspace-leaderboard,
.adspace-lr,
.adspace-mpu,
.adspace-mtb,
.adspace-top,
.adspace-widget,
.adspace1,
.adspace180,
.adspace2,
.adspace728x90,
.adspace_2,
.adspace_bottom,
.adspace_right,
.adspace_rotate,
.adspace_skyscraper,
.adspace_top,
.adspacer,
.adspacer2,
.adspan,
.adspanel,
.adspecial390,
.adspeed,
.adsplash-160x600,
.adsplat,
.adsponsor,
.adspop,
.adspost,
.adspot,
.adspot-desk,
.adspot-title {
  display: none !important;
}

.adspot1,
.adspot200x90,
.adspot468x60,
.adspot728x90,
.adspot_468x60,
.adspot_728x90,
.adsresponsive,
.adsright,
.adss,
.adssidebar2,
.adsskyscraper,
.adsslotcustom2,
.adsslotcustom4,
.adssmall,
.adssquare,
.adssquare2,
.adsterra,
.adstext,
.adstextpad,
.adstipt,
.adstitle,
.adstop,
.adstory,
.adstrip,
.adstyle,
.adsverting,
.adsvideo,
.adswallpapr,
.adswidget,
.adswiper,
.adswitch,
.adswordatas,
.adsystem_ad,
.adszone,
.adtable,
.adtag,
.adtc,
.adtech,
.adtech-ad-widget,
.adtech-banner,
.adtech-boxad,
.adtech-copy,
.adtech-video-2,
.adtech-wrapper,
.adtechMobile,
.adtech_wrapper,
.adtester-container,
.adtext-bg,
.adtext_gray,
.adtext_horizontal {
  display: none !important;
}

.adtext_onwhite,
.adtext_vertical,
.adtext_white,
.adtextleft,
.adtextright,
.adthrive,
.adthrive-ad,
.adthrive-content,
.adthrive-header,
.adthrive-header-container,
.adthrive-placeholder-content,
.adthrive-placeholder-header,
.adthrive-placeholder-static-sidebar,
.adthrive-placeholder-video,
.adthrive-sidebar,
.adthrive-video-player,
.adthrive_custom_ad,
.adtile,
.adtips,
.adtips1,
.adtitle,
.adtoggle,
.adtop,
.adtop-border,
.adtops,
.adtower,
.adtravel,
.adttl,
.adtxt,
.adtxtlinks,
.adult-adv,
.adun,
.adunit,
.adunit-300-250,
.adunit-active,
.adunit-adbridg,
.adunit-container,
.adunit-container_sitebar_1,
.adunit-googleadmanager,
.adunit-lazy,
.adunit-middle,
.adunit-parent,
.adunit-purch,
.adunit-side,
.adunit-title,
.adunit-top,
.adunit-wrap,
.adunit-wrapper,
.adunit125,
.adunit160 {
  display: none !important;
}

.adunit300x250,
.adunit468,
.adunitContainer,
.adunit_300x250,
.adunit_728x90,
.adunit_content,
.adunit_footer,
.adunit_leaderboard,
.adunit_rectangle,
.adv--square,
.adv-120x600,
.adv-160,
.adv-160x600,
.adv-200-200,
.adv-250-250,
.adv-300,
.adv-300-1,
.adv-300-250,
.adv-300-600,
.adv-300x250,
.adv-336-280,
.adv-4,
.adv-468-60,
.adv-468x60,
.adv-700,
.adv-728,
.adv-728-90,
.adv-970,
.adv-970-250,
.adv-970-250-2,
.adv-ad,
.adv-aside,
.adv-background,
.adv-banner,
.adv-bar,
.adv-block,
.adv-block-container,
.adv-border,
.adv-bottom,
.adv-box,
.adv-box-holder,
.adv-box-wrapper,
.adv-carousel,
.adv-center,
.adv-click,
.adv-cont,
.adv-cont1,
.adv-conteiner,
.adv-dvb,
.adv-format-1 {
  display: none !important;
}

.adv-full-width,
.adv-google,
.adv-gpt-desktop-wrapper,
.adv-gpt-wrapper-desktop,
.adv-halfpage,
.adv-header,
.adv-holder,
.adv-in-body,
.adv-inset,
.adv-intext,
.adv-intext-label,
.adv-key,
.adv-label,
.adv-leaderboard,
.adv-leaderboard-banner,
.adv-link,
.adv-link--left,
.adv-link--right,
.adv-mobile-wrapper,
.adv-mpu,
.adv-outer,
.adv-p,
.adv-right,
.adv-right-300,
.adv-rotator,
.adv-script-container,
.adv-sidebar,
.adv-skin-spacer,
.adv-slot-container,
.adv-text,
.adv-top,
.adv-top-banner,
.adv-top-container,
.adv-top-page,
.adv-top-skin,
.adv-under-video,
.adv-unit,
.adv-videoad,
.adv1,
.adv120,
.adv200,
.adv250,
.adv300,
.adv300-250,
.adv300-250-2,
.adv300-70,
.adv300left,
.adv300x100,
.adv300x250,
.adv300x60 {
  display: none !important;
}

.adv300x70,
.adv336,
.adv350,
.adv460x60,
.adv468,
.adv468x90,
.adv728,
.adv728x90,
.advBottom,
.advBottomHome,
.advBox,
.advLeaderboard,
.advRightBig,
.advSquare,
.advText,
.advTop,
.adv_120,
.adv_120_600,
.adv_120x240,
.adv_120x600,
.adv_160_600,
.adv_160x600,
.adv_250,
.adv_250_250,
.adv_300,
.adv_300_300,
.adv_300_top,
.adv_300x250,
.adv_336_280,
.adv_468_60,
.adv_728_90,
.adv_728x90,
.adv__box,
.adv__leaderboard,
.adv__wrapper,
.adv_aff,
.adv_banner,
.adv_banner_hor,
.adv_bg,
.adv_box,
.adv_box_narrow,
.adv_here,
.adv_img,
.adv_leaderboard,
.adv_left,
.adv_link,
.adv_main_middle,
.adv_main_middle_wrapper,
.adv_main_right_down,
.adv_main_right_down_wrapper {
  display: none !important;
}

.adv_medium_rectangle,
.adv_message,
.adv_msg,
.adv_panel,
.adv_right,
.adv_side1,
.adv_side2,
.adv_sidebar,
.adv_title,
.adv_top,
.adv_txt,
.adv_under_menu,
.advads-background,
.advads-close-button,
.advads-parallax-container,
.advads-sticky,
.advads-target,
.advads-widget,
.advads_ad_widget-11,
.advads_ad_widget-18,
.advads_ad_widget-2,
.advads_ad_widget-21,
.advads_ad_widget-3,
.advads_ad_widget-4,
.advads_ad_widget-5,
.advads_ad_widget-8,
.advads_ad_widget-9,
.advads_widget,
.advance-ads,
.advart,
.advbig,
.adver,
.adver-block,
.adver-header,
.adver-left,
.adver-text,
.adverTag,
.adverTxt,
.adver_bot,
.adver_cont_below,
.adver_home,
.advert--background,
.advert--banner-wrap,
.advert--fallback,
.advert--header,
.advert--in-sidebar,
.advert--inline,
.advert--leaderboard,
.advert--loading,
.advert--outer {
  display: none !important;
}

.advert--placeholder,
.advert--right-rail,
.advert--square,
.advert--sticky,
.advert-100,
.advert-120x90,
.advert-160x600,
.advert-300,
.advert-300-side,
.advert-728,
.advert-728-90,
.advert-728x90,
.advert-article-bottom,
.advert-autosize,
.advert-background,
.advert-banner,
.advert-banner-container,
.advert-banner-holder,
.advert-bannerad,
.advert-bar,
.advert-bg-250,
.advert-block,
.advert-border,
.advert-bot-box,
.advert-bottom,
.advert-box,
.advert-bronze,
.advert-bronze-btm,
.advert-btm,
.advert-card,
.advert-center,
.advert-col,
.advert-col-center,
.advert-competitions,
.advert-container,
.advert-content,
.advert-content-item,
.advert-detail,
.advert-dfp,
.advert-featured,
.advert-footer,
.advert-gold,
.advert-group,
.advert-head,
.advert-header-728,
.advert-horizontal,
.advert-image,
.advert-info,
.advert-inner,
.advert-label {
  display: none !important;
}

.advert-leaderboard,
.advert-leaderboard2,
.advert-loader,
.advert-mini,
.advert-mpu,
.advert-mrec,
.advert-note,
.advert-overlay,
.advert-pane,
.advert-panel,
.advert-placeholder,
.advert-placeholder-wrapper,
.advert-preview-wrapper,
.advert-right,
.advert-row,
.advert-section,
.advert-sidebar,
.advert-silver,
.advert-sky,
.advert-skyright,
.advert-skyscraper,
.advert-slider,
.advert-spot-container,
.advert-sticky-wrapper,
.advert-stub,
.advert-text,
.advert-three,
.advert-title,
.advert-top,
.advert-top-footer,
.advert-txt,
.advert-unit,
.advert-wide,
.advert-wingbanner-left,
.advert-wingbanner-right,
.advert-wrap,
.advert-wrap1,
.advert-wrap2,
.advert-wrapper,
.advert-wrapper-exco,
.advert.box,
.advert.desktop,
.advert.mobile,
.advert.mpu,
.advert.skyscraper,
.advert1,
.advert120,
.advert1Banner,
.advert2,
.advert300 {
  display: none !important;
}

.advert4,
.advert5,
.advert728_90,
.advert728x90,
.advert8,
.advertBanner,
.advertBar,
.advertBlock,
.advertBottom,
.advertBox,
.advertCaption,
.advertColumn,
.advertCont,
.advertContainer,
.advertDownload,
.advertFullBanner,
.advertHeader,
.advertHeadline,
.advertLink,
.advertLink1,
.advertMPU,
.advertMiddle,
.advertMpu,
.advertRight,
.advertSideBar,
.advertSign,
.advertSlider,
.advertSlot,
.advertSuperBanner,
.advertText,
.advertTitleSky,
.advertWrapper,
.advert_300x250,
.advert_336,
.advert_468x60,
.advert__container,
.advert__fullbanner,
.advert__leaderboard,
.advert__mpu,
.advert__sidebar,
.advert__tagline,
.advert_area,
.advert_banner,
.advert_banners,
.advert_block,
.advert_box,
.advert_caption,
.advert_cont,
.advert_container,
.advert_div {
  display: none !important;
}

.advert_foot,
.advert_header,
.advert_home_300,
.advert_img,
.advert_label,
.advert_leaderboard,
.advert_line,
.advert_list,
.advert_main,
.advert_main_bottom,
.advert_mpu,
.advert_nav,
.advert_note,
.advert_pos,
.advert_small,
.advert_span,
.advert_text,
.advert_title,
.advert_top,
.advert_txt,
.advert_wrapper,
.advertbar,
.advertbox,
.adverteaser,
.advertembed,
.adverthome,
.adverticum_container,
.adverticum_content,
.advertis,
.advertis-left,
.advertis-right,
.advertise-1,
.advertise-2,
.advertise-box,
.advertise-here,
.advertise-horz,
.advertise-info,
.advertise-leaderboard,
.advertise-link,
.advertise-list,
.advertise-pic,
.advertise-small,
.advertise-square,
.advertise-top,
.advertise-vert,
.advertiseContainer,
.advertiseHere,
.advertiseText,
.advertise_ads,
.advertise_box {
  display: none !important;
}

.advertise_brand,
.advertise_carousel,
.advertise_here,
.advertise_link,
.advertise_link_sidebar,
.advertise_links,
.advertise_sec,
.advertise_text,
.advertise_txt,
.advertise_verRight,
.advertisebtn,
.advertisedBy,
.advertisement-1,
.advertisement-2,
.advertisement-250,
.advertisement-300,
.advertisement-300x250,
.advertisement-background,
.advertisement-banner,
.advertisement-block,
.advertisement-bottom,
.advertisement-box,
.advertisement-card,
.advertisement-cell,
.advertisement-container,
.advertisement-content,
.advertisement-copy,
.advertisement-footer,
.advertisement-google,
.advertisement-header,
.advertisement-holder,
.advertisement-image,
.advertisement-label,
.advertisement-layout,
.advertisement-leaderboard,
.advertisement-left,
.advertisement-link,
.advertisement-nav,
.advertisement-placeholder,
.advertisement-right,
.advertisement-sidebar,
.advertisement-space,
.advertisement-sponsor,
.advertisement-tag,
.advertisement-text,
.advertisement-title,
.advertisement-top,
.advertisement-txt,
.advertisement-wrapper,
.advertisement.leaderboard {
  display: none !important;
}

.advertisement.rectangle,
.advertisement.under-article,
.advertisement1,
.advertisement300x250,
.advertisement468,
.advertisementBackground,
.advertisementBanner,
.advertisementBar,
.advertisementBlock,
.advertisementBox,
.advertisementBoxBan,
.advertisementContainer,
.advertisementFull,
.advertisementHeader,
.advertisementImg,
.advertisementLabel,
.advertisementPanel,
.advertisementRotate,
.advertisementSection,
.advertisementSmall,
.advertisementText,
.advertisementTop,
.advertisement_160x600,
.advertisement_300x250,
.advertisement_728x90,
.advertisement__header,
.advertisement__label,
.advertisement__leaderboard,
.advertisement__wrapper,
.advertisement_box,
.advertisement_container,
.advertisement_footer,
.advertisement_header,
.advertisement_horizontal,
.advertisement_mobile,
.advertisement_part,
.advertisement_post,
.advertisement_text,
.advertisement_top,
.advertisement_wrapper,
.advertisements-link,
.advertisements-right,
.advertisements-sidebar,
.advertisements_heading,
.advertisementwrap,
.advertiser,
.advertiser-links,
.advertising--row,
.advertising--top,
.advertising-banner {
  display: none !important;
}

.advertising-block,
.advertising-container,
.advertising-container-top,
.advertising-content,
.advertising-disclaimer,
.advertising-fixed,
.advertising-header,
.advertising-iframe,
.advertising-inner,
.advertising-leaderboard,
.advertising-lrec,
.advertising-mediumrectangle,
.advertising-mention,
.advertising-middle,
.advertising-notice,
.advertising-right,
.advertising-right-d,
.advertising-section,
.advertising-side,
.advertising-side-hp,
.advertising-srec,
.advertising-top,
.advertising-top-banner,
.advertising-top-box,
.advertising-vert,
.advertising-wrapper,
.advertising1,
.advertising160,
.advertising2,
.advertising300_home,
.advertising300x250,
.advertising728,
.advertising728_3,
.advertisingBanner,
.advertisingBlock,
.advertisingLabel,
.advertisingLegend,
.advertisingLrec,
.advertisingMob,
.advertisingRight,
.advertisingSlide,
.advertisingTable,
.advertisingTop,
.advertising_300x250,
.advertising_banner,
.advertising_block,
.advertising_bottom_box,
.advertising_box_bg,
.advertising_header_1,
.advertising_images {
  display: none !important;
}

.advertising_square,
.advertising_top,
.advertising_widget,
.advertising_wrapper,
.advertisingarea,
.advertisingarea-homepage,
.advertisingimage,
.advertisment,
.advertisment-banner,
.advertisment-label,
.advertisment-left-panal,
.advertisment-module,
.advertisment-rth,
.advertisment-top,
.advertismentBox,
.advertismentContainer,
.advertismentContent,
.advertismentText,
.advertisment_bar,
.advertisment_caption,
.advertisment_full,
.advertisment_notice,
.advertisment_two,
.advertize,
.advertize_here,
.advertizing-banner,
.advertlabel,
.advertleft,
.advertlink,
.advertnotice,
.advertop,
.advertorial,
.advertorial-2,
.advertorial-block,
.advertorial-image,
.advertorial-promo-box,
.advertorial-teaser,
.advertorial-wrapper,
.advertorial2,
.advertorial_728x90,
.advertorial_red,
.advertorialitem,
.advertorialtitle,
.advertorialview,
.advertorialwidget,
.advertouter,
.advertplay,
.adverts,
.adverts--banner,
.adverts-125 {
  display: none !important;
}

.adverts-inline,
.adverts2,
.advertsLeaderboard,
.adverts_RHS,
.adverts_footer_advert,
.adverts_header_advert,
.adverts_side_advert,
.advertspace,
.adverttext,
.adverttop,
.advfrm,
.advg468,
.advhere,
.adviewDFPBanner,
.advn_zone,
.advr,
.advr-wrapper,
.advr_top,
.advrectangle,
.advrst,
.advslideshow,
.advspot,
.advt,
.advt-banner-3,
.advt-block,
.advt-right,
.advt-sec,
.advt300,
.advt720,
.advtBlock,
.advtMsg,
.advt_160x600,
.advt_468by60px,
.advt_indieclick,
.advt_single,
.advt_widget,
.advtbox,
.advtcell,
.advtext,
.advtimg,
.advtitle,
.advtop,
.advtop-leaderbord,
.advttopleft,
.advv_box,
.adwblue,
.adwert,
.adwhitespace,
.adwide,
.adwideskyright {
  display: none !important;
}

.adwidget,
.adwithspace,
.adwobs,
.adwolf-holder,
.adword-box,
.adword-structure,
.adword-text,
.adword-title,
.adword1,
.adwordListings,
.adwords,
.adwords-container,
.adwordsHeader,
.adworks,
.adwrap,
.adwrap-mrec,
.adwrap-widget,
.adwrap_MPU,
.adwrapper--desktop,
.adwrapper-lrec,
.adwrapper1,
.adwrapper948,
.adwrappercls,
.adwrappercls1,
.adx-300x250-container,
.adx-300x600-container,
.adx-ads,
.adx-wrapper,
.adx-wrapper-middle,
.adx_center,
.adxli,
.adz-horiz,
.adz-horiz-ext,
.adz2,
.adz728x90,
.adzbanner,
.adzone,
.adzone-footer,
.adzone-preview,
.adzone-sidebar,
.adzone_skyscraper,
.af-block-ad-wrapper,
.af-label-ads,
.afc-box,
.aff-big-unit,
.aff-iframe,
.affcodes,
.afffix-custom-ad,
.affiliate-ad,
.affiliate-footer {
  display: none !important;
}

.affiliate-link,
.affiliate-sidebar,
.affiliate-strip,
.affiliateAdvertText,
.affiliate_ad,
.affiliate_header_ads,
.after-content-ad,
.after-intro-ad,
.after-post-ad,
.after-post-ads,
.after-story-ad-wrapper,
.after_ad,
.after_comments_ads,
.after_content_banner_advert,
.after_post_ad,
.afw_ad,
.aggads-ad,
.ahe-ad,
.aisle-ad,
.ajax_ad,
.ajaxads,
.ajdg_bnnrwidgets,
.ajdg_grpwidgets,
.alice-adslot,
.alice-root-header-ads__ad--top,
.align.Ad,
.alignads,
.alt_ad,
.alt_ad_block,
.altad,
.am-adContainer,
.am-adslot,
.am-bazaar-ad,
.amAdvert,
.am_ads,
.amazon-auto-links,
.amazon_ad,
.amazonads,
.ampFlyAdd,
.anchor-ad,
.anchor-ad-wrapper,
.anchorAd,
.anchored-ad-widget,
.annonstext,
.anyad,
.anzeige_banner,
.aoa_overlay,
.ap-ad-block,
.ape-ads-container,
.apexAd {
  display: none !important;
}

.apiAds,
.app-ad,
.app_ad_unit,
.app_advertising_skyscraper,
.app_nexus_banners_common,
.ar-header-m-ad,
.arc-ad-wrapper,
.arcAdsBox,
.arcAdsContainer,
.arcad-block-container,
.archive-ad,
.archive-ads,
.archive-radio-ad-container,
.areaAd,
.area_ad,
.area_ad03,
.area_ad07,
.area_ad09,
.area_ad2,
.art-text-ad,
.artAd,
.artAdInner,
.art_ads,
.artcl_ad_dsk,
.article--ad,
.article--content-ad,
.article-ad,
.article-ad-align-left,
.article-ad-blk,
.article-ad-bottom,
.article-ad-box,
.article-ad-cont,
.article-ad-container,
.article-ad-holder,
.article-ad-horizontal,
.article-ad-left,
.article-ad-legend,
.article-ad-main,
.article-ad-placeholder,
.article-ad-placement,
.article-ad-primary,
.article-ad-row,
.article-ad-row-inner,
.article-ad-section,
.article-ads,
.article-advert,
.article-advert--text,
.article-advert-container,
.article-advert-dfp,
.article-aside-ad {
  display: none !important;
}

.article-aside-top-ad,
.article-content-ad,
.article-content-adwrap,
.article-first-ad,
.article-footer-ad,
.article-footer-ad-container,
.article-footer__ad,
.article-footer__ads,
.article-header-ad,
.article-header__railAd,
.article-inline-ad,
.article-mid-ad,
.article-small-ads,
.article-sponsor,
.article-sponsorship-header,
.article-top-ad,
.articleADbox,
.articleAd,
.articleAdHeader,
.articleAdTopRight,
.articleAds,
.articleAdsL,
.articleAdvert,
.articleBottom-ads,
.articleEmbeddedAdBox,
.articleFooterAd,
.articleHeaderAd,
.articleTop-ads,
.articleTopAd,
.article__ad-holder,
.article__adblock,
.article__adhesion,
.article__adv,
.article_ad,
.article_ad_1,
.article_ad_2,
.article_ad_text,
.article_ad_top,
.article_adbox,
.article_ads_banner,
.article_bottom-ads,
.article_bottom_ad,
.article_google-ad,
.article_google_ads,
.article_inline_ad,
.article_inner_ad,
.article_mpu,
.article_tower_ad,
.articlead,
.articleads {
  display: none !important;
}

.articles-ad-block,
.artnet-ads-ad,
.aside-ad,
.aside-ad-space,
.aside-ad-wrapper,
.aside-ads,
.aside-ads-top,
.asideAd,
.aside_ad,
.aside_ad_large,
.async-ad-container,
.at-header-ad,
.at-sidebar-ad,
.atf-ad,
.atfAds,
.atf_adWrapper,
.atomsAdsCellModel,
.attachment-advert_home,
.attachment-dm-advert-bronze,
.attachment-dm-advert-gold,
.attachment-dm-advert-silver,
.attachment-sidebar-ad,
.attachment-squareAd,
.avadvslot,
.avap-ads-container,
.avert--leaderboard,
.avert--sidebar,
.avert-text,
.azk-adsense,
.b-ad,
.b-ad-main,
.b-adhesion,
.b-adv,
.b-advert,
.b-advertising__down-menu,
.b-aside-ads,
.b-header-ad,
.b-right-rail--ads,
.bAdvertisement,
.b_adLastChild,
.b_ads,
.b_ads_cont,
.b_ads_r,
.b_ads_top,
.background-ad,
.background-ads,
.background-adv,
.backgroundAd,
.bam-ad-slot,
.bank-rate-ad {
  display: none !important;
}

.banmanad,
.banner--ad,
.banner-125,
.banner-300,
.banner-300-100,
.banner-300-250,
.banner-300x250,
.banner-300x600,
.banner-320-100,
.banner-468,
.banner-468-60,
.banner-468x60,
.banner-728,
.banner-728x90,
.banner-ad,
.banner-ad-b,
.banner-ad-below,
.banner-ad-block,
.banner-ad-bottom-fixed,
.banner-ad-container,
.banner-ad-contianer,
.banner-ad-footer,
.banner-ad-image,
.banner-ad-inner,
.banner-ad-label,
.banner-ad-large,
.banner-ad-pos,
.banner-ad-row,
.banner-ad-skeleton-box,
.banner-ad-space,
.banner-ad-wrap,
.banner-ad-wrapper,
.banner-ad2,
.banner-ads-right,
.banner-ads-sidebar,
.banner-adsense,
.banner-adv,
.banner-advert,
.banner-advert-wrapper,
.banner-advertisement,
.banner-advertising,
.banner-adverts,
.banner-asd__title,
.banner-buysellads,
.banner-img>.pbl,
.banner-sponsorship,
.banner-top-ads,
.banner120x600,
.banner160,
.banner160x600 {
  display: none !important;
}

.banner200x200,
.banner300,
.banner300x250,
.banner336,
.banner336x280,
.banner350,
.banner468,
.banner728,
.banner728-ad,
.banner728-container,
.banner728x90,
.bannerADS,
.bannerADV,
.bannerAd,
.bannerAd-module,
.bannerAd3,
.bannerAdContainer,
.bannerAdLeaderboard,
.bannerAdRectangle,
.bannerAdSearch,
.bannerAdSidebar,
.bannerAdTower,
.bannerAdWrap,
.bannerAds,
.bannerAdvert,
.bannerAside,
.bannerGoogle,
.bannerRightAd,
.banner_160x600,
.banner_240x400,
.banner_250x250,
.banner_300_250,
.banner_300x250,
.banner_300x600,
.banner_468_60,
.banner_468x60,
.banner_728_90,
.banner_ad-728x90,
.banner_ad_300x250,
.banner_ad_728x90,
.banner_ad_container,
.banner_ad_footer,
.banner_ad_full,
.banner_ad_leaderboard,
.banner_ad_link,
.banner_ad_wrapper,
.banner_ads1,
.banner_reklam,
.banner_reklam2,
.banner_slot {
  display: none !important;
}

.bannerad,
.bannerad3,
.banneradd,
.bannerads,
.banneradv,
.bannerandads,
.bannergroup-ads,
.bannermpu,
.banners_ad,
.bannervcms,
.bar_ad,
.base-ad-mpu,
.base-ad-slot,
.base-ad-top,
.base_ad,
.baseboard-ad,
.bb-ad,
.bb-ad-mrec,
.bbccom-advert,
.bbccom_advert,
.bcom_ad,
.before-header-ad,
.before-injected-ad,
.below-ad-border,
.below-article-ad-sidebar,
.below-nav-ad,
.belowMastheadWrapper,
.belowNavAds,
.below_game_ad,
.below_nav_ad_wrap,
.below_player_ad,
.bg-ad-gray,
.bg-ads,
.bg-ads-space,
.bg-grey-ad,
.bgAdBlue,
.bg_ad,
.bg_ads,
.bgcolor_ad,
.bgr-ad-leaderboard,
.bh-ads,
.bh_ad_container,
.bidbarrel-ad,
.big-ad,
.big-ads,
.big-advertisement,
.big-box-ad,
.big-right-ad,
.bigAd,
.bigAdContainer {
  display: none !important;
}

.bigAds,
.bigAdvBanner,
.bigBoxAdArea,
.bigCubeAd,
.big_ad,
.big_ad2,
.big_ads,
.bigad,
.bigad1,
.bigad2,
.bigadleft,
.bigadright,
.bigads,
.bigadtxt1,
.bigbox-ad,
.bigbox.ad,
.bigbox_ad,
.bigboxad,
.bigsponsor,
.billboard-ad,
.billboard-ad-one,
.billboard-ad-space,
.billboard-ads,
.billboard.ad,
.billboardAd,
.billboard__advert,
.billboard_ad,
.billboard_ad_wrap,
.billboard_adwrap,
.bing-ads-wrapper,
.block--ad,
.block--ads,
.block--dfp,
.block--doubleclick,
.block--simpleads,
.block-ad,
.block-ad-entity,
.block-ad-header,
.block-ad-leaderboard,
.block-ad-wrapper,
.block-admanager,
.block-ads,
.block-ads-bottom,
.block-ads-home,
.block-ads-system,
.block-ads-top,
.block-ads-yahoo,
.block-ads1,
.block-ads2,
.block-ads3 {
  display: none !important;
}

.block-ads_top,
.block-adsense,
.block-adtech,
.block-adv,
.block-advert,
.block-advertisement,
.block-advertisement-banner-block,
.block-advertising,
.block-adzerk,
.block-bg-advertisement,
.block-boxes-ad,
.block-cdw-google-ads,
.block-dfp,
.block-dfp-ad,
.block-dfp-blocks,
.block-doubleclick_ads,
.block-fusion-ads,
.block-google-admanager,
.block-openads,
.block-openx,
.block-quartz-ads,
.block-reklama,
.block-simpleads,
.block-skyscraper-ad,
.block-sponsor,
.block-sponsored-links,
.block-the-dfp,
.block-wrap-ad,
.block-yt-ads,
.blockAd,
.blockAds,
.blockAdvertise,
.block__ads__ad,
.block_ad,
.block_ad1,
.block_ad303x1000_left,
.block_ad303x1000_right,
.block_ad_middle,
.block_ad_top,
.block_ads,
.block_adslot,
.block_adv,
.block_advert,
.block_article_ad,
.blockad,
.blocked-ads,
.blog-ad,
.blog-ad-image,
.blog-ads,
.blog-advertisement {
  display: none !important;
}

.blogAd,
.blogAdvertisement,
.blog_ad,
.blogads,
.bmd_advert,
.bn_ads,
.bnr_ad,
.body-ad,
.body-ads,
.body-top-ads,
.bodyAd,
.body_ad,
.bodyads,
.bodyads2,
.bordered-ad,
.botAd,
.bot_ad,
.bot_ads,
.bottom-ad,
.bottom-ad--bigbox,
.bottom-ad-banner,
.bottom-ad-box,
.bottom-ad-container,
.bottom-ad-desktop,
.bottom-ad-large,
.bottom-ad-placeholder,
.bottom-ad-wrapper,
.bottom-ad-zone,
.bottom-ad2,
.bottom-ads,
.bottom-ads-container,
.bottom-ads-sticky,
.bottom-ads-wrapper,
.bottom-adv,
.bottom-adv-container,
.bottom-banner-ad,
.bottom-fixed-ad,
.bottom-left-ad,
.bottom-main-adsense,
.bottom-mobile-ad,
.bottom-mpu-ad,
.bottom-post-ad-space,
.bottom-post-ads,
.bottom-right-advert,
.bottom-side-advertisement,
.bottomAd,
.bottomAdBlock,
.bottomAdContainer,
.bottomAds,
.bottomAdvert {
  display: none !important;
}

.bottomAdvertisement,
.bottom_ad,
.bottom_ad_block,
.bottom_ad_placeholder,
.bottom_ad_responsive,
.bottom_ads,
.bottom_adsense,
.bottom_adspace,
.bottom_banner_ad,
.bottom_banner_advert_text,
.bottom_bar_ads,
.bottom_left_advert,
.bottom_right_ad,
.bottom_rightad,
.bottom_side_ad,
.bottom_sponsor,
.bottom_sticky_ad,
.bottomad,
.bottomads,
.bottomadvert,
.botton_advertisement,
.box-ad,
.box-ad-middle,
.box-ads,
.box-adsense,
.box-adsense-top,
.box-advert,
.box-advertisement,
.box-advertising,
.box-adverts,
.box-bannerads,
.box-bannerads-leaderboard-fallback,
.box-entry-ad,
.box-fixed-ads,
.box-footer-ad,
.boxAd,
.boxAdContainer,
.boxAds,
.boxAds2,
.boxAdvertisement,
.boxSponsor,
.box_ad,
.box_ad_container,
.box_ad_content,
.box_ad_horizontal,
.box_ad_spacer,
.box_ad_wrap,
.box_ads,
.box_adv,
.box_adv_728 {
  display: none !important;
}

.box_advert,
.box_advertising,
.box_content_ad,
.box_content_ads,
.box_layout_ad,
.box_publicidad,
.box_sidebar-ads,
.boxad,
.boxad1,
.boxad2,
.boxadcont,
.boxads,
.boxadv,
.bps-ad-wrapper,
.bps-advertisement,
.bq_adleaderboard,
.bq_rightAd,
.br-ad,
.br-ad-wrapper,
.breadads,
.break-ads,
.breaker-ad,
.breakerAd,
.briefNewsAd,
.brn-ads-box,
.brn-ads-mobile-container,
.brn-ads-sticky-wrapper,
.broker-ad,
.browse-ad-container,
.browsi-ad,
.btm_ad,
.btn_ad,
.bump-ad,
.bunyad-ad,
.buttom_ad,
.buttom_ad_size,
.button-ad,
.button-ads,
.buttonAd,
.buttonAdSpot,
.buttonAds,
.button_ad,
.button_ads,
.button_advert,
.button_left_ad,
.button_right_ad,
.buttonad,
.buttonadbox,
.buttonads,
.buySellAdsContainer {
  display: none !important;
}

.buysellAds,
.buzzAd,
.c-Ad,
.c-Adhesion,
.c-ArticleAds,
.c-ad,
.c-ad--adStickyContainer,
.c-ad--bigbox,
.c-ad--header,
.c-ad-flex,
.c-ad-fluid,
.c-ad-placeholder,
.c-ad-size2,
.c-ad-size3,
.c-adDisplay,
.c-adDisplay_container,
.c-adOmnibar,
.c-adSense,
.c-adSkyBox,
.c-adbutler-ad,
.c-adbutler-ad__wrapper,
.c-adcontainer,
.c-ads,
.c-adunit,
.c-adunit--billboard,
.c-adunit--first,
.c-adunit__container,
.c-adv3__inner,
.c-advert,
.c-advert-app,
.c-advert-superbanner,
.c-advertisement,
.c-advertisement--billboard,
.c-advertisement--rectangle,
.c-advertising,
.c-advertising__banner-area,
.c-adverts,
.c-advscrollingzone,
.c-box--advert,
.c-gallery-vertical__advert,
.c-googleadslot,
.c-gpt-ad,
.c-header__ad,
.c-header__advert-container,
.c-pageArticleSingle_bottomAd,
.c-prebid,
.c-sidebar-ad-stream__ad,
.c-sitenav-adslot,
.c-sitenavPlaceholder__ad,
.c_nt_ad {
  display: none !important;
}

.cableads,
.cactus-ads,
.cactus-header-ads,
.caja_ad,
.california-ad,
.california-sidebar-ad,
.calloutAd,
.carbon-ad,
.carbon_ads,
.carbonad,
.carbonad-tag,
.carbonads-widget,
.card--ad,
.card--article-ad,
.card-ad,
.card-ads,
.card-article-ads,
.cardAd,
.catalog_ads,
.category-ad:not(html):not(body):not(.post),
.category-ads:not(html):not(body):not(.post),
.categoryMosaic-advertising,
.categoryMosaic-advertisingText,
.cazAd,
.cb-ad-banner,
.cb-ad-container,
.cbd_ad_manager,
.cbs-ad,
.cc-advert,
.center-ad,
.center-ad-long,
.center-tag-rightad,
.centerAD,
.centerAd,
.centerAds,
.center_ad,
.center_add,
.center_ads,
.center_inline_ad,
.centerad,
.centerads,
.centeradv,
.centered-ad,
.ch-ad-item,
.channel--ad,
.channel-ad,
.channel-adv,
.channel-icon--ad,
.channel-icon__ad-buffer,
.channel-sidebar-big-box-ad {
  display: none !important;
}

.channelBoxAds,
.channel_ad_2016,
.chapter-bottom-ads,
.chapter-top-ads,
.chart_ads,
.chitika-ad,
.cl-ad-billboard,
.clAdPlacementAnchorWrapper,
.clever-core-ads,
.clickforceads,
.clickio-side-ad,
.client-ad,
.clsy-c-advsection,
.cmp-advertisement,
.cmp-mobile-advertisement,
.cms-ad,
.cn-advertising,
.cnbcHeaderAd,
.cnc-ads,
.cnx-player,
.cnx-player-wrapper,
.coinzilla-ad,
.coinzilla-ad--mobile,
.col-ad,
.col-ad-hidden,
.col-has-ad,
.col-line-ad,
.col2-ads,
.colAd,
.colBoxAdframe,
.colBoxDisplayAd,
.col_ad,
.colads,
.collapsed-ad,
.colombiaAd,
.column-ad,
.columnAd,
.columnAdvert,
.columnBoxAd,
.columnRightAdvert,
.combinationAd,
.comment-ad,
.comment-ad-wrap,
.comment-advertisement,
.comment_ad,
.comment_ad_box,
.commercialAd,
.companion-ad,
.companion-ads,
.companionAd {
  display: none !important;
}

.companion_ad,
.complex-ad,
.component-ar-horizontal-bar-ad,
.components-Ad-___Ad__ad,
.con_ads,
.connatix,
.connatix-container,
.connatix-hodler,
.connatix-holder,
.connatix-main-container,
.connatix-wrapper,
.connatix-wysiwyg-container,
.consoleAd,
.cont-ad,
.container--ad,
.container--ads,
.container--ads-leaderboard-atf,
.container--advert,
.container--bannerAd,
.container-ad-600,
.container-ad-left,
.container-adds,
.container-adrotate,
.container-ads,
.container-adwords,
.container-banner-ads,
.container-bottom-ad,
.container-first-ads,
.container-lower-ad,
.container-rectangle-ad,
.container-top-adv,
.containerAdsense,
.containerSqAd,
.container__ad,
.container__box--ads,
.container_ad,
.container_publicidad,
.containerads,
.contains-ad,
.contains-advertisment,
.content--right-ads,
.content-ad,
.content-ad-article,
.content-ad-box,
.content-ad-container,
.content-ad-left,
.content-ad-right,
.content-ad-side,
.content-ad-widget,
.content-ad-wrapper {
  display: none !important;
}

.content-ads,
.content-ads-bottom,
.content-advert,
.content-advertisment,
.content-bottom-ad,
.content-bottom-mpu,
.content-contentad,
.content-footer-ad,
.content-footer-ad-block,
.content-header-ad,
.content-kuss-ads,
.content-leaderboard-ad,
.content-leaderboard-ads,
.content-page-ad_wrap,
.content-result-ads,
.content-top-ad-item,
.content1-ad,
.content2-ad,
.contentAd,
.contentAd--sb1,
.contentAdBox,
.contentAdContainer,
.contentAdFoot,
.contentAdIndex,
.contentAds,
.contentAdsCommon,
.contentAdsWrapper,
.contentAdvertisement,
.contentTopAd,
.contentTopAdSmall,
.contentTopAds,
.content__ad,
.content__ad__content,
.content_ad,
.content_ad_728,
.content_ad_head,
.content_ad_side,
.content_ads,
.content_adsense,
.content_adsq,
.content_advert,
.content_advertising,
.content_advt,
.content_bottom_adsense,
.content_gpt_top_ads,
.content_inner_ad,
.content_left_advert,
.contentad,
.contentad-end,
.contentad-home {
  display: none !important;
}

.contentad-superbanner-2,
.contentad-top,
.contentad2,
.contentadarticle,
.contentadleft,
.contentads1,
.contentads2,
.contentbox_ad,
.contentleftad,
.contest_ad,
.context-ads,
.contextualAds,
.contextual_ad_unit,
.cornerad,
.cpmstarHeadline,
.cpmstarText,
.crain-advertisement,
.criteo-ad,
.crm-adcontain,
.crumb-ad,
.cspAd,
.css--ad,
.ct-ads,
.ct-advert,
.ct-advertising-footer,
.ct-bottom-ads,
.ct_ad,
.cta-ad,
.cube-ad,
.cubeAd,
.cube_ad,
.cube_ads,
.custom-ad,
.custom-ad-area,
.custom-ad-container,
.custom-ads,
.custom-advert-banner,
.custom-sticky-ad-container,
.customAd,
.custom_ad,
.custom_ad_responsive,
.custom_ads,
.custom_ads_positions,
.custom_banner_ad,
.custom_footer_ad,
.customadvert,
.customized_ad_module,
.cwAdvert,
.cxAdvertisement,
.d3-c-adblock {
  display: none !important;
}

.d3-o-adv-block,
.da-custom-ad-box,
.dac__banner__wrapper,
.daily-adlabel,
.dart-ad,
.dart-ad-content,
.dart-ad-grid,
.dart-ad-title,
.dart-advertisement,
.dart-leaderboard,
.dart-leaderboard-top,
.dartAdImage,
.dart_ad,
.dart_tag,
.dartad,
.dartadbanner,
.dartadvert,
.dartiframe,
.dc-ad,
.dcmads,
.dd-ad,
.dd-ad-container,
.deckAd,
.deckads,
.demand-supply,
.desktop-ad,
.desktop-ad-banner,
.desktop-ad-container,
.desktop-ad-inpage,
.desktop-ad-slider,
.desktop-ads,
.desktop-adunit,
.desktop-advert,
.desktop-article-top-ad,
.desktop-aside-ad-hide,
.desktop-lazy-ads,
.desktop-sidebar-ad-wrapper,
.desktop-top-ad-wrapper,
.desktop.ad,
.desktopAd,
.desktop_ad,
.desktop_mpu,
.desktop_only_ad,
.desktopads,
.detail-ad,
.detail-ads,
.detail__ad--small,
.detail_ad,
.detail_article_ad,
.detail_top_advert {
  display: none !important;
}

.details-advert,
.dfm-featured-bottom-flex-container,
.dfp-ad,
.dfp-ad-bigbox2-wrap,
.dfp-ad-container,
.dfp-ad-container-box,
.dfp-ad-container-wide,
.dfp-ad-full,
.dfp-ad-hideempty,
.dfp-ad-lazy,
.dfp-ad-lead2-wrap,
.dfp-ad-lead3-wrap,
.dfp-ad-midbreaker-wrap,
.dfp-ad-midbreaker2-wrap,
.dfp-ad-placeholder,
.dfp-ad-rect,
.dfp-ad-region-1,
.dfp-ad-region-2,
.dfp-ad-tags,
.dfp-ad-top-wrapper,
.dfp-ad-unit,
.dfp-ad-widget,
.dfp-ads-ad-article-middle,
.dfp-ads-embedded,
.dfp-adspot,
.dfp-article-ad,
.dfp-banner,
.dfp-banner-slot,
.dfp-billboard-wrapper,
.dfp-block,
.dfp-bottom,
.dfp-button,
.dfp-close-ad,
.dfp-double-mpu,
.dfp-dynamic-tag,
.dfp-fixedbar,
.dfp-here-bottom,
.dfp-here-top,
.dfp-interstitial,
.dfp-leaderboard,
.dfp-leaderboard-container,
.dfp-mrec,
.dfp-panel,
.dfp-plugin-advert,
.dfp-position,
.dfp-slot,
.dfp-slot-wallpaper,
.dfp-space,
.dfp-super-leaderboard,
.dfp-tag-wrapper {
  display: none !important;
}

.dfp-top,
.dfp-top1,
.dfp-top1-container,
.dfp-top_leaderboard,
.dfp-wrap,
.dfp-wrapper,
.dfpAd,
.dfpAdUnitContainer,
.dfpAds,
.dfpAdspot,
.dfpAdvert,
.dfp_ATF_wrapper,
.dfp_ad--outbrain,
.dfp_ad_block,
.dfp_ad_caption,
.dfp_ad_content_bottom,
.dfp_ad_content_top,
.dfp_ad_footer,
.dfp_ad_header,
.dfp_ad_pos,
.dfp_ad_unit,
.dfp_ads_block,
.dfp_frame,
.dfp_slot,
.dfp_strip,
.dfp_top-ad,
.dfp_txt,
.dfp_unit,
.dfp_unit--interscroller,
.dfp_unit-ad_container,
.dfpad,
.dfrads,
.dfx-ad,
.dfx-adBlock1Wrapper,
.dg-gpt-ad-container,
.dianomi-ad,
.dianomi-container,
.dianomi-embed,
.dianomiScriptContainer,
.dianomi_context,
.dikr-responsive-ads-slot,
.discourse-adplugin,
.discourse-google-dfp,
.display-ad,
.display-ad-block,
.display-adhorizontal,
.display-ads-block,
.display-advertisement,
.displayAd,
.displayAdCode {
  display: none !important;
}

.displayAdSlot,
.displayAdUnit,
.displayAds,
.display_ad,
.display_ads_right,
.div-gpt-ad-adhesion-leaderboard-wrap,
.div-insticator-ad,
.divAd,
.divAdright,
.divAds,
.divAdsBanner,
.divAdsLeft,
.divAdsRight,
.divReklama,
.divRepAd,
.divSponsoredBox,
.divSponsoredLinks,
.divTopADBanner,
.divTopADBannerWapper,
.divTopArticleAd,
.div_advertisement,
.divad1,
.divad2,
.divad3,
.divads,
.divider-ad,
.divider-advert,
.divider-full-width-ad,
.divider_ad,
.dlSponsoredLinks,
.dm-adSlotBillboard,
.dm-adSlotNative1,
.dm-adSlotNative2,
.dm-adSlotNative3,
.dm-adSlotRectangle1,
.dm-adSlotRectangle2,
.dm-adSlotSkyscraper,
.dm-adSlot__sticky,
.dm_ad-billboard,
.dm_ad-container,
.dm_ad-halfpage,
.dm_ad-leaderboard,
.dm_ad-link,
.dm_ad-skyscraper,
.dmpu-ad,
.dn-ad-wide,
.dotcom-ad,
.double-ad,
.double-ads,
.doubleClickAd {
  display: none !important;
}

.doubleclickAds,
.download-ad,
.downloadAds,
.download_ad,
.dsk-box-ad-d,
.dsq_ad,
.dt-sponsor,
.dtads-desktop,
.dtads-slot,
.dual-ads,
.dualAds,
.dyn-sidebar-ad,
.dynamic-ads,
.dynamicAdvertContainer,
.dynamicLeadAd,
.dynamic_adslot,
.dynamicad1,
.dynamicad2,
.e-ad,
.e-advertise,
.e3lan,
.e3lan-top,
.e3lan-widget-content,
.e3lan300-100,
.e3lan300-250,
.e3lan300_250-widget,
.eaa-ad,
.eads,
.easy-ads,
.easyAdsBox,
.easyAdsSinglePosition,
.ebayads,
.ebm-ad-target__outer,
.ecommerce-ad,
.ecosia-ads,
.eddy-adunit,
.editor_ad,
.eg-ad,
.eg-custom-ad,
.element--ad,
.element-ad,
.element-adplace,
.element_contentad1,
.element_contentad2,
.element_contentad3,
.element_contentad4,
.element_contentad5,
.elementor-widget-wp-widget-advads_ad_widget,
.embAD,
.embed-ad {
  display: none !important;
}

.embedded-article-ad,
.embeddedAd,
.embeddedAds,
.embedded_ad_wrapper,
.empire-prefill-container-injected,
.empire-unit-prefill-container,
.empty-ad,
.endAHolder,
.endti-adlabel,
.entry-ad,
.entry-ads,
.entry-bottom-ad,
.entry-bottom-ads,
.entry-top-ad,
.entryAd,
.entry_ad,
.entryad,
.etn-ad-text,
.eu-advertisment1,
.evo-ads-widget,
.evolve-ad,
.ex_pu_iframe,
.exo_wrapper,
.external-ad,
.external-add,
.ezAdsWidget,
.ezmob-footer,
.ezmob-footer-desktop,
.ezo_ad,
.ezoic-ad,
.ezoic-ad-adaptive,
.ezoic-adpicker-ad,
.ezoic-floating-bottom,
.f-ad,
.f-item-ad,
.f-item-ad-inhouse,
.fah-btn.nopop,
.fah-btn__container,
.fbs-ad--ntv-home-wrapper,
.fbs-ad--top-wrapper,
.fbs-ad--topx-wrapper,
.fc_clmb_ad,
.fce_ads,
.fco-ad,
.featureAd,
.feature_ad,
.featured-ad,
.featured-ads,
.featured-sponsors,
.featured-story-ad {
  display: none !important;
}

.featuredAdBox,
.featuredAds,
.featuredBoxAD,
.featured_ad,
.featuredadvertising,
.feed-ad,
.feed-ad-wrapper,
.fh_ad_microbuttons,
.field-59-companion-ad,
.fig-ad-content,
.first-article-ad-block,
.first-banner-ad,
.first-leaderbord-adv,
.first-leaderbord-adv-mobile,
.firstAd-container,
.first_ad,
.first_party_ad_wrapper,
.first_post_ad,
.firstad,
.firstpost_advert,
.firstpost_advert_container,
.fix_ad,
.fixadheight,
.fixadheightbottom,
.fixed-ad-aside,
.fixed-ad-bottom,
.fixed-ads,
.fixed-bottom-ad,
.fixed-sidebar-ad,
.fixedAds,
.fixedLeftAd,
.fixedRightAd,
.fixed_ad,
.fixed_adslot,
.fixed_advert_banner,
.fjs-ad-hide-empty,
.fla-ad,
.flashAd,
.flash_ad,
.flash_advert,
.flashad,
.flashadd,
.flex-ad,
.flex-posts-ads,
.flexAd,
.flexAds,
.flexContentAd,
.flexad,
.flexadvert,
.flexiad {
  display: none !important;
}

.flm-ad,
.floatad,
.floatads,
.floated-ad,
.floated_right_ad,
.floating-ads,
.floating-advert,
.floatingAds,
.fly-ad,
.fm-badge-ad,
.fnadvert,
.fns_td_wrap,
.fold-ads,
.follower-ad-bottom,
.following-ad,
.following-ad-container,
.foot-ad,
.foot-ads,
.foot-advertisement,
.foot_adsense,
.footad,
.footer-300-ad,
.footer-ad,
.footer-ad-full-wrapper,
.footer-ad-labeling,
.footer-ad-row,
.footer-ad-section,
.footer-ad-squares,
.footer-ad-unit,
.footer-ad-wrap,
.footer-adrow,
.footer-ads,
.footer-ads-slide,
.footer-ads-wrapper,
.footer-ads_unlocked,
.footer-adsbar,
.footer-adsense,
.footer-advert,
.footer-advert-large,
.footer-advertisement,
.footer-advertisements,
.footer-advertising,
.footer-advertising-area,
.footer-banner-ad,
.footer-banner-ads,
.footer-floating-ad,
.footer-im-ad,
.footer-leaderboard-ad,
.footer-post-ad-blk,
.footer-prebid {
  display: none !important;
}

.footer-text-ads,
.footerAd,
.footerAdModule,
.footerAdUnit,
.footerAdWrapper,
.footerAds,
.footerAdsWrap,
.footerAdslot,
.footerAdverts,
.footerBottomAdSec,
.footerFullAd,
.footerPageAds,
.footerTextAd,
.footer__ads--content,
.footer__advert,
.footer_ad,
.footer_ad336,
.footer_ad_container,
.footer_ads,
.footer_adv,
.footer_advertisement,
.footer_block_ad,
.footer_bottom_ad,
.footer_bottomad,
.footer_line_ad,
.footer_text_ad,
.footer_text_adblog,
.footerad,
.footeradspace,
.footertextadbox,
.forbes-ad-container,
.forex_ad_links,
.fortune-ad-unit,
.forum-ad,
.forum-ad-2,
.forum-teaser-ad,
.forum-topic--adsense,
.forumAd,
.forum_ad_beneath,
.four-ads,
.fp-ad-nativendo-one-third,
.fp-ad-rectangle,
.fp-ad300,
.fp-ads,
.fp-right-ad,
.fp-right-ad-list,
.fp-right-ad-zone,
.fp_ad_text,
.fp_adv-box,
.frame_adv {
  display: none !important;
}

.framead,
.freestar-ad-container,
.freestar-ad-sidebar-container,
.freestar-ad-wide-container,
.freestar-incontent-ad,
.frn_adbox,
.front-ad,
.front_ad,
.frontads,
.frontendAd,
.frontone_ad,
.frontpage__article--ad,
.frontpage_ads,
.fsAdContainer,
.fs_ad,
.fs_ads,
.fsrads,
.ft-ad,
.full-ad,
.full-ad-wrapper,
.full-ads,
.full-adv,
.full-bleed-ad,
.full-bleed-ad-container,
.full-page-ad,
.full-top-ad-area,
.full-width-ad,
.full-width-ad-container,
.full-width-ads,
.fullAdBar,
.fullBleedAd,
.fullSizeAd,
.fullWidthAd,
.full_AD,
.full_ad_box,
.full_ad_row,
.full_width_ad,
.fulladblock,
.fullbanner_ad,
.fullbannerad,
.fullpage-ad,
.fullsize-ad-square,
.fullwidth-advertisement,
.fusion-ads,
.fuv_sidebar_ad_widget,
.fwAdTags,
.fw_ad,
.g-ad,
.g-ad-fix,
.g-ad-leaderboard {
  display: none !important;
}

.g-ad-slot,
.g-adver,
.g-advertisement-block,
.g1-ads,
.g1-advertisement,
.g2-adsense,
.g3-adsense,
.gAdMTable,
.gAdMainParent,
.gAdMobileTable,
.gAdOne,
.gAdOneMobile,
.gAdRows,
.gAdSky,
.gAdThreeDesktop,
.gAdThreeMobile,
.gAdTwo,
.gAds,
.gAds1,
.gAdsBlock,
.gAdsContainer,
.gAdvertising,
.g_ad,
.g_adv,
.ga-ads,
.gaTeaserAds,
.gaTeaserAdsBox,
.gabfire_ad,
.gabfire_simplead_widget,
.gad-container,
.gad-right1,
.gad-right2,
.gad300x600,
.gad336x280,
.gadContainer,
.gad_container,
.gads_container,
.gadsense,
.gadsense-ad,
.gallery-ad,
.gallery-ad-container,
.gallery-ad-counter,
.gallery-ad-holder,
.gallery-ad-lazyload-placeholder,
.gallery-ad-overlay,
.gallery-adslot-top,
.gallery-injectedAd,
.gallery-sidebar-ad,
.gallery-slide-ad,
.galleryAds {
  display: none !important;
}

.galleryLeftAd,
.galleryRightAd,
.gallery_ad,
.gallery_ad_wrapper,
.gallery_ads_box,
.galleryad,
.galleryads,
.gam-ad,
.gam-ad-hz-bg,
.gam_ad_slot,
.game-ads,
.game-category-ads,
.gameAd,
.gameBottomAd,
.gamepage_boxad,
.games-ad-wrapper,
.gb-ad-top,
.gb_area_ads,
.general-ad,
.genericAds,
.ggl_ads_row,
.ggl_txt_ads,
.giant_pushbar_ads_l,
.glacier-ad,
.globalAd,
.gnm-ad-unit,
.gnm-ad-unit-container,
.gnm-ad-zones,
.gnm-adhesion-ad,
.gnm-banner-ad,
.gnm-bg-ad,
.go-ad,
.goAdMan,
.goads,
.googads,
.google-2ad-m,
.google-ad,
.google-ad-160-600,
.google-ad-468-60,
.google-ad-728-90,
.google-ad-block,
.google-ad-container,
.google-ad-content,
.google-ad-header2,
.google-ad-image,
.google-ad-manager,
.google-ad-placeholder,
.google-ad-sidebar,
.google-ad-space,
.google-ad-widget {
  display: none !important;
}

.google-ads,
.google-ads-billboard,
.google-ads-bottom,
.google-ads-container,
.google-ads-footer-01,
.google-ads-footer-02,
.google-ads-in_article,
.google-ads-leaderboard,
.google-ads-long,
.google-ads-responsive,
.google-ads-right,
.google-ads-sidebar,
.google-ads-widget,
.google-ads-wrapper,
.google-adsense,
.google-advert-sidebar,
.google-afc-wrapper,
.google-bottom-ads,
.google-dfp-ad-caption,
.google-dfp-ad-wrapper,
.google-right-ad,
.google-sponsored,
.google-sponsored-ads,
.google-sponsored-link,
.google-sponsored-links,
.google468,
.googleAd,
.googleAdBox,
.googleAdContainer,
.googleAdSearch,
.googleAdSense,
.googleAdWrapper,
.googleAdd,
.googleAds,
.googleAdsContainer,
.googleAdsense,
.googleAdv,
.google_ad,
.google_ad_container,
.google_ad_label,
.google_ad_wide,
.google_add,
.google_admanager,
.google_ads,
.google_ads_content,
.google_ads_sidebar,
.google_adsense,
.google_adsense1,
.google_adsense_footer,
.google_afc {
  display: none !important;
}

.google_afc_ad,
.googlead,
.googleadArea,
.googleadbottom,
.googleadcontainer,
.googleaddiv,
.googleads,
.googleads-container,
.googleads-height,
.googleadsense,
.googleadsrectangle,
.googleadv,
.googleadvertisement,
.googleadwrap,
.googleafc,
.gpAds,
.gpt-ad,
.gpt-ad-container,
.gpt-ad-sidebar-wrap,
.gpt-ad-wrapper,
.gpt-ads,
.gpt-billboard,
.gpt-breaker-container,
.gpt-container,
.gpt-leaderboard-banner,
.gpt-mpu-banner,
.gpt-sticky-sidebar,
.gpt.top-slot,
.gptSlot,
.gptSlot-outerContainer,
.gptSlot__sticky-footer,
.gptslot,
.gradientAd,
.graphic_ad,
.grev-ad,
.grey-ad,
.grey-ad-line,
.grey-ad-notice,
.greyAd,
.greyad,
.grid-ad,
.grid-ad-col__big,
.grid-advertisement,
.grid-block-ad,
.grid-item-ad,
.gridAd,
.gridAdRow,
.gridSideAd,
.grid_ad_container,
.gridad {
  display: none !important;
}

.gridlove-ad,
.gridstream_ad,
.ground-ads-shared,
.group-ad-leaderboard,
.group-google-ads,
.group-item-ad,
.group_ad,
.gsAd,
.gtm-ad-slot,
.guide__row--fixed-ad,
.guj-ad--placeholder,
.gujAd,
.gutterads,
.gw-ad,
.h-adholder,
.h-ads,
.h-adver,
.h-large-ad-box,
.h-top-ad,
.h11-ad-top,
.h_Ads,
.h_ad,
.half-ad,
.half-page-ad,
.half-page-ad-1,
.half-page-ad-2,
.halfPageAd,
.half_ad_box,
.halfpage_ad,
.halfpage_ad_1,
.halfpage_ad_container,
.happy-inline-ad,
.has-ad,
.has-adslot,
.has-fixed-bottom-ad,
.hasAD,
.hdr-ad,
.hdr-ads,
.hdrAd,
.hdr_ad,
.head-ad,
.head-ads,
.head-banner468,
.head-top-ads,
.headAd,
.head_ad,
.head_ad_wrapper,
.head_ads,
.head_adv,
.head_advert {
  display: none !important;
}

.headad,
.headadcontainer,
.header-ad,
.header-ad-area,
.header-ad-banner,
.header-ad-box,
.header-ad-container,
.header-ad-desktop,
.header-ad-frame,
.header-ad-holder,
.header-ad-region,
.header-ad-row,
.header-ad-space,
.header-ad-top,
.header-ad-widget,
.header-ad-wrap,
.header-ad-wrapper,
.header-ad-zone,
.header-adbanner,
.header-adbox,
.header-adcode,
.header-adplace,
.header-ads,
.header-ads-area,
.header-ads-container,
.header-ads-holder,
.header-ads-wrap,
.header-ads-wrapper,
.header-adsense,
.header-adslot-container,
.header-adspace,
.header-adv,
.header-advert,
.header-advert-wrapper,
.header-advertise,
.header-advertisement,
.header-advertising,
.header-article-ads,
.header-banner-ad,
.header-banner-ads,
.header-banner-advertising,
.header-bannerad,
.header-pencil-ad,
.header-sponsor,
.header-top-ad,
.header-top_ads,
.headerAd,
.headerAd1,
.headerAdBanner,
.headerAdContainer {
  display: none !important;
}

.headerAdPosition,
.headerAdSpacing,
.headerAdWrapper,
.headerAds,
.headerAds250,
.headerAdspace,
.headerAdvert,
.headerAdvertisement,
.headerTextAd,
.headerTopAd,
.headerTopAds,
.header__ad,
.header__ads,
.header__ads-wrapper,
.header__advertisement,
.header_ad,
.header_ad1,
.header_ad_center,
.header_ad_div,
.header_ad_space,
.header_ads,
.header_ads-container,
.header_ads_box,
.header_adspace,
.header_advert,
.header_advertisement,
.header_advertisment,
.header_leaderboard_ad,
.header_top_ad,
.headerad,
.headeradarea,
.headeradblock,
.headeradright,
.headerads,
.heading-ad-space,
.headline-adblock,
.headline-ads,
.headline_advert,
.hederAd,
.herald-ad,
.hero-ad,
.hero-ad-slot,
.hero-advert,
.heroAd,
.hidden-ad,
.hide-ad,
.hide_ad,
.hidead,
.highlightsAd,
.hm-ad {
  display: none !important;
}

.holder-ad,
.holder-ads,
.home-ad,
.home-ad-bigbox,
.home-ad-container,
.home-ad-inline,
.home-ad-links,
.home-ad-region-1,
.home-ad-section,
.home-ads,
.home-ads-container,
.home-ads1,
.home-adv-box,
.home-advert,
.home-body-ads,
.home-page-ad,
.home-sidebar-ad,
.home-sponsored-links,
.home-sticky-ad,
.home-top-ad,
.homeAd,
.homeAd1,
.homeAd2,
.homeAdBox,
.homeAdSection,
.homeMainAd,
.homePageAdSquare,
.homePageAds,
.homeTopAdContainer,
.home_ad,
.home_ad_bottom,
.home_ad_large,
.home_ad_title,
.home_adblock,
.home_advert,
.home_advertisement,
.homepage-ad,
.homepage-ad-block,
.homepage-ad-module,
.homepage-advertisement,
.homepage-banner-ad,
.homepage-footer-ad,
.homepage-footer-ads,
.homepageAd,
.homepage__native-ad,
.homepage_ads,
.homepage_block_ad,
.hor-ad,
.hor_ad,
.horiAd {
  display: none !important;
}

.horiz_adspace,
.horizontal-ad,
.horizontal-ad-container,
.horizontal-ad-holder,
.horizontal-ad-wrapper,
.horizontal-ad2,
.horizontal-ads,
.horizontal-advert-container,
.horizontal-full-ad,
.horizontal.ad,
.horizontalAd,
.horizontalAdText,
.horizontalAdvert,
.horizontal_Fullad,
.horizontal_ad,
.horizontal_adblock,
.horizontal_ads,
.hortad,
.hotel-ad,
.house-ad,
.house-ad-small,
.house-ad-unit,
.house-ads,
.houseAd,
.houseAd1,
.housead,
.hover_ads,
.hoverad,
.hp-ad-container,
.hp-adsection,
.htl-ad,
.htl-ad-placeholder,
.htlad-GL_Adhesion,
.html-advertisement,
.hyperAd,
.iAdserver,
.iframe-ad,
.iframe-ads,
.iframeAd,
.iframeAds,
.image-advertisement,
.imageAd,
.imageAds,
.imagead,
.imageads,
.img-advert,
.img_ads,
.imgad,
.in-article-ad,
.in-article-ad-placeholder {
  display: none !important;
}

.in-article-ad-wrapper,
.in-article-adx,
.in-between-ad,
.in-content-ad,
.in-content-ad-wrapper,
.in-page-ad,
.in-slider-ad,
.in-story-ads,
.in-text-ad,
.in-text__advertising,
.in-thumb-ad,
.in-thumb-video-ad,
.inPageAd,
.in_ad,
.in_article_ad,
.in_article_ad_wrapper,
.in_content_ad_container,
.in_content_advert,
.inarticlead,
.inc-ad,
.incontent-ad1,
.incontentAd,
.incontent_ads,
.index-adv,
.index_728_ad,
.index_ad,
.index_ad_a2,
.index_ad_a4,
.index_ad_a5,
.index_ad_a6,
.index_right_ad,
.infinity-ad,
.inhousead,
.injected-ad,
.injectedAd,
.inline-ad,
.inline-ad-card,
.inline-ad-container,
.inline-ad-desktop,
.inline-ad-placeholder,
.inline-ad-text,
.inline-ad-wrap,
.inline-ad-wrapper,
.inline-adblock,
.inline-advert,
.inline-banner-ad,
.inline-display-ad,
.inline-google-ad-slot,
.inline-mpu,
.inline-story-add {
  display: none !important;
}

.inlineAd,
.inlineAdContainer,
.inlineAdImage,
.inlineAdInner,
.inlineAdNotice,
.inlineAdText,
.inlineAdvert,
.inlineAdvertisement,
.inlinePageAds,
.inlineSideAd,
.inline_ad,
.inline_ad_container,
.inline_ad_title,
.inline_ads,
.inlinead,
.inlinead_lazyload,
.inlineadsense,
.inlineadtitle,
.inlist-ad,
.inlistAd,
.inner-ad,
.inner-ad-disclaimer,
.inner-ad-section,
.inner-adv,
.inner-advert,
.inner-post-ad,
.innerAdWrapper,
.innerAds,
.innerContentAd,
.innerWidecontentAd,
.inner_ad,
.inner_ad_advertise,
.inner_big_ad,
.innerad,
.inpostad,
.inr_top_ads,
.ins_adwrap,
.insert-post-ads,
.insert_ad,
.insert_ad_column,
.insert_advertisement,
.insertad,
.inside_ad,
.insideads,
.inslide-ad,
.insticator-ads,
.instream_ad,
.intAdRow,
.intad,
.interAd {
  display: none !important;
}

.internal-ad,
.internalAd,
.internal_ad,
.interstitial-ad,
.intext-ads,
.intra-article-ad,
.intro-ad,
.ion-ad,
.ione-widget-dart-ad,
.ipc-advert,
.ipc-advert-class,
.ipsAd,
.ipsAdvertisement,
.iqadlinebottom,
.iqadmarker,
.iqadtile_wrapper,
.is-ad,
.is-carbon-ad,
.is-desktop-ads,
.is-mpu,
.is-preload-ad,
.is-script-ad,
.is-sponsored,
.is-sticky-ad,
.isAd,
.isAdPage,
.isad_box,
.ise-ad,
.island-ad,
.islandAd,
.islandAdvert,
.island_ad,
.islandad,
.item--ad,
.item-ad,
.item-ad-leaderboard,
.item-advertising,
.item-container-ad,
.itemAdvertise,
.item_ads,
.itsanad,
.j-ad,
.jLinkSponsored,
.jannah_ad,
.jg-ad-5,
.jg-ad-970,
.jobbioapp,
.jobs-ad-box,
.jobs-ad-marker,
.jquery-adi {
  display: none !important;
}

.jquery-script-ads,
.js-ad,
.js-ad-banner-container,
.js-ad-buttons,
.js-ad-container,
.js-ad-dynamic,
.js-ad-frame,
.js-ad-home,
.js-ad-loader-bottom,
.js-ad-slot,
.js-ad-static,
.js-ad-unit,
.js-ad-unit-bottom,
.js-ad-wrapper,
.js-ad_iframe,
.js-adfliction-iframe,
.js-adfliction-standard,
.js-ads,
.js-ads-carousel,
.js-advert,
.js-advert-container,
.js-adzone,
.js-anchor-ad,
.js-billboard-advert,
.js-dfp-ad,
.js-dfp-ad-bottom,
.js-dfp-ad-top,
.js-gpt-ad,
.js-gptAd,
.js-header-ad,
.js-header-ad-wrapper,
.js-lazy-ad,
.js-mapped-ad,
.js-mpu,
.js-native-ad,
.js-no-sticky-ad,
.js-overlay_ad,
.js-react-simple-ad,
.js-results-ads,
.js-right-ad-block,
.js-sidebar-ads,
.js-skyscraper-ad,
.js-slide-right-ad,
.js-slide-top-ad,
.js-sticky-ad,
.js-stream-ad,
.js-toggle-ad,
.jsAdSlot,
.js_adContainer,
.js_ad_wrapper {
  display: none !important;
}

.jsx-adcontainer,
.jw-ad,
.jw-ad-block,
.jw-ad-label,
.jw-ad-media-container,
.jw-ad-visible,
.kakao_ad_area,
.keen_ad,
.kiwi-ad-wrapper-300x250,
.kiwi-ad-wrapper-728x90,
.kiwi-ad-wrapper-950x80,
.kumpulads-post,
.kumpulads-side,
.kwizly-psb-ad,
.l-ad,
.l-ad-top,
.l-ads,
.l-adsense,
.l-article__ad,
.l-bottom-ads,
.l-grid--ad-card,
.l-header-advertising,
.l1-ads-wrapper,
.label-ad,
.labelads,
.large-advert,
.largeAd,
.largeRectangleAd,
.largeUnitAd,
.large_ad,
.lastads,
.latest-ad,
.layout-ad,
.layout_h-ad,
.lazy-ad,
.lazy-ad-unit,
.lazy-adv,
.lazyad,
.lazyadsense,
.lazyadslot,
.lazyload-ad,
.lazyload_ad,
.lazyload_ad_article,
.lb-ad,
.lb-adhesion-unit,
.lb-advert-container,
.lb-item-ad,
.ld-ad,
.ld-ad-inner,
.ldm_ad {
  display: none !important;
}

.lead-ad,
.lead-ads,
.leader-ad,
.leader-ad-728,
.leaderAd,
.leaderAdTop,
.leaderAdvert,
.leaderBoardAdWrapper,
.leaderBoardAdvert,
.leader_ad,
.leaderad,
.leaderboard-ad,
.leaderboard-ad-component,
.leaderboard-ad-container,
.leaderboard-ad-fixed,
.leaderboard-ad-main,
.leaderboard-ad-module,
.leaderboard-ad-pane,
.leaderboard-ad-placeholder,
.leaderboard-ad-unit,
.leaderboard-ad-wrapper,
.leaderboard-adblock,
.leaderboard-ads,
.leaderboard-ads-text,
.leaderboard-advert,
.leaderboard-advertisement,
.leaderboard-main-ad,
.leaderboard-top-ad,
.leaderboard-top-ad-wrapper,
.leaderboard.advert,
.leaderboard1AdWrapper,
.leaderboardAd,
.leaderboardAdWrapper,
.leaderboard_ad_container,
.leaderboard_ad_unit,
.leaderboard_ads,
.leaderboard_adsense,
.leaderboard_adv,
.leaderboard_banner_ad,
.leaderboardad,
.leaderboardadmiddle,
.leaderboardadtop,
.leaderboardadwrap,
.lee-track-ilad,
.left-ad,
.left-ads,
.left-advert,
.left-rail-ad,
.left-sponser-ad,
.leftAd {
  display: none !important;
}

.leftAdColumn,
.leftAdContainer,
.leftAds,
.leftAdsEnabled,
.leftAdvert,
.leftCol_advert,
.leftColumnAd,
.left_300_ad,
.left_ad,
.left_ad_160,
.left_ad_areas,
.left_ad_box,
.left_ad_container,
.left_add_block,
.left_adlink,
.left_ads,
.left_adsense,
.left_advertisement_block,
.left_col_ad,
.left_google_add,
.leftad,
.leftadd,
.leftadtag,
.leftbar_ad2,
.leftbarads,
.leftbottomads,
.leftnavad,
.leftrighttopad,
.leftsidebar_ad,
.lefttopad1,
.legacy-ads,
.lft_advt_container,
.lg-ads-160x90,
.lg-ads-311x500,
.lg-ads-635x100,
.lg-ads-skin-container,
.ligatus,
.lightad,
.lijit-ad,
.linead,
.linkAD,
.linkAds,
.link_ad,
.linkads,
.list-ad,
.list-adbox,
.list-ads,
.list-feature-ad,
.list-footer-ad,
.listad {
  display: none !important;
}

.listicle-instream-ad-holder,
.listing-item-ad,
.listingAd,
.listings_ad,
.lite-page-ad,
.live-ad,
.lng-ad,
.local-ads,
.localad,
.location-ad,
.log_ads,
.logo-ad,
.logoAds,
.logoad,
.logoutAd,
.logoutAdContainer,
.long-ads,
.longAd,
.longAdBox,
.longAds,
.long_ad,
.longform-ad,
.loop-ad,
.lower-ad,
.lower-ads,
.lowerAd,
.lowerAds,
.lower_ad,
.lrec-container,
.lst_ads,
.m-ContentAd,
.m-ad,
.m-ad-brick,
.m-ad-region,
.m-ad-unit,
.m-ad__wrapper,
.m-advert,
.m-advertisement,
.m-advertisement--container,
.m-balloon-header--ad,
.m-block-ad,
.m-content-advert,
.m-content-advert-wrap,
.m-dfp-ad-text,
.m-header-ad,
.m-in-content-ad,
.m-in-content-ad-row,
.m-jac-ad,
.m-sponsored,
.m1-header-ad {
  display: none !important;
}

.m_ad,
.m_ad1,
.m_ad300,
.m_banner_ads,
.macAd,
.macad,
.mad_adcontainer,
.magAd,
.magad,
.main-ad,
.main-ad-container,
.main-ad-gallery,
.main-add-sec,
.main-ads,
.main-advert,
.main-advertising,
.main-column-ad,
.main-footer-ad,
.main-header-ad,
.main-header__ad-wrapper,
.main-right-ads,
.mainAd,
.mainAdContainer,
.mainAds,
.mainLeftAd,
.mainLinkAd,
.mainRightAd,
.main_ad,
.main_adbox,
.main_ads,
.main_adv,
.mantis-ad,
.mantisadd,
.manual-ad,
.map-ad,
.mar-block-ad,
.mar-leaderboard--bottom,
.margin-advertisement,
.margin0-ads,
.marginalContentAdvertAddition,
.marketing-ad,
.marketplace-ad,
.marketplaceAd,
.marquee-ad,
.masonry-tile-ad,
.masonry__ad,
.master_post_advert,
.masthead-ad,
.masthead-ads,
.mastheadAds {
  display: none !important;
}

.masthead__ad,
.match-ad,
.mc_floating_ad,
.mc_text_ads_box,
.md-advertisement,
.medRect,
.mediaAd,
.mediaAdContainer,
.medium-rectangle-ad,
.medium-top-ad,
.mediumRectAdWrapper,
.mediumRectagleAd,
.mediumRectangleAd,
.mediumRectangleAdvert,
.medium_ad,
.mediumad,
.medrec-ad,
.medrect-ad,
.medrect-ad2,
.medrectAd,
.medrect_ad,
.mega-ad,
.member-ads,
.menu-ad,
.menuAd,
.message_ads,
.meta-ad,
.meta_ad,
.metabet-sponsored,
.meteored-ads,
.mf-adsense-leaderboard,
.mf-adsense-rightrail,
.mg_box_ads,
.mgid-wrapper,
.mgid_3x2,
.mid-ad-wrapper,
.mid-ads,
.mid-advert,
.mid-article-banner-ad,
.mid-post-ad,
.mid-section-ad,
.midAd,
.midAdv-cont,
.midAdv-cont2,
.midAdvert,
.mid_ad,
.mid_banner_ad,
.midad,
.midarticlead,
.middle-ad {
  display: none !important;
}

.middle-ads,
.middle-ads728,
.middle-footer-ad,
.middleAd,
.middleAdLeft,
.middleAdMid,
.middleAdRight,
.middleAdWrapper,
.middleAds,
.middleBannerAd,
.middle_AD,
.middle_ad,
.middle_ad_responsive,
.middle_ads,
.middlead,
.middleadouter,
.midpost-ad,
.min-height-ad,
.min_navi_ad,
.mini-ad,
.mini-ads,
.mini_ads,
.miniad,
.miniads,
.misc-ad,
.misc-ad-label,
.miscAd,
.mj-floating-ad-wrapper,
.mks_ads_widget,
.mm-ad-sponsored,
.mm-ads-adhesive-ad,
.mm-ads-gpt-adunit,
.mm-ads-leaderboard-header,
.mmads,
.mntl-gpt-adunit,
.mntl-sc-block-adslot,
.moads-top-banner,
.moads-widget,
.mob-ad-break-text,
.mob-adspace,
.mob-hero-banner-ad-wrap,
.mob_ads,
.mobads,
.mobile-ad,
.mobile-ad-container,
.mobile-ad-negative-space,
.mobile-ad-placeholder,
.mobile-ad-slider,
.mobile-ads,
.mobile-fixed-ad {
  display: none !important;
}

.mobile-instream-ad-holder,
.mobile-instream-ad-holder-single,
.mobileAd,
.mobileAdWrap,
.mobileAppAd,
.mobile_ad_banner,
.mobile_ad_container,
.mobile_featuredad,
.mobile_leaderboard_ad,
.mobileadbig,
.mobileadunit,
.mobilesideadverts,
.mod-ad,
.mod-adblock,
.mod-ads,
.mod-google-ads,
.mod-horizontal-ad,
.mod-sponsored-links,
.mod-vertical-ad,
.mod_ad,
.mod_ad_container,
.mod_ad_text,
.mod_ad_top,
.mod_admodule,
.mod_ads,
.mod_advert,
.mod_index_ad,
.mod_js_ad,
.mod_openads,
.mod_r_ad,
.mod_r_ad1,
.modal-ad,
.module--ad,
.module-ad,
.module-ad-small,
.module-ads,
.module-advert,
.module-advertisement,
.module-box-ads,
.module-image-ad,
.module-rectangleads,
.module-sponsored-ads,
.moduleAd,
.moduleAdSpot,
.moduleAdvert,
.moduleAdvertContent,
.moduleBannerAd,
.module__ad-wide,
.module_ad,
.module_box_ad {
  display: none !important;
}

.module_home_ads,
.module_single_ads,
.modulegad,
.moduletable-advert,
.moduletable_advertisement,
.moduletableadvert,
.moduletablesquaread,
.moduletabletowerad,
.mos-ad,
.movable-ad,
.movv-ad,
.mp-ad,
.mpsponsor,
.mpu-ad,
.mpu-ad-con,
.mpu-ad-river,
.mpu-ad-top,
.mpu-advert,
.mpu-c,
.mpu-footer,
.mpu-fp,
.mpu-holder,
.mpu-leaderboard,
.mpu-left,
.mpu-left-bk,
.mpu-mediatv,
.mpu-right,
.mpu-title,
.mpu-top-left,
.mpu-top-left-banner,
.mpu-top-right,
.mpu-unit,
.mpu-wrap,
.mpu-wrapper,
.mpuAd,
.mpuAdArea,
.mpuAdSlot,
.mpuAdvert,
.mpuArea,
.mpuBlock,
.mpuBox,
.mpuContainer,
.mpu_Ad,
.mpu_ad,
.mpu_advert,
.mpu_container,
.mpu_holder,
.mpu_placeholder,
.mpu_side,
.mpu_wrapper {
  display: none !important;
}

.mpuad,
.mpuads,
.mrec-ads,
.mrec-banners,
.mrecAds,
.mrec_advert,
.mrf-adv,
.mrf-adv__wrapper,
.msg-ad,
.msgad,
.mt-ad-container,
.mt_ad,
.mt_ads,
.mtop_adfit,
.mu-ad-container,
.mv_atf_ad_holder,
.mvp-ad-label,
.mvp-feat1-list-ad,
.mvp-flex-ad,
.mvp-post-ad-wrap,
.mvp-widget-ad,
.mvp-widget-feat2-side-ad,
.mvp_ad_widget,
.mw-ad,
.my-ads,
.myAds,
.myAdsGroup,
.my__container__ad,
.n1ad-center-300,
.narrow_ad_unit,
.narrow_ads,
.national_ad,
.nationalad,
.native-ad,
.native-ad-article,
.native-ad-container,
.native-ad-item,
.native-ad-mode,
.native-ad-slot,
.native-adv,
.native-advts,
.native-leaderboard-ad,
.native-sidebar-ad,
.native.ad,
.nativeAd,
.native_ad,
.native_ad_inline,
.native_ad_wrap,
.native_ads,
.nativead {
  display: none !important;
}

.nav-ad,
.nav-ad-gpt-container,
.nav-ad-plus-leader,
.nav-adWrapper,
.nav_ad,
.navbar-ad-section,
.navbar-ads,
.navbar-header-ad,
.naviad,
.ndmadkit,
.netPost_ad1,
.netPost_ad3,
.netads,
.netshelter-ad,
.newHeaderAd,
.new_ad1,
.new_ad_left,
.new_ad_normal,
.new_ad_wrapper_all,
.new_ads_unit,
.newad,
.newad1,
.news-ad,
.news-ad-square-a,
.news-ad-square-box,
.news-ads-top,
.news-item--ad,
.news_ad_box,
.news_vibrant_ads_banner,
.newsad,
.newsblock-ads,
.newsfeed_adunit,
.nfy-ad,
.nfy-ad-teaser,
.nfy-ad-tile,
.nfy-ad-wrapper,
.nfy-cobo-ad,
.nfy-col-ad,
.ng-ad-banner,
.ng-ad-insert,
.nm-ad,
.nn_mobile_mpu_wrapper,
.node-ad,
.node_ad_wrapper,
.normalAds,
.normal_ads,
.normalad,
.northad,
.not-an-ad-header,
.note-advertisement {
  display: none !important;
}

.np-ad,
.np-ad-background,
.np-ad-border,
.np-ads-wrapper,
.np-adv-container,
.np-advert_apu,
.np-advert_apu-double,
.np-advert_info,
.np-header-ad,
.np-header-ads-area,
.np-right-ad,
.nrAds,
.nsAdRow,
.nts-ad,
.ntv-ad,
.nuffnangad,
.nuk-ad-placeholder,
.nv-ads-wrapper,
.nw-ad,
.nw-ad-label,
.nw-c-leaderboard-ad,
.nw-top-ad,
.nw_adv_square,
.nx-billboard-ad,
.nx-placeholder-ad,
.o-ad,
.o-ad-banner-top,
.o-ad-container,
.o-advert,
.o-listing__ad,
.o-site-header__advert,
.oad-ad,
.oas-ad,
.oas-container,
.oas-leaderboard-ads,
.oas_ad,
.oas_add,
.oas_advertisement,
.oasad,
.oasads,
.ob_ads_header,
.ob_container .item-container-obpd,
.ob_dual_right>.ob_ads_header~.odb_div,
.offads,
.oi-add-block,
.oi-header-ad,
.oio-banner-zone,
.oio-link-sidebar,
.oio-openslots,
.oio-zone-position {
  display: none !important;
}

.oko-adhesion,
.on_player_ads,
.oneColumnAd,
.onet-ad,
.online-ad-container,
.opd_adsticky,
.otd-ad-top,
.outer-ad-container,
.outer-ad-unit-wrapper,
.outerAdWrapper,
.outerAds,
.outer_ad_container,
.outside_ad,
.outsider-ad,
.ov-ad-slot,
.overflow-ad,
.overlay-ad,
.overlay-ad-container,
.overlay-ads,
.overlay-box-ad,
.overlay_ad,
.p-ad,
.p-ad-block,
.p-ad-dfp-banner,
.p-ad-dfp-middle-rec,
.p-ad-feature-pr,
.p-ad-outbreak,
.p-ad-rectangle,
.p-ad-thumbnail-txt,
.p-ads-billboard,
.p-ads-rec,
.p-post-ad:not(html):not(body),
.p75_sidebar_ads,
.p_adv,
.p_topad,
.package_adBox,
.padAdvx,
.padvertlabel,
.page-ad,
.page-ads,
.page-advert,
.page-advertisement,
.page-bottom-fixed-ads,
.page-box-ad,
.page-break-ad,
.page-footer-ad,
.page-header-ad,
.page-header_ad,
.page-top-ads,
.pageAd {
  display: none !important;
}

.pageAdSkin,
.pageAdSkinUrl,
.pageAds,
.pageFooterAd,
.pageGoogleAd,
.pageGoogleAds,
.pageHeaderAd,
.pageHeaderAds,
.pageTopAd,
.page__top-ad-wrapper,
.page_ad,
.pagead,
.pagepusheradATF,
.pages__ad,
.pane-ad-pane,
.pane-ads,
.pane-sasia-ad,
.pane-site-ads,
.pane-sponsored-links,
.pane_ad_wide,
.panel-ad,
.panel-adsense,
.panel-advert,
.panel.ad,
.panel_ad,
.paneladvert,
.par-ad,
.par-adv-slot,
.parade-ad-container,
.parent-ad-desktop,
.partial-ad,
.partner-ad,
.partner-ad-module-wrapper,
.partner-ads-list,
.partnerAd,
.partner_ads,
.partnerad_container,
.partnersTextLinks,
.pauseAdPlacement,
.pb-slot-container,
.pc-ad,
.pcads_widget,
.pd-ads-mpu,
.pdpads,
.penci-ad-box,
.penci-ad-image,
.penci-ad_box,
.penci-adsense-below-slider,
.penci-google-adsense,
.penci-google-adsense-1 {
  display: none !important;
}

.penci-promo-link,
.penci_list_bannner_widget,
.pencil-ad,
.pencil-ad-container,
.pencil-ad-section,
.pencil_ad,
.perm_ad,
.pf_content_ad,
.pf_sky_ad,
.pf_top_ad,
.pg-ad-block,
.pg-adnotice,
.pg-adtarget,
.pgevoke-fp-bodyad2,
.pgevoke-story-rightrail-ad1,
.pgevoke-story-topads,
.pgevoke-topads,
.ph-ad,
.photo-ad,
.photo-ad-pad,
.photoAd,
.photoad,
.phpads_container,
.phpbb-ads-center,
.pix_adzone,
.placeholder-ad,
.placeholder-dfp,
.placeholderAd,
.plain-ad,
.plainAd,
.player-ad,
.player-ad-overlay,
.player-ads,
.player-ads2,
.player-under-ad,
.playerAd,
.playerAdv,
.player_ad,
.player_ad2,
.player_ad_box,
.playerad,
.playerdads,
.plugin-ad,
.plugin-ad-container,
.pm-ad,
.pm-ad-unit,
.pm-ad-zone,
.pm-ads-banner,
.pm-ads-inplayer,
.pm-banner-ad {
  display: none !important;
}

.pmc-adm-boomerang-pub-div,
.polar-ad,
.polaris-ad--wrapper-desktop,
.polarisMarketing,
.polaris__ad,
.polaris__below-header-ad-wrapper,
.position-ads,
.post-ad,
.post-ad-title,
.post-ad-top,
.post-ad-type,
.post-ads,
.post-ads-top,
.post-adsense-bottom,
.post-advert,
.post-advert-row,
.post-advertisement,
.post-load-ad,
.post-news-ad,
.post-sidebar-ad,
.post-sponsored,
.postAd,
.postWideAd,
.post_ad,
.post_ads,
.post_advert,
.post_detail_right_advert,
.post_sponsored,
.postad,
.postads,
.postbit-ad,
.poster_ad,
.posts-ad,
.pp-ad-container,
.pp_ad_code_adtxt,
.ppb_ads,
.pr_adslot_0,
.pr_adslot_1,
.preheader_advert,
.premium-ad,
.premium-ads,
.premium-adv,
.premium-mpu-container,
.priad,
.priad-1,
.primary-ad,
.primary-ad-widget,
.primary-advertisment,
.primis-player-container,
.primis-video {
  display: none !important;
}

.primis-wrapper,
.print-ad-wrapper,
.print-adslot,
.printAds,
.product-ad,
.product-ads,
.product-inlist-ad,
.profile-ad-container,
.profile-ads-container,
.profile__ad-wrapper,
.profile_ad_bottom,
.profile_ad_top,
.promo-ad,
.promo-mpu,
.promoAd,
.promoAds,
.promoAdvertising,
.promo_ad,
.promo_ads,
.promoad,
.promoboxAd,
.promotionAdContainer,
.promotionTextAd,
.proper-ad-insert,
.proper-ad-unit,
.ps-ad,
.pt-ad--container,
.pt-ad--scroll,
.pt_ad03,
.pt_col_ad02,
.pub_ads,
.publication-ad,
.publicidad_horizontal,
.publicidade,
.publisher_ad,
.pubtech-adv-slot,
.puff-ad,
.puff-advertorials,
.pull-ad,
.pull_top_ad,
.pullad,
.purchad,
.push--ad,
.push-ad,
.push-adv,
.pushDownAd,
.pushdown-ad,
.pushdownAd,
.pwa-ad,
.pz-ad-box {
  display: none !important;
}

.quads-ad-label,
.quads-bg-ad,
.quads-location,
.queue_ad,
.queued-ad,
.quigo,
.quigo-ad,
.quigoads,
.r-ad,
.r-pause-ad-container,
.r89-outstream-video,
.r_ad,
.r_ads,
.rail-ad,
.rail-ads-1,
.rail-article-sponsored,
.rail__ad,
.rail_ad,
.railad,
.railadspace,
.rc-sponsored,
.rcom-freestar-ads-widget,
.rec_ad,
.recent-ad,
.recentAds,
.recent_ad_holder,
.recipeFeatureAd,
.rect-ad,
.rect-ad-1,
.rectAd300,
.rect_ad,
.rect_ad_module,
.rect_advert,
.rectad,
.rectadv,
.rectangle-ad,
.rectangle-ad-container,
.rectangle-embed-ad,
.rectangleAd,
.rectangleAdContainer,
.rectangle_ad,
.rectanglead,
.rectangleads,
.refreshAds,
.region-ad-bottom-leaderboard,
.region-ad-pan,
.region-ad-right,
.region-ad-top,
.region-ads,
.region-ads-content-top {
  display: none !important;
}

.region-banner-ad,
.region-dfp-ad-footer,
.region-dfp-ad-header,
.region-header-ad,
.region-header-ads,
.region-top-ad,
.region-top-ad-block,
.regular-ads,
.regularad,
.rekl-left,
.rekl-right,
.rekl-top,
.rekl_left,
.rekl_right,
.rekl_top,
.rekl_top_wrapper,
.reklam,
.reklam-block,
.reklam-kare,
.reklam-masthead,
.reklam2,
.reklam728,
.reklama,
.reklama-vert,
.reklama1,
.reklame-wrapper,
.reklamka,
.related-ad,
.related-ads,
.relatedAds,
.related_ad,
.remnant_ad,
.remove-ads,
.remove-ads-link,
.res_ad,
.resads-adspot,
.responsive-ad,
.responsive-ad-header-container,
.responsive-ad-wrapper,
.responsive-ads,
.responsiveAdsense,
.responsive_ad_top,
.responsive_ads_468x60,
.result-ad,
.result-sponsored,
.resultAd,
.result_ad,
.resultad,
.results-ads,
.revcontent-wrap {
  display: none !important;
}

.review-ad,
.reviews-display-ad,
.revive-ad,
.rh-ad,
.rhads,
.rhs-ad,
.rhs-ads-panel,
.rhs-advert-container,
.rhs-mrec-wrapper,
.rhs_ad,
.rhs_ad_title,
.rhs_ads,
.rhsad,
.rhsadvert,
.right-ad,
.right-ad-1,
.right-ad-2,
.right-ad-3,
.right-ad-4,
.right-ad-5,
.right-ad-block,
.right-ad-container,
.right-ad-holder,
.right-ad-wrapper,
.right-ad2,
.right-ad350px250px,
.right-ads,
.right-ads2,
.right-adsense,
.right-adv,
.right-advert,
.right-advertisement,
.right-col-ad,
.right-column-ad,
.right-column-ads,
.right-rail-ad,
.right-rail-ad-container,
.right-rail-box-ad-container,
.right-side-ad,
.right-side-ads,
.right-sidebar-box-ad,
.right-sidebar-box-ads,
.right-sponser-ad,
.right-top-ad,
.right-video-dvertisement,
.rightAD,
.rightAd,
.rightAd1,
.rightAd2,
.rightAdBlock {
  display: none !important;
}

.rightAdBox,
.rightAdColumn,
.rightAdContainer,
.rightAds,
.rightAdsFix,
.rightAdvert,
.rightAdverts,
.rightBoxAd,
.rightBoxMidAds,
.rightColAd,
.rightColAdBox,
.rightColumnAd,
.rightColumnAdd,
.rightColumnAdsTop,
.rightColumnRectAd,
.rightHeaderAd,
.rightRailAd,
.rightRailMiddleAd,
.rightSecAds,
.rightSideBarAd,
.rightSideSponsor,
.rightTopAdWrapper,
.right_ad,
.right_ad_1,
.right_ad_2,
.right_ad_box,
.right_ad_box1,
.right_ad_text,
.right_ad_top,
.right_ad_unit,
.right_ad_wrap,
.right_ads,
.right_ads_column,
.right_adsense_box_2,
.right_adskin,
.right_adv,
.right_advert,
.right_advertise_cnt,
.right_advertisement,
.right_block_advert,
.right_box_ad,
.right_col_ad,
.right_column_ads,
.right_content_ad,
.right_image_ad,
.right_long_ad,
.right_outside_ads,
.right_side_ads,
.right_side_box_ad,
.right_sponsor_main {
  display: none !important;
}

.rightad,
.rightadHeightBottom,
.rightadblock,
.rightadd,
.rightads,
.rightadunit,
.rightadv,
.rightboxads,
.rightcolads,
.rightcoladvert,
.rightrail-ad-placed,
.rightsideAd,
.river-item-sponsored,
.rj-ads-wrapper,
.rm-adslot,
.rolloverad,
.roof-ad,
.root-ad-anchor,
.rotating-ad,
.rotating-ads,
.row-ad,
.row-ad-leaderboard,
.rowAd,
.rowAds,
.row_header_ads,
.rpd_ads,
.rr-ad,
.rr_ads,
.rs-ad,
.rs-advert,
.rs-advert__container,
.rs_ad_block,
.rs_ad_top,
.rt_ad,
.s-ad,
.s-ads,
.s_ads,
.sadvert,
.sagreklam,
.sal-adv-gpt,
.sam_ad,
.sb-ad,
.sb-ads,
.sbAd,
.sbAdUnitContainer,
.sbTopadWrapper,
.sb_ad,
.sb_ad_holder,
.sc-ad,
.scad {
  display: none !important;
}

.script-ad,
.scroll-ad-item-container,
.scroll-ads,
.scroll-track-ad,
.scrolling-ads,
.sda_adbox,
.sdc-advert__top-1,
.se-ligatus,
.search-ad,
.search-advertisement,
.search-result-list-item--sidebar-ad,
.search-result-list-item--topad,
.search-results-ad,
.search-sponsor,
.search-sponsored,
.searchAd,
.searchAdTop,
.searchAds,
.searchad,
.searchads,
.secondary-ad-widget,
.secondary-advertisment,
.secondary_ad,
.section-ad,
.section-ad-unit,
.section-ad-wrapper,
.section-ad2,
.section-ads,
.section-adtag,
.section-adv,
.section-advertisement,
.section-sponsor,
.section-widget-ad,
.section_ad,
.section_ad_left,
.section_ads,
.seoAdWrapper,
.servedAdlabel,
.serviceAd,
.sf_ad_box,
.sg-adblock,
.sgAd,
.sh-section-ad,
.shadvertisment,
.sheknows-infuse-ad,
.shift-ad,
.shortadvertisement,
.show-desk-ad,
.show-sticky-ad,
.showAd {
  display: none !important;
}

.showAdContainer,
.showads,
.showcaseAd,
.showcasead,
.shr-ads-container,
.sidbaread,
.side-ad,
.side-ad-300,
.side-ad-blocks,
.side-ad-container,
.side-ad-inner,
.side-ad-top,
.side-ads,
.side-ads-block,
.side-ads-wide,
.side-adv-block,
.side-adv-text,
.side-advert,
.side-advertising,
.side-adverts,
.side-bar-ad,
.sideAd,
.sideAdLeft,
.sideAdWide,
.sideBarAd,
.sideBlockAd,
.sideBoxAd,
.side__ad,
.side__ad-box,
.side_ad,
.side_ad2,
.side_ad_top,
.side_add_wrap,
.side_ads,
.side_adsense,
.side_adv,
.side_col_ad_wrap,
.sidead,
.sideadmid,
.sideads,
.sideads_l,
.sideadsbox,
.sideadtable,
.sideadvert,
.sideadverts,
.sidebar-ad-area,
.sidebar-ad-b,
.sidebar-ad-box,
.sidebar-ad-c,
.sidebar-ad-component {
  display: none !important;
}

.sidebar-ad-cont,
.sidebar-ad-container,
.sidebar-ad-div,
.sidebar-ad-label,
.sidebar-ad-rect,
.sidebar-ad-slot,
.sidebar-ad-top,
.sidebar-ad-wrapper,
.sidebar-adbox,
.sidebar-ads,
.sidebar-ads-block,
.sidebar-ads-wrap,
.sidebar-adsdiv,
.sidebar-adv-container,
.sidebar-advert,
.sidebar-advertisement,
.sidebar-advertisment,
.sidebar-adverts,
.sidebar-adverts-header,
.sidebar-banner-ad,
.sidebar-below-ad-unit,
.sidebar-big-ad,
.sidebar-big-box-ad,
.sidebar-bottom-ad,
.sidebar-box-ad,
.sidebar-box-ads,
.sidebar-content-ad,
.sidebar-header-ads,
.sidebar-skyscraper-ad,
.sidebar-sponsored,
.sidebar-sponsors,
.sidebar-square-ad,
.sidebar-sticky--ad,
.sidebar-text-ad,
.sidebar-top-ad,
.sidebar-tower-ad,
.sidebarAD,
.sidebarAd,
.sidebarAdvert,
.sidebar__ad,
.sidebar_ad,
.sidebar_ad_300,
.sidebar_ad_300_250,
.sidebar_ad_container,
.sidebar_ad_holder,
.sidebar_ad_leaderboard,
.sidebar_ad_module,
.sidebar_ads,
.sidebar_ads_left,
.sidebar_ads_right {
  display: none !important;
}

.sidebar_ads_title,
.sidebar_adsense,
.sidebar_advert,
.sidebar_advertising,
.sidebar_box_ad,
.sidebar_right_ad,
.sidebar_skyscraper_ad,
.sidebar_sponsors,
.sidebarad,
.sidebarad_bottom,
.sidebaradbox,
.sidebaradcontent,
.sidebarads,
.sidebaradsense,
.sidebarbox__advertising,
.sidebarboxad,
.sidebox-ad,
.sidebox_ad,
.sideright_ads,
.sideskyad,
.signad,
.simple-ad-placeholder,
.simple_ads_manager_widget,
.simple_adsense_widget,
.simplead-container,
.simpleads-item,
.single-ad,
.single-ad-anchor,
.single-ad-wrap,
.single-ads,
.single-ads-section,
.single-bottom-ads,
.single-mpu,
.single-post-ad,
.single-post-ads,
.single-post-bottom-ads,
.single-top-ad,
.singleAd,
.singleAdBox,
.singleAdsContainer,
.singlePostAd,
.single_ad,
.single_ad_300x250,
.single_advert,
.single_bottom_ad,
.single_top_ad,
.singlead,
.singleads,
.singleadstopcstm2,
.singlepageleftad {
  display: none !important;
}

.singlepostad,
.singlepostadsense,
.singpagead,
.sister-ads,
.site-ad-block,
.site-ads,
.site-bottom-ad-slot,
.site-head-ads,
.site-header-ad,
.site-header__ads,
.site-top-ad,
.siteWideAd,
.site_ad,
.site_ad--gray,
.site_ad--label,
.site_ads,
.site_sponsers,
.sitesponsor,
.skinAd,
.sky-ad,
.sky-ad1,
.skyAd,
.skyAdd,
.skyAdvert,
.skyAdvert2,
.sky_ad,
.sky_ad_top,
.skyad,
.skyscraper-ad,
.skyscraper-ad-1,
.skyscraper-ad-container,
.skyscraper.ad,
.skyscraperAd,
.skyscraper_ad,
.skyscrapper-ads-container,
.slate-ad,
.slide-ad,
.slideAd,
.slide_ad,
.slidead,
.slider-ads,
.slider-item-ad,
.sliderad,
.slideshow-ad,
.slideshow-ad-container,
.slideshow-ad-wrapper,
.slideshow-ads,
.slideshowAd,
.slideshowadvert,
.sm-ad {
  display: none !important;
}

.sm-admgnr-unit,
.sm-ads,
.sm-advertisement,
.sm-widget-ad-holder,
.sm_ad,
.small-ad,
.small-ad-header,
.small-ad-long,
.small-ads,
.smallAd,
.smallAdContainer,
.smallAds,
.smallAdvertisments,
.small_ad,
.small_ad_bg,
.small_ads,
.smallad,
.smalladblock,
.smallads,
.smalladscontainer,
.smallsponsorad,
.smart-ad,
.smartAd,
.smartad,
.smn-new-gpt-ad,
.snippet-ad,
.speakol-widget,
.spinAdvert,
.splashy-ad-container,
.spon_link,
.sponadbox,
.sponlinkbox,
.spons-link,
.spons-wrap,
.sponsBox,
.sponsLinks,
.sponsWrap,
.sponsbox,
.sponser-link,
.sponserLink,
.sponslink,
.sponsor-ads,
.sponsor-area,
.sponsor-block,
.sponsor-bottom,
.sponsor-box,
.sponsor-btns,
.sponsor-inner,
.sponsor-left,
.sponsor-link {
  display: none !important;
}

.sponsor-links,
.sponsor-popup,
.sponsor-post,
.sponsor-right,
.sponsor-spot,
.sponsor-text,
.sponsor-text-container,
.sponsor-wrap,
.sponsorAd,
.sponsorArea,
.sponsorBlock,
.sponsorBottom,
.sponsorBox,
.sponsorFooter,
.sponsorFooter-container,
.sponsorLabel,
.sponsorLink,
.sponsorLinks,
.sponsorPanel,
.sponsorPost,
.sponsorPostWrap,
.sponsorStrip,
.sponsorText,
.sponsorTitle,
.sponsorTxt,
.sponsor_ad,
.sponsor_ad1,
.sponsor_ad2,
.sponsor_ad_area,
.sponsor_ad_section,
.sponsor_area,
.sponsor_bar,
.sponsor_block,
.sponsor_columns,
.sponsor_div,
.sponsor_footer,
.sponsor_image,
.sponsor_label,
.sponsor_line,
.sponsor_links,
.sponsor_logo,
.sponsor_placement,
.sponsor_popup,
.sponsor_post,
.sponsor_units,
.sponsorad,
.sponsoradlabel,
.sponsorads,
.sponsoradtitle,
.sponsored-ad {
  display: none !important;
}

.sponsored-ad-container,
.sponsored-ad-label,
.sponsored-add,
.sponsored-ads,
.sponsored-article,
.sponsored-article-item,
.sponsored-article-widget,
.sponsored-block,
.sponsored-buttons,
.sponsored-container,
.sponsored-container-bottom,
.sponsored-default,
.sponsored-display-ad,
.sponsored-header,
.sponsored-link,
.sponsored-links,
.sponsored-post,
.sponsored-post-container,
.sponsored-result,
.sponsored-results,
.sponsored-right,
.sponsored-slot,
.sponsored-tag,
.sponsored-text,
.sponsored-top,
.sponsored-widget,
.sponsoredAd,
.sponsoredAds,
.sponsoredBanners,
.sponsoredBar,
.sponsoredBottom,
.sponsoredBox,
.sponsoredContent,
.sponsoredEntry,
.sponsoredFeature,
.sponsoredInfo,
.sponsoredInner,
.sponsoredItem,
.sponsoredLabel,
.sponsoredLeft,
.sponsoredLink,
.sponsoredLinks,
.sponsoredLinks2,
.sponsoredLinksBox,
.sponsoredListing,
.sponsoredProduct,
.sponsoredResults,
.sponsoredSearch,
.sponsoredTop,
.sponsored_ad {
  display: none !important;
}

.sponsored_ads,
.sponsored_bar_text,
.sponsored_box,
.sponsored_by,
.sponsored_link,
.sponsored_links,
.sponsored_links2,
.sponsored_links_box,
.sponsored_links_container,
.sponsored_links_section,
.sponsored_post,
.sponsored_result,
.sponsored_results,
.sponsored_sidepanel,
.sponsored_ss,
.sponsored_text,
.sponsored_title,
.sponsored_well,
.sponsoredby,
.sponsoredlink,
.sponsoredlinks,
.sponsoredresults,
.sponsorheader,
.sponsoringbanner,
.sponsorlink,
.sponsorlink2,
.sponsormsg,
.sponsors-advertisment,
.sponsors-box,
.sponsors-footer,
.sponsors-module,
.sponsors-widget,
.sponsorsBanners,
.sponsors_links,
.sponsors_spacer,
.sponsorsbanner,
.sponsorsbig,
.sponsorship-box,
.sponsorship-container,
.sponsorship-leaderboard,
.sponsorship_ad,
.sponsorwrapper,
.sponstop,
.spot-ad,
.spotlight-ad,
.spotlightAd,
.spt-footer-ad,
.sq_ad,
.sqrd-ad-manager,
.square-ad {
  display: none !important;
}

.square-ad-1,
.square-ad-container,
.square-ad-pane,
.square-ads,
.square-advt,
.square-adwrap,
.square-sidebar-ad,
.square-sponsorship,
.squareAd,
.squareAdWrap,
.squareAdd,
.squareAds,
.square_ad,
.squaread,
.squareads,
.squared_ad,
.sr-adsense,
.sr-advert,
.sraAdvert,
.srp-sidebar-ads,
.ssp-advert,
.standalonead,
.standard-ad-container,
.standard_ad_slot,
.static-ad,
.staticAd,
.static_mpu_wrap,
.staticad,
.sterra-ad,
.stick-ad-container,
.stickad,
.sticky-ad,
.sticky-ad-bottom,
.sticky-ad-container,
.sticky-ad-footer,
.sticky-ad-header,
.sticky-ad-wrapper,
.sticky-ads,
.sticky-ads-container,
.sticky-ads-content,
.sticky-adsense,
.sticky-advert-widget,
.sticky-bottom-ad,
.sticky-footer-ad,
.sticky-footer-ad-container,
.sticky-navbar-ad-container,
.sticky-rail-ad-container,
.sticky-side-ad,
.sticky-sidebar-ad,
.sticky-top-ad-wrap {
  display: none !important;
}

.stickyAd,
.stickyAdWrapper,
.stickyAdsGroup,
.stickyContainerMpu,
.stickyRailAd,
.sticky_ad_sidebar,
.sticky_ad_wrapper,
.sticky_ads,
.stickyad,
.stickyadv,
.stm-ad-player,
.stock_ad,
.store-ads,
.story-ad,
.story-ad-container,
.story-ad-right,
.story-inline-advert,
.storyAd,
.storyAdvert,
.storyad,
.storyad300,
.stoybday-ad,
.str-top-ad,
.strack_bnr,
.strack_cli,
.strawberry-ads,
.stream-ad,
.streamAd,
.strip-ad,
.stripad,
.sub-ad,
.subAdBannerArea,
.subAdBannerHeader,
.subNavAd,
.subad,
.subheader_adsense,
.submenu_ad,
.subnav-ad-layout,
.subnav-ad-wrapper,
.subscribeAd,
.subscriber-ad,
.subscribox-ad,
.sudoku-ad,
.sugarad,
.super-ad,
.superbanner-adcontent,
.tabAd,
.tabAds,
.tab_ad,
.tab_ad_area {
  display: none !important;
}

.table-ad,
.tableAd1,
.tablet-ad,
.tadm_ad_unit,
.takeover-ad,
.tallAdvert,
.tallad,
.tappx-ad,
.tbboxad,
.tc-adbanner,
.tc_ad,
.tc_ad_unit,
.tcf-ad,
.td-a-ad,
.td-a-rec,
.td-ad,
.td-ad-m,
.td-ad-p,
.td-ad-tp,
.td-adspot-title,
.td-sponsor-title,
.tdAdHeader,
.td_ad,
.td_footer_ads,
.teaser-ad,
.teaser-advertisement,
.teaser-sponsor,
.teaserAd,
.teaserAdContainer,
.teaserAdHeadline,
.teaser_ad,
.templates_ad_placement,
.test-adsense,
.testAd-holder,
.text-ad-sitewide,
.text-ad-top,
.text-advertisement,
.text-panel-ad,
.text-sponsor,
.textAd3,
.textAdBlock,
.textAdBox,
.textAds,
.textLinkAd,
.textSponsor,
.text_ad_title,
.text_ad_website,
.text_ads_2,
.text_ads_wrapper,
.text_adv {
  display: none !important;
}

.textad,
.textadContainer,
.textadbox,
.textadlink,
.textadscontainer,
.textadsds,
.textadsfoot,
.textadtext,
.textlinkads,
.th-ad,
.theAdvert,
.theads,
.themonic-ad1,
.themonic-ad2,
.themonic-ad3,
.themonic-ad6,
.third-party-ad,
.thread-ad-align,
.thumb-ads,
.thumb_ad,
.thumbnailad,
.thumbs-adv,
.thumbs-adv-holder,
.tile--ad,
.tile-ad,
.tile-ad-container,
.tile-advert,
.tileAdContainer,
.tileAdWrap,
.tileAds,
.tile_AdBanner,
.tile_ad,
.tile_ad_container,
.title-ad,
.tl-ad-container,
.tmiads,
.tnt-ads,
.tnt-ads-container,
.tnt-dmp-reactive,
.toaster-ad,
.top-ad,
.top-ad-728,
.top-ad-970x90,
.top-ad-anchor,
.top-ad-area,
.top-ad-bloc,
.top-ad-block,
.top-ad-center,
.top-ad-container,
.top-ad-content {
  display: none !important;
}

.top-ad-desktop,
.top-ad-div,
.top-ad-horizontal,
.top-ad-inside,
.top-ad-module,
.top-ad-recirc,
.top-ad-right,
.top-ad-sidebar,
.top-ad-slot,
.top-ad-space,
.top-ad-sticky,
.top-ad-unit,
.top-ad-wrap,
.top-ad-wrapper,
.top-ad-zone,
.top-ad1,
.top-adbox,
.top-ads,
.top-ads-amp,
.top-ads-block,
.top-ads-bottom-bar,
.top-ads-container,
.top-ads-mobile,
.top-ads-wrapper,
.top-adsense,
.top-adsense-banner,
.top-adspace,
.top-adv,
.top-adv-container,
.top-advert,
.top-advertisement,
.top-banner-468,
.top-banner-ad,
.top-banner-ad-container,
.top-banner-ad-wrapper,
.top-banner-add,
.top-banner-ads,
.top-banner-advert,
.top-dfp-wrapper,
.top-fixed-ad,
.top-half-page-ad,
.top-header-ad,
.top-horiz-ad,
.top-horizontal-ad,
.top-item-ad,
.top-leaderboard-ad,
.top-left-ad,
.top-post-ad,
.top-post-ads,
.top-right-ad {
  display: none !important;
}

.top-side-advertisement,
.top-sidebar-ad,
.top-sidebar-adbox,
.top-site-ad,
.top-sponsored-header,
.top-story-ad,
.top-wide-ad-container,
.top.ad,
.topAD,
.topAd,
.topAd728x90,
.topAdBanner,
.topAdBar,
.topAdBlock,
.topAdCenter,
.topAdContainer,
.topAdLeft,
.topAdRight,
.topAdSpacer,
.topAdWrap,
.topAdWrapper,
.topAdd,
.topAds,
.topAdsWrappper,
.topAdvBox,
.topAdvert,
.topAdvertisement,
.topAdvertistemt,
.topAdverts,
.topAlertAds,
.topArtAd,
.topArticleAds,
.topBannerAd,
.topBarAd,
.topBoxAdvertisement,
.topLeaderboardAd,
.topRightAd,
.top_Ad,
.top__ad,
.top_ad,
.top_ad1,
.top_ad_728,
.top_ad_728_90,
.top_ad_banner,
.top_ad_big,
.top_ad_disclaimer,
.top_ad_div,
.top_ad_holder,
.top_ad_inner,
.top_ad_label {
  display: none !important;
}

.top_ad_list,
.top_ad_long,
.top_ad_post,
.top_ad_responsive,
.top_ad_seperate,
.top_ad_short,
.top_ad_wrap,
.top_ad_wrapper,
.top_adbox1,
.top_adbox2,
.top_adh,
.top_ads,
.top_ads_container,
.top_adsense,
.top_adspace,
.top_adv,
.top_adv_content,
.top_advert,
.top_advertisement,
.top_bar_ad,
.top_big_ads,
.top_container_ad,
.top_corner_ad,
.top_head_ads,
.top_header_ad,
.top_header_ad_inner,
.top_right_ad,
.top_rightad,
.top_side_adv,
.top_sponsor,
.topad-area,
.topad-bar,
.topad-bg,
.topad1,
.topad2,
.topadbar,
.topadblock,
.topadbox,
.topadcont,
.topadrow,
.topads,
.topads-spacer,
.topadsbx,
.topadsection,
.topadspace,
.topadspot,
.topadtara,
.topadtxt,
.topadvert,
.topbannerAd {
  display: none !important;
}

.topbar-ad-parent,
.topbar-ad-unit,
.topboardads,
.topright_ad,
.topside_ad,
.topsidebarad,
.tout-ad,
.tout-ad-embed,
.tower-ad,
.tower-ad-abs,
.tower-ad-b,
.tower-ad-wrapper,
.tower-ads-container,
.towerAd,
.towerAdLeft,
.towerAds,
.tower_ad,
.tower_ad_desktop,
.tower_ad_disclaimer,
.towerad,
.tp-ad-label,
.tp_ads,
.tpd-banner-ad-container,
.tpd-banner-desktop,
.trc-content-sponsored,
.trend-card-advert,
.trend-card-advert__title,
.tsm-ad,
.tt_ads,
.tw-adv-slot,
.txt_ads,
.txtad_area,
.txtadbox,
.txtadvertise,
.type-ad,
.u-ads,
.u-lazy-ad-wrapper,
.udn-ads,
.ue-c-ad,
.ult_vp_videoPlayerAD,
.under-header-ad,
.under-player-ad,
.under-player-ads,
.under_ads,
.uniAdBox,
.unit-ad,
.upper-ad-box,
.upper-ad-space,
.upper_ad,
.upx-ad-placeholder {
  display: none !important;
}

.us_ad,
.vadvert,
.variable-ad,
.variableHeightAd,
.vast-blocker,
.vce-ad-below-header,
.vce-ad-container,
.vce-header-ads,
.vce_adsense_expand,
.vce_adsense_widget,
.vce_adsense_wrapper,
.vert-ad,
.vert-ads,
.vertad,
.vertical-ad,
.vertical-ads,
.vertical-adsense,
.verticalAd,
.verticalAdText,
.vertical_ad,
.vertical_ads,
.verticalad,
.vf-ad-comments,
.vf-conversation-starter__ad,
.vf-promo-gtag,
.vf-promo-wrapper,
.vf3-conversations-list__promo,
.vi-sticky-ad,
.video-ad-bottom,
.video-ad-container,
.video-ad-content,
.video-ads,
.video-ads-container,
.video-ads-grid,
.video-ads-wrapper,
.video-adv,
.video-advert,
.video-archive-ad,
.video-boxad,
.video-inline-ads,
.video-page__adv,
.video-right-ad,
.video-right-ads,
.video-side__adv_title,
.videoAd-wrapper,
.videoAd300,
.videoBoxAd,
.videoPauseAd,
.videoSideAds,
.video_ad {
  display: none !important;
}

.video_ads,
.videoad,
.videoad-base,
.videoad2,
.videos-ad,
.videos-ad-wrap,
.view-Advertisment,
.view-ad,
.view-ads,
.view-advertisement,
.view-advertisements,
.view-advertorials,
.view-adverts,
.view-article-inner-ads,
.view-homepage-center-ads,
.view-id-Advertisment,
.view-id-ads,
.view-id-advertisement,
.view-image-ads,
.view-site-ads,
.view_ad,
.views-field-field-ad,
.visibleAd,
.vjs-ad-iframe,
.vjs-ad-overlay,
.vjs-ima3-ad-container,
.vjs-marker-ad,
.vjs-overlay.size-300x250,
.vl-ad-item,
.vl-advertisment,
.vl-header-ads,
.vlog-ad,
.vm-ad-horizontal,
.vmag_medium_ad,
.vodl-ad__bigsizebanner,
.vpnad,
.vs-advert-300x250,
.vsw-ads,
.vswAdContainer,
.vuukle-ad-block,
.vuukle-ads,
.vw-header__ads,
.w-ad-box,
.w-adsninja-video-player,
.w-content--ad,
.wAdvert,
.w_AdExternal,
.w_ad,
.waf-ad,
.wahAd {
  display: none !important;
}

.wahAdRight,
.waldo-display-unit,
.waldo-placeholder,
.waldo-placeholder-bottom,
.wall-ads-control,
.wall-ads-left,
.wall-ads-right,
.wallAd,
.wall_ad,
.wcAd,
.wcfAdLocation,
.weatherad,
.web_ads,
.webpart-wrap-advert,
.well-ad,
.werbungAd,
.wfb-ad,
.wg-ad-square,
.wh-advert,
.wh_ad,
.wh_ad_inner,
.when-show-ads,
.wide-ad,
.wide-ad-container,
.wide-ad-new-layout,
.wide-ad-outer,
.wide-ads-container,
.wide-advert,
.wide-footer-ad,
.wide-header-ad,
.wide-skyscraper-ad,
.wideAd,
.wideAdTable,
.widePageAd,
.wide_ad,
.wide_adBox_footer,
.wide_ad_unit,
.wide_ad_unit_top,
.wide_ads,
.wide_google_ads,
.wide_grey_ad_box,
.wide_sponsors,
.widead,
.wideadbox,
.widget--ad,
.widget--local-ads,
.widget-300x250ad,
.widget-ad,
.widget-ad-codes,
.widget-ad-image {
  display: none !important;
}

.widget-ad-script,
.widget-ad-sky,
.widget-ad-zone,
.widget-ad300x250,
.widget-adcode,
.widget-ads,
.widget-adsense,
.widget-adv,
.widget-advads-ad-widget,
.widget-advert-970,
.widget-advertisement,
.widget-dfp,
.widget-sponsor,
.widget-sponsor--container,
.widget-text-ad,
.widgetAD,
.widgetAds,
.widgetSponsors,
.widget_300x250_advertisement,
.widget_ad,
.widget_ad-widget,
.widget_ad125,
.widget_ad300,
.widget_ad_300,
.widget_ad_boxes_widget,
.widget_ad_layers_ad_widget,
.widget_ad_rotator,
.widget_ad_widget,
.widget_adace_ads_widget,
.widget_admanagerwidget,
.widget_adrotate_widgets,
.widget_ads,
.widget_ads_entries,
.widget_ads_widget,
.widget_adsblock,
.widget_adsensem,
.widget_adsensewidget,
.widget_adsingle,
.widget_adswidget1-quick-adsense,
.widget_adswidget2-quick-adsense,
.widget_adswidget3-quick-adsense,
.widget_adv_location,
.widget_advads_ad_widget,
.widget_advert,
.widget_advert_content,
.widget_advert_widget,
.widget_advertisement,
.widget_advertisements,
.widget_advertisment,
.widget_advwidget {
  display: none !important;
}

.widget_alaya_ad,
.widget_arvins_ad_randomizer,
.widget_awaken_pro_medium_rectangle_ad,
.widget_better-ads,
.widget_cpxadvert_widgets,
.widget_customad_widget,
.widget_customadvertising,
.widget_dfp,
.widget_doubleclick_widget,
.widget_epcl_ads_fluid,
.widget_evolve_ad_gpt_widget,
.widget_html_snippet_ad_widget,
.widget_ione-dart-ad,
.widget_island_ad,
.widget_long_ads_widget,
.widget_openxwpwidget,
.widget_plugrush_widget,
.widget_quads_ads_widget,
.widget_sej_sidebar_ad,
.widget_sidebaradwidget,
.widget_singlead,
.widget_sponsored_content,
.widget_supermag_ad,
.widget_supernews_ad,
.widget_text_adsense,
.widget_themoneytizer_widget,
.widget_thesun_dfp_ad_widget,
.widget_tt_ads_widget,
.widget_viral_advertisement,
.widget_wp-bannerize-widget,
.widget_wp_insert_ad_widget,
.widget_wpex_advertisement,
.widget_wpstealthads_widget,
.widgetads,
.wikia-ad,
.wio-xbanner,
.wp-ads-target,
.wp-block-ad-slot,
.wp-block-tpd-block-tpd-ads,
.wp125ad,
.wp125ad_2,
.wp_bannerize,
.wp_bannerize_banner_box,
.wp_bannerize_container,
.wpadcenter-ad-container,
.wpadvert,
.wpd-advertisement,
.wpex-ads-widget,
.wppaszone,
.wpvqgr-a-d-s {
  display: none !important;
}

.wpx-bannerize,
.wpx_bannerize,
.wpx_bannerize_banner_box,
.wrap-ad,
.wrap-ads,
.wrap_boxad,
.wrapad,
.wrapper-ad,
.wrapper-header-ad-slot,
.wrapper_ad,
.wrapper_advertisement,
.wrapperad,
.ww_ads_banner_wrapper,
.xeiro-ads,
.xmlad,
.xpot-horizontal,
.yad-sponsored,
.yahooad,
.yahooads,
.ympb_target,
.zeus-ad,
.zeusAdWrapper,
.zeusAd__container,
.zmgad-full-width,
.zmgad-right-rail,
.zone-advertisement,
.zoneAds,
.zox-post-ad-wrap,
.zox-post-bot-ad,
.zox-widget-side-ad,
.zox_ad_widget,
.zox_adv_widget,
AD-SLOT,
DFP-AD,
[class^="adDisplay-module"],
[class^="amp-ad-"],
[data-ad-cls],
[data-ad-manager-id],
[data-ad-module],
[data-ad-name],
[data-ad-width],
[data-adblockkey],
[data-adbridg-ad-class],
[data-adshim],
[data-advadstrackid],
[data-asg-ins],
[data-block-type="ad"],
[data-cl-spot-id],
[data-css-class="dfp-inarticle"],
[data-d-ad-id] {
  display: none !important;
}

[data-desktop-ad-id],
[data-dynamic-ads],
[data-ez-name],
[data-freestar-ad][id],
[data-id^="div-gpt-ad"],
[data-identity="adhesive-ad"],
[data-m-ad-id],
[data-mobile-ad-id],
[data-rc-widget],
[data-revive-zoneid],
[data-role="tile-ads-module"],
[data-template-type="nativead"],
[data-testid="adBanner-wrapper"],
[data-testid="ad_testID"],
[data-testid="prism-ad-wrapper"],
[data-testid^="section-AdRowBillboard"],
[data-type="ad-vertical"],
[data-wpas-zoneid],
[href$="/sexdating.php"],
[href="//sexcams.plus/"],
[href="https://chaturbate.jjgirls.com/"]>img,
[href="https://jdrucker.com/gold"]>img,
[href="https://ourgoldguy.com/contact/"] img,
[href^="http://clicks.totemcash.com/"],
[href^="http://mypillow.com/"]>img,
[href^="http://www.mypillow.com/"]>img,
[href^="https://aads.com/campaigns/"],
[href^="https://ad.admitad.com/"],
[href^="https://ad1.adfarm1.adition.com/"],
[href^="https://affiliate.fastcomet.com/"]>img,
[href^="https://antiagingbed.com/discount/"]>img,
[href^="https://ap.octopuspop.com/click/"]>img,
[href^="https://awbbjmp.com/"],
[href^="https://charmingdatings.life/"],
[href^="https://clicks.affstrack.com/"]>img,
[href^="https://cpa.10kfreesilver.com/"],
[href^="https://glersakr.com/"],
[href^="https://go.xlrdr.com"],
[href^="https://ilovemyfreedoms.com/landing-"],
[href^="https://istlnkcl.com/"],
[href^="https://join.girlsoutwest.com/"],
[href^="https://join.playboyplus.com/track/"],
[href^="https://join3.bannedsextapes.com"],
[href^="https://mylead.global/stl/"]>img,
[href^="https://mypatriotsupply.com/"]>img,
[href^="https://mypillow.com/"]>img,
[href^="https://mystore.com/"]>img,
[href^="https://noqreport.com/"]>img,
[href^="https://optimizedelite.com/"]>img,
[href^="https://rapidgator.net/article/premium/ref/"] {
  display: none !important;
}

[href^="https://shiftnetwork.infusionsoft.com/go/"]>img,
[href^="https://track.aftrk1.com/"],
[href^="https://track.fiverr.com/visit/"]>img,
[href^="https://turtlebids.irauctions.com/"] img,
[href^="https://url.totaladblock.com/"],
[href^="https://wct.link/click?"],
[href^="https://wsup.ai/"],
[href^="https://wwp.hoqodd.com/redirect-zone/"],
[href^="https://www.avantlink.com/click.php"] img,
[href^="https://www.brighteonstore.com/products/"] img,
[href^="https://www.cloudways.com/en/?id"],
[href^="https://www.herbanomic.com/"]>img,
[href^="https://www.hostg.xyz/"]>img,
[href^="https://www.mypatriotsupply.com/"]>img,
[href^="https://www.mypillow.com/"]>img,
[href^="https://www.profitablegatecpm.com/"],
[href^="https://www.restoro.com/"],
[href^="https://www.targetingpartner.com/"],
[href^="https://zone.gotrackier.com/"],
[href^="https://zstacklife.com/"] img,
[id^="ad-wrap-"],
[id^="ad_sky"],
[id^="ad_slider"],
[id^="div-gpt-ad"],
[id^="section-ad-banner"],
[name^="google_ads_iframe"],
[onclick^="location.href='https://1337x.vpnonly.site/"],
a-ad,
a[data-href^="http://ads.trafficjunky.net/"],
a[data-url^="https://vulpix.bet/?ref="],
a[href*=".adsrv.eacdn.com/"],
a[href*=".engine.adglare.net/"],
a[href*=".foxqck.com/"],
a[href*=".g2afse.com/"],
a[href*="//daichoho.com/"],
a[href*="//jjgirls.com/sex/Chaturbate"],
a[href*="/jump/next.php?r="],
a[href^=" https://www.friendlyduck.com/AF_"],
a[href^="//ejitsirdosha.net/"],
a[href^="//go.eabids.com/"],
a[href^="//hoodingluster.com/"],
a[href^="//s.zlinkd.com/"],
a[href^="//startgaming.net/tienda/" i],
a[href^="//stighoazon.com/"],
a[href^="http://adultfriendfinder.com/go/"],
a[href^="http://annulmentequitycereals.com/"],
a[href^="http://avthelkp.net/"],
a[href^="http://bongacams.com/track?"],
a[href^="http://cam4com.go2cloud.org/aff_c?"],
a[href^="http://com-1.pro/"] {
  display: none !important;
}

a[href^="http://handgripvegetationhols.com/"],
a[href^="http://join.brokestraightboys.com/track/"],
a[href^="http://li.blogtrottr.com/click?"],
a[href^="http://partners.etoro.com/"],
a[href^="http://premonitioninventdisagree.com/"],
a[href^="http://revolvemockerycopper.com/"],
a[href^="http://roadcontagion.com/"],
a[href^="http://sarcasmadvisor.com/"],
a[href^="http://stickingrepute.com/"],
a[href^="http://tc.tradetracker.net/"]>img,
a[href^="http://trk.globwo.online/"],
a[href^="http://troopsassistedstupidity.com/"],
a[href^="http://www.adultempire.com/unlimited/promo?"][href*="&partner_id="],
a[href^="http://www.friendlyduck.com/AF_"],
a[href^="http://www.h4trck.com/"],
a[href^="http://www.iyalc.com/"],
a[href^="https://123-stream.org/"],
a[href^="https://1betandgonow.com/"],
a[href^="https://1winpb.com/"],
a[href^="https://6-partner.com/"],
a[href^="https://Click.ggpickaff.com/"],
a[href^="https://a-ads.com/"],
a[href^="https://a.adtng.com/"],
a[href^="https://a.bestcontentfood.top/"],
a[href^="https://a.bestcontentoperation.top/"],
a[href^="https://a.bestcontentweb.top/"],
a[href^="https://a.candyai.love/"],
a[href^="https://a.medfoodhome.com/"],
a[href^="https://a.medfoodsafety.com/"],
a[href^="https://a2.adform.net/"],
a[href^="https://ab.advertiserurl.com/aff/"],
a[href^="https://activate-game.com/"],
a[href^="https://ad.doubleclick.net/"],
a[href^="https://ad.zanox.com/ppc/"]>img,
a[href^="https://adclick.g.doubleclick.net/"],
a[href^="https://ads.betfair.com/redirect.aspx?"],
a[href^="https://ads.leovegas.com/"],
a[href^="https://ads.planetwin365affiliate.com/"],
a[href^="https://adultfriendfinder.com/go/"],
a[href^="https://aj1070.online/"],
a[href^="https://ak.oalsauwy.net/"],
a[href^="https://ak.psaltauw.net/"],
a[href^="https://ak.stikroltiltoowi.net/"],
a[href^="https://ausoafab.net/"],
a[href^="https://aweptjmp.com/"],
a[href^="https://awptjmp.com/"],
a[href^="https://banners.livepartners.com/"],
a[href^="https://bc.game/"],
a[href^="https://believessway.com/"],
a[href^="https://best-experience-cool.com/"] {
  display: none !important;
}

a[href^="https://black77854.com/"],
a[href^="https://bngprm.com/"],
a[href^="https://bngpt.com/"],
a[href^="https://bodelen.com/"],
a[href^="https://bongacams10.com/track?"],
a[href^="https://bongacams2.com/track?"],
a[href^="https://cam4com.go2cloud.org/"],
a[href^="https://camfapr.com/landing/click/"],
a[href^="https://chaturbate.com/in/?"],
a[href^="https://claring-loccelkin.com/"],
a[href^="https://click.Ggpickaff.com/"],
a[href^="https://click.candyoffers.com/"],
a[href^="https://click.dtiserv2.com/"],
a[href^="https://click.ggpickaff.com/"],
a[href^="https://click.ggpickyaff.com/"],
a[href^="https://click.hoolig.app/"],
a[href^="https://click.linksynergy.com/fs-bin/"]>img,
a[href^="https://clickadilla.com/"],
a[href^="https://clickins.slixa.com/"],
a[href^="https://clicks.pipaffiliates.com/"],
a[href^="https://clixtrac.com/"],
a[href^="https://combodef.com/"],
a[href^="https://ctjdwm.com/"],
a[href^="https://ctosrd.com/"],
a[href^="https://ctrdwm.com/"],
a[href^="https://datewhisper.life/"],
a[href^="https://dl-protect.net/"],
a[href^="https://drumskilxoa.click/"],
a[href^="https://engine.blueistheneworanges.com/"],
a[href^="https://engine.flixtrial.com/"],
a[href^="https://engine.phn.doublepimp.com/"],
a[href^="https://explore-site.com/"],
a[href^="https://fc.lc/ref/"],
a[href^="https://financeads.net/tc.php?"],
a[href^="https://gamingadlt.com/?offer="],
a[href^="https://get-link.xyz/"],
a[href^="https://getmatchedlocally.com/"],
a[href^="https://gml-grp.com/"],
a[href^="https://go.admjmp.com"],
a[href^="https://go.bbrdbr.com"],
a[href^="https://go.bushheel.com/"],
a[href^="https://go.cmtaffiliates.com/"],
a[href^="https://go.dmzjmp.com"],
a[href^="https://go.etoro.com/"]>img,
a[href^="https://go.goaserv.com/"],
a[href^="https://go.grinsbest.com/"],
a[href^="https://go.hpyjmp.com"],
a[href^="https://go.hpyrdr.com/"],
a[href^="https://go.markets.com/visit/?bta="],
a[href^="https://go.mnaspm.com/"] {
  display: none !important;
}

a[href^="https://go.rmhfrtnd.com"],
a[href^="https://go.rmishe.com/"],
a[href^="https://go.skinstrip.net"][href*="?campaignId="],
a[href^="https://go.strpjmp.com/"],
a[href^="https://go.tmrjmp.com"],
a[href^="https://go.trackitalltheway.com/"],
a[href^="https://go.xlirdr.com"],
a[href^="https://go.xlivrdr.com"],
a[href^="https://go.xlviiirdr.com"],
a[href^="https://go.xlviirdr.com"],
a[href^="https://go.xlvirdr.com"],
a[href^="https://go.xtbaffiliates.com/"],
a[href^="https://go.xxxiijmp.com"],
a[href^="https://go.xxxijmp.com"],
a[href^="https://go.xxxjmp.com"],
a[href^="https://go.xxxvjmp.com/"],
a[href^="https://golinks.work/"],
a[href^="https://helmethomicidal.com/"],
a[href^="https://hot-growngames.life/"],
a[href^="https://identicaldrench.com/"],
a[href^="https://in.rabbtrk.com/"],
a[href^="https://iqbroker.com/"][href*="?aff="],
a[href^="https://ismlks.com/"],
a[href^="https://italarizege.xyz/"],
a[href^="https://jaxofuna.com/"],
a[href^="https://join.bannedsextapes.com/track/"],
a[href^="https://join.dreamsexworld.com/"],
a[href^="https://join.sexworld3d.com/track/"],
a[href^="https://join.virtuallust3d.com/"],
a[href^="https://join.virtualtaboo.com/track/"],
a[href^="https://juicyads.in/"],
a[href^="https://kiksajex.com/"],
a[href^="https://l.hyenadata.com/"],
a[href^="https://landing.brazzersnetwork.com/"],
a[href^="https://lead1.pl/"],
a[href^="https://lijavaxa.com/"],
a[href^="https://lnkxt.bannerator.com/"],
a[href^="https://loboclick.com/"],
a[href^="https://lone-pack.com/"],
a[href^="https://losingoldfry.com/"],
a[href^="https://maymooth-stopic.com/"],
a[href^="https://mediaserver.entainpartners.com/renderBanner.do?"],
a[href^="https://mediaserver.gvcaffiliates.com/renderBanner.do?"],
a[href^="https://mmwebhandler.aff-online.com/"],
a[href^="https://myclick-2.com/"],
a[href^="https://natour.naughtyamerica.com/track/"],
a[href^="https://ndt5.net/"],
a[href^="https://offhandpump.com/"],
a[href^="https://osfultrbriolenai.info/"],
a[href^="https://pb-front.com/"] {
  display: none !important;
}

a[href^="https://pb-imc.com/"],
a[href^="https://pb-track.com/"],
a[href^="https://playnano.online/offerwalls/?ref="],
a[href^="https://porntubemate.com/"],
a[href^="https://postback1win.com/"],
a[href^="https://prf.hn/click/"][href*="/adref:"]>img,
a[href^="https://prf.hn/click/"][href*="/camref:"]>img,
a[href^="https://prf.hn/click/"][href*="/creativeref:"]>img,
a[href^="https://promerycergerful.com/"],
a[href^="https://pubads.g.doubleclick.net/"],
a[href^="https://quotationfirearmrevision.com/"],
a[href^="https://random-affiliate.atimaze.com/"],
a[href^="https://rixofa.com/"],
a[href^="https://s.cant3am.com/"],
a[href^="https://s.deltraff.com/"],
a[href^="https://s.eunow4u.com/"],
a[href^="https://s.ma3ion.com/"],
a[href^="https://s.optzsrv.com/"],
a[href^="https://s.zlink3.com/"],
a[href^="https://s.zlink7.com/"],
a[href^="https://s.zlinkd.com/"],
a[href^="https://s.zlinkn.com/"],
a[href^="https://s.zlinkr.com/"],
a[href^="https://serve.awmdelivery.com/"],
a[href^="https://service.bv-aff-trx.com/"],
a[href^="https://sexynearme.com/"],
a[href^="https://slkmis.com/"],
a[href^="https://snowdayonline.xyz/"],
a[href^="https://stardomcoit.com/"],
a[href^="https://static.fleshlight.com/images/banners/"],
a[href^="https://streamate.com/landing/click/"],
a[href^="https://svb-analytics.trackerrr.com/"],
a[href^="https://syndicate.contentsserved.com/"],
a[href^="https://syndication.dynsrvtbg.com/"],
a[href^="https://syndication.exoclick.com/"],
a[href^="https://syndication.optimizesrv.com/"],
a[href^="https://t.acam.link/"],
a[href^="https://t.adating.link/"],
a[href^="https://t.ajrkm1.com/"],
a[href^="https://t.ajrkm3.com/"],
a[href^="https://t.ajump1.com/"],
a[href^="https://t.aslnk.link/"],
a[href^="https://t.hrtye.com/"],
a[href^="https://tatrck.com/"],
a[href^="https://tc.tradetracker.net/"]>img,
a[href^="https://tm-offers.gamingadult.com/"],
a[href^="https://tour.mrskin.com/"],
a[href^="https://track.1234sd123.com/"],
a[href^="https://track.adform.net/"],
a[href^="https://track.afcpatrk.com/"] {
  display: none !important;
}

a[href^="https://track.aftrk3.com/"],
a[href^="https://track.aftrk5.com/"],
a[href^="https://track.totalav.com/"],
a[href^="https://track.wg-aff.com"],
a[href^="https://tracker.loropartners.com/"],
a[href^="https://tracking.avapartner.com/"],
a[href^="https://traffdaq.com/"],
a[href^="https://trk.nfl-online-streams.club/"],
a[href^="https://trk.softonixs.xyz/"],
a[href^="https://turnstileunavailablesite.com/"],
a[href^="https://twinrdsrv.com/"],
a[href^="https://twinrdsyte.com/"],
a[href^="https://upsups.click/"],
a[href^="https://vo2.qrlsx.com/"],
a[href^="https://voluum.prom-xcams.com/"],
a[href^="https://witnessjacket.com/"],
a[href^="https://wittered-mainging.com/"],
a[href^="https://wmctjd.com/"],
a[href^="https://www.adskeeper.com"],
a[href^="https://www.adultempire.com/"][href*="?partner_id="],
a[href^="https://www.adxsrve.com/"],
a[href^="https://www.bang.com/?aff="],
a[href^="https://www.bet365.com/"][href*="affiliate="],
a[href^="https://www.brazzersnetwork.com/landing/"],
a[href^="https://www.dating-finder.com/?ai_d="],
a[href^="https://www.dating-finder.com/signup/?ai_d="],
a[href^="https://www.dql2clk.com/"],
a[href^="https://www.effectiveratecpm.com/"],
a[href^="https://www.endorico.com/Smartlink/"],
a[href^="https://www.financeads.net/tc.php?"],
a[href^="https://www.friendlyduck.com/AF_"],
a[href^="https://www.geekbuying.com/dynamic-ads/"],
a[href^="https://www.googleadservices.com/pagead/aclk?"]>img,
a[href^="https://www.highcpmrevenuenetwork.com/"],
a[href^="https://www.highperformancecpmgate.com/"],
a[href^="https://www.infowarsstore.com/"]>img,
a[href^="https://www.liquidfire.mobi/"],
a[href^="https://www.mrskin.com/account/"],
a[href^="https://www.mrskin.com/tour"],
a[href^="https://www.nutaku.net/signup/landing/"],
a[href^="https://www.onlineusershielder.com/"],
a[href^="https://www.sheetmusicplus.com/"][href*="?aff_id="],
a[href^="https://www.toprevenuegate.com/"],
a[href^="https://www8.smartadserver.com/"],
a[href^="https://xbet-4.com/"],
a[href^="https://zirdough.net/"],
a[onclick^="window.location.replace('https://random-affiliate.atimaze.com/"],
a[style="width:100%;height:100%;z-index:10000000000000000;position:absolute;top:0;left:0;"],
ad-shield-ads,
ad-slot {
  display: none !important;
}

app-ad,
app-advertisement,
app-large-ad,
aside[id^="adrotate_widgets-"],
atf-ad-slot,
bottomadblock,
display-ad-component,
display-ads,
div[aria-label="Ads"],
div[class$="-adlabel"],
div[class^="Adstyled__AdWrapper-"],
div[data-ad-placeholder],
div[data-ad-region],
div[data-ad-targeting],
div[data-ad-wrapper],
div[data-adname],
div[data-adunit-path],
div[data-adunit],
div[data-adzone],
div[data-alias="300x250 Ad 1"],
div[data-alias="300x250 Ad 2"],
div[data-contentexchange-widget],
div[data-dfp-id],
div[data-id-advertdfpconf],
div[id^="ad-div-"],
div[id^="ad-position-"],
div[id^="ad_position_"],
div[id^="adngin-"],
div[id^="adrotate_widgets-"],
div[id^="adspot-"],
div[id^="crt-"][style],
div[id^="dfp-ad-"],
div[id^="div-ads-"],
div[id^="div-gpt-"],
div[id^="ezoic-pub-ad-"],
div[id^="google_dfp_"],
div[id^="gpt_ad_"],
div[id^="lazyad-"],
div[id^="optidigital-adslot"],
div[id^="rc-widget-"],
div[id^="st"][style^="z-index: 999999999;"],
div[id^="sticky_ad_"],
div[id^="vuukle-ad-"],
div[ow-ad-unit-wrapper],
gpt-ad,
guj-ad,
hl-adsense,
img[src^="https://images.purevpnaffiliates.com"],
img[src^="https://s-img.adskeeper.com/"],
ps-connatix-module {
  display: none !important;
}

span[data-ez-ph-id],
span[id^="ezoic-pub-ad-placeholder-"],
topadblock,
zeus-ad,
.bs-sneaker-container,
.newspack-broadstreet-ad,
.newspack_global_ad,
.newspack_global_ad_new,
.widget_newspack-ads-widget,
broadstreet-zone-container,
#fallbackTerms.fallback-term-holder,
.Ad-Container:not(.adsbygoogle),
.ad-area:not(.text-ad),
.ad-placeholder:not(#filter_ads_by_classname):not(#detect_ad_empire):not(#detect):not(.adsbox),
.ad_box:not(.text-ad),
.ads_container:not(.text-ad),
.sidebar-ad:not(.adsbygoogle),
iframe[scrolling="no"][sandbox*="allow-popups allow-modals"][style^="width: 100%; height: 100%; border: none;"],
#pk-status-message,
#sellwild-loader,
.ad_1tdq7q5,
.style_k8mr7b-o_O-style_uhlm2,
.aspace-300x169,
.aspace-300x250,
#hgiks-middle,
#hgiks-top,
.boxOverContent__banner,
.zone.zone--loaded,
.happy-under-player,
.mntl-leaderboard-header,
.mntl-leaderboard-spacer,
.listing-page-ad,
.shopee-search-user-brief,
a[href*="&maxads="],
a[href*=".cfm?domain="][href*="&fp="],
.CitrusBannerWrapper--enollj,
[class^="tile-picker__CitrusBannerContainer-sc-"],
citrus-ad-wrapper,
.RC-AD,
.RC-AD-BOX-BOTTOM,
.RC-AD-BOX-MIDDLE,
.RC-AD-BOX-TOP,
.RC-AD-TOP-BANNER,
ins.adsbygoogle[data-ad-client],
ins.adsbygoogle[data-ad-slot],
#mgb-container>#mgb,
#kt_player>a[target="_blank"],
#kt_player>div[style$="display: block;"][style*="inset: 0px;"],
#slashboxes>.deals-rail,
.scroll-fixable.rail-right>.deals-rail {
  display: none !important;
}

.click-track.partner,
.click-track.shop-window-affiliate,
.index-module_adBeforeContent__UYZT,
.interstory_first_mobile,
.interstory_second_mobile,
#gnt_atomsnc,
#gpt-dynamic_native_article_4,
#gpt-high_impact,
#gpt-poster,
.gnt_em_vp__tavp,
.gnt_em_vp_c[data-g-s="vp_dk"],
.gnt_flp,
.gnt_rr_xpst,
.gnt_rr_xst,
.gnt_tb.gnt_tbb,
.gnt_tbr.gnt_tb,
.gnt_x,
.gnt_x__lbl,
.gnt_xmst,
.mntl-block.article__broad-video,
.mntl-jwplayer-broad.article__broad-video--jw,
.mntl-jwplayer-broad.article__broad-video-jw,
.row-list.banniere,
.row-list.native,
#Player_Playoncontent,
#Player_Playoncontent_footer,
#aniview--player,
#cmg-video-player-placeholder,
#jwplayer-container-div,
#jwplayer_contextual_player_div,
#kargo-player,
#mm-player-placeholder-large-screen,
#mplayer-embed,
#primis-holder,
#primis_intext,
#vidazoo-player,
.GRVPrimisVideo,
.GRVVideo,
.ac-lre-desktop,
.ac-lre-player-ph,
.ac-lre-wrapper,
.ad-container--hot-video,
.ae-player__itv,
.ami-video-wrapper,
.ampexcoVideoPlayer,
.aniview-inline-player,
.anyClipWrapper,
.aplvideo,
.article-connatix-wrap,
.article-detail-ad {
  display: none !important;
}

.avp-p-wrapper,
.ck-anyclips,
.ck-anyclips-article,
.exco-container,
.ez-sidebar-wall-ad,
.ez-video-wrap,
.htl-inarticle-container,
.js-widget-distroscale,
.js-widget-send-to-news,
.jwPlayer--floatingContainer,
.legion_primiswrapper,
.mm-embed--sendtonews,
.mm-widget--sendtonews,
.nts-video-wrapper,
.oovvuu-embed-player,
.playwire-article-leaderboard-ad,
.pmc-contextual-player,
.pop-out-eplayer-container,
.popup-box-ads,
.primis-ad,
.primis-ad-wrap,
.primis-custom,
.primis-player,
.primis-player__container,
.primis-video-player,
.primis_1,
.s2nContainer,
.send-to-news,
.van_vid_carousel,
.video--container--aniview,
.vidible-wrapper,
[class^="s2nPlayer"],
.pizza-x.pizza,
.pizza-y.pizza,
.BeOpWidget,
a[href^="https://billing.purevpn.com/aff.php"]>img,
a[href^="https://fastestvpn.com/lifetime-special-deal?a_aid="],
a[href^="https://get.surfshark.net/aff_c?"][href*="&aff_id="]>img,
a[href^="https://go.nordvpn.net/aff"]>img,
a[href^="https://torguard.net/aff.php"]>img,
a[href^="https://track.ultravpn.com/"],
a[href^="https://www.get-express-vpn.com/offer/"],
a[href^="https://www.goldenfrog.com/vyprvpn?offer_id="][href*="&aff_id="],
a[href^="https://www.privateinternetaccess.com/"]>img,
a[href^="https://www.purevpn.com/"][href*="&utm_source=aff-"],
.grid>.container>#aside-promotion,
.default_rc_theme,
.inf-onclickvideo-adbox,
.inf-onclickvideo-container,
.add-box-side {
  display: none !important;
}

.add-box-top,
.partner-loading-shown.partner-label,
div[id*="MarketGid"],
div[id*="ScriptRoot"],
#ezmob_footer,
.rec-sponsored,
.rec_article_footer,
.rec_article_right,
.rec_container__right,
.rec_container_footer,
.rec_container_right,
.rec_title_footer,
[onclick*="content.ad/"],
.amp-ad,
.amp-ad-container,
.amp-ad__wrapper,
.amp-ads,
.amp-ads-container,
.amp-adv-container,
.amp-adv-wrapper,
.amp-article-ad-element,
.amp-flying-carpet-text-border,
.amp-sticky-ad-custom,
.amp-sticky-ads,
.amp-unresolved,
.amp_ad_1,
.amp_ad_header,
.amp_ad_wrapper,
.ampad,
.ct_ampad,
.spotim-amp-list-ad,
AMP-AD,
amp-ad,
amp-ad-custom,
amp-connatix-player,
amp-fx-flying-carpet,
#mobile-swipe-banner,
#banner_pos1_ddb_0,
#banner_pos2_ddb_0,
#banner_pos3_ddb_0,
#banner_pos4_ddb_0,
#ddb_fluid_native_ddb_0,
#js-Sponsored-Container,
#premium_ddb_0,
#rightrail_bottom_ddb_0,
#rightrail_pos1_ddb_0,
#rightrail_pos2_ddb_0,
#rightrail_pos3_ddb_0,
#rightrail_top_ddb_0,
#story_bottom_ddb_0 {
  display: none !important;
}

#story_bottom_ddb_1,
#story_top_ddb_0,
.DisplayAd_PremiumPlacement__gAXXB,
.index-module_adAfterContent__RcW1,
.index-module_adBeforeContent__AMXn,
.index-module_rightrailBottom__IJEl,
.index-module_rightrailTop__mag4,
.index-module_sd_background__Um4w,
.premium_PremiumPlacement__2dEp0,
.style_medTopAdsWrapper__rd6bz,
.teaserList-module_nativeAdWrapper__uBhF,
#ultimedia_wrapper,
.babel_player_block,
.brandpost_inarticle,
.container-content__container-relatedlinks,
#pubexchange_below_content,
.pubexchange_module,
#around-the-web,
#g-outbrain,
#js-outbrain-ads-module,
#js-outbrain-module,
#js-outbrain-relateds,
#outbrain,
#outbrain-id,
#outbrain-section,
#outbrain-wrapper,
#outbrain1,
#outbrainAdWrapper,
#outbrainWidget,
#outbrain_widget_0,
.ArticleFooter-outbrain,
.ArticleOutbrainLocal,
.OUTBRAIN,
.Outbrain,
.adv_outbrain,
.article_OutbrainContent,
.box-outbrain,
.c2_outbrain,
.component-outbrain,
.js-outbrain-container,
.mid-outbrain,
.mntl-outbrain,
.ob-p.ob-dynamic-rec-container,
.ob-smartfeed-wrapper,
.ob-widget-header,
.outBrainWrapper,
.outbrain,
.outbrain-ad-slot,
.outbrain-ad-units,
.outbrain-ads {
  display: none !important;
}

.outbrain-bg,
.outbrain-bloc,
.outbrain-content,
.outbrain-group,
.outbrain-module,
.outbrain-placeholder,
.outbrain-recommended,
.outbrain-reserved-space,
.outbrain-single-bottom,
.outbrain-widget,
.outbrain-wrap,
.outbrain-wrapper,
.outbrain-wrapper-container,
.outbrain-wrapper-outer,
.outbrainAdHeight,
.outbrainWidget,
.outbrain__main,
.outbrain_container,
.outbrain_skybox,
.outbrainad,
.outbrainbox,
.promoted-outbrain,
.responsive-ad-outbrain,
.sics-component__outbrain,
.sidebar-outbrain,
.single__outbrain,
.voc-ob-wrapper,
.widget_outbrain,
.widget_outbrain_widget,
a[data-oburl^="https://paid.outbrain.com/network/redir?"],
a[data-redirect^="https://paid.outbrain.com/network/redir?"],
a[href^="https://paid.outbrain.com/network/redir?"],
a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"],
a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"]+.ob_source,
#block-boxes-taboola,
#block-taboolablock,
#component-taboola-below-article-feed,
#component-taboola-below-article-feed-2,
#component-taboola-below-homepage-feed,
#js-Taboola-Container-0,
#moduleTaboolaRightRail,
#original_taboola,
#possible_taboola,
#taboola,
#taboola-above-homepage-thumbnails,
#taboola-ad,
#taboola-adverts,
#taboola-below,
#taboola-below-article-1,
#taboola-below-article-thumbnails {
  display: none !important;
}

#taboola-below-article-thumbnails-2,
#taboola-below-article-thumbnails-express,
#taboola-below-article-thumbnails-mg,
#taboola-below-article-thumbnails-new,
#taboola-below-article-thumbnails-photo,
#taboola-below-article-thumbnails-v2,
#taboola-below-disco-board,
#taboola-below-forum-thumbnails,
#taboola-below-homepage-thumbnails-2,
#taboola-below-homepage-thumbnails-3,
#taboola-below-main-column,
#taboola-belowarticle,
#taboola-bottom,
#taboola-bottom-main-column,
#taboola-div,
#taboola-homepage-thumbnails,
#taboola-homepage-thumbnails-desktop,
#taboola-horizontal-toolbar,
#taboola-in-feed-thumbnails,
#taboola-mid-article-thumbnails,
#taboola-mid-article-thumbnails-ii,
#taboola-mid-main-column-thumbnails,
#taboola-mobile-article-thumbnails,
#taboola-native-right-rail-thumbnails,
#taboola-placeholder,
#taboola-right-rail,
#taboola-right-rail-express,
#taboola-right-rail-text-right,
#taboola-right-rail-thumbnails,
#taboola-right-rail-thumbnails-2nd,
#taboola-text-2-columns-mix,
#taboola-vid-container,
#taboola-widget-wrapper,
#taboolaContainerWrapper_0,
#taboola_bottom,
#taboola_responsive_wrapper,
#taboola_side,
#taboola_wrapper,
.article-taboola,
.divider-taboola,
.grid__module-sizer_name_taboola,
.js-taboola,
.m-article-taboola,
.mc-column-Taboola,
.nya-slot[style],
.slottaboola,
.taboola,
.taboola-above-article,
.taboola-above-article-thumbnails,
.taboola-ad {
  display: none !important;
}

.taboola-banner,
.taboola-block,
.taboola-bottom-adunit,
.taboola-container,
.taboola-frame,
.taboola-general,
.taboola-in-plug-wrap,
.taboola-inbetweener,
.taboola-item,
.taboola-like-block,
.taboola-module,
.taboola-placeholder,
.taboola-recommends,
.taboola-sidebar,
.taboola-sidebar-container,
.taboola-skip-wrapper,
.taboola-thumbnails-container,
.taboola-vertical,
.taboola-widget,
.taboola-wrapper,
.taboolaArticle,
.taboolaDiv,
.taboolaHeight,
.taboola__container,
.taboola_blk,
.taboola_body_ad,
.taboola_container,
.taboola_lhs,
.taboola_module,
.taboolaloader,
.trb_taboola,
.trc-first-recommendation,
.trc-spotlight-first-recommendation,
.trc_excludable,
.trc_rbox,
.trc_rbox_border_elm,
.trc_rbox_div,
.trc_related_container,
.trc_spotlight_item,
.van_taboola,
.widget_taboola,
[data-taboola-options],
[data-testid="commercial-label-taboola"],
[data-testid^="taboola-"],
amp-embed[type="taboola"],
div[id^="taboola-stream-"],
.ZERGNET,
.module-zerg,
.sidebar-zergnet,
.zerg-widget {
  display: none !important;
}

.zerg-widgets,
.zergnet,
.zergnet-holder,
.zergnet-row,
.zergnet-unit,
.zergnet-widget,
.zergnet-widget-container,
.zergnet-widget__header,
.zergnet-widget__subtitle,
.zergnet__container,
div[id^="zergnet-widget"],
.ad-fallback,
.ad.reform-top,
.reform-top-container,
.section-subheader>.section-hotel-prices-header,
div[data-testid="prism-taboola"],
.ninja-recommend-block,
img[src^="//counter.ukr.net/"],
amp-embed[type="taboola"],
#qoo-counter,
#ramblerCounter,
#top100counter,
.plugin-daily_count,
a[href^="http://click.hotlog.ru/"],
a[href^="http://hitcounter.ru/top/stat.php"],
a[href^="http://metrika.yandex.ru/stat/"],
a[href^="http://top.mail.ru/jump"],
a[href^="http://top100.rambler.ru/"],
a[href^="http://www.liveinternet.ru/stat/"],
a[href^="https://metrika.yandex.ru/stat/"],
a[href^="https://top.mail.ru/jump"],
img[src*="counter.yadro.ru"],
img[src^="http://c.bigmir.net/"] {
  display: none !important;
}

.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {
  display: block !important;
}

div[class*=" "][style^="width: 1px; height: 1px; position: absolute; left: -10000px; top: -"] {
  display: block !important;
}

div[class="adsbygoogle"][id="ad-detector"] {
  display: block !important;
}


body,
html {
  margin: 0;
  padding: 0;
  border: 0
}

.grecaptcha-badge {
  visibility: hidden
}

.shell-container {
  width: 100%;
  height: 100%
}

.shell-container__mf {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff
}

.shell-container__portal {
  display: contents
}

.shell-container__auth {
  display: block
}

.shell-container__legacy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto
}

.shell-container__dash {
  visibility: hidden
}

.loading {
  font-family: sans-serif;
  width: 100vw;
  height: 100vh;
  background-color: azure;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: .5
}

.overlay-root {
  position: absolute;
  top: 0;
  left: 0
}

.version {
  display: none
}

.legacy-app-iframe {
  height: 99.8vh;
  width: 100%;
  border: none
}

._2LcN4zHfIL-9QJHU6josDd {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  background-color: rgba(0, 25, 71, .8);
  backdrop-filter: blur(6px);
  opacity: 1;
  align-items: center;
  justify-content: center;
  z-index: 999999
}

.tbg8dXWRYHAwbdxaOyLmA {
  display: flex;
  border-radius: 2px;
  width: 68px;
  height: 71px;
  justify-content: center;
  align-items: center
}

._3-2aCGgKdV8V-1CNTL9oBf {
  width: 40px;
  height: 40px;
  animation: _3AYCpRFbH25z5ekbEIlmV0 .5s linear infinite;
  animation-duration: 750ms
}

._3-2aCGgKdV8V-1CNTL9oBf circle {
  stroke: #fff;
  fill: transparent;
  stroke-width: 4px;
  stroke-dasharray: 128px;
  stroke-dashoffset: 82px
}

@keyframes _3AYCpRFbH25z5ekbEIlmV0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@font-face {
  font-family: "roboto-medium";
  src: url(/bbog-pb-frontend-bv-shell/0fcd45fbfc419c42c8b9.ttf)
}

@font-face {
  font-family: "roboto-regular";
  src: url(/bbog-pb-frontend-bv-shell/6bede58e856278b0f8f1.ttf)
}

._1onbo197DXNq3Giiuo1vRv {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
  font-family: "roboto-regular", "Helvetica Neue", sans-serif
}

._2PZa_b_AtL2d8cb82SVDql {
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

._1LjkaXsVH0YfoB2Q_zWVle {
  width: 32px;
  height: 32px;
  display: initial
}

._26M38p7UQNpLf7D1hSA-nV {
  width: 160px;
  height: 32px;
  display: none
}

._3a1UOp3u_qvP-AMqosCYeU {
  background-color: #f6f8fa;
  height: calc(100vh - 144px);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center
}

._2H-DGNG2IQXhyTMRQ0IJtv {
  margin: 24px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5c5c5c;
  text-align: center
}

.mcA6UR7FR-ryamUEhvP-3 {
  font-family: "roboto-medium", "Helvetica Neue", sans-serif;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 16px;
  border: 1px solid #0040a8;
  background-color: #0040a8;
  color: #fff;
  transition: .3s;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .2px
}

.mcA6UR7FR-ryamUEhvP-3:hover {
  background: #002c76;
  box-shadow: 0 4px 12px 0 rgba(0, 64, 168, .4);
  border: 1px solid #002c76
}

._35mileBQCOONJaZhpQKk1L {
  padding: 12px 48px;
  display: flex;
  flex-direction: column
}

._2uqkTDfId7lm3tS8Q0dJ9f {
  flex-grow: 1;
  font-weight: 400;
  font-size: 12px;
  color: #5c5c5c;
  line-height: 20px;
  letter-spacing: -0.0230769px;
  text-align: center
}

._5nnVWR0Kz3SjGUVMaqjAu {
  display: flex;
  flex-direction: column
}

._1PKzAVlOKD6TVEjFparWud {
  margin: 17px 0;
  text-align: center
}

._1MOXWYjaNIDcH19gtKVMVs {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center
}

@media(min-width: 540px) {
  ._1LjkaXsVH0YfoB2Q_zWVle {
    display: none
  }

  ._26M38p7UQNpLf7D1hSA-nV {
    display: initial
  }

  ._35mileBQCOONJaZhpQKk1L {
    flex-direction: row;
    padding: 12px 16px
  }

  ._2uqkTDfId7lm3tS8Q0dJ9f {
    text-align: justify
  }

  ._5nnVWR0Kz3SjGUVMaqjAu {
    padding-left: 32px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
  }

  ._1MOXWYjaNIDcH19gtKVMVs {
    margin-left: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-rl
  }
}

@media(min-width: 768px) {
  ._35mileBQCOONJaZhpQKk1L {
    flex-direction: row;
    padding: 12px 16px
  }

  ._2uqkTDfId7lm3tS8Q0dJ9f {
    padding-left: 140px
  }
}


@font-face {
  font-family: Roboto-Light;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/ce61b8b68994802f2e55.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Regular;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/6bede58e856278b0f8f1.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Medium;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/0fcd45fbfc419c42c8b9.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Bold;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/17451a4c1cd55e33ac57.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Italic;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/dcb583d9def8308113fc.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/102943405e853bda70b7.ttf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Light;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/cf3b218b9d8877687ef2.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-ExtraLight;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/5b6830cee35fa8d4fb43.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Regular;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/02bd97efb2ed1dc7702b.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Medium;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/2da6bbd4db1475453e0f.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-SemiBold;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/60fce337c87d32ec7c4a.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Thin;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/98e7549738e21930bcc0.otf);
  font-display: swap
}

@font-face {
  font-family: "bdb-icons";
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/fae33913260f3da3ca9b.eot?4u9hg8);
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/fae33913260f3da3ca9b.eot?4u9hg8#iefix) format("embedded-opentype"), url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/a86ea0b24f090c14ed9a.woff?4u9hg8) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block
}

[class^=ico-],
[class*=" ico-"] {
  font-family: "bdb-icons" !important;
  font-size: 32px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ico-aval .path1:before {
  content: "";
  color: #4d86d4
}

.ico-aval .path2:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-aval .path3:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-aval .path4:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-aval .path5:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-aval .path6:before {
  content: "";
  margin-left: -0.9697265625em;
  color: black
}

.ico-aval .path7:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-aval .path8:before {
  content: "";
  margin-left: -0.9697265625em;
  color: black
}

.ico-aval .path9:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-aval .path10:before {
  content: "";
  margin-left: -0.9697265625em;
  color: black
}

.ico-aval .path11:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #b4281d
}

.ico-aval .path12:before {
  content: "";
  margin-left: -0.9697265625em;
  color: black
}

.ico-aval .path13:before {
  content: "";
  margin-left: -0.9697265625em;
  color: #4d86d4
}

.ico-pse-circle .path1:before {
  content: "";
  color: #1c408f
}

.ico-pse-circle .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path4:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path5:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path6:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path7:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path8:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path9:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path10:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path11:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path12:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path13:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-pse-circle .path14:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-porvenir .path1:before {
  content: "";
  color: #56752f
}

.ico-porvenir .path2:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path3:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path4:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path5:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path6:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path7:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path8:before {
  content: "";
  margin-left: -1em;
  color: #56752f
}

.ico-porvenir .path9:before {
  content: "";
  margin-left: -1em;
  color: #f29424
}

.ico-iloader .path1:before {
  content: "";
  color: #0043a9
}

.ico-iloader .path2:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.9
}

.ico-iloader .path3:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.8
}

.ico-iloader .path4:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.7
}

.ico-iloader .path5:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.6
}

.ico-iloader .path6:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.5
}

.ico-iloader .path7:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.4
}

.ico-iloader .path8:before {
  content: "";
  margin-left: -1em;
  color: #0043a9;
  opacity: 0.3
}

.ico-fiducia:before {
  content: ""
}

.ico-mfinanzas:before {
  content: ""
}

.ico-ach:before {
  content: "";
  color: #065ea7
}

.ico-dale .path1:before {
  content: "";
  color: #e8415b
}

.ico-dale .path2:before {
  content: "";
  margin-left: -1em;
  color: #000035
}

.ico-ceropay:before {
  content: "";
  color: #3c07ad
}

.ico-hospital:before {
  content: ""
}

.ico-customer-service:before {
  content: ""
}

.ico-customerservice:before {
  content: ""
}

.ico-i-pse .path1:before {
  content: "";
  color: #ffcb05
}

.ico-i-pse .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffcb05
}

.ico-i-pse .path31:before {
  content: "";
  margin-left: -1em;
  color: #065ea7
}

.ico-i-pse .path32:before {
  content: "";
  margin-left: -1em;
  color: #065ea7
}

.ico-i-pse .path33:before {
  content: "";
  margin-left: -1em;
  color: #065ea7
}

.ico-cobros:before {
  content: ""
}

.ico-centralesriesgo:before {
  content: ""
}

.ico-embargos:before {
  content: ""
}

.ico-sustitucionpass:before {
  content: ""
}

.ico-instagram:before {
  content: ""
}

.ico-facebook:before {
  content: ""
}

.ico-youtube:before {
  content: ""
}

.ico-twitter:before {
  content: ""
}

.ico-invoice-line:before {
  content: ""
}

.ico-liquidity:before {
  content: ""
}

.ico-rediscount:before {
  content: ""
}

.ico-sustainability:before {
  content: ""
}

.ico-overdraft:before {
  content: ""
}

.ico-trade-credit:before {
  content: ""
}

.ico-no-walk:before {
  content: ""
}

.ico-disabled-brain:before {
  content: ""
}

.ico-temporarily-disabled:before {
  content: ""
}

.ico-no-listen:before {
  content: ""
}

.ico-no-view:before {
  content: ""
}

.ico-retencion-cliente:before {
  content: ""
}

.ico-transfiya .path1:before {
  content: "";
  color: #002f87
}

.ico-transfiya .path2:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path3:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path4:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path5:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path6:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path7:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path8:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path9:before {
  content: "";
  margin-left: -1em;
  color: #002f87
}

.ico-transfiya .path10:before {
  content: "";
  margin-left: -1em;
  color: black
}

.ico-transfiya .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff9e18
}

.ico-transfiya .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffb71b
}

.ico-recargas:before {
  content: ""
}

.ico-folder:before {
  content: ""
}

.ico-favorite-fill:before {
  content: ""
}

.ico-favorite:before {
  content: ""
}

.ico-reload:before {
  content: ""
}

.ico-facilpass-sigla .path1:before {
  content: "";
  color: #00b700
}

.ico-facilpass-sigla .path2:before {
  content: "";
  margin-left: -1em;
  color: #0033e0
}

.ico-facilpass .path1:before {
  content: "";
  color: #0033e0
}

.ico-facilpass .path2:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #0033e0
}

.ico-facilpass .path3:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #0033e0
}

.ico-facilpass .path4:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #0033e0
}

.ico-facilpass .path5:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #0033e0
}

.ico-facilpass .path6:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #00b700
}

.ico-facilpass .path7:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #00b700
}

.ico-facilpass .path8:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #00b700
}

.ico-facilpass .path9:before {
  content: "";
  margin-left: -4.3173828125em;
  color: #00b700
}

.ico-transfers:before {
  content: ""
}

.ico-closeview:before {
  content: ""
}

.ico-delete:before {
  content: ""
}

.ico-portfolio-purchase:before {
  content: ""
}

.ico-credits:before {
  content: ""
}

.ico-credit-cancel:before {
  content: ""
}

.ico-liquidez:before {
  content: ""
}

.ico-cartera:before {
  content: ""
}

.ico-libre-destino:before {
  content: ""
}

.ico-adelanto-de-nomina:before {
  content: ""
}

.ico-black-visa .path1:before {
  content: "";
  color: #333333
}

.ico-black-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-adquirencias:before {
  content: ""
}

.ico-alcancias:before {
  content: ""
}

.ico-applepay:before {
  content: ""
}

.ico-applepayone .path1:before {
  content: "";
  color: #333333
}

.ico-applepayone .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-applepayone .path3:before {
  content: "";
  margin-left: -1em;
  color: #333333
}

.ico-applepayone .path4:before {
  content: "";
  margin-left: -1em;
  color: #333333
}

.ico-applepayone .path5:before {
  content: "";
  margin-left: -1em;
  color: #333333
}

.ico-applepayone .path6:before {
  content: "";
  margin-left: -1em;
  color: #333333
}

.ico-applepayone .path7:before {
  content: "";
  margin-left: -1em;
  color: #333333
}

.ico-applepaytwo:before {
  content: ""
}

.ico-autenticacion-pj:before {
  content: ""
}

.ico-autenticacion-pn:before {
  content: ""
}

.ico-banca-movil:before {
  content: ""
}

.ico-banca-virtual:before {
  content: ""
}

.ico-bnpl:before {
  content: ""
}

.ico-cdts:before {
  content: ""
}

.ico-crediconvenio:before {
  content: ""
}

.ico-crediservice:before {
  content: ""
}

.ico-credit-bussiness:before {
  content: ""
}

.ico-credit-consumo:before {
  content: ""
}

.ico-credit-rotary:before {
  content: ""
}

.ico-credit-student:before {
  content: ""
}

.ico-credito-vehiculo:before {
  content: ""
}

.ico-credito-vivienda:before {
  content: ""
}

.ico-creditos-y-microcreditos:before {
  content: ""
}

.ico-cuenta-afc:before {
  content: ""
}

.ico-cuenta-corriente:before {
  content: ""
}

.ico-cuenta-de-ahorros:before {
  content: ""
}

.ico-down-payment:before {
  content: ""
}

.ico-e-commerce:before {
  content: ""
}

.ico-fiducias:before {
  content: ""
}

.ico-leasing:before {
  content: ""
}

.ico-libranzas:before {
  content: ""
}

.ico-links:before {
  content: ""
}

.ico-omnicanalidad:before {
  content: ""
}

.ico-pfm:before {
  content: ""
}

.ico-portal-empresas:before {
  content: ""
}

.ico-primera-compra:before {
  content: ""
}

.ico-pse:before {
  content: ""
}

.ico-pymes:before {
  content: ""
}

.ico-seguros:before {
  content: ""
}

.ico-tc:before {
  content: ""
}

.ico-add-delete:before {
  content: ""
}

.ico-add-large:before {
  content: ""
}

.ico-add:before {
  content: ""
}

.ico-arrow-back-bm:before {
  content: ""
}

.ico-arrow-back:before {
  content: ""
}

.ico-arrow-down:before {
  content: ""
}

.ico-arrow-next:before {
  content: ""
}

.ico-arrow-up:before {
  content: ""
}

.ico-bar-code:before {
  content: ""
}

.ico-close:before {
  content: ""
}

.ico-download:before {
  content: ""
}

.ico-expand:before {
  content: ""
}

.ico-info:before {
  content: ""
}

.ico-light-off:before {
  content: ""
}

.ico-light-on .path1:before {
  content: "";
  color: #333333
}

.ico-light-on .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-light-on .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-light-on .path4:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-light-on .path5:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-loader .path1:before {
  content: "";
  color: black
}

.ico-loader .path2:before {
  content: "";
  margin-left: -1em;
  color: #333333
}

.ico-login:before {
  content: ""
}

.ico-logout:before {
  content: ""
}

.ico-menu:before {
  content: ""
}

.ico-new-scan:before {
  content: ""
}

.ico-options:before {
  content: ""
}

.ico-qr-code:before {
  content: ""
}

.ico-qr-scan:before {
  content: ""
}

.ico-qr-transfer:before {
  content: ""
}

.ico-question-help:before {
  content: ""
}

.ico-question:before {
  content: ""
}

.ico-remove:before {
  content: ""
}

.ico-retract:before {
  content: ""
}

.ico-scan-pay:before {
  content: ""
}

.ico-scan-simple:before {
  content: ""
}

.ico-share:before {
  content: ""
}

.ico-token-active:before {
  content: ""
}

.ico-token-inactive:before {
  content: ""
}

.ico-token-pending:before {
  content: ""
}

.ico-transfer:before {
  content: ""
}

.ico-upload:before {
  content: ""
}

.ico-zoom-in:before {
  content: ""
}

.ico-zoom-out:before {
  content: ""
}

.ico-av-villas .path1:before {
  content: "";
  color: #003998
}

.ico-av-villas .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-av-villas .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-black-mastercard .path1:before {
  content: "";
  color: #333333
}

.ico-black-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5e00
}

.ico-black-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-black-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-bogota .path1:before {
  content: "";
  color: #ffbe00
}

.ico-bogota .path2:before {
  content: "";
  margin-left: -1em;
  color: #cd3232
}

.ico-bogota .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffbe00
}

.ico-card-visa .path1:before {
  content: "";
  color: #5c8bcc
}

.ico-card-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-claro:before {
  content: "";
  color: #cc2229
}

.ico-clasica-mastercard .path1:before {
  content: "";
  color: #0040a8
}

.ico-clasica-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5f00
}

.ico-clasica-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b
}

.ico-clasica-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-clasica-mastercard .path5:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-clasica-visa .path1:before {
  content: "";
  color: #0040a8
}

.ico-clasica-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-debito-mastercard .path1:before {
  content: "";
  color: white
}

.ico-debito-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #5c8bcc
}

.ico-debito-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff5e00
}

.ico-debito-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-debito-mastercard .path5:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-debitomastercard .path1:before {
  content: "";
  color: #5c8bcc
}

.ico-debitomastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5e00
}

.ico-debitomastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-debitomastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-eaab:before {
  content: "";
  color: #008fd8
}

.ico-enel:before {
  content: "";
  color: #ff1065
}

.ico-essa:before {
  content: ""
}

.ico-etb:before {
  content: "";
  color: #008fd8
}

.ico-gdo .path1:before {
  content: "";
  color: #008fd8
}

.ico-gdo .path2:before {
  content: "";
  margin-left: -1em;
  color: #008fd8
}

.ico-gdo .path3:before {
  content: "";
  margin-left: -1em;
  color: #008fd8
}

.ico-gdo .path4:before {
  content: "";
  margin-left: -1em;
  color: black
}

.ico-gdo .path5:before {
  content: "";
  margin-left: -1em;
  color: black
}

.ico-gold-mastercard .path1:before {
  content: "";
  color: #b09759
}

.ico-gold-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5e00
}

.ico-gold-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-gold-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-gold-visa .path1:before {
  content: "";
  color: #b09759
}

.ico-gold-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-infinite-mastercard .path1:before {
  content: "";
  color: #002c76
}

.ico-infinite-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5e00
}

.ico-infinite-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-infinite-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-infinite-visa .path1:before {
  content: "";
  color: #002c76
}

.ico-infinite-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master-blue .path1:before {
  content: "";
  color: #1c83e1
}

.ico-master-blue .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5f00
}

.ico-master-blue .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b
}

.ico-master-blue .path4:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master-blue .path5:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master-green .path1:before {
  content: "";
  color: #60cc4d
}

.ico-master-green .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5f00
}

.ico-master-green .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b
}

.ico-master-green .path4:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master-green .path5:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master-purple .path1:before {
  content: "";
  color: #b057a0
}

.ico-master-purple .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5f00
}

.ico-master-purple .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b
}

.ico-master-purple .path4:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master-purple .path5:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master-red .path1:before {
  content: "";
  color: #f23a31
}

.ico-master-red .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master-red .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master-red .path4:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master-solid:before {
  content: "";
  color: #858585
}

.ico-master-yellow .path1:before {
  content: "";
  color: #fdc130
}

.ico-master-yellow .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master-yellow .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master-yellow .path4:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-master .path1:before {
  content: "";
  color: white
}

.ico-master .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5f00
}

.ico-master .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b
}

.ico-master .path4:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-master .path5:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b
}

.ico-movistar:before {
  content: "";
  color: #00abe1
}

.ico-occidente:before {
  content: "";
  color: #0081ff
}

.ico-platinum-black .path1:before {
  content: "";
  color: #333333
}

.ico-platinum-black .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-platinum-mastercard .path1:before {
  content: "";
  color: #858585
}

.ico-platinum-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5e00
}

.ico-platinum-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-platinum-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-platinum-visa .path1:before {
  content: "";
  color: #858585
}

.ico-platinum-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-popular:before {
  content: "";
  color: #00a80c
}

.ico-tigo:before {
  content: "";
  color: #00377b
}

.ico-vanti .path1:before {
  content: "";
  color: #f9d248
}

.ico-vanti .path2:before {
  content: "";
  margin-left: -1em;
  color: #142e53
}

.ico-vanti .path3:before {
  content: "";
  margin-left: -1em;
  color: #142e53
}

.ico-vanti .path4:before {
  content: "";
  margin-left: -1em;
  color: #142e53
}

.ico-vanti .path5:before {
  content: "";
  margin-left: -1em;
  color: #142e53
}

.ico-vanti .path6:before {
  content: "";
  margin-left: -1em;
  color: #142e53
}

.ico-vanti .path7:before {
  content: "";
  margin-left: -1em;
  color: #142e53
}

.ico-virgin:before {
  content: "";
  color: #cc2229
}

.ico-visa-blue .path1:before {
  content: "";
  color: #1c83e1
}

.ico-visa-blue .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-visa-green .path1:before {
  content: "";
  color: #60cc4d
}

.ico-visa-green .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-visa-pruple .path1:before {
  content: "";
  color: #b057a0
}

.ico-visa-pruple .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-visa-red .path1:before {
  content: "";
  color: #f23a31
}

.ico-visa-red .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-visa-yellow .path1:before {
  content: "";
  color: #fdc130
}

.ico-visa-yellow .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-visa .path1:before {
  content: "";
  color: white
}

.ico-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: #1a1f71
}

.ico-wom:before {
  content: "";
  color: #612d8a
}

.ico-accessibility:before {
  content: ""
}

.ico-administration-expenses:before {
  content: ""
}

.ico-advisory-services:before {
  content: ""
}

.ico-avartars-profile-settings:before {
  content: ""
}

.ico-avatar-generic:before {
  content: ""
}

.ico-avatar-man:before {
  content: ""
}

.ico-avatar-transfer:before {
  content: ""
}

.ico-avatar-woman:before {
  content: ""
}

.ico-award:before {
  content: ""
}

.ico-bank-references:before {
  content: ""
}

.ico-beauty:before {
  content: ""
}

.ico-bell-mute:before {
  content: ""
}

.ico-bell:before {
  content: ""
}

.ico-business-sales:before {
  content: ""
}

.ico-calendar-check:before {
  content: ""
}

.ico-calendar-default:before {
  content: ""
}

.ico-calendar-download:before {
  content: ""
}

.ico-calendar-fail:before {
  content: ""
}

.ico-calendar-info:before {
  content: ""
}

.ico-calendar-lock:before {
  content: ""
}

.ico-calendar-time:before {
  content: ""
}

.ico-call-center:before {
  content: ""
}

.ico-camera:before {
  content: ""
}

.ico-card-id:before {
  content: ""
}

.ico-checklist:before {
  content: ""
}

.ico-close-hand:before {
  content: ""
}

.ico-close-view:before {
  content: ""
}

.ico-clothing:before {
  content: ""
}

.ico-congelar:before {
  content: ""
}

.ico-connected:before {
  content: ""
}

.ico-contact:before {
  content: ""
}

.ico-cursor-hand:before {
  content: ""
}

.ico-dashboard-browser:before {
  content: ""
}

.ico-dashboard-layout:before {
  content: ""
}

.ico-delivery:before {
  content: ""
}

.ico-digital-shift:before {
  content: ""
}

.ico-disconnected:before {
  content: ""
}

.ico-document-check:before {
  content: ""
}

.ico-document-download:before {
  content: ""
}

.ico-document-fail:before {
  content: ""
}

.ico-document-image:before {
  content: ""
}

.ico-document-plus:before {
  content: ""
}

.ico-document-services:before {
  content: ""
}

.ico-document-statements:before {
  content: ""
}

.ico-document-transfer:before {
  content: ""
}

.ico-document-upload:before {
  content: ""
}

.ico-documents-certificates:before {
  content: ""
}

.ico-documents-services:before {
  content: ""
}

.ico-documents-statements:before {
  content: ""
}

.ico-documents-transfer:before {
  content: ""
}

.ico-documents:before {
  content: ""
}

.ico-email-check:before {
  content: ""
}

.ico-email-document:before {
  content: ""
}

.ico-email-fail:before {
  content: ""
}

.ico-email-lock:before {
  content: ""
}

.ico-email-open:before {
  content: ""
}

.ico-email:before {
  content: ""
}

.ico-energy:before {
  content: ""
}

.ico-entertainment:before {
  content: ""
}

.ico-excel:before {
  content: ""
}

.ico-face-cam:before {
  content: ""
}

.ico-facebook:before {
  content: ""
}

.ico-fireworks:before {
  content: ""
}

.ico-food:before {
  content: ""
}

.ico-form-check:before {
  content: ""
}

.ico-form-error:before {
  content: ""
}

.ico-form-pencil:before {
  content: ""
}

.ico-gas:before {
  content: ""
}

.ico-graduate:before {
  content: ""
}

.ico-hand:before {
  content: ""
}

.ico-health:before {
  content: ""
}

.ico-home:before {
  content: ""
}

.ico-image:before {
  content: ""
}

.ico-instagram:before {
  content: ""
}

.ico-international-shopping:before {
  content: ""
}

.ico-internet:before {
  content: ""
}

.ico-job:before {
  content: ""
}

.ico-limit:before {
  content: ""
}

.ico-link-attachment:before {
  content: ""
}

.ico-link-hyperlink:before {
  content: ""
}

.ico-look:before {
  content: ""
}

.ico-messenger:before {
  content: ""
}

.ico-military:before {
  content: ""
}

.ico-national-shopping:before {
  content: ""
}

.ico-navigation-gift:before {
  content: ""
}

.ico-open-hand:before {
  content: ""
}

.ico-open-view:before {
  content: ""
}

.ico-padlock-lock:before {
  content: ""
}

.ico-padlock-unlock:before {
  content: ""
}

.ico-passport:before {
  content: ""
}

.ico-password-approved:before {
  content: ""
}

.ico-password-denied:before {
  content: ""
}

.ico-password-lock:before {
  content: ""
}

.ico-pdf:before {
  content: ""
}

.ico-pencil-edit:before {
  content: ""
}

.ico-pensioner:before {
  content: ""
}

.ico-pfm-home:before {
  content: ""
}

.ico-print:before {
  content: ""
}

.ico-read-search:before {
  content: ""
}

.ico-receipt:before {
  content: ""
}

.ico-recommendations:before {
  content: ""
}

.ico-replace:before {
  content: ""
}

.ico-screenreader:before {
  content: ""
}

.ico-search:before {
  content: ""
}

.ico-select-cursor:before {
  content: ""
}

.ico-settings:before {
  content: ""
}

.ico-shopping-cart:before {
  content: ""
}

.ico-shopping:before {
  content: ""
}

.ico-start-full:before {
  content: ""
}

.ico-start:before {
  content: ""
}

.ico-time:before {
  content: ""
}

.ico-tools:before {
  content: ""
}

.ico-transfer1:before {
  content: ""
}

.ico-travel:before {
  content: ""
}

.ico-ubication-map:before {
  content: ""
}

.ico-ubication-office:before {
  content: ""
}

.ico-ubication-pin:before {
  content: ""
}

.ico-updatebalances:before {
  content: ""
}

.ico-water:before {
  content: ""
}

.ico-whatsapp:before {
  content: ""
}

.ico-write-edit:before {
  content: ""
}

.ico-abonos-trans-cuentas:before {
  content: ""
}

.ico-accounting-document:before {
  content: ""
}

.ico-accounting-email-invoice:before {
  content: ""
}

.ico-accounting-email-nvoice:before {
  content: ""
}

.ico-accounting-invoice-card:before {
  content: ""
}

.ico-accounting-invoice:before {
  content: ""
}

.ico-adjustments-and-news:before {
  content: ""
}

.ico-advance-card:before {
  content: ""
}

.ico-amt-bill:before {
  content: ""
}

.ico-atm-bill:before {
  content: ""
}

.ico-atm-card:before {
  content: ""
}

.ico-atm:before {
  content: ""
}

.ico-avatars-generic:before {
  content: ""
}

.ico-bank-investment:before {
  content: ""
}

.ico-bank:before {
  content: ""
}

.ico-bell-mute1:before {
  content: ""
}

.ico-bills:before {
  content: ""
}

.ico-calculator:before {
  content: ""
}

.ico-card-check:before {
  content: ""
}

.ico-card-fail:before {
  content: ""
}

.ico-card-lock:before {
  content: ""
}

.ico-card:before {
  content: ""
}

.ico-cards:before {
  content: ""
}

.ico-cash-bag:before {
  content: ""
}

.ico-cash-bill:before {
  content: ""
}

.ico-cash-check:before {
  content: ""
}

.ico-cash-coin:before {
  content: ""
}

.ico-check-card:before {
  content: ""
}

.ico-coin-bills:before {
  content: ""
}

.ico-coins:before {
  content: ""
}

.ico-comparative-comparativo:before {
  content: ""
}

.ico-fail-card:before {
  content: ""
}

.ico-financial-obligations:before {
  content: ""
}

.ico-franchise-master .path1:before {
  content: "";
  color: #ff5e00
}

.ico-franchise-master .path2:before {
  content: "";
  margin-left: -1em;
  color: #ed0006
}

.ico-franchise-master .path3:before {
  content: "";
  margin-left: -1em;
  color: #f9a000
}

.ico-franchise-visa:before {
  content: "";
  color: #1a1f71
}

.ico-interest-dividends:before {
  content: ""
}

.ico-interests-card:before {
  content: ""
}

.ico-investment:before {
  content: ""
}

.ico-lock-card:before {
  content: ""
}

.ico-management-fee-card:before {
  content: ""
}

.ico-money-bag:before {
  content: ""
}

.ico-money-bills:before {
  content: ""
}

.ico-money-coin-bills:before {
  content: ""
}

.ico-money-money:before {
  content: ""
}

.ico-money:before {
  content: ""
}

.ico-new-card:before {
  content: ""
}

.ico-notification-bell:before {
  content: ""
}

.ico-pay:before {
  content: ""
}

.ico-payments-cash-bag:before {
  content: ""
}

.ico-payments-cash-coin:before {
  content: ""
}

.ico-payments-dian-taxes:before {
  content: ""
}

.ico-payments-distrital-taxes:before {
  content: ""
}

.ico-payments-donations:before {
  content: ""
}

.ico-payments-new-credit:before {
  content: ""
}

.ico-payments-outlay:before {
  content: ""
}

.ico-payments-planilla:before {
  content: ""
}

.ico-payments-taxes:before {
  content: ""
}

.ico-percentage:before {
  content: ""
}

.ico-pfm-otros:before {
  content: ""
}

.ico-pfm-transfer:before {
  content: ""
}

.ico-qr-transfer1:before {
  content: ""
}

.ico-rates:before {
  content: ""
}

.ico-saving:before {
  content: ""
}

.ico-savings-and-investment:before {
  content: ""
}

.ico-transfer2:before {
  content: ""
}

.ico-wallet-open:before {
  content: ""
}

.ico-wallet:before {
  content: ""
}

.ico-error .path1:before {
  content: "";
  color: #c94740
}

.ico-error .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-error .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-information .path1:before {
  content: "";
  color: #2076c2
}

.ico-information .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-information .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-success .path1:before {
  content: "";
  color: #198500
}

.ico-success .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-warning .path1:before {
  content: "";
  color: #b15c00
}

.ico-warning .path2:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-warning .path3:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-warning .path4:before {
  content: "";
  margin-left: -1em;
  color: white
}

.ico-demo:before {
  content: ""
}

.ico-desktop:before {
  content: ""
}

.ico-frequent--questions:before {
  content: ""
}

.ico-frequent-questions:before {
  content: ""
}

.ico-internet-shop:before {
  content: ""
}

.ico-laptop:before {
  content: ""
}

.ico-loading:before {
  content: ""
}

.ico-mobile-card:before {
  content: ""
}

.ico-mobile-geolocation:before {
  content: ""
}

.ico-mobile-lock:before {
  content: ""
}

.ico-mobile-notification:before {
  content: ""
}

.ico-mobile-phone:before {
  content: ""
}

.ico-mobile-sms:before {
  content: ""
}

.ico-mobile-transfer:before {
  content: ""
}

.ico-mobile-vibration:before {
  content: ""
}

.ico-phone:before {
  content: ""
}

.ico-receive-money:before {
  content: ""
}

.ico-send-money:before {
  content: ""
}

.ico-cam-id:before {
  content: ""
}

.ico-face-id:before {
  content: ""
}

.ico-face-man:before {
  content: ""
}

.ico-face-woman:before {
  content: ""
}

.ico-touch-check:before {
  content: ""
}

.ico-touch-fail:before {
  content: ""
}

.ico-touch-id:before {
  content: ""
}

.ico-touch-keyboard:before {
  content: ""
}

.ico-touch:before {
  content: ""
}

.ico-voice-id:before {
  content: ""
}

:root {
  --sherpa-midnight-50: #f6f8fa;
  --sherpa-midnight-200: #e6eff8;
  --sherpa-midnight-400: #b8cfeb;
  --sherpa-midnight-500: #0070d9;
  --sherpa-midnight-600: #5c8bcc;
  --sherpa-midnight-800: #0040a8;
  --sherpa-midnight-900: #002c76;
  --sherpa-sunglow-100: #fff2d4;
  --sherpa-sunglow-500: #fdc130;
  --sherpa-sunglow-800: #bf8c12;
  --sherpa-olive-100: #ebfad7;
  --sherpa-olive-500: #75ae2a;
  --sherpa-olive-800: #40640e;
  --sherpa-scooter-100: #e6fdff;
  --sherpa-scooter-500: #40b2bd;
  --sherpa-scooter-800: #1c7981;
  --sherpa-bouquet-100: #ffe3fa;
  --sherpa-bouquet-500: #b057a0;
  --sherpa-bouquet-800: #712562;
  --sherpa-white: #ffffff;
  --sherpa-black: #000000;
  --sherpa-carbon-50: #f5f5f5;
  --sherpa-carbon-200: #e3e3e3;
  --sherpa-carbon-400: #adadad;
  --sherpa-carbon-600: #858585;
  --sherpa-carbon-800: #5c5c5c;
  --sherpa-carbon-900: #333333;
  --sherpa-info-100: #e3f3ff;
  --sherpa-info-500: #1c83e1;
  --sherpa-info-800: #004c97;
  --sherpa-success-100: #ebffe0;
  --sherpa-success-500: #60cc4d;
  --sherpa-success-800: #2b770f;
  --sherpa-warning-100: #fff0e0;
  --sherpa-warning-500: #f69b31;
  --sherpa-warning-800: #c76905;
  --sherpa-error-100: #ffe9e8;
  --sherpa-error-500: #f23a31;
  --sherpa-error-800: #9f211b
}

.bdb-at-tag {
  font-family: Roboto-Medium;
  font-size: 11px;
  height: 20px;
  padding: 4px 8px;
  border-radius: 4px;
  width: -webkit-max-content
}

.bdb-at-tag :first-letter {
  text-transform: uppercase
}

.bdb-at-tag--warning {
  color: var(--sherpa-warning-800);
  background-color: var(--sherpa-warning-100);
  border: solid 1px var(--sherpa-warning-500)
}

.bdb-at-tag--success {
  color: var(--sherpa-success-800);
  background-color: var(--sherpa-success-100);
  border: solid 1px var(--sherpa-success-500)
}

.bdb-at-tag--error {
  color: var(--sherpa-error-800);
  background-color: var(--sherpa-error-100);
  border: solid 1px var(--sherpa-error-500)
}

.bdb-at-tag--info {
  color: var(--sherpa-info-800);
  background-color: var(--sherpa-info-100);
  border: solid 1px var(--sherpa-info-500)
}

.bdb-at-tag--disabled {
  color: var(--sherpa-carbon-600);
  background-color: var(--sherpa-carbon-50);
  border: solid 1px var(--sherpa-carbon-200)
}

:root {
  --sherpa-max-container-width: 73rem;
  --sherpa-gutter-width: .5rem;
  --sherpa-padding-vertical: .5rem
}

@media (min-width: 600px) {
  :root {
    --sherpa-gutter-width: 1rem
  }
}

.card-image {
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat
}

@media (min-width: 600px) {
  .card-image {
    width: 72px;
    height: 48px
  }
}

@media (min-width: 600px) {
  .card-image--tc-latam-classic {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-latam-gold {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-latam-platinum {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-latam-signature {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-movistar-allied {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-movistar-classic {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-movistar-gold {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--tc-movistar-platinum {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--td-visa-unicef {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--td-visa-electron {
    width: 48px;
    height: 72px
  }
}

@media (min-width: 600px) {
  .card-image--td-visa-amazonia {
    width: 48px;
    height: 72px
  }
}

.promotion-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 0px 7px 7px 0px
}

.error-image {
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat
}

@media (min-width: 600px) {
  .error-image {
    width: 200px;
    height: 200px
  }
}

@media (min-width: 1025px) {
  .error-image {
    width: 352px;
    height: 352px
  }
}

:root {
  --sherpa-spacing-0: 0px;
  --sherpa-spacing-1: 4px;
  --sherpa-spacing-2: 8px;
  --sherpa-spacing-3: 12px;
  --sherpa-spacing-4: 16px;
  --sherpa-spacing-5: 20px;
  --sherpa-spacing-6: 24px;
  --sherpa-spacing-7: 32px;
  --sherpa-spacing-8: 40px;
  --sherpa-spacing-9: 48px;
  --sherpa-spacing-10: 56px;
  --sherpa-spacing-11: 80px;
  --sherpa-spacing-12: 120px;
  --sherpa-spacing-13: 160px
}

.s-m-0 {
  margin: var(--sherpa-spacing-0)
}

.s-m-1 {
  margin: var(--sherpa-spacing-1)
}

.s-m-2 {
  margin: var(--sherpa-spacing-2)
}

.s-m-3 {
  margin: var(--sherpa-spacing-3)
}

.s-m-4 {
  margin: var(--sherpa-spacing-4)
}

.s-m-5 {
  margin: var(--sherpa-spacing-5)
}

.s-m-6 {
  margin: var(--sherpa-spacing-6)
}

.s-m-7 {
  margin: var(--sherpa-spacing-7)
}

.s-m-8 {
  margin: var(--sherpa-spacing-8)
}

.s-m-9 {
  margin: var(--sherpa-spacing-9)
}

.s-m-10 {
  margin: var(--sherpa-spacing-10)
}

.s-m-11 {
  margin: var(--sherpa-spacing-11)
}

.s-m-12 {
  margin: var(--sherpa-spacing-12)
}

.s-m-13 {
  margin: var(--sherpa-spacing-13)
}

.s-m-t-0 {
  margin-top: var(--sherpa-spacing-0)
}

.s-m-t-1 {
  margin-top: var(--sherpa-spacing-1)
}

.s-m-t-2 {
  margin-top: var(--sherpa-spacing-2)
}

.s-m-t-3 {
  margin-top: var(--sherpa-spacing-3)
}

.s-m-t-4 {
  margin-top: var(--sherpa-spacing-4)
}

.s-m-t-5 {
  margin-top: var(--sherpa-spacing-5)
}

.s-m-t-6 {
  margin-top: var(--sherpa-spacing-6)
}

.s-m-t-7 {
  margin-top: var(--sherpa-spacing-7)
}

.s-m-t-8 {
  margin-top: var(--sherpa-spacing-8)
}

.s-m-t-9 {
  margin-top: var(--sherpa-spacing-9)
}

.s-m-t-10 {
  margin-top: var(--sherpa-spacing-10)
}

.s-m-t-11 {
  margin-top: var(--sherpa-spacing-11)
}

.s-m-t-12 {
  margin-top: var(--sherpa-spacing-12)
}

.s-m-t-13 {
  margin-top: var(--sherpa-spacing-13)
}

.s-m-r-0 {
  margin-right: var(--sherpa-spacing-0)
}

.s-m-r-1 {
  margin-right: var(--sherpa-spacing-1)
}

.s-m-r-2 {
  margin-right: var(--sherpa-spacing-2)
}

.s-m-r-3 {
  margin-right: var(--sherpa-spacing-3)
}

.s-m-r-4 {
  margin-right: var(--sherpa-spacing-4)
}

.s-m-r-5 {
  margin-right: var(--sherpa-spacing-5)
}

.s-m-r-6 {
  margin-right: var(--sherpa-spacing-6)
}

.s-m-r-7 {
  margin-right: var(--sherpa-spacing-7)
}

.s-m-r-8 {
  margin-right: var(--sherpa-spacing-8)
}

.s-m-r-9 {
  margin-right: var(--sherpa-spacing-9)
}

.s-m-r-10 {
  margin-right: var(--sherpa-spacing-10)
}

.s-m-r-11 {
  margin-right: var(--sherpa-spacing-11)
}

.s-m-r-12 {
  margin-right: var(--sherpa-spacing-12)
}

.s-m-r-13 {
  margin-right: var(--sherpa-spacing-13)
}

.s-m-b-0 {
  margin-bottom: var(--sherpa-spacing-0)
}

.s-m-b-1 {
  margin-bottom: var(--sherpa-spacing-1)
}

.s-m-b-2 {
  margin-bottom: var(--sherpa-spacing-2)
}

.s-m-b-3 {
  margin-bottom: var(--sherpa-spacing-3)
}

.s-m-b-4 {
  margin-bottom: var(--sherpa-spacing-4)
}

.s-m-b-5 {
  margin-bottom: var(--sherpa-spacing-5)
}

.s-m-b-6 {
  margin-bottom: var(--sherpa-spacing-6)
}

.s-m-b-7 {
  margin-bottom: var(--sherpa-spacing-7)
}

.s-m-b-8 {
  margin-bottom: var(--sherpa-spacing-8)
}

.s-m-b-9 {
  margin-bottom: var(--sherpa-spacing-9)
}

.s-m-b-10 {
  margin-bottom: var(--sherpa-spacing-10)
}

.s-m-b-11 {
  margin-bottom: var(--sherpa-spacing-11)
}

.s-m-b-12 {
  margin-bottom: var(--sherpa-spacing-12)
}

.s-m-b-13 {
  margin-bottom: var(--sherpa-spacing-13)
}

.s-m-l-0 {
  margin-left: var(--sherpa-spacing-0)
}

.s-m-l-1 {
  margin-left: var(--sherpa-spacing-1)
}

.s-m-l-2 {
  margin-left: var(--sherpa-spacing-2)
}

.s-m-l-3 {
  margin-left: var(--sherpa-spacing-3)
}

.s-m-l-4 {
  margin-left: var(--sherpa-spacing-4)
}

.s-m-l-5 {
  margin-left: var(--sherpa-spacing-5)
}

.s-m-l-6 {
  margin-left: var(--sherpa-spacing-6)
}

.s-m-l-7 {
  margin-left: var(--sherpa-spacing-7)
}

.s-m-l-8 {
  margin-left: var(--sherpa-spacing-8)
}

.s-m-l-9 {
  margin-left: var(--sherpa-spacing-9)
}

.s-m-l-10 {
  margin-left: var(--sherpa-spacing-10)
}

.s-m-l-11 {
  margin-left: var(--sherpa-spacing-11)
}

.s-m-l-12 {
  margin-left: var(--sherpa-spacing-12)
}

.s-m-l-13 {
  margin-left: var(--sherpa-spacing-13)
}

.s-m-x-0 {
  margin-left: var(--sherpa-spacing-0);
  margin-right: var(--sherpa-spacing-0)
}

.s-m-x-1 {
  margin-left: var(--sherpa-spacing-1);
  margin-right: var(--sherpa-spacing-1)
}

.s-m-x-2 {
  margin-left: var(--sherpa-spacing-2);
  margin-right: var(--sherpa-spacing-2)
}

.s-m-x-3 {
  margin-left: var(--sherpa-spacing-3);
  margin-right: var(--sherpa-spacing-3)
}

.s-m-x-4 {
  margin-left: var(--sherpa-spacing-4);
  margin-right: var(--sherpa-spacing-4)
}

.s-m-x-5 {
  margin-left: var(--sherpa-spacing-5);
  margin-right: var(--sherpa-spacing-5)
}

.s-m-x-6 {
  margin-left: var(--sherpa-spacing-6);
  margin-right: var(--sherpa-spacing-6)
}

.s-m-x-7 {
  margin-left: var(--sherpa-spacing-7);
  margin-right: var(--sherpa-spacing-7)
}

.s-m-x-8 {
  margin-left: var(--sherpa-spacing-8);
  margin-right: var(--sherpa-spacing-8)
}

.s-m-x-9 {
  margin-left: var(--sherpa-spacing-9);
  margin-right: var(--sherpa-spacing-9)
}

.s-m-x-10 {
  margin-left: var(--sherpa-spacing-10);
  margin-right: var(--sherpa-spacing-10)
}

.s-m-x-11 {
  margin-left: var(--sherpa-spacing-11);
  margin-right: var(--sherpa-spacing-11)
}

.s-m-x-12 {
  margin-left: var(--sherpa-spacing-12);
  margin-right: var(--sherpa-spacing-12)
}

.s-m-x-13 {
  margin-left: var(--sherpa-spacing-13);
  margin-right: var(--sherpa-spacing-13)
}

.s-m-y-0 {
  margin-top: var(--sherpa-spacing-0);
  margin-bottom: var(--sherpa-spacing-0)
}

.s-m-y-1 {
  margin-top: var(--sherpa-spacing-1);
  margin-bottom: var(--sherpa-spacing-1)
}

.s-m-y-2 {
  margin-top: var(--sherpa-spacing-2);
  margin-bottom: var(--sherpa-spacing-2)
}

.s-m-y-3 {
  margin-top: var(--sherpa-spacing-3);
  margin-bottom: var(--sherpa-spacing-3)
}

.s-m-y-4 {
  margin-top: var(--sherpa-spacing-4);
  margin-bottom: var(--sherpa-spacing-4)
}

.s-m-y-5 {
  margin-top: var(--sherpa-spacing-5);
  margin-bottom: var(--sherpa-spacing-5)
}

.s-m-y-6 {
  margin-top: var(--sherpa-spacing-6);
  margin-bottom: var(--sherpa-spacing-6)
}

.s-m-y-7 {
  margin-top: var(--sherpa-spacing-7);
  margin-bottom: var(--sherpa-spacing-7)
}

.s-m-y-8 {
  margin-top: var(--sherpa-spacing-8);
  margin-bottom: var(--sherpa-spacing-8)
}

.s-m-y-9 {
  margin-top: var(--sherpa-spacing-9);
  margin-bottom: var(--sherpa-spacing-9)
}

.s-m-y-10 {
  margin-top: var(--sherpa-spacing-10);
  margin-bottom: var(--sherpa-spacing-10)
}

.s-m-y-11 {
  margin-top: var(--sherpa-spacing-11);
  margin-bottom: var(--sherpa-spacing-11)
}

.s-m-y-12 {
  margin-top: var(--sherpa-spacing-12);
  margin-bottom: var(--sherpa-spacing-12)
}

.s-m-y-13 {
  margin-top: var(--sherpa-spacing-13);
  margin-bottom: var(--sherpa-spacing-13)
}

.s-m-0 {
  margin: 0px
}

.s-m-auto {
  margin: auto
}

.s-p-0 {
  padding: var(--sherpa-spacing-0)
}

.s-p-1 {
  padding: var(--sherpa-spacing-1)
}

.s-p-2 {
  padding: var(--sherpa-spacing-2)
}

.s-p-3 {
  padding: var(--sherpa-spacing-3)
}

.s-p-4 {
  padding: var(--sherpa-spacing-4)
}

.s-p-5 {
  padding: var(--sherpa-spacing-5)
}

.s-p-6 {
  padding: var(--sherpa-spacing-6)
}

.s-p-7 {
  padding: var(--sherpa-spacing-7)
}

.s-p-8 {
  padding: var(--sherpa-spacing-8)
}

.s-p-9 {
  padding: var(--sherpa-spacing-9)
}

.s-p-10 {
  padding: var(--sherpa-spacing-10)
}

.s-p-11 {
  padding: var(--sherpa-spacing-11)
}

.s-p-12 {
  padding: var(--sherpa-spacing-12)
}

.s-p-13 {
  padding: var(--sherpa-spacing-13)
}

.s-p-t-0 {
  padding-top: var(--sherpa-spacing-0)
}

.s-p-t-1 {
  padding-top: var(--sherpa-spacing-1)
}

.s-p-t-2 {
  padding-top: var(--sherpa-spacing-2)
}

.s-p-t-3 {
  padding-top: var(--sherpa-spacing-3)
}

.s-p-t-4 {
  padding-top: var(--sherpa-spacing-4)
}

.s-p-t-5 {
  padding-top: var(--sherpa-spacing-5)
}

.s-p-t-6 {
  padding-top: var(--sherpa-spacing-6)
}

.s-p-t-7 {
  padding-top: var(--sherpa-spacing-7)
}

.s-p-t-8 {
  padding-top: var(--sherpa-spacing-8)
}

.s-p-t-9 {
  padding-top: var(--sherpa-spacing-9)
}

.s-p-t-10 {
  padding-top: var(--sherpa-spacing-10)
}

.s-p-t-11 {
  padding-top: var(--sherpa-spacing-11)
}

.s-p-t-12 {
  padding-top: var(--sherpa-spacing-12)
}

.s-p-t-13 {
  padding-top: var(--sherpa-spacing-13)
}

.s-p-r-0 {
  padding-right: var(--sherpa-spacing-0)
}

.s-p-r-1 {
  padding-right: var(--sherpa-spacing-1)
}

.s-p-r-2 {
  padding-right: var(--sherpa-spacing-2)
}

.s-p-r-3 {
  padding-right: var(--sherpa-spacing-3)
}

.s-p-r-4 {
  padding-right: var(--sherpa-spacing-4)
}

.s-p-r-5 {
  padding-right: var(--sherpa-spacing-5)
}

.s-p-r-6 {
  padding-right: var(--sherpa-spacing-6)
}

.s-p-r-7 {
  padding-right: var(--sherpa-spacing-7)
}

.s-p-r-8 {
  padding-right: var(--sherpa-spacing-8)
}

.s-p-r-9 {
  padding-right: var(--sherpa-spacing-9)
}

.s-p-r-10 {
  padding-right: var(--sherpa-spacing-10)
}

.s-p-r-11 {
  padding-right: var(--sherpa-spacing-11)
}

.s-p-r-12 {
  padding-right: var(--sherpa-spacing-12)
}

.s-p-r-13 {
  padding-right: var(--sherpa-spacing-13)
}

.s-p-b-0 {
  padding-bottom: var(--sherpa-spacing-0)
}

.s-p-b-1 {
  padding-bottom: var(--sherpa-spacing-1)
}

.s-p-b-2 {
  padding-bottom: var(--sherpa-spacing-2)
}

.s-p-b-3 {
  padding-bottom: var(--sherpa-spacing-3)
}

.s-p-b-4 {
  padding-bottom: var(--sherpa-spacing-4)
}

.s-p-b-5 {
  padding-bottom: var(--sherpa-spacing-5)
}

.s-p-b-6 {
  padding-bottom: var(--sherpa-spacing-6)
}

.s-p-b-7 {
  padding-bottom: var(--sherpa-spacing-7)
}

.s-p-b-8 {
  padding-bottom: var(--sherpa-spacing-8)
}

.s-p-b-9 {
  padding-bottom: var(--sherpa-spacing-9)
}

.s-p-b-10 {
  padding-bottom: var(--sherpa-spacing-10)
}

.s-p-b-11 {
  padding-bottom: var(--sherpa-spacing-11)
}

.s-p-b-12 {
  padding-bottom: var(--sherpa-spacing-12)
}

.s-p-b-13 {
  padding-bottom: var(--sherpa-spacing-13)
}

.s-p-l-0 {
  padding-left: var(--sherpa-spacing-0)
}

.s-p-l-1 {
  padding-left: var(--sherpa-spacing-1)
}

.s-p-l-2 {
  padding-left: var(--sherpa-spacing-2)
}

.s-p-l-3 {
  padding-left: var(--sherpa-spacing-3)
}

.s-p-l-4 {
  padding-left: var(--sherpa-spacing-4)
}

.s-p-l-5 {
  padding-left: var(--sherpa-spacing-5)
}

.s-p-l-6 {
  padding-left: var(--sherpa-spacing-6)
}

.s-p-l-7 {
  padding-left: var(--sherpa-spacing-7)
}

.s-p-l-8 {
  padding-left: var(--sherpa-spacing-8)
}

.s-p-l-9 {
  padding-left: var(--sherpa-spacing-9)
}

.s-p-l-10 {
  padding-left: var(--sherpa-spacing-10)
}

.s-p-l-11 {
  padding-left: var(--sherpa-spacing-11)
}

.s-p-l-12 {
  padding-left: var(--sherpa-spacing-12)
}

.s-p-l-13 {
  padding-left: var(--sherpa-spacing-13)
}

.s-p-x-0 {
  padding-left: var(--sherpa-spacing-0);
  padding-right: var(--sherpa-spacing-0)
}

.s-p-x-1 {
  padding-left: var(--sherpa-spacing-1);
  padding-right: var(--sherpa-spacing-1)
}

.s-p-x-2 {
  padding-left: var(--sherpa-spacing-2);
  padding-right: var(--sherpa-spacing-2)
}

.s-p-x-3 {
  padding-left: var(--sherpa-spacing-3);
  padding-right: var(--sherpa-spacing-3)
}

.s-p-x-4 {
  padding-left: var(--sherpa-spacing-4);
  padding-right: var(--sherpa-spacing-4)
}

.s-p-x-5 {
  padding-left: var(--sherpa-spacing-5);
  padding-right: var(--sherpa-spacing-5)
}

.s-p-x-6 {
  padding-left: var(--sherpa-spacing-6);
  padding-right: var(--sherpa-spacing-6)
}

.s-p-x-7 {
  padding-left: var(--sherpa-spacing-7);
  padding-right: var(--sherpa-spacing-7)
}

.s-p-x-8 {
  padding-left: var(--sherpa-spacing-8);
  padding-right: var(--sherpa-spacing-8)
}

.s-p-x-9 {
  padding-left: var(--sherpa-spacing-9);
  padding-right: var(--sherpa-spacing-9)
}

.s-p-x-10 {
  padding-left: var(--sherpa-spacing-10);
  padding-right: var(--sherpa-spacing-10)
}

.s-p-x-11 {
  padding-left: var(--sherpa-spacing-11);
  padding-right: var(--sherpa-spacing-11)
}

.s-p-x-12 {
  padding-left: var(--sherpa-spacing-12);
  padding-right: var(--sherpa-spacing-12)
}

.s-p-x-13 {
  padding-left: var(--sherpa-spacing-13);
  padding-right: var(--sherpa-spacing-13)
}

.s-p-y-0 {
  padding-top: var(--sherpa-spacing-0);
  padding-bottom: var(--sherpa-spacing-0)
}

.s-p-y-1 {
  padding-top: var(--sherpa-spacing-1);
  padding-bottom: var(--sherpa-spacing-1)
}

.s-p-y-2 {
  padding-top: var(--sherpa-spacing-2);
  padding-bottom: var(--sherpa-spacing-2)
}

.s-p-y-3 {
  padding-top: var(--sherpa-spacing-3);
  padding-bottom: var(--sherpa-spacing-3)
}

.s-p-y-4 {
  padding-top: var(--sherpa-spacing-4);
  padding-bottom: var(--sherpa-spacing-4)
}

.s-p-y-5 {
  padding-top: var(--sherpa-spacing-5);
  padding-bottom: var(--sherpa-spacing-5)
}

.s-p-y-6 {
  padding-top: var(--sherpa-spacing-6);
  padding-bottom: var(--sherpa-spacing-6)
}

.s-p-y-7 {
  padding-top: var(--sherpa-spacing-7);
  padding-bottom: var(--sherpa-spacing-7)
}

.s-p-y-8 {
  padding-top: var(--sherpa-spacing-8);
  padding-bottom: var(--sherpa-spacing-8)
}

.s-p-y-9 {
  padding-top: var(--sherpa-spacing-9);
  padding-bottom: var(--sherpa-spacing-9)
}

.s-p-y-10 {
  padding-top: var(--sherpa-spacing-10);
  padding-bottom: var(--sherpa-spacing-10)
}

.s-p-y-11 {
  padding-top: var(--sherpa-spacing-11);
  padding-bottom: var(--sherpa-spacing-11)
}

.s-p-y-12 {
  padding-top: var(--sherpa-spacing-12);
  padding-bottom: var(--sherpa-spacing-12)
}

.s-p-y-13 {
  padding-top: var(--sherpa-spacing-13);
  padding-bottom: var(--sherpa-spacing-13)
}

.s-p-0 {
  padding: 0px
}

.s-p-auto {
  padding: auto
}

@font-face {
  font-family: Roboto-Light;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/ce61b8b68994802f2e55.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Regular;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/6bede58e856278b0f8f1.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Medium;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/0fcd45fbfc419c42c8b9.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Bold;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/17451a4c1cd55e33ac57.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Italic;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/dcb583d9def8308113fc.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/102943405e853bda70b7.ttf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Light;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/cf3b218b9d8877687ef2.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-ExtraLight;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/5b6830cee35fa8d4fb43.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Regular;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/02bd97efb2ed1dc7702b.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Medium;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/2da6bbd4db1475453e0f.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-SemiBold;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/60fce337c87d32ec7c4a.otf);
  font-display: swap
}

@font-face {
  font-family: Kiffo-Thin;
  src: url(https://virtual.bancodebogota.co/bbog-pb-personal-finances-app/98e7549738e21930bcc0.otf);
  font-display: swap
}

.sherpa-typography-heading-1 {
  font-size: 56px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: -0.2px
}

.sherpa-typography-heading-1--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-1--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-2 {
  font-size: 48px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: -0.2px
}

.sherpa-typography-heading-2--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-2--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-3 {
  font-size: 40px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: -0.2px
}

.sherpa-typography-heading-3--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-3--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-4 {
  font-size: 32px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0px
}

.sherpa-typography-heading-4--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-4--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-5 {
  font-size: 24px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px
}

.sherpa-typography-heading-5--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-5--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-6 {
  font-size: 20px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.2px
}

.sherpa-typography-heading-6--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-6--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-7 {
  font-size: 18px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px
}

.sherpa-typography-heading-7--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-7--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-heading-8 {
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px
}

.sherpa-typography-heading-8--monserrat {
  font-family: Montserrat-Regular
}

.sherpa-typography-heading-8--monserrat-semibold {
  font-family: Montserrat-SemiBold
}

.sherpa-typography-title-1 {
  font-size: 18px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px
}

.sherpa-typography-title-2 {
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px
}

.sherpa-typography-title-3 {
  font-size: 14px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px
}

.sherpa-typography-body-1 {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px
}

.sherpa-typography-body-2 {
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px
}

.sherpa-typography-paragraph-XL {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0px
}

.sherpa-typography-paragraph-L {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0px
}

.sherpa-typography-paragraph-M {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px
}

.sherpa-typography-paragraph-S {
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px
}

.sherpa-typography-placeholder-1 {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px
}

.sherpa-typography-label-1 {
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px
}

.sherpa-typography-caption-1,
.btn-at-tooltip__box__desc,
.bdb-at-btn__label {
  font-size: 12px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.2px
}

.sherpa-typography-overline-1 {
  font-size: 10px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.4px
}

.sherpa-typography-interactive-1,
.bdb-at-btn--xl--ico,
.bdb-at-btn--xl {
  font-size: 18px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--sherpa-midnight-800)
}

.sherpa-typography-interactive-2,
.bdb-at-btn--lg--ico,
.bdb-at-btn--lg {
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--sherpa-midnight-800)
}

.sherpa-typography-interactive-3,
.bdb-at-btn--sm--ico,
.bdb-at-btn--sm {
  font-size: 14px;
  font-family: Roboto-Medium;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: var(--sherpa-midnight-800)
}

:root {
  --sherpa-max-container-width: 73rem;
  --sherpa-gutter-width: .5rem;
  --sherpa-padding-vertical: .5rem
}

@media (min-width: 600px) {
  :root {
    --sherpa-gutter-width: 1rem
  }
}

.sherpa-grid {
  padding: 0;
  margin: 0
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sherpa-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding: 0 8px
}

@media (min-width: 600px) {
  .sherpa-container {
    max-width: 624px;
    padding: 0 24px
  }
}

@media (min-width: 1025px) {
  .sherpa-container {
    max-width: 1168px;
    padding: 0 56px
  }
}

.col-xs-0 {
  width: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%
}

.col-xs-offset-0 {
  margin-left: 0%
}

.col-xs-1 {
  width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%
}

.order-xs-1 {
  -ms-flex-order: 1;
  order: 1
}

.col-xs-2 {
  width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%
}

.order-xs-2 {
  -ms-flex-order: 2;
  order: 2
}

.col-xs-3 {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.order-xs-3 {
  -ms-flex-order: 3;
  order: 3
}

.col-xs-4 {
  width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%
}

.order-xs-4 {
  -ms-flex-order: 4;
  order: 4
}

.col-xs-5 {
  width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%
}

.order-xs-5 {
  -ms-flex-order: 5;
  order: 5
}

.col-xs-6 {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.order-xs-6 {
  -ms-flex-order: 6;
  order: 6
}

.col-xs-7 {
  width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%
}

.order-xs-7 {
  -ms-flex-order: 7;
  order: 7
}

.col-xs-8 {
  width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%
}

.order-xs-8 {
  -ms-flex-order: 8;
  order: 8
}

.col-xs-9 {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.order-xs-9 {
  -ms-flex-order: 9;
  order: 9
}

.col-xs-10 {
  width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%
}

.order-xs-10 {
  -ms-flex-order: 10;
  order: 10
}

.col-xs-11 {
  width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%
}

.order-xs-11 {
  -ms-flex-order: 11;
  order: 11
}

.col-xs-12 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.col-xs-offset-12 {
  margin-left: 100%
}

.order-xs-12 {
  -ms-flex-order: 12;
  order: 12
}

.col-xs-0,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 var(--sherpa-gutter-width)
}

@media only screen and (min-width: 599px) {
  .col-sm-0 {
    width: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%
  }

  .col-sm-offset-0 {
    margin-left: 0%
  }

  .col-sm-1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .col-sm-2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .col-sm-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .col-sm-4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .col-sm-5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .col-sm-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .col-sm-7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .col-sm-8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .col-sm-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .col-sm-10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .col-sm-11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .col-sm-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .col-sm-0,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 var(--sherpa-gutter-width)
  }
}

@media only screen and (min-width: 768px) {
  .col-md-0 {
    width: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%
  }

  .col-md-offset-0 {
    margin-left: 0%
  }

  .col-md-1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .col-md-2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .col-md-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .col-md-4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .col-md-5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .col-md-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .col-md-7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .col-md-8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .col-md-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .col-md-10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .col-md-11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .col-md-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .col-md-0,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 var(--sherpa-gutter-width);
    padding: 0 var(--sherpa-gutter-width, 0.5rem)
  }
}

@media only screen and (min-width: 1025px) {
  .col-lg-0 {
    width: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%
  }

  .col-lg-offset-0 {
    margin-left: 0%
  }

  .col-lg-1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .col-lg-2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .col-lg-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .col-lg-4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .col-lg-5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .col-lg-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .col-lg-7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .col-lg-8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .col-lg-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .col-lg-10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .col-lg-11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .col-lg-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .col-lg-0,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 var(--sherpa-gutter-width);
    padding: 0 var(--sherpa-gutter-width, 1rem)
  }
}

.bdb-heading {
  line-height: 1.25
}

.bdb-heading-1 {
  font-size: 48px
}

.bdb-heading-2 {
  font-size: 40px
}

.bdb-heading-3 {
  font-size: 32px
}

.bdb-heading-4 {
  font-size: 24px
}

.bdb-paragraph {
  line-height: 1.5
}

.bdb-paragraph-1 {
  font-size: 20px
}

.bdb-paragraph-2 {
  font-size: 16px
}

.bdb-paragraph-3 {
  font-size: 14px
}

.bdb—caption- {
  line-height: 1.5
}

.bdb—caption--0 {
  font-size: 14px
}

.bdb-at-btn {
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.bdb-at-btn--fluid {
  width: auto
}

.bdb-at-btn--xl {
  height: 56px;
  padding-left: var(--sherpa-spacing-8);
  padding-right: var(--sherpa-spacing-8);
  padding-top: 14px;
  padding-bottom: var(--sherpa-spacing-4)
}

.bdb-at-btn--xl>span:empty {
  font-size: 24px;
  padding-right: 8px;
  text-decoration: none !important
}

.bdb-at-btn--xl>span:not(:empty) {
  padding-left: 3px;
  padding-bottom: 1px
}

@media (min-width: 1025px) {
  .bdb-at-btn--xl:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--xl--ico {
  height: 56px;
  padding-left: 36px;
  padding-right: var(--sherpa-spacing-8);
  padding-top: 14px;
  padding-bottom: var(--sherpa-spacing-4)
}

.bdb-at-btn--xl--ico>span:empty {
  font-size: 24px;
  padding-right: 8px;
  text-decoration: none !important
}

.bdb-at-btn--xl--ico>span:not(:empty) {
  padding-left: 3px;
  padding-bottom: 1px
}

@media (min-width: 1025px) {
  .bdb-at-btn--xl--ico:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--lg {
  height: 48px;
  padding-left: var(--sherpa-spacing-7);
  padding-right: var(--sherpa-spacing-7);
  padding-top: 14px;
  padding-bottom: var(--sherpa-spacing-4)
}

.bdb-at-btn--lg>span:empty {
  font-size: 24px;
  padding-right: 8px;
  text-decoration: none !important
}

.bdb-at-btn--lg>span:not(:empty) {
  padding-left: 3px;
  padding-bottom: 1px
}

@media (min-width: 1025px) {
  .bdb-at-btn--lg:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--lg--ico {
  height: 48px;
  padding-left: 28px;
  padding-right: var(--sherpa-spacing-7);
  padding-top: 14px;
  padding-bottom: var(--sherpa-spacing-4)
}

.bdb-at-btn--lg--ico>span:empty {
  font-size: 24px;
  padding-right: 8px;
  text-decoration: none !important
}

.bdb-at-btn--lg--ico>span:not(:empty) {
  padding-left: 3px;
  padding-bottom: 1px
}

@media (min-width: 1025px) {
  .bdb-at-btn--lg--ico:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--sm {
  height: 32px;
  padding-left: var(--sherpa-spacing-4);
  padding-right: var(--sherpa-spacing-4);
  padding-top: var(--sherpa-spacing-2);
  padding-bottom: var(--sherpa-spacing-2)
}

.bdb-at-btn--sm>span:empty {
  font-size: 20px;
  padding-right: 4px
}

.bdb-at-btn--sm>span:not(:empty) {
  padding-left: 3px;
  padding-top: 0px
}

@media (min-width: 1025px) {
  .bdb-at-btn--sm:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--sm--ico {
  height: 32px;
  padding-left: 14px;
  padding-right: var(--sherpa-spacing-4);
  padding-top: 6px;
  padding-bottom: var(--sherpa-spacing-2)
}

.bdb-at-btn--sm--ico>span:empty {
  font-size: 20px;
  padding-right: 4px
}

.bdb-at-btn--sm--ico>span:not(:empty) {
  padding-left: 3px
}

@media (min-width: 1025px) {
  .bdb-at-btn--sm--ico:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--sm--ico-right {
  height: 32px;
  font-size: 14px;
  padding-left: var(--sherpa-spacing-4);
  padding-right: 14px;
  padding-top: 6px;
  padding-bottom: var(--sherpa-spacing-2)
}

.bdb-at-btn--sm--ico-right>span:empty {
  font-size: 20px;
  padding-left: 4px;
  padding-right: 0
}

.bdb-at-btn--sm--ico-right>span:not(:empty) {
  padding-right: 3px
}

@media (min-width: 1025px) {
  .bdb-at-btn--sm--ico-right:hover span:not(:empty) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block
  }
}

.bdb-at-btn--primary {
  border: solid 1px var(--sherpa-midnight-800);
  background-color: var(--sherpa-midnight-800);
  color: var(--sherpa-white);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn--primary:hover {
    background: var(--sherpa-midnight-900);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.4);
    box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.4);
    border: solid 1px var(--sherpa-midnight-900)
  }

  .bdb-at-btn--primary:focus {
    background-color: var(--sherpa-midnight-800);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400);
    box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400)
  }
}

.bdb-at-btn--primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--sherpa-midnight-900)
}

.bdb-at-btn--primary:disabled {
  background-color: var(--sherpa-carbon-50);
  color: var(--sherpa-carbon-600);
  border: 1px solid var(--sherpa-carbon-200)
}

@media (min-width: 1025px) {
  .bdb-at-btn--primary:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop;
    -webkit-transform: none;
    transform: none
  }
}

.bdb-at-btn--secondary {
  border: solid 1px var(--sherpa-midnight-800);
  background-color: var(--sherpa-white);
  color: var(--sherpa-midnight-800);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn--secondary:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.2);
    box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.2);
    background-color: var(--sherpa-midnight-200)
  }

  .bdb-at-btn--secondary:focus {
    background-color: var(--sherpa-white);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400);
    box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400)
  }
}

.bdb-at-btn--secondary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-midnight-200)
}

.bdb-at-btn--secondary:disabled {
  background-color: var(--sherpa-carbon-50);
  color: var(--sherpa-carbon-600);
  border: 1px solid var(--sherpa-carbon-200)
}

@media (min-width: 1025px) {
  .bdb-at-btn--secondary:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
  }
}

.bdb-at-btn--tertiary {
  background-color: var(--sherpa-sunglow-500);
  color: var(--sherpa-midnight-900);
  border: none
}

@media (min-width: 1025px) {
  .bdb-at-btn--tertiary:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(246, 155, 49, 0.5);
    box-shadow: 0 4px 12px 0 rgba(246, 155, 49, 0.5);
    cursor: pointer
  }
}

.bdb-at-btn--tertiary:disabled {
  border: solid 1px var(--sherpa-carbon-200);
  background-color: var(--sherpa-carbon-50);
  color: var(--sherpa-carbon-600)
}

@media (min-width: 1025px) {
  .bdb-at-btn--tertiary:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
  }
}

.bdb-at-btn-action {
  background-color: var(--sherpa-midnight-800);
  cursor: pointer;
  min-width: 32px;
  position: relative
}

@media (min-width: 1025px) {
  .bdb-at-btn-action:hover .btn-at-tooltip__box {
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
  }
}

.bdb-at-btn-action--lg {
  width: 48px;
  height: 48px
}

.bdb-at-btn-action--lg--with-label {
  margin-bottom: 28px
}

.bdb-at-btn-action--lg>span {
  font-size: 24px
}

.bdb-at-btn-action--md {
  width: 40px;
  height: 40px
}

.bdb-at-btn-action--md--with-label {
  margin-bottom: 28px
}

.bdb-at-btn-action--md>span {
  font-size: 20px
}

.bdb-at-btn-action--sm {
  width: 32px;
  height: 32px
}

.bdb-at-btn-action--sm--with-label {
  margin-bottom: 28px
}

.bdb-at-btn-action--sm>span {
  font-size: 20px
}

.bdb-at-btn-action--notification-lg {
  font-size: 12px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bdb-at-btn-action--notification-lg::before {
  position: absolute;
  border: solid 1px var(--sherpa-white);
  content: "";
  color: var(--sherpa-error-800);
  top: 12px;
  left: 24px;
  width: 10px;
  height: 10px;
  background-color: var(--sherpa-error-800);
  border-radius: 50%
}

.bdb-at-btn-action--notification-md {
  font-size: 12px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bdb-at-btn-action--notification-md::before {
  position: absolute;
  border: solid 1px var(--sherpa-white);
  content: "";
  color: var(--sherpa-error-800);
  top: 9px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: var(--sherpa-error-800);
  border-radius: 50%
}

.bdb-at-btn-action--notification-sm {
  font-size: 12px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bdb-at-btn-action--notification-sm::before {
  position: absolute;
  border: solid 1px var(--sherpa-white);
  content: "";
  color: var(--sherpa-error-800);
  top: 6px;
  left: 16px;
  width: 10px;
  height: 10px;
  background-color: var(--sherpa-error-800);
  border-radius: 50%
}

.bdb-at-btn-action--primary {
  border: solid 1px var(--sherpa-midnight-800);
  background-color: var(--sherpa-midnight-800);
  color: var(--sherpa-white);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--primary:hover {
    background: var(--sherpa-midnight-900);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.4);
    box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.4);
    border: solid 1px var(--sherpa-midnight-900)
  }

  .bdb-at-btn-action--primary:focus {
    background-color: var(--sherpa-midnight-800);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400);
    box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400)
  }

  .bdb-at-btn-action--primary:disabled {
    background-color: var(--sherpa-carbon-50);
    color: var(--sherpa-carbon-600);
    border: 1px solid var(--sherpa-carbon-200)
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .bdb-at-btn-action--primary:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
  }

  .bdb-at-btn-action--primary:disabled:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-carbon-200)
  }
}

.bdb-at-btn-action--primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--sherpa-midnight-900)
}

.bdb-at-btn-action--secondary {
  border: solid 1px var(--sherpa-midnight-800);
  background-color: var(--sherpa-white);
  color: var(--sherpa-midnight-800);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--secondary:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.2);
    box-shadow: 0 4px 12px 0 rgba(0, 64, 168, 0.2);
    background-color: var(--sherpa-midnight-200)
  }

  .bdb-at-btn-action--secondary:focus {
    background-color: var(--sherpa-white);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400);
    box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400)
  }
}

.bdb-at-btn-action--secondary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-midnight-200)
}

.bdb-at-btn-action--terciary {
  background: transparent;
  cursor: pointer;
  color: var(--sherpa-midnight-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--terciary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-midnight-200)
  }

  .bdb-at-btn-action--terciary:focus {
    background-color: var(--sherpa-midnight-200);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400);
    box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400)
  }
}

.bdb-at-btn-action--terciary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-midnight-400)
}

.bdb-at-btn-action--terciary--info {
  background: transparent;
  cursor: pointer;
  color: var(--sherpa-info-800);
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--terciary--info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-info-500);
    color: var(--sherpa-info-100)
  }

  .bdb-at-btn-action--terciary--info:focus {
    background-color: var(--sherpa-info-500);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-info-100);
    box-shadow: 0px 0px 0px 4px var(--sherpa-info-100)
  }
}

.bdb-at-btn-action--terciary--info:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-info-100)
}

.bdb-at-btn-action--terciary--success {
  background: transparent;
  cursor: pointer;
  color: var(--sherpa-success-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--terciary--success:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-success-500);
    color: var(--sherpa-success-100)
  }

  .bdb-at-btn-action--terciary--success:focus {
    background-color: var(--sherpa-success-500);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-success-100);
    box-shadow: 0px 0px 0px 4px var(--sherpa-success-100)
  }
}

.bdb-at-btn-action--terciary--success:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-success-100)
}

.bdb-at-btn-action--terciary--warning {
  background: transparent;
  cursor: pointer;
  color: var(--sherpa-warning-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--terciary--warning:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-warning-500);
    color: var(--sherpa-error-100)
  }

  .bdb-at-btn-action--terciary--warning:focus {
    background-color: var(--sherpa-warning-500);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-warning-100);
    box-shadow: 0px 0px 0px 4px var(--sherpa-warning-100)
  }
}

.bdb-at-btn-action--terciary--warning:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-warning-100)
}

.bdb-at-btn-action--terciary--error {
  background: transparent;
  cursor: pointer;
  color: var(--sherpa-error-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--terciary--error:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-error-500);
    color: var(--sherpa-error-100)
  }

  .bdb-at-btn-action--terciary--error:focus {
    background-color: var(--sherpa-error-500);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-error-100);
    box-shadow: 0px 0px 0px 4px var(--sherpa-error-100)
  }
}

.bdb-at-btn-action--terciary--error:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-error-100)
}

.bdb-at-btn-action--disabled {
  background-color: var(--sherpa-carbon-50);
  color: var(--sherpa-carbon-600);
  border: 1px solid var(--sherpa-carbon-200)
}

@media (min-width: 1025px) {
  .bdb-at-btn-action--disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
  }
}

.bdb-at-btn--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  color: var(--sherpa-midnight-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media (min-width: 1025px) {
  .bdb-at-btn--text:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--sherpa-midnight-200)
  }

  .bdb-at-btn--text:focus {
    background-color: var(--sherpa-midnight-200);
    -webkit-box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400);
    box-shadow: 0px 0px 0px 4px var(--sherpa-midnight-400)
  }
}

.bdb-at-btn--text:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--sherpa-midnight-400)
}

.bdb-at-btn--text:disabled {
  background-color: transparent;
  color: var(--sherpa-carbon-600);
  border: none;
  cursor: no-drop
}

.bdb-at-btn--link {
  color: var(--sherpa-midnight-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 1025px) {
  .bdb-at-btn--link:hover {
    color: var(--sherpa-midnight-900)
  }
}

.bdb-at-btn--link span {
  padding-left: 3px
}

@media (min-width: 1025px) {
  .bdb-at-btn--link:hover>:not(span) {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--sherpa-midnight-900);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer
  }
}

.bdb-at-btn--link:disabled {
  color: var(--sherpa-carbon-600);
  border: none;
  text-decoration: none
}

@media (min-width: 1025px) {
  .bdb-at-btn--link:disabled:hover>:not(span) {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: var(--sherpa-carbon-600);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: no-drop
  }
}

@media (min-width: 1025px) {
  .bdb-at-btn--link:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
  }
}

.bdb-at-btn--link--white {
  color: var(--sherpa-white);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 1025px) {
  .bdb-at-btn--link--white:hover {
    color: var(--sherpa-white)
  }
}

.bdb-at-btn--link--white span {
  padding-left: 3px
}

@media (min-width: 1025px) {
  .bdb-at-btn--link--white:hover>:not(span) {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--sherpa-white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer
  }
}

.bdb-at-btn--link--white:disabled {
  cursor: no-drop;
  color: var(--sherpa-carbon-400);
  border: none;
  text-decoration: none
}

@media (min-width: 1025px) {
  .bdb-at-btn--link--white:disabled:hover>:not(span) {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: var(--sherpa-carbon-400);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: no-drop
  }
}

@media (min-width: 1025px) {
  .bdb-at-btn--link--white:disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
  }
}

.bdb-at-btn--link__no-shadow:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none
}

.bdb-at-btn--link-no-hover {
  color: var(--midnight-800);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -ms-flex-pack: center;
  justify-content: center
}

.bdb-at-btn--link-no-hover span {
  padding-left: 3px
}

.bdb-at-btn--link-no-hover:disabled {
  pointer-events: none;
  color: var(--carbon-600);
  border: none;
  text-decoration: none
}

.bdb-at-btn--link-no-hover__no-shadow:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none
}

.bdb-at-btn--no-pointer-event {
  pointer-events: none
}

.bdb-at-btn__label {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: end;
  color: var(--sherpa-carbon-900)
}

.bdb-at-btn__label:hover {
  color: var(--sherpa-midnight-800)
}

.bdb-at-btn__label--sm {
  width: 32px;
  height: 80px
}

.bdb-at-btn__label--md {
  width: 40px;
  height: 88px
}

.bdb-at-btn__label--lg {
  width: 48px;
  height: 96px
}

.bdb-at-btn__label--disabled {
  cursor: no-drop;
  color: var(--sherpa-carbon-600)
}

.bdb-at-btn__label--disabled:hover {
  color: var(--sherpa-carbon-600)
}

.btn-at-tooltip {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  position: relative
}

.btn-at-tooltip__box {
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  border: solid 1px var(--sherpa-info-800);
  bottom: -32px;
  background-color: var(--sherpa-info-800);
  padding: var(--sherpa-spacing-1) var(--sherpa-spacing-2);
  position: absolute;
  text-align: left;
  z-index: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  display: none
}

.btn-at-tooltip__box__desc {
  color: var(--sherpa-info-100)
}

.btn-at-tooltip__box__desc--white {
  color: var(--sherpa-info-800)
}

.btn-at-tooltip__box__arrow {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--sherpa-info-800);
  border-right: solid 1px var(--sherpa-info-800);
  border-bottom: solid 1px var(--sherpa-info-800);
  top: -3px
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiByZ2IoMjU1LCAyNTUsIDI1NSk7IGRpc3BsYXk6IGJsb2NrOyBzaGFwZS1yZW5kZXJpbmc6IGF1dG87IiB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2LDUwKSI+CjxnIHRyYW5zZm9ybT0icm90YXRlKDApIj4KPGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjYiIGZpbGw9IiMzYzdmYjkiIGZpbGwtb3BhY2l0eT0iMSI+CiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49Ii0wLjg3NXMiIHZhbHVlcz0iMS41IDEuNTsxIDEiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbC1vcGFjaXR5IiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgdmFsdWVzPSIxOzAiIGJlZ2luPSItMC44NzVzIj48L2FuaW1hdGU+CjwvY2lyY2xlPgo8L2c+CjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NS40NTU4NDQxMjI3MTU3Miw3NS40NTU4NDQxMjI3MTU3MikiPgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSkiPgo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iIzNjN2ZiOSIgZmlsbC1vcGFjaXR5PSIwLjg3NSI+CiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49Ii0wLjc1cyIgdmFsdWVzPSIxLjUgMS41OzEgMSIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjE7MCIgYmVnaW49Ii0wLjc1cyI+PC9hbmltYXRlPgo8L2NpcmNsZT4KPC9nPgo8L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAsODYpIj4KPGcgdHJhbnNmb3JtPSJyb3RhdGUoOTApIj4KPGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjYiIGZpbGw9IiMzYzdmYjkiIGZpbGwtb3BhY2l0eT0iMC43NSI+CiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49Ii0wLjYyNXMiIHZhbHVlcz0iMS41IDEuNTsxIDEiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbC1vcGFjaXR5IiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgdmFsdWVzPSIxOzAiIGJlZ2luPSItMC42MjVzIj48L2FuaW1hdGU+CjwvY2lyY2xlPgo8L2c+CjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC41NDQxNTU4NzcyODQyOSw3NS40NTU4NDQxMjI3MTU3MikiPgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSgxMzUpIj4KPGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjYiIGZpbGw9IiMzYzdmYjkiIGZpbGwtb3BhY2l0eT0iMC42MjUiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGJlZ2luPSItMC41cyIgdmFsdWVzPSIxLjUgMS41OzEgMSIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjE7MCIgYmVnaW49Ii0wLjVzIj48L2FuaW1hdGU+CjwvY2lyY2xlPgo8L2c+CjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNCw1MC4wMDAwMDAwMDAwMDAwMSkiPgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIj4KPGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjYiIGZpbGw9IiMzYzdmYjkiIGZpbGwtb3BhY2l0eT0iMC41Ij4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBiZWdpbj0iLTAuMzc1cyIgdmFsdWVzPSIxLjUgMS41OzEgMSIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjE7MCIgYmVnaW49Ii0wLjM3NXMiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+CjwvZz4KPC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0LjU0NDE1NTg3NzI4NDI4MiwyNC41NDQxNTU4NzcyODQyOSkiPgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIj4KPGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjYiIGZpbGw9IiMzYzdmYjkiIGZpbGwtb3BhY2l0eT0iMC4zNzUiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGJlZ2luPSItMC4yNXMiIHZhbHVlcz0iMS41IDEuNTsxIDEiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbC1vcGFjaXR5IiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgdmFsdWVzPSIxOzAiIGJlZ2luPSItMC4yNXMiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+CjwvZz4KPC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ5Ljk5OTk5OTk5OTk5OTk5LDE0KSI+CjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkiPgo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iIzNjN2ZiOSIgZmlsbC1vcGFjaXR5PSIwLjI1Ij4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBiZWdpbj0iLTAuMTI1cyIgdmFsdWVzPSIxLjUgMS41OzEgMSIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjE7MCIgYmVnaW49Ii0wLjEyNXMiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+CjwvZz4KPC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1LjQ1NTg0NDEyMjcxNTcsMjQuNTQ0MTU1ODc3Mjg0MjgyKSI+CjxnIHRyYW5zZm9ybT0icm90YXRlKDMxNSkiPgo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iIzNjN2ZiOSIgZmlsbC1vcGFjaXR5PSIwLjEyNSI+CiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49IjBzIiB2YWx1ZXM9IjEuNSAxLjU7MSAxIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwtb3BhY2l0eSIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTswIiBiZWdpbj0iMHMiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+CjwvZz4KPC9nPgo8IS0tIFtsZGlvXSBnZW5lcmF0ZWQgYnkgaHR0cHM6Ly9sb2FkaW5nLmlvLyAtLT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px
}

@media (min-width: 600px) {
  .spinner {
    height: 40px;
    width: 40px
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -450px 0px
  }

  100% {
    background-position: 450px 0px
  }
}

@keyframes shimmer {
  0% {
    background-position: -450px 0px
  }

  100% {
    background-position: 450px 0px
  }
}

.loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sherpa-white);
  background: -moz-linear-gradient(left, var(--sherpa-white) 10%, transparent 80%);
  background: -webkit-linear-gradient(left, var(--sherpa-white) 10%, transparent 80%);
  background: -o-linear-gradient(left, var(--sherpa-white) 10%, transparent 80%);
  background: -ms-linear-gradient(left, var(--sherpa-white) 10%, transparent 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--sherpa-white)), color-stop(80%, transparent));
  background: linear-gradient(to right, var(--sherpa-white) 10%, transparent 80%);
  position: relative;
  -webkit-animation: load3 0.6s infinite linear;
  animation: load3 0.6s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin-right: 8px
}

.loader--lg {
  width: 24px;
  height: 24px
}

.loader--secondary {
  background: var(--sherpa-midnight-800);
  background: -moz-linear-gradient(left, var(--sherpa-midnight-800) 10%, transparent 80%);
  background: -webkit-linear-gradient(left, var(--sherpa-midnight-800) 10%, transparent 80%);
  background: -o-linear-gradient(left, var(--sherpa-midnight-800) 10%, transparent 80%);
  background: -ms-linear-gradient(left, var(--sherpa-midnight-800) 10%, transparent 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--sherpa-midnight-800)), color-stop(80%, transparent));
  background: linear-gradient(to right, var(--sherpa-midnight-800) 10%, transparent 80%)
}

.loader--tertiary {
  background: var(--sherpa-midnight-900);
  background: -moz-linear-gradient(left, var(--sherpa-midnight-900) 10%, transparent 80%);
  background: -webkit-linear-gradient(left, var(--sherpa-midnight-900) 10%, transparent 80%);
  background: -o-linear-gradient(left, var(--sherpa-midnight-900) 10%, transparent 80%);
  background: -ms-linear-gradient(left, var(--sherpa-midnight-900) 10%, transparent 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--sherpa-midnight-900)), color-stop(80%, transparent));
  background: linear-gradient(to right, var(--sherpa-midnight-900) 10%, transparent 80%)
}

.loader:before {
  width: 55%;
  height: 55%;
  background: var(--sherpa-white);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ""
}

.loader--secondary:before {
  background: var(--sherpa-midnight-800)
}

.loader--tertiary:before {
  background: var(--sherpa-midnight-900)
}

.loader:after {
  background: var(--sherpa-midnight-800);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.loader--secondary:after {
  background: var(--sherpa-white)
}

.loader--tertiary:after {
  background: var(--sherpa-sunglow-500)
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

:root {
  --sherpa-max-container-width: 73rem;
  --sherpa-gutter-width: .5rem;
  --sherpa-padding-vertical: .5rem
}

@media (min-width: 600px) {
  :root {
    --sherpa-gutter-width: 1rem
  }
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html #root,
body #root {
  height: 100%;
}

.center-content[_ngcontent-tqi-c23] {
  margin: var(--sherpa-spacing-0) auto
}

.container[_ngcontent-tqi-c23] {
  min-height: 100vh;
  background-color: var(--sherpa-midnight-50)
}

.content[_ngcontent-tqi-c23] {
  padding-bottom: var(--sherpa-spacing-7)
}

@media (min-width: 768px) {
  .content[_ngcontent-tqi-c23] {
    padding-bottom: var(--sherpa-spacing-9);
    padding-top: var(--sherpa-spacing-5)
  }
}

@media (min-width: 1025px) {
  .content[_ngcontent-tqi-c23] {
    padding-bottom: var(--sherpa-spacing-10);
    padding-top: var(--sherpa-spacing-8)
  }
}

.dashboard-pfm[_ngcontent-tqi-c14] {
  padding: var(--sherpa-spacing-8) var(--sherpa-spacing-4);
  background-color: var(--sherpa-white);
  box-sizing: border-box;
  border-radius: var(--sherpa-spacing-2)
}

@media (min-width: 1025px) {
  .dashboard-pfm[_ngcontent-tqi-c14] {
    padding: var(--sherpa-spacing-8) var(--sherpa-spacing-11)
  }
}

.center-content[_ngcontent-tqi-c14] {
  margin: var(--sherpa-spacing-0) auto
}

.drawer[_ngcontent-tqi-c12] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.drawer__content__dates[_ngcontent-tqi-c12] {
  margin-top: var(--sherpa-spacing-6);
  display: flex;
  flex-direction: row;
  column-gap: var(--sherpa-spacing-3)
}

.drawer__content__dates__start[_ngcontent-tqi-c12] {
  width: 48%
}

.drawer__content__dates__end[_ngcontent-tqi-c12] {
  width: 48%;
  margin-top: 52px
}

@media (min-width: 441px) {
  .drawer__content__dates__end[_ngcontent-tqi-c12] {
    margin-top: var(--sherpa-spacing-7)
  }
}

@media (min-width: 599px) {
  .drawer__content__dates[_ngcontent-tqi-c12] {
    column-gap: var(--sherpa-spacing-6)
  }

  .drawer__content__dates__start[_ngcontent-tqi-c12] {
    width: 47%
  }

  .drawer__content__dates__end[_ngcontent-tqi-c12] {
    width: 47%;
    margin-top: 52px
  }
}

@media (min-width: 1025px) {
  .drawer__content__dates[_ngcontent-tqi-c12] {
    column-gap: var(--sherpa-spacing-5)
  }

  .drawer__content__dates__start[_ngcontent-tqi-c12] {
    width: 49%
  }

  .drawer__content__dates__end[_ngcontent-tqi-c12] {
    width: 49%;
    margin-top: var(--sherpa-spacing-7)
  }
}

.skeleton[_ngcontent-tqi-c11] {
  width: 100%;
  padding: var(--sherpa-spacing-1) var(--sherpa-spacing-0)
}

.skeleton__title[_ngcontent-tqi-c11] {
  width: 200px;
  height: var(--sherpa-spacing-5);
  padding-left: 64px
}

.skeleton__description[_ngcontent-tqi-c11] {
  display: flex
}

.skeleton__description__avatar[_ngcontent-tqi-c11] {
  width: var(--sherpa-spacing-9);
  height: var(--sherpa-spacing-9)
}

.skeleton__description__text[_ngcontent-tqi-c11] {
  width: 240px;
  height: var(--sherpa-spacing-5);
  margin-top: var(--sherpa-spacing-3);
  margin-left: var(--sherpa-spacing-4)
}

.skeleton__link[_ngcontent-tqi-c11] {
  width: var(--sherpa-spacing-12);
  height: var(--sherpa-spacing-5);
  padding-left: 64px
}

.skeleton__chip-title[_ngcontent-tqi-c11] {
  margin-top: var(--sherpa-spacing-8);
  width: 240px;
  height: var(--sherpa-spacing-5)
}

.skeleton__chip-selector[_ngcontent-tqi-c11] {
  display: flex;
  margin-top: var(--sherpa-spacing-6)
}

.skeleton__chip-selector__incomes[_ngcontent-tqi-c11] {
  width: var(--sherpa-spacing-11);
  height: var(--sherpa-spacing-6);
  margin-left: var(--sherpa-spacing-1)
}

.skeleton__chip-selector__expenses[_ngcontent-tqi-c11] {
  width: var(--sherpa-spacing-11);
  height: var(--sherpa-spacing-6)
}

.skeleton__donut-description[_ngcontent-tqi-c11] {
  margin-top: var(--sherpa-spacing-7);
  width: 300px;
  height: var(--sherpa-spacing-5)
}

.skeleton__donut-title[_ngcontent-tqi-c11] {
  margin-top: var(--sherpa-spacing-12);
  margin-left: auto;
  margin-right: auto;
  width: var(--sherpa-spacing-12);
  height: var(--sherpa-spacing-5)
}

.skeleton__donut-caption[_ngcontent-tqi-c11] {
  margin-top: var(--sherpa-spacing-1);
  width: var(--sherpa-spacing-11);
  height: var(--sherpa-spacing-5);
  margin-left: auto;
  margin-right: auto
}

.skeleton__category-details-label[_ngcontent-tqi-c11] {
  margin-top: 112px;
  width: 256px;
  height: var(--sherpa-spacing-5)
}

.skeleton__category__multi-action[_ngcontent-tqi-c11] {
  display: flex;
  margin-top: 44px;
  margin-bottom: var(--sherpa-spacing-9)
}

.skeleton__category__multi-action__color[_ngcontent-tqi-c11] {
  width: var(--sherpa-spacing-1);
  height: var(--sherpa-spacing-9)
}

.skeleton__category__multi-action__content[_ngcontent-tqi-c11] {
  margin-left: var(--sherpa-spacing-5)
}

.skeleton__category__multi-action__content__title[_ngcontent-tqi-c11] {
  width: 136px;
  height: var(--sherpa-spacing-5)
}

.skeleton__category__multi-action__content__description[_ngcontent-tqi-c11] {
  margin-top: var(--sherpa-spacing-2);
  width: 136px;
  height: var(--sherpa-spacing-4)
}

@media (min-width: 599px) {
  .skeleton__donut-title[_ngcontent-tqi-c11] {
    margin-top: 148px
  }

  .skeleton__donut-caption[_ngcontent-tqi-c11] {
    margin-top: var(--sherpa-spacing-2)
  }

  .skeleton__category-details-label[_ngcontent-tqi-c11] {
    margin-top: 128px
  }
}

@media (min-width: 768px) {
  .skeleton[_ngcontent-tqi-c11] {
    padding: var(--sherpa-spacing-2) var(--sherpa-spacing-0)
  }

  .skeleton__title[_ngcontent-tqi-c11] {
    width: 256px
  }

  .skeleton__description__text[_ngcontent-tqi-c11] {
    width: 280px
  }

  .skeleton__category__multi-action__content__description[_ngcontent-tqi-c11] {
    width: 162px
  }
}

@media (min-width: 1025px) {
  .skeleton[_ngcontent-tqi-c11] {
    padding: var(--sherpa-spacing-3) var(--sherpa-spacing-0)
  }

  .skeleton__category-details-label[_ngcontent-tqi-c11] {
    margin-top: 128px
  }

  .skeleton__category[_ngcontent-tqi-c11] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--sherpa-spacing-4)
  }

  .skeleton__category__multi-action[_ngcontent-tqi-c11] {
    margin-bottom: var(--sherpa-spacing-1)
  }
}

.container-financial-tips[_ngcontent-tqi-c13] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75vw;
  max-width: 1000px;
  min-width: 320;
  margin: auto
}

.container-financial-tips__img[_ngcontent-tqi-c13] {
  width: 95%
}

@media screen and (min-width: 1024px) {
  .container-financial-tips__img[_ngcontent-tqi-c13] {
    padding-left: 80px;
    width: 75%
  }
}

.container-financial-tips__button__icon[_ngcontent-tqi-c13] {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: none;
  color: #fff;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px
}

.content__chip-title[_ngcontent-tqi-c8] {
  margin-top: var(--sherpa-spacing-6)
}

.content__chip-selector[_ngcontent-tqi-c8] {
  margin-top: var(--sherpa-spacing-4)
}

.content__donut-description {
  margin-top: var(--sherpa-spacing-6);
  color: var(--sherpa-carbon-800);
  margin-bottom: var(--sherpa-spacing-6)
}

.content__donut-chart {
  width: 280px;
  height: 255px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 599px) {
  .content__donut-chart {
    width: 343px;
    height: 303px
  }
}

.content__category-details-label[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-10);
  color: var(--sherpa-carbon-800)
}

.content__primary-categories[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-10)
}

.content__primary-categories__header[_ngcontent-tqi-c6] {
  display: flex
}

.content__primary-categories__header__title[_ngcontent-tqi-c6] {
  font-size: 14px
}

.content__primary-categories__header__tooltip[_ngcontent-tqi-c6] {
  margin-left: var(--sherpa-spacing-1);
  margin-top: -4px
}

.content__primary-categories__values[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-1)
}

.content__multi-action[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-3)
}

.content__multi-action__others[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-6)
}

.content__multi-action__others__description__header[_ngcontent-tqi-c6] {
  display: flex
}

.content__multi-action__others__description__header__title[_ngcontent-tqi-c6] {
  font-size: 14px
}

.content__multi-action__others__description__header__tooltip[_ngcontent-tqi-c6] {
  margin-left: var(--sherpa-spacing-1);
  margin-top: -4px
}

.content__multi-action__others__description__values[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-1)
}

.content__multi-action__others__categories[_ngcontent-tqi-c6] {
  margin-top: var(--sherpa-spacing-3)
}

@media (min-width: 1025px) {

  .content__multi-action__categories[_ngcontent-tqi-c6],
  .content__multi-action__others__categories[_ngcontent-tqi-c6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--sherpa-spacing-4)
  }
}

.content__banner[_ngcontent-tqi-c9] {
  margin: 60px 0;
  overflow: hidden;
  position: relative
}

.content__banner__campaign-info[_ngcontent-tqi-c9] {
  font-family: Roboto-Regular, Helvetica, sans-serif;
  color: var(--white);
  font-size: 16px;
  background: linear-gradient(to right, #323c6d, #6a3768, #9d3364);
  border-radius: 8px;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.content__banner__campaign-info__content[_ngcontent-tqi-c9] {
  display: flex;
  gap: 8px
}

.content__banner__campaign-info__image[_ngcontent-tqi-c9] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 92px
}

.content__banner__campaign-info__image[_ngcontent-tqi-c9] img[_ngcontent-tqi-c9] {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.content__banner__campaign-info__text[_ngcontent-tqi-c9] {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.content__banner__campaign-info__text__title[_ngcontent-tqi-c9] {
  font-family: Roboto-Bold, Helvetica, sans-serif;
  color: var(--white);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis
}

.content__banner__campaign-info__text__button[_ngcontent-tqi-c9] {
  font-family: Roboto-Regular, Helvetica, sans-serif;
  color: var(--white);
  font-size: 14px;
  margin-top: 20px
}

.content__banner__campaign-info__close-button[_ngcontent-tqi-c9] {
  padding: 8px
}

.content__banner__campaign-info__close-button__icon[_ngcontent-tqi-c9] {
  background: none;
  color: #fff;
  border: none;
  margin-bottom: 52px;
  padding-top: 4px
}

.content__banner__campaign-info__close-button__icon[_ngcontent-tqi-c9]>span[_ngcontent-tqi-c9] {
  font-size: 20px
}

@media (max-width: 540px) {
  .content__banner__campaign-info[_ngcontent-tqi-c9] {
    font-family: Roboto-Regular, Helvetica, sans-serif;
    color: var(--white);
    font-size: 14px;
    color: #fff;
    border-radius: 8px
  }

  .content__banner__campaign-info__image[_ngcontent-tqi-c9] {
    width: 116px
  }

  .content__banner__campaign-info__text__title[_ngcontent-tqi-c9] {
    font-family: Roboto-Bold, Helvetica, sans-serif;
    color: var(--white);
    font-size: 14px
  }

  .content__banner__campaign-info__text__button[_ngcontent-tqi-c9] {
    margin-top: 4px
  }
}

.bdb-at-input-text {
  width: 100%;
  height: 48px;
  border: 1px solid var(--sherpa-carbon-400);
  background: var(--sherpa-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  text-align: left;
  color: var(--sherpa-carbon-900);
  margin-right: var(--sherpa-spacing-2);
  padding-left: 20px;
  font-size: 14px
}

.bdb-at-input-token__pass-code-area__box {
  width: 100%;
  max-width: 48px;
  height: 48px;
  border: 1px solid var(--sherpa-carbon-400);
  background: var(--sherpa-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  text-align: center;
  color: var(--sherpa-carbon-900);
  margin-right: var(--sherpa-spacing-2);
}

.sherpa-typography-placeholder-1,
.bdb-at-input-token__pass-code-area__box {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
  overflow-clip-margin: 0px !important;
  overflow: clip !important;
}

input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {}

input {

  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em 0em 0em 0em;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  padding-block: 1px;
  padding-inline: 2px;
}

@media (min-width: 600px) {
  .bdb-at-input-token__pass-code-area__box {
    width: 48px;
  }
}

.bdb-at-input-token__pass-code-area__box {
  width: 100%;
  max-width: 48px;
  height: 48px;
  border: 1px solid var(--sherpa-carbon-400);
  background: var(--sherpa-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  text-align: center;
  color: var(--sherpa-carbon-900);
  margin-right: var(--sherpa-spacing-2);
}

@media (min-width: 600px) {
  .bdb-ml-bm-token {
    padding: var(--sherpa-spacing-8);
  }
}

.bdb-ml-bm-token {
  background-color: var(--sherpa-white);
  border: 1px solid var(--sherpa-carbon-200);
  border-radius: 10px;
  padding: var(--sherpa-spacing-6) var(--sherpa-spacing-4);
  width: -webkit-fill-available;
}

.bdb-ml-bm-token__icon {
  font-size: 32px;
  color: var(--sherpa-carbon-600);
}