@charset "UTF-8";
#container-blog-home {
  background-color: #F5F5EF;
  background-image: url("../assets/serpentin_or_repeat.svg");
  background-repeat: repeat-y;
  background-position-x: calc(100vw - 262px);
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 100vh;
  background-size: 292px 433px;
}
#container-blog-home #seeMore {
  margin-bottom: 270px;
}
#container-blog-home #blog-content {
  margin-left: 135px;
  max-width: 1500px;
}
#container-blog-home #blog-content a.no-access {
  pointer-events: none !important;
  filter: grayscale(1);
}
#container-blog-home #blog-content a:hover #blog-description-container #left-content .text-row .card-icon .blog-svg-circle {
  background-color: #000 !important;
}
#container-blog-home #blog-content a:hover #blog-description-container #left-content .text-row .card-icon .blog-svg-circle svg path {
  fill: #BF8C00 !important;
}
#container-blog-home #blog-content #blog-header {
  margin-top: 228px;
  text-align: left;
}
#container-blog-home #blog-content #blog-header .title-row {
  display: flex;
  align-items: center;
}
#container-blog-home #blog-content #blog-header .title-row .blog-circle {
  height: 91px;
  width: 91px;
  background-color: #BF8C00;
  border-radius: 50%;
}
#container-blog-home #blog-content #blog-header .title-row h1 {
  margin-left: 35px;
  font: normal normal 80px "PPMori-SemiBold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  position: relative;
  top: 7px;
}
#container-blog-home #blog-content #blog-header .title-row h1 sup {
  font: 33px "PPMori-Regular";
  position: relative;
  top: -20px;
  margin-left: 4px;
}
@-moz-document url-prefix() {
  #container-blog-home #blog-content #blog-header .title-row h1 {
    font: normal normal normal 80px "PPMori-SemiBold";
  }
}
#container-blog-home #blog-content #blog-header .header-description {
  margin-top: 30px;
}
#container-blog-home #blog-content #blog-header .header-description span {
  font: 20px "PPMori-Regular";
}
#container-blog-home #blog-content #blog-header .header-second-title {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
  padding-bottom: 25px;
}
#container-blog-home #blog-content #blog-header .header-second-title h2 {
  font: 42px "PPMori-SemiBold";
  max-width: 410px;
}
#container-blog-home #blog-content #blog-header .header-second-title .JCCM-button {
  margin-top: 20px;
}
@-moz-document url-prefix() {
  #container-blog-home #blog-content #blog-header .header-second-title .JCCM-button {
    font: 16px "PPMori-SemiBold";
  }
}
#container-blog-home #blog-content > a {
  text-decoration: none;
  color: inherit;
  background-color: aliceblue;
}
#container-blog-home #blog-content > a :hover #left-content {
  background: #BF8C00;
}
#container-blog-home #blog-content > a:visited {
  text-decoration: none;
  color: inherit;
}
#container-blog-home #blog-description-container-mobile {
  display: none;
}
#container-blog-home #blog-description-container {
  padding-top: 46px;
  display: flex;
}
#container-blog-home #blog-description-container #left-content {
  background-color: #fff;
  transition: background-color 0.5s;
  height: 407px;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 47px;
  padding-left: 47px;
  padding-right: 43px;
  border-radius: 0px 0px 0px 30px;
}
#container-blog-home #blog-description-container #left-content:hover {
  background-color: #BF8C00;
}
#container-blog-home #blog-description-container #left-content:hover .blog-svg-circle {
  background-color: #000 !important;
}
#container-blog-home #blog-description-container #left-content:hover .blog-svg-circle svg path {
  fill: #BF8C00 !important;
}
#container-blog-home #blog-description-container #left-content h5 {
  font: 35px "PPMori-SemiBold";
  line-height: 1.1;
}
@-moz-document url-prefix() {
  #container-blog-home #blog-description-container #left-content h5 {
    font: normal normal normal 35px "PPMori-SemiBold";
    line-height: 1.1;
  }
}
#container-blog-home #blog-description-container #left-content #toCome {
  position: absolute;
  top: 20px;
  right: 20px;
}
#container-blog-home #blog-description-container #left-content .text-row {
  min-height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon {
  display: flex;
  justify-content: space-between;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .card-type {
  margin-left: 10px;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  display: flex;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .card-type li {
  font: 10px "PPMori-SemiBold";
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .blog-svg-circle {
  display: flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: space-around;
  background-color: #BF8C00;
  border-radius: 50%;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .blog-svg-circle svg {
  height: 19px;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .blog-svg-circle svg path {
  fill: #000;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .top-right-lock {
  display: flex;
  align-items: center;
}
#container-blog-home #blog-description-container #left-content .text-row .card-icon .top-right-lock svg {
  width: 18px;
  height: 23px;
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container {
  min-height: 100%;
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .event-description, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .event-description {
  flex: 1;
  flex-basis: 75%;
  width: auto;
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .date-container, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .date-container {
  flex: 1;
  flex-basis: 25%;
  width: auto;
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .event-title-li .event-title, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .event-title-li .event-title {
  font: 30px "PPMori-SemiBold";
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .event-desc-li, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .event-desc-li {
  overflow: hidden;
  margin-top: 25px;
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .event-desc-li .event-desc p, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .event-desc-li .event-desc p {
  font: 20px "PPMori-Regular";
  line-height: 1.5;
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .date-container, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .date-container {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  font: 30px "PPMori-SemiBold";
}
#container-blog-home #blog-description-container #left-content .text-row #blog-description .date-container li, #container-blog-home #blog-description-container #left-content .text-row .blog-date-container .date-container li {
  font: 30px "PPMori-SemiBold";
}
#container-blog-home #blog-description-container #left-content .text-row .blog-date-container {
  padding-bottom: 35px;
}
#container-blog-home #blog-description-container #left-content .text-row .blog-date-container ul.is-pulled-left.has-text-left li {
  padding-top: 0;
  margin-top: 0;
}
#container-blog-home #blog-description-container #right-content {
  background-repeat: no-repeat;
  background-size: cover;
  height: 407px;
  width: 50%;
  border-radius: 0px 0px 30px 0px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
#container-blog-home #blog-description-container #right-content .bottom-left-card-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
#container-blog-home #blog-description-container #right-content .bottom-left-card-text p {
  background-color: #BF8C00;
  color: #FFF;
  font: 23px "PPMori-SemiBold";
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: block;
  width: fit-content;
}
#container-blog-home #filter-area {
  margin-top: 123px;
}
#container-blog-home #filter-area #filter-list-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
#container-blog-home #filter-area #filter-list-row .strong {
  font: 19px "PPMori-SemiBold";
}
#container-blog-home #filter-area #filter-list-row div {
  font: 19px "PPMori-Regular";
}
#container-blog-home #filter-area #filter-list-row #filter-display-text .responsiveFilter {
  display: none;
}
#container-blog-home #filter-area .filter-options-row {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
  border-bottom: 2px solid #000;
}
#container-blog-home #filter-area .filter-options-row .filter-options {
  display: flex;
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option {
  opacity: 0.6;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option.selected, #container-blog-home #filter-area .filter-options-row .filter-options .filter-option:hover {
  opacity: 1;
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option:not(:first-of-type) {
  margin-left: 28px;
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option span {
  cursor: pointer;
  margin-left: 15px;
  font: 17px "PPMori-Bold";
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option .black-circle {
  cursor: pointer;
  width: 42px;
  height: 42px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option .black-circle svg {
  color: #fff;
}
#container-blog-home #filter-area .filter-options-row .filter-options .filter-option .black-circle svg path {
  fill: #FFF;
}
#container-blog-home #blog-container {
  margin-top: 30px;
  padding-bottom: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
#container-blog-home #blog-container .placeholder {
  flex-basis: 350px;
}
#container-blog-home #blog-container a {
  color: #000;
  display: block;
  flex-basis: 350px;
}
#container-blog-home #blog-container a:visited {
  color: #000;
}
#container-blog-home #blog-container a article.card-content {
  width: auto;
  margin: 0;
  position: relative;
  display: block;
  border-radius: 30px !important;
  cursor: pointer;
}
#container-blog-home #blog-container a article.card-content .card-date li {
  font: normal normal 18px "PPMori-SemiBold";
}
#container-blog-home #blog-container a article.card-content .carrousel-image {
  width: 371px;
  margin-left: -20px;
}
#container-blog-home #blog-container a article.card-content .carrousel-image .bottom-left-card-text {
  position: absolute;
  left: 25px;
  top: 25px;
}
#container-blog-home #blog-container a article.card-content .carrousel-image .bottom-left-card-text p {
  background-color: #BF8C00;
  color: #FFF;
  font: 15px "PPMori-SemiBold";
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: block;
  width: fit-content;
}
#container-blog-home #blog-container a article.card-content:hover .register-link {
  display: block;
  bottom: 0;
}
#container-blog-home #blog-container a article.card-content.blog-card {
  background-image: none;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event {
  cursor: initial;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .top-card {
  opacity: 0.28;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .text-row svg {
  opacity: 1;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .text-row svg circle {
  fill: #B6B6B6;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .text-row svg path {
  fill: #fff;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .text-row ul.card-type li {
  color: #B6B6B6;
  opacity: 1;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .text-row .card-date {
  opacity: 0.28;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .text-row .card-icon {
  background-color: #676767;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .complete {
  font: normal normal 22px "PPMori-SemiBold";
  position: absolute;
  bottom: 27px;
  left: 27px;
  color: #FFFFFF;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event .carrousel-image {
  filter: grayscale(0.6);
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event:hover .top-card {
  opacity: 1;
}
#container-blog-home #blog-container a article.card-content.blog-card.complete-event:hover .carrousel-image {
  filter: grayscale(0);
}
#container-blog-home #blog-container a article.card-content.blog-card:hover {
  background-color: #bf8c00 !important;
}
#container-blog-home #blog-container a article.card-content.blog-card:hover .card-icon {
  background-color: #000;
}
#container-blog-home #blog-container a article.card-content.blog-card:hover .card-icon svg circle {
  transition: inherit;
  fill: #000;
}
#container-blog-home #blog-container a article.card-content.blog-card:hover .card-icon svg path {
  transition: inherit;
  fill: #bf8c00;
}
#container-blog-home #blog-container a article.card-content.blog-card .card-icon {
  width: 35px;
  height: 35px;
  background: #bf8c00;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
}
#container-blog-home #blog-container a article.card-content.blog-card .card-icon svg {
  width: 12px;
}
#container-blog-home #blog-container a article.card-content.blog-card .card-icon svg path {
  fill: #000;
}
#container-blog-home #blog-container a article.card-content.blog-card .card-icon.logo-statement svg {
  width: 18px;
}
#container-blog-home #blog-container a article.card-content.blog-card .card-blog-margin {
  padding-left: 10px;
}
#container-blog-home #blog-container .carrousel-image {
  bottom: 0;
  position: absolute;
  max-width: 400px;
  max-height: 200px;
}
#container-blog-home #blog-container .carrousel-card {
  padding: 20px !important;
  border-radius: 30px !important;
}
#container-blog-home #blog-container .header-row .column {
  max-height: initial !important;
  margin-bottom: 0 !important;
}
#container-blog-home #blog-container .header-row {
  position: relative;
  padding-top: 3px;
  max-height: initial;
  margin-bottom: 0;
  padding: 0;
  line-height: 105%;
}
#container-blog-home #blog-container .header-row .text-row {
  position: absolute;
  bottom: 0;
}
#container-blog-home #blog-container .header-row .title-container {
  width: 100%;
}
#container-blog-home #blog-container .header-row .title-container .overTitle {
  font: normal normal 10px "PPMori-SemiBold";
  margin-top: 4px;
  display: block;
  width: 95%;
}
#container-blog-home #blog-container .header-row .title-container .card-title {
  font-size: 23px;
  font-family: "PPMori-SemiBold";
  word-wrap: break-word;
  width: fit-content;
  white-space: pre-wrap;
  display: block;
  padding-right: 55px;
  margin-top: 6px;
}
@-moz-document url-prefix() {
  #container-blog-home #blog-container .header-row .title-container .overTitle {
    font: normal normal normal 10px "PPMori-SemiBold";
  }
  #container-blog-home #blog-container .header-row .title-container .card-title {
    font: normal normal normal 23px "PPMori-SemiBold";
  }
}
#container-blog-home #blog-container .header-row .title-container .lock {
  position: relative;
  top: 0;
  right: 0;
}
#container-blog-home #blog-container .text-row {
  margin-top: 10px;
}
#container-blog-home #blog-container .top-card {
  height: 88px;
  max-height: 88px;
  padding-top: 3px;
}
#container-blog-home #blog-container .top-card .column {
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 0;
}
#container-blog-home #blog-container .text-row .columns,
#container-blog-home #blog-container .text-row .column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  justify-content: space-between;
  flex-direction: row !important;
  align-items: center;
}
#container-blog-home #blog-container .text-row .column {
  justify-content: flex-start;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}
#container-blog-home #filter-view {
  overflow: scroll;
  position: fixed;
  top: -120vh;
  height: 100vh;
  padding-left: 140px;
  width: calc(100vw - 107px);
  left: 107px;
  z-index: 99999;
  transition: top 0.7s;
  background-color: #F5F5EF;
}
#container-blog-home #filter-view.active {
  top: 0;
}
#container-blog-home #filter-view .top-x-container {
  position: absolute;
  top: 54px;
  right: 54px;
}
#container-blog-home #filter-view .top-x-container svg {
  width: 50px;
  height: 50px;
  /* UI Properties */
  opacity: 1;
  transition-duration: 0.5s;
  cursor: pointer;
}
#container-blog-home #filter-view .top-x-container svg:hover path {
  fill: #F5F5F5;
  stroke-width: 1;
  stroke: #000;
}
#container-blog-home #filter-view .top-x-container svg path {
  fill: #000;
  stroke-width: 1;
  stroke: #F5F5EF;
}
#container-blog-home #filter-view .top-x-container img {
  cursor: pointer;
}
#container-blog-home #filter-view #filter-kind {
  margin-top: 18px;
  max-width: 1525px;
}
#container-blog-home #filter-view #filter-kind .button-date {
  margin-top: 25px;
}
#container-blog-home #filter-view #filter-kind .filter-title {
  font: normal normal 20px "PPMori-SemiBold";
  margin-top: 31px;
}
#container-blog-home #filter-view #filter-kind .filter-big-title {
  font: normal normal 80px "PPMori-SemiBold";
}
#container-blog-home #filter-view #filter-kind .titles {
  margin-top: 185px;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container {
  display: block;
  margin-top: 18px;
  height: 42px;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  opacity: 0.39;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list.selected {
  opacity: 1;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list.selected span {
  font: normal normal 17px "PPMori-SemiBold";
  color: #000;
}
@-moz-document url-prefix() {
  #container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list.selected span {
    font: normal normal 17px "PPMori-SemiBold";
  }
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list:not(:first-of-type) {
  margin-left: 40px;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list span {
  display: inline;
  position: relative;
  font: normal normal 17px "PPMori-SemiBold";
  margin-left: 15px;
  margin-bottom: 3px;
}
@-moz-document url-prefix() {
  #container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list span {
    font: normal normal 17px "PPMori-SemiBold";
  }
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list .black-circle {
  width: 42px;
  height: 42px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list .black-circle svg {
  color: #fff;
}
#container-blog-home #filter-view #filter-kind #blog-kind-container ul .blog-kind-list .black-circle svg path {
  fill: #FFF;
}
#container-blog-home #filter-view #filter-kind #buttons-right {
  text-align: right;
  margin-top: 144px;
}
#container-blog-home #filter-view #filter-kind #buttons-right button {
  float: right;
  margin-left: 40px;
}
#container-blog-home #filter-view .priority-div .priority-title {
  margin-top: 40px !important;
  display: block;
}
#container-blog-home #filter-view .priority-div .ul-width {
  cursor: pointer;
  margin-top: 31px;
  vertical-align: top;
  width: 365px;
  display: inline-block;
  font: normal normal 17px "PPMori-SemiBold";
}
#container-blog-home #filter-view .priority-div .ul-width:not(:first-of-type) {
  margin-left: 59px;
}
#container-blog-home #filter-view .priority-div .ul-width li {
  opacity: 0.39;
}
#container-blog-home #filter-view .priority-div .ul-width li.selected {
  opacity: 1;
}
#container-blog-home #filter-view .priority-div .ul-width li:not(:first-of-type) {
  margin-top: 31px;
}
@-moz-document url-prefix() {
  #container-blog-home #filter-view .priority-div .ul-width {
    font: normal normal 17px "PPMori-SemiBold";
  }
}
#container-blog-home #filter-view .date-div .date-title {
  display: block;
  margin-top: 48px;
}
#container-blog-home #filter-view .date-div .date-list {
  margin-top: 29px;
}
#container-blog-home #filter-view .date-div .date-list .date {
  display: inline-block;
  font: normal normal 19px "PPMori-SemiBold";
  opacity: 0.39;
}
#container-blog-home #filter-view .date-div .date-list .date:not(:first-of-type) {
  margin-left: 54px;
}
#container-blog-home #filter-view .date-div .date-list .date.selected {
  opacity: 1;
}
#container-blog-home #filter-view .gray-border-bottom {
  border-bottom: 2px solid #000;
  padding-bottom: 26px;
  width: 1525px;
}
#container-blog-home .partners {
  background-color: #151515;
  color: #fff;
}
#container-blog-home .partners .partner-title {
  margin-top: 92px;
  margin-bottom: 120px;
  margin-left: 135px;
}
#container-blog-home .partners .logo {
  margin-top: -20px;
  margin-bottom: 0;
}
#container-blog-home .partners img {
  filter: invert(1);
}
#container-blog-home .infoLetter .tile.is-parent {
  padding-left: 0 !important;
}

@media (max-height: 1000px) {
  #container-blog-home #filter-view #filter-kind .titles {
    margin-top: 40px;
  }
  #container-blog-home #filter-view #filter-kind #buttons-right {
    text-align: right;
    margin-top: 40px;
  }
}
@media (max-height: 700px) {
  #container-blog-home #filter-view #filter-kind .titles {
    margin-top: 40px;
  }
  #container-blog-home #filter-view #filter-kind .filter-title {
    margin-top: 20px !important;
  }
  #container-blog-home #filter-view #filter-kind .filter-title .priority-title {
    margin-top: 20px !important;
  }
  #container-blog-home #filter-view #filter-kind .filter-title .date-title {
    margin-top: 20px !important;
  }
  #container-blog-home #filter-view #filter-kind #buttons-right {
    text-align: right;
    margin-top: 20px;
  }
}
@media (max-width: 1790px) {
  /* … */
  #container-blog-home #filter-view {
    padding-left: 70px;
  }
  #container-blog-home #filter-view #filter-kind {
    max-width: 1400px;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 1400px !important;
  }
  #container-blog-home #blog-container section > .tile.is-ancestor {
    padding-left: 70px !important;
  }
  #container-blog-home #blog-container a {
    flex-basis: 310px;
  }
  #container-blog-home #blog-container a article.card-content {
    background-color: pink;
    width: 310px;
  }
  #container-blog-home #blog-container a article.card-content .register-link {
    right: 26px !important;
  }
  #container-blog-home #blog-container .placeholder {
    flex-basis: 310px;
  }
  #container-blog-home #blog-content {
    margin-left: 70px;
    max-width: 1400px;
  }
  #container-blog-home section.partners .partner-title {
    margin-left: 70px !important;
  }
  #container-blog-home section.partners .logo {
    margin-left: 40px !important;
  }
  #container-blog-home section.partners .logo img {
    max-width: 80%;
  }
  #main footer {
    padding-left: 70px !important;
    padding-right: 155px !important;
  }
}
@media (max-width: 1630px) {
  /* … */
  #main footer,
  main section.infoLetter > .tile {
    padding-left: 50px !important;
  }
  #container-blog-home section > .tile.is-ancestor {
    padding-left: 50px !important;
  }
  #container-blog-home section.partners .partner-title {
    margin-left: 45px !important;
  }
  #container-blog-home section.partners .logo {
    margin-left: 20px !important;
  }
  #container-blog-home section.partners .logo img {
    max-width: 70%;
  }
  #container-blog-home #filter-view {
    padding-left: 50px;
  }
  #container-blog-home #filter-view #filter-kind {
    max-width: 1300px;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 1300px !important;
  }
  #container-blog-home #blog-content {
    margin-left: 50px;
    max-width: 1300px;
  }
  #container-blog-home #blog-content #blogs-container .carrousel-card {
    width: 300px;
  }
  #container-blog-home #blog-content #blogs-container .carrousel-card .register-link {
    right: 36px !important;
  }
  #container-blog-home #blog-content #blogs-container .first article.card-content {
    margin-left: 0 !important;
  }
  #container-blog-home #blog-content #blogs-container .last article.card-content {
    float: right;
    left: -6px;
    position: relative;
  }
  #container-blog-home #blog-content #blogs-container .second {
    margin-left: 9px !important;
  }
  #container-blog-home #blog-content #blogs-container .third {
    left: 8px;
    position: relative;
  }
}
@media (max-width: 1480px) {
  /* … */
  #container-blog-home #blog-description-container #left-content .text-row #blog-description .event-title-li .event-title {
    font: 34px "PPMori-SemiBold";
  }
  #container-blog-home section > .tile.is-ancestor {
    padding-left: 50px !important;
  }
  #container-blog-home section > .tile.is-ancestor .strong {
    font-size: 30px !important;
  }
  #container-blog-home section.partners .partner-title {
    margin-left: 50px !important;
  }
  #container-blog-home section.partners .logo {
    margin-left: 20px !important;
  }
  #container-blog-home section.partners .logo img {
    max-width: 70%;
  }
  #container-blog-home #filter-view {
    padding-left: 50px;
  }
  #container-blog-home #filter-view #filter-kind {
    max-width: 1200px;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 1200px !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div .ul-width {
    width: 340px;
    font: normal normal 14px "PPMori-Regular" -sb;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div .ul-width:not(:first-of-type) {
    margin-left: 20px;
  }
  @-moz-document url-prefix() {
    #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div .ul-width {
      font: normal normal 17px "PPMori-SemiBold";
    }
  }
  #container-blog-home #blog-container .placeholder {
    flex-basis: 290px;
  }
  #container-blog-home #blog-container a {
    flex-basis: 290px;
  }
  #container-blog-home #blog-container a article.card-content {
    width: 290px;
  }
  #container-blog-home #blog-container .carrousel-image {
    max-height: 180px;
  }
  #container-blog-home #blog-container .carrousel-card {
    height: 360px;
    padding: 15px !important;
  }
  #container-blog-home #blog-container .carrousel-card .text-row {
    margin-top: 0;
  }
  #container-blog-home #blog-content {
    margin-left: 50px;
    max-width: 1200px;
  }
  #container-blog-home #blog-content #left-content #blog-description .blog-header {
    font: normal normal 30px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #left-content #blog-description .blog-desc {
    font: normal normal normal 14px "PPMori-Regular";
  }
  #container-blog-home #blog-content #left-content #blog-description .card-date {
    font: normal normal 20px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #left-content #blog-description .blog-header-li {
    margin-top: -7px;
  }
  #container-blog-home #blog-content #left-content #blog-description .blog-desc-li {
    margin-top: 26px;
  }
  #container-blog-home #blog-content #blog-kind ul .blog-kind-list {
    margin-top: 5px;
  }
  #container-blog-home #blog-content #blog-kind ul .blog-kind-list:not(:first-of-type) {
    margin-left: 20px !important;
  }
  #container-blog-home #blog-content #blog-kind ul .blog-kind-list img {
    display: inline;
  }
  #container-blog-home #blog-content #blog-kind ul .blog-kind-list img, #container-blog-home #blog-content #blog-kind ul .blog-kind-list svg {
    width: 30px;
    height: 30px;
  }
  #container-blog-home #blog-content #blog-kind ul .blog-kind-list span {
    display: inline;
    position: relative;
    top: -9px;
    font: normal normal 14px "PPMori-SemiBold";
    margin-left: 10px !important;
    margin-bottom: 3px;
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-kind ul .blog-kind-list span {
      font: normal normal 14px "PPMori-SemiBold";
    }
  }
  #container-blog-home #blog-content #blog-kind .JCCM-button {
    float: right;
    margin-top: -6px;
  }
  #container-blog-home #blog-content #blog-kind .JCCM-button span {
    vertical-align: -webkit-baseline-middle;
  }
  #container-blog-home #blog-content #blog-container .carrousel-card {
    width: 260px;
  }
  #container-blog-home #blog-content #blog-container .carrousel-card .card-title {
    font: normal normal 18px "PPMori-SemiBold" !important;
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-container .carrousel-card .card-title {
      font: normal normal 18px "PPMori-SemiBold";
    }
  }
  #container-blog-home #blog-content #blog-container .carrousel-card .card-type {
    position: relative;
    left: 10px;
  }
  #container-blog-home #blog-content #blog-container .carrousel-card .register-link {
    right: 66px !important;
  }
  #container-blog-home #blog-content #blog-container a {
    flex-basis: 260px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content {
    width: 260px;
  }
  #container-blog-home #blog-content #blog-container .placeholder {
    flex-basis: 260px;
  }
}
@media (max-width: 1380px) {
  /* … */
  #container-blog-home #blog-description-container #left-content .text-row #blog-description .event-title-li .event-title {
    font: 32px "PPMori-SemiBold";
  }
  #container-blog-home section > .tile.is-ancestor {
    padding-left: 30px !important;
  }
  #container-blog-home section.partners .partner-title {
    margin-left: 30px !important;
  }
  #container-blog-home #filter-view {
    padding-left: 30px;
  }
  #container-blog-home #filter-view #filter-kind {
    max-width: 1080px;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 1080px !important;
  }
  #container-blog-home #blog-content {
    margin-left: 30px;
    max-width: 1080px;
  }
  #container-blog-home #blog-content #blog-container a {
    flex-basis: 250px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content {
    width: 250px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .register-link {
    right: 86px !important;
  }
  #container-blog-home #blog-content #blog-container .placeholder {
    flex-basis: 250px;
  }
}
@media (max-width: 1250px) {
  #container-blog-home #blog-description-container #left-content .text-row #blog-description .event-title-li .event-title {
    font: 30px "PPMori-SemiBold";
  }
  #container-blog-home #filter-view #filter-kind {
    max-width: 980px;
    margin-left: 0px;
    margin-right: 0;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 980px !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div .ul-width {
    width: 250px;
  }
  #container-blog-home #blog-content {
    max-width: 980px;
  }
  #container-blog-home #blog-content #filter-area .filter-options-row div .JCCM-button {
    width: 172px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content h5 {
    font: 30px "PPMori-SemiBold";
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-description-container #left-content h5 {
      font: normal normal normal 30px "PPMori-SemiBold";
    }
  }
  #container-blog-home #blog-content #blog-description-container #left-content p {
    font: 20px "PPMori-Regular";
  }
  #container-blog-home #blog-content #blog-description-container .text-row .blog-date-container .event-description .event-desc {
    font: 12px "PPMori-Regular";
  }
  #container-blog-home #blog-content #blog-description-container .text-row .blog-date-container .date-container ul li {
    font: 20px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-container .placeholder {
    flex-basis: 235px;
  }
  #container-blog-home #blog-content #blog-container a {
    flex-basis: 235px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content {
    width: 235px;
    height: 300px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .top-card {
    height: 80px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .top-card .card-title {
    font: normal normal 14px "PPMori-SemiBold" !important;
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-container a article.card-content .top-card .card-title {
      font: normal normal normal 14px "PPMori-SemiBold" !important;
    }
  }
  #container-blog-home #blog-content #blog-container a article.card-content .card-date li {
    font: 15px "PPMori-SemiBold";
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-container a article.card-content .card-date li {
      font: normal normal normal 15px "PPMori-SemiBold";
    }
  }
  #container-blog-home #blog-content #blog-container a article.card-content .card-type {
    display: none;
    padding-left: 5px;
    font: normal normal 5px "PPMori-SemiBold";
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-container a article.card-content li {
      font: normal normal normal 5px "PPMori-SemiBold";
    }
  }
  #container-blog-home #blog-content #blog-container a article.card-content .carrousel-image {
    max-height: 150px;
    width: 240px;
  }
  #container-blog-home #blog-content #blog-container .min-1250 {
    display: none;
  }
  #container-blog-home #blog-content #blog-container .max-1250 {
    display: flex;
  }
  #container-blog-home #blog-content #blog-container .max-1250 .is-3 {
    width: 33% !important;
  }
  #container-blog-home #blog-content #blog-container .max-1250 .is-3 .card-content.carrousel-card {
    width: 315px;
  }
  #container-blog-home #blog-content #blog-container .max-1250 .is-3 .card-content.carrousel-card .register-link {
    right: 0 !important;
  }
}
@media (max-width: 1130px) {
  #container-blog-home #blog-description-container #left-content .text-row #blog-description .event-title-li .event-title {
    font: 25px "PPMori-SemiBold";
  }
  #container-blog-home #filter-view #filter-kind {
    max-width: 850px;
    margin-left: 0px;
    margin-right: 0;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 850px !important;
  }
  #container-blog-home #blog-content {
    max-width: 850px;
  }
  #container-blog-home #blog-content #blog-container a {
    flex-basis: 200px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content {
    height: 310px;
    width: 200px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .top-card {
    height: 87px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row {
    margin-top: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row .card-date {
    line-height: 1;
  }
  #container-blog-home #blog-content #blog-container .placeholder {
    flex-basis: 200px;
  }
  #container-blog-home #blog-content #blogs-container .min-1250 {
    display: none;
  }
  #container-blog-home #blog-content #blogs-container .max-1250 {
    display: flex;
  }
  #container-blog-home #blog-content #blogs-container .max-1250 .is-3 {
    width: 33% !important;
  }
  #container-blog-home #blog-content #blogs-container .max-1250 .is-3 .card-content.carrousel-card {
    width: 260px;
  }
  #container-blog-home #blog-content #blogs-container .max-1250 .is-3 .card-content.carrousel-card .register-link {
    right: 0 !important;
  }
}
@media (max-width: 1024px) {
  #container-blog-home {
    background-image: none;
    margin-left: 0 !important;
  }
  #container-blog-home #filter-view {
    padding-right: 30px;
    left: 0 !important;
    width: 100% !important;
    gap: 12px;
  }
  #container-blog-home #filter-view .top-x-container {
    top: 20px;
    right: 20px;
  }
  #container-blog-home #filter-view .top-x-container svg {
    height: 35px;
    width: 35px;
  }
  #container-blog-home #filter-view #filter-kind .filter-big-title {
    font: 38px "PPMori-Bold";
  }
  #container-blog-home #filter-view #filter-kind .filter-title {
    font: 21px "PPMori-Bold";
  }
  @-moz-document url-prefix() {
    #container-blog-home #filter-view #filter-kind .filter-title {
      font: 21px "PPMori-SemiBold";
    }
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom {
    width: 100% !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.date-div {
    border-bottom: 0px solid #000 !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom #blog-kind-container {
    height: auto;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom #blog-kind-container ul {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    row-gap: 10px;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom #blog-kind-container ul li.blog-kind-list {
    flex: 50%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 0 !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom #blog-kind-container ul li.blog-kind-list span {
    font: 13px "PPMori-SemiBold";
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div {
    height: auto;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div ul {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    margin-left: 0 !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div ul li {
    margin-top: 0;
    flex: 50%;
    display: block;
    margin-left: 0 !important;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom.priority-div ul li span {
    font: 13px "PPMori-SemiBold";
    top: -11px;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom .date-list {
    display: flex;
    justify-content: space-between;
  }
  #container-blog-home #filter-view #filter-kind .gray-border-bottom .date-list .date {
    margin: 0;
  }
  #container-blog-home #filter-view #filter-kind #buttons-right button {
    float: none;
    margin-left: 0;
  }
  #container-blog-home #seeMore {
    margin-bottom: 122px;
  }
  #container-blog-home #filter-area {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 40px;
  }
  #container-blog-home #filter-area .filter-options-row {
    display: none;
  }
  #container-blog-home #filter-area .filter-options-row .filter-options {
    display: none;
  }
  #container-blog-home #filter-area .filter-btn-container {
    cursor: pointer;
  }
  #container-blog-home #filter-area #filter-list-row {
    display: flex;
    flex-direction: column;
  }
  #container-blog-home #filter-area #filter-list-row #filter-display-text .responsiveFilter {
    display: inline;
  }
  #container-blog-home #filter-view {
    left: 0 !important;
    width: 100vw;
  }
  #container-blog-home #blog-content {
    padding-right: 30px;
    max-width: none;
  }
  #container-blog-home #blog-content #blog-header .title-row .blog-circle {
    width: 29px;
    height: 29px;
  }
  #container-blog-home #blog-content #blog-header .title-row h1 {
    font: 38px "PPMori-SemiBold";
    margin-left: 10px;
  }
  #container-blog-home #blog-content #blog-header .title-row h1 sup {
    font: 16px "PPMori-Regular";
  }
  #container-blog-home #blog-content #blog-header .header-second-title {
    flex-direction: column;
    align-items: flex-start;
  }
  #container-blog-home #blog-content #blog-header .header-second-title h2 {
    font: 35px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile {
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    padding-top: 46px;
    display: flex;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content {
    background-color: #fff;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px 30px 0px 0px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content:hover {
    background-color: #BF8C00;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content:hover .blog-svg-circle {
    background-color: #000 !important;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content:hover .blog-svg-circle svg path {
    fill: #BF8C00 !important;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content h5 {
    font: 35px "PPMori-SemiBold";
    line-height: 1.1;
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-description-container-mobile #left-content h5 {
      font: normal normal normal 35px "PPMori-SemiBold";
      line-height: 1.1;
    }
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content #toCome {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row {
    min-height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .text-row-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .priority-card {
    font: 10px "PPMori-SemiBold";
    margin-bottom: 11px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon {
    display: flex;
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .blog-svg-circle {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: space-around;
    background-color: #BF8C00;
    border-radius: 50%;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .blog-svg-circle svg {
    height: 19px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .blog-svg-circle svg path {
    fill: #000;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .card-type {
    margin-left: 10px;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    display: flex;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .card-type li {
    font: 10px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .top-right-lock {
    display: flex;
    align-items: center;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .top-right-lock svg {
    width: 18px;
    height: 23px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description {
    max-width: 85%;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container {
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container {
    min-height: 100%;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .event-title-li .event-title, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .event-title-li .event-title {
    font: 35px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .event-desc-li, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .event-desc-li {
    max-height: 83px;
    overflow: hidden;
    margin-top: 25px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .event-desc-li .event-desc p, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .event-desc-li .event-desc p {
    font: 20px "PPMori-Regular";
    line-height: 1.5;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .date-container, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .date-container {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    font: 18px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .date-container li, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .date-container li {
    font: 18px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container ul.is-pulled-left.has-text-left li {
    padding-top: 0;
    margin-top: 0;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #right-content {
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    border-radius: 0px 0px 30px 30px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #right-content .bottom-left-card-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #right-content .bottom-left-card-text p {
    background-color: #BF8C00;
    color: #FFF;
    font: 23px "PPMori-SemiBold";
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    width: fit-content;
  }
  #container-blog-home #blog-content #blog-description-container {
    flex-direction: column;
  }
  #container-blog-home #blog-content #blog-description-container #left-content {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    padding-top: 0;
    padding-left: 20px;
    height: 190px;
    padding-right: 20px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row {
    padding-top: 31px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns.is-vcentered {
    margin-bottom: 0;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns.is-vcentered .card-icon .card-type li {
    font: 10px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns.is-vcentered .card-icon .top-right-lock svg {
    width: 12px;
    height: 24px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row #blog-description {
    margin-top: 0;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row #blog-description .event-desc-li {
    display: none;
  }
  #container-blog-home #blog-content #blog-description-container #right-content {
    height: 283px;
    width: 100%;
    border-radius: 0px 0px 30px 30px;
  }
  #container-blog-home #blog-content #blog-container {
    margin-top: 35px;
    flex-wrap: wrap;
    gap: 20px;
  }
  #container-blog-home #blog-content #blog-container .placeholder {
    display: none;
  }
  #container-blog-home #blog-content #blog-container a {
    flex-basis: calc(50% - 10px);
  }
  #container-blog-home #blog-content #blog-container a.placeholder-row {
    flex-basis: 100%;
  }
  #container-blog-home #blog-content #blog-container a article.card-content {
    padding-top: 26px;
    width: 100%;
    height: 310px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .top-card {
    height: 88px;
    max-height: 88px;
    padding-top: 16px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row .columns {
    margin-left: 0;
    margin-right: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row .columns .column:first-of-type {
    display: flex;
    justify-content: flex-start;
    flex-direction: row !important;
    padding-right: 0;
    padding-left: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row .columns .column:first-of-type .card-type {
    padding-top: 0;
    margin-top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    font: 8px "PPMori-SemiBold";
    padding-left: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row .columns .column:first-of-type.is-2 {
    width: 56px !important;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .text-row .columns .column.is-6 {
    padding-right: 0;
    padding-left: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .title-container .overTitle {
    font: 10px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-container a article.card-content .title-container .card-title {
    font: 17px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-container a article.card-content .title-container .lock {
    top: -7px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .carrousel-image {
    width: 104%;
    height: 160px;
    max-width: 104%;
    left: 20px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .carrousel-image .bottom-left-card-text {
    top: 45px;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .card-blog-margin {
    padding-left: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .card-blog-margin .card-type {
    display: block;
    line-height: 1.3;
    padding-left: 0;
    left: 0;
  }
  #container-blog-home #blog-content #blog-container a article.card-content .card-blog-margin .card-type li {
    line-height: 1.3;
    font: 8px "PPMori-SemiBold";
  }
}
@media (max-width: 850px) {
  #container-blog-home #blog-content #blog-description-container-mobile {
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    padding-top: 46px;
    display: flex;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content {
    background-color: #fff;
    min-height: auto;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px 30px 0px 0px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content:hover {
    background-color: #BF8C00;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content:hover .blog-svg-circle {
    background-color: #000 !important;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content:hover .blog-svg-circle svg path {
    fill: #BF8C00 !important;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content h5 {
    font: 25px "PPMori-SemiBold";
    line-height: 1.1;
  }
  @-moz-document url-prefix() {
    #container-blog-home #blog-content #blog-description-container-mobile #left-content h5 {
      font: normal normal normal 35px "PPMori-SemiBold";
      line-height: 1.1;
    }
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content #toCome {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row {
    min-height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .text-row-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .priority-card {
    font: 10px "PPMori-SemiBold";
    margin-bottom: 11px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon {
    display: flex;
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .card-type {
    margin-left: 10px;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    display: flex;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .card-type li {
    font: 10px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .blog-svg-circle {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: space-around;
    background-color: #BF8C00;
    border-radius: 50%;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .blog-svg-circle svg {
    height: 19px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .blog-svg-circle svg path {
    fill: #000;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .top-right-lock {
    display: flex;
    align-items: center;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .card-icon .top-right-lock svg {
    width: 18px;
    height: 23px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description {
    max-width: 85%;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container {
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container {
    min-height: 100%;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .event-title-li .event-title, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .event-title-li .event-title {
    font: 25px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .event-desc-li, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .event-desc-li {
    max-height: 83px;
    overflow: hidden;
    margin-top: 25px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .event-desc-li .event-desc p, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .event-desc-li .event-desc p {
    font: 20px "PPMori-Regular";
    line-height: 1.5;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row #blog-description .date-container, #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container .date-container {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    font: 20px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container {
    padding-bottom: 0px;
    display: flex;
    align-items: center;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #left-content .text-row .blog-date-container ul.is-pulled-left.has-text-left li {
    padding-top: 0;
    margin-top: 0;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #right-content {
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    border-radius: 0px 0px 30px 30px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #right-content .bottom-left-card-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
  #container-blog-home #blog-content #blog-description-container-mobile #right-content .bottom-left-card-text p {
    background-color: #BF8C00;
    color: #FFF;
    font: 23px "PPMori-SemiBold";
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    width: fit-content;
  }
  #container-blog-home #blog-content #blog-description-container {
    width: 100%;
    max-width: 100% !important;
    margin-top: 26px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row {
    padding-top: 18px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content #blog-description .column {
    padding-top: 0;
  }
  #container-blog-home #blog-content #blog-description-container #left-content div.mobile {
    display: block !important;
  }
  #container-blog-home #blog-content #blog-description-container #left-content div.desktop {
    display: none !important;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .title-container {
    height: 100px;
    padding-top: 31px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .title-container .overTitle {
    font: 10px "PPMori-SemiBold";
    color: #000;
    display: block;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .title-container .card-title {
    font: 20px "PPMori-Bold";
    display: block;
    margin-top: 10px;
    padding-right: 55px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .card-type {
    font: 8px "PPMori-SemiBold";
  }
  #container-blog-home #blog-content #blog-description-container #left-content .card-type li {
    padding-bottom: 1px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .card-date {
    font: 18px "PPMori-Bold";
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns {
    justify-content: space-between;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns .column.is-2 {
    width: 34px;
    margin-right: 12px;
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns .column.is-4 {
    width: calc((100% - 40px) / 100 * 50);
  }
  #container-blog-home #blog-content #blog-description-container #left-content .text-row .columns .column.is-6 {
    padding-right: 7px;
    width: calc((100% - 40px) / 100 * 50);
  }
  #container-blog-home #blog-content #blog-description-container #right-content {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    height: 283px;
  }
}
@media (max-width: 615px) {
  #container-blog-home #blog-content #blog-container a {
    flex-basis: 100%;
    width: 101%;
  }
}
@media (max-width: 390px) {
  #container-blog-home {
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=blog-home.css.map */
