@keyframes pulsate {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.header-wrapper{
  display: flex;
  gap: 35px;
  white-space: nowrap;
  flex-wrap: wrap;
  height: 20px;
}

.published{
  white-space: nowrap;
  flex-wrap: wrap;
}

.popular{
  display: none ;
}

.cbc-1-icon {
  width: 70px;
  height: 17px;
  overflow: hidden;
  flex-shrink: 0;
}
.cbc-1-icon,
.div,
.text-18 {
  position: relative;
}
.div {
  line-height: 20px;
  font-weight: 300;
}
.text-18 {
  text-transform: uppercase;
}
.text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.arrowform-icon {
  width: 10px;
  position: relative;
  height: 7px;
}
.logo,
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.menu {
  gap: 0 5px;
  font-family: var(--font-open-sans);
}
.logo {
  gap: 0 16px;
}
.search-icon {
  width: 16px;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.search-icon,
.text-16 {
  position: relative;
}
.search,
.text1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.search {
  justify-content: flex-start;
  gap: 0 5px;
}
.signin-icon {
  width: 12.8px;
  position: relative;
  height: 13.6px;
}
.functions,
.main {
  display: flex;
  flex-direction: row;
}
.functions {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 20px;
  color: var(--color-gray-100);
  font-family: var(--font-open-sans);
}
.main {
  align-self: stretch;
  background-color: var(--color-white);
  height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 5px var(--padding-11xl);
  box-sizing: border-box;
}
.news-logo-icon {
  width: 83px;
  position: relative;
  height: 21px;
  overflow: hidden;
  flex-shrink: 0;
}
.text-15 {
  position: relative;
  line-height: 20px;
}
.text-group,
.text-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.text-group {
  border: 1px solid var(--color-white);
  padding: var(--padding-7xs) var(--padding-9xs);
  gap: 0 5px;
}
.text-parent {
  flex: 1;
  padding: 0 0 0 45px;
  gap: 0 35px;
}
.header,
.news {
  align-self: stretch;
  display: flex;
}
.news {
  background-color: var(--color-crimson);
  height: 48px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-3xs) var(--padding-11xl);
  box-sizing: border-box;
  color: var(--color-white);
  font-family: var(--font-open-sans);
}
.header {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: var(--font-mukta);
}
.text-24,
.title {
  position: relative;
}
.text-24 {
  align-self: stretch;
  line-height: 29px;
  color: #757575;
}
.title {
  flex: 1;
  font-weight: 500;
}
.text12 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.avatar000-icon {
  width: 40px;
  position: relative;
  border-radius: 50%;
  height: 40px;
  object-fit: cover;
}
.text-181 {
  position: relative;
  text-decoration: underline;
}
.text13 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-royalblue-100);
}
.info,
.main1,
.published,
.title-block {
  display: flex;
  justify-content: flex-start;
}
.published {
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}
.info,
.main1,
.title-block {
  flex-direction: column;
  align-items: flex-start;
}
.info {
  font-size: var(--font-size-sm);
  color: var(--color-dimgray-200);
  font-family: var(--font-open-sans);
}
.main1,
.title-block {
  align-self: stretch;
}
.title-block {
  gap: 8px 0;
}
.main1 {
  font-size: 32px;
  color: var(--color-black);
  font-family: var(--font-stag);
}
.img1-icon {
  align-self: stretch;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.img-block {
  align-self: stretch;
  border: 1px solid var(--color-gainsboro);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-9xs);
}
.text-187 {
  flex: 1;
  position: relative;
  line-height: 26px;
}
.text20,
.text21 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text20 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px 0;
  color: var(--color-dimgray-200);
}
.facebook-icon {
  width: 10.1px;
  position: relative;
  height: 18.3px;
}
.linkedin-icon,
.xakatwitter-icon {
  width: 20px;
  position: relative;
  height: 20px;
}
.xakatwitter-icon {
  width: 22px;
}
.mailletter-icon,
.reddit-icon {
  width: 21.3px;
  position: relative;
  height: 16px;
}
.reddit-icon {
  width: 24px;
  height: 20.8px;
}
.iconssocial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
}
.text-188 {
  flex: 1;
  position: relative;
  font-size: var(--font-size-base);
  font-family: var(--font-open-sans);
  color: var(--color-royalblue-100);
  text-align: left;
}
.comments-parent,
.iconssocial-parent,
.text22 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.text22 {
  flex: 1;
  justify-content: center;
}
.comments-parent,
.iconssocial-parent {
  justify-content: flex-start;
}
.comments-parent {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  flex: 1;
  gap: 0 5px;
}
.iconssocial-parent {
  align-self: stretch;
  padding: var(--padding-3xs) 0;
  gap: 20px 50px;
  flex-wrap: wrap;
  row-gap: 20px;
  white-space: nowrap;
}

.text-241 {

  flex: 1;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.text23,
.text24 {
  align-self: stretch;
  display: flex;
}
.text23 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xl);
}
.text24 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 0;
}
.text30 {
  width: 720px;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.img-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px 0;
  text-align: center;
  color: var(--color-darkgray-100);
}
.this-link1 {
  text-decoration: underline;
}
.this-link {
  color: inherit;
  font-family: var(--font-mukta);
}
.text45 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.total-paid-out {
  color: var(--color-gray-200);
}
.calculator-script,
.text46 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text46 {
  color: #f43030;
}
.calculator-script {
  font-family: var(--font-mukta);
}
.block1,
.img-content2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 0;
  font-size: var(--font-size-mid-6);
}
.img-content2 {
  gap: 2px 0;
  text-align: center;
  color: var(--color-darkgray-100);
}
.text-242 {
  flex: 1;
  position: relative;
  line-height: 29px;
}
.my-first-impression {
  margin: 0;
}
.text-1838 {
  flex: 1;
  position: relative;
  line-height: 26px;
  display: inline-block;
}
.info1 {
  align-self: stretch;
  border-left: 4px solid var(--color-crimson);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-3xs);
  font-size: var(--font-size-mid-6);
}
.text-1839 {
  flex: 1;
  position: relative;
  line-height: 26px;
  display: inline-block;
}
.img6-icon {
  width:100%;
  max-height: 100%;
  object-fit: cover;
}
.text-1840 {

  flex: 1;
  position: relative;
  line-height: 26px;
  display: inline-block;
}
.bank-logo-1-icon {
  width: 85px;
  position: relative;
  height: 113px;
  overflow: hidden;
  flex-shrink: 0;
}
.text60 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 var(--padding-7xs);
  font-size: 23px;
}
.text59 {
  filter: blur(2px);
  flex-direction: column;
  align-items: flex-start;
  gap: 2px 0;
}
.code,
.first,
.rbc,
.second,
.text59,
.text65 {
  display: flex;
  justify-content: flex-start;
}
.rbc {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}
.code,
.first,
.second,
.text65 {
  flex-direction: row;
  align-items: center;
}
.code,
.first,
.second {
  flex-direction: column;
  align-items: flex-start;
}
.first,
.second {
  gap: 10px 88px;
}
.second {
  gap: 10px 64px;
}
.head,
.info4,
.text73 {
  display: flex;
  flex-direction: row;
}
.info4 {
  flex: 1;
  filter: blur(2px);
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap-11xl);
}
.head,
.text73 {
  align-self: stretch;
  justify-content: flex-start;
}
.head {
  align-items: flex-start;
  gap: 299px 2px;
}
.text73 {
  filter: blur(2px);
  align-items: center;
}
.text-1214 {
  flex: 1;
  position: relative;
}
.text74 {
  background-color: var(--color-lightgray-100);
}
.text74,
.text75 {
  align-self: stretch;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-9xs);
}
.date,
.transaction {
  flex-direction: column;
}
.date {
  width: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.transaction {
  flex: 1;
}
.debit,
.statement,
.statement-details,
.table,
.transaction {
  display: flex;

}
.date,
.debit {
  width: 70px;
  flex-direction: column;
  justify-content: space-between ;
  align-items: stretch ;
  align-content: center;
}

.date{
  justify-content: stretch;
  width: fit-content;
}

.text75{
  height: 100%;
}


.date,
.debit,
.transaction{
  border-right: 2px solid var(--color-gray-200);
  border-bottom: 2px solid var(--color-gray-200);
}

.statement,
.statement-details,
.table {
  align-self: stretch;
  flex-direction: row;
}
.statement,
.statement-details {
  flex-direction: column;
}
.statement-details {
  background-color: var(--color-white);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
  padding: var(--padding-3xs) var(--padding-xl);
  gap: 16px 0;
}
.statement {
  font-size: var(--font-size-xs);
  font-family: var(--font-helvetica);
}
.text-1841 {

  flex: 1;
  position: relative;
  line-height: 26px;
  display: inline-block;
  font-style: italic;
}
.findings,
.important {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.important {
  align-self: stretch;
  border-left: 8px solid var(--color-crimson);
  display: flex;
  padding: 0 var(--padding-sm);
}
.findings {
  font-size: var(--font-size-mid-6);
}
.block2,
.findings,
.text85 {
  align-self: stretch;
  display: flex;
}
.block2 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xs);
  gap: 16px 0;
  font-size: var(--font-size-7xl);
}
.text85 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 27px;
  font-size: 27px;
}
.use-the {
  font-family: var(--font-open-sans);
  color: var(--color-gray-200);
}
.link {
  color: inherit;
}
.use-the-link-provided-by-guest {
  margin: 0;
  font-size: inherit;
  padding-left: var(--padding-4xl);
}
.text-1842 {
  flex: 1;
  position: relative;
  line-height: 26px;
  display: inline-block;
}
.text86 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-royalblue-200);
  font-family: var(--font-mukta);
}
.top-up-your-balance-the-minim {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: var(--padding-4xl);
}
.text-17,
.text-1844 {
  flex: 1;
  position: relative;
  display: inline-block;
}
.text-1844 {
  line-height: 26px;
}

.text91 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text-171 {

  position: relative;
  font-weight: 600;
  display: inline-block;
}
.text92 {
  align-self: stretch;
  border-radius: var(--br-9xs);
  background-color: var(--color-darkslategray);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0-4px 4px rgba(0, 0, 0, 0.1),
    4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-xl);
  font-size: var(--font-size-9xl);
}
.frame-div,
.text-parent1 {
  align-self: stretch;
  flex-direction: column;
  gap: 6px 0;
}
.frame-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-parent1 {
  justify-content: center;
}
.button,
.frame-group,
.text-parent1,
.text95 {
  display: flex;
  align-items: center;
}
.frame-group {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-3xs) 0;
  gap: 20px 0;
}
.button,
.text95 {
  flex-direction: row;
  justify-content: center;
}
.text95 {
  text-decoration: none;
  border-radius: 2px;
  color: inherit;
}
.button {
  align-self: stretch;
  border-radius: var(--br-9xs);
  background-color: var(--color-white);
  padding: 13px 0;
  opacity: 1;
  font-size: var(--font-size-9xl);
  color: var(--color-royalblue-200);
}
.button.animate {
  animation: 1s linear 0s infinite reverse forwards pulsate;
}
.frame-parent {
  align-self: stretch;
  border-radius: var(--br-8xs);
  background-color: #000031;
  box-shadow: -4px 0 4px rgba(60, 69, 84, 0.5), 0-4px 4px rgba(60, 69, 84, 0.5),
    4px 0 4px rgba(60, 69, 84, 0.5), 0 4px 4px rgba(60, 69, 84, 0.5);
  padding: var(--padding-xl);
  gap: 16px 0;
}
.block3,
.frame-parent,
.sitio-oficial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sitio-oficial {
  align-self: stretch;
  border-radius: var(--br-8xs);
  background-color: #18a472;
  padding: 40px;
  text-align: center;
  font-size: var(--font-size-base);
  color: var(--color-white);
  font-family: var(--font-inter);
}
.block3 {
  padding: var(--padding-xl) 0 0;
  gap: 8px 0;
  font-size: var(--font-size-mid-6);
}
.block3,
.title-child,
.title1 {
  align-self: stretch;
}
.title1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--font-size-xl);
}
.avatar0-icon {
  width: 50px;
  position: relative;
  border-radius: 50%;
  height: 50px;
  object-fit: cover;
}
.leave-comment {
  border: 0;
  outline: 0;
  font-family: var(--font-mukta);
  font-size: var(--font-size-smi);
  background-color: #f5f5f5;
  flex: 1;
  border-radius: var(--br-8xs);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-base) var(--padding-3xs);
  color: #969696;
}
.new-comment {
  align-self: stretch;
  justify-content: flex-start;
  gap: 0 16px;
}
.new-comment,
.text-parent2,
.text-parent3,
.text99 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.text99 {
  justify-content: center;
  font-family: var(--font-open-sans);
}
.text-parent2,
.text-parent3 {
  justify-content: flex-start;
  gap: 0 5px;
}
.text-parent3 {
  font-size: var(--font-size-2xs);
  font-family: var(--font-mukta);
}
.text-parent2 {
  align-self: stretch;
}
.text-166 {
  flex: 1;
  position: relative;
  line-height: 22px;
}
.like,
.text-parent4,
.text100 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.text100 {
  align-self: stretch;
  justify-content: center;
  color: var(--color-gray-300);
}
.like,
.text-parent4 {
  justify-content: flex-start;
  gap: 0 2px;
}
.text-parent4 {
  gap: 0 16px;
  font-family: var(--font-mukta);
}
.comment,
.frame-container {
  display: flex;
  align-items: flex-start;
}
.frame-container {
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.comment {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0 16px;
}
.avatar5-icon {
  width: 26px;
  position: relative;
  border-radius: 50%;
  height: 26px;
  object-fit: cover;
}
.comment-parent,
.comment4 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.comment4 {
  flex-direction: row;
  padding: 0 0 0 var(--padding-31xl);
  gap: 0 16px;
}
.comment-parent {
  flex-direction: column;
  gap: 20px 0;
}
.commentphoto-icon {
  width: 100%;
  max-width: 622px;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.text-1698 {
  position: relative;
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}
.comments {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px 0;
  color: var(--color-dimgray-100);
}
.comment-block,
.comments,
.text202 {
  align-self: stretch;
  display: flex;
}
.text202 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #3b5998;
  font-family: var(--font-mukta);
}
.comment-block {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-base);
  gap: 26px 0;
}
.content,
.text203 {
  display: flex;
  align-items: center;
}
.content {
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px 0;
  max-width: 720px;
}
.text203 {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
}
.text-16109,
.text-16110 {
  position: relative;
  line-height: 21px;
}
.text-16110 {
  flex: 1;
}
.text206 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-darkgray-100);
}
.popular-news,
.popular1,
.text-parent47 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.text-parent47 {
  flex: 1;
  flex-direction: column;
  font-size: var(--font-size-base);
}
.popular-news,
.popular1 {
  align-self: stretch;
}
.popular1 {
  border-bottom: 1px solid var(--color-darkgray-100);
  flex-direction: row;
  padding: var(--padding-5xs) var(--padding-5xs) var(--padding-5xs) 0;
  gap: 0 15px;
}
.popular-news {
  flex-direction: column;
  gap: 16px 0;
}
.content-block,
.popular {
  overflow: hidden;
  display: flex;
}
.popular {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 0;
  max-width: 300px;
  font-size: var(--font-size-7xl);
  color: var(--color-gray-100);
}
.content-block {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-11xl) var(--padding-11xl) 0;
  gap: 0 28px;
  color: var(--color-gray-200);
}
.text-parent52 {
  align-self: stretch;
  gap: 6px 0;
  font-size: var(--font-size-xs);
  color: var(--color-royalblue-200);
}
.myaccount,
.text-parent52,
.texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.texts {
  align-self: stretch;
  gap: 16px 0;
}
.myaccount {
  flex: 1;
  min-width: 190px;
}
.text235,
.text261 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-black);
}
.text261 {
  color: var(--color-royalblue-200);
}
.other,
.text-parent57 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}
.text-parent57 {
  flex-direction: column;
  justify-content: center;
  gap: 6px 0;
  font-size: var(--font-size-xs);
}
.other {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 var(--padding-11xl);
}
.image-1019941451-icon {
  width: 220px;
  position: relative;
  height: 30px;
  object-fit: cover;
}
.footersm,
.text-parent58 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.text-parent58 {
  width: 666.5px;
}
.footersm {
  align-self: stretch;
  background-color: var(--color-black);
  flex-wrap: wrap;
  padding: var(--padding-base) var(--padding-11xl);
  font-size: var(--font-size-xs);
  color: var(--color-white);
}
.footer,
.index-stanley-tucci-cbc-ca {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 0;
}
.footer {
  align-self: stretch;
  border-top: 1px solid #eaeaea;
  padding: var(--padding-base) 0 0;
  color: var(--color-black);
}
.index-stanley-tucci-cbc-ca {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-red);
  font-family: var(--font-open-sans);
}
@media screen and (max-width: 960px) {
  .popular {
    display: none;
    width: 200px;
  }
  .texts {
   display: flex;
 
  }
  .myaccount {
    padding-bottom: var(--padding-xl);
    box-sizing: border-box;
    min-width: 140px;
    
  }
  .other {
    flex-direction: row;
    align-items: flex-start;
    
    gap: var(--gap-0);
  }
}
@media screen and (max-width: 420px) {
  .text1 {
    display: none;
  }
  .text-parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .news {
    display: flex;
  }
  .iconssocial {
    gap: 0 30px;
  }
  .iconssocial-parent {
    gap: 20px 50px;
  }
  .text-241 {
    font-size: 17.6px;
  }
  .text-17 {
    align-self: stretch;
  }
  .text-17,
  .text91 {
    height: auto;
  }
  .text-171 {
    font-size: var(--font-size-xl);
  }
  .frame-group {
    flex-direction: column;
  }
  .sitio-oficial {
    padding: var(--padding-mini);
    box-sizing: border-box;
  }
  .block3 {
    padding-left: var(--padding-xs);
    padding-right: var(--padding-xs);
    box-sizing: border-box;
  }
  .content {
    flex: unset;
    align-self: stretch;
  }
  .popular,
  .popular-news,
  .text203 {
    display: flex;
  }
  .popular {
    width: 100%;
    max-width: 870px !important;
    flex: unset;
    align-self: stretch;
  }
  .content-block,
  .other {
    display: flex;
    flex-direction: column;
    padding-left: var(--padding-mini);
    padding-right: var(--padding-mini);
    box-sizing: border-box;
  }
  .other {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footersm{
    gap: 20px;
  }
}
