:root {
  --corner-radius: 4rem;
  --corner-radius-sm: 2rem;
}

@media (min-width: 782px) {
  :root {
    --corner-radius: 5rem;
    --corner-radius-sm: 2.4rem;
  }
}
.featured-post {
  bordeR: 1px solid transparent;
}
.featured-post__inner {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
.featured-post .excerpt-lg {
  display: block;
  padding: 2rem;
  border-radius: var(--corner-radius-sm);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-post .excerpt-lg__feat {
  display: block;
  border-radius: var(--corner-radius-sm);
  position: relative;
  overflow: hidden;
}
.featured-post .excerpt-lg__feat .feat {
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-post .excerpt-lg__body {
  overflow: hidden;
}
.featured-post .excerpt-lg__body .label {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02ch;
  padding: 5px 8px;
  border: 1px solid #FE7051;
  border-radius: 8px;
}
.featured-post .excerpt-lg__body .meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: var(--wp--preset--spacing--normal);
}
.featured-post .excerpt-lg__body .meta .label {
  font-size: var(--wp--preset--font-size--font-18);
  text-transform: none;
  padding: 10px 12px;
}
.featured-post .excerpt-lg__body .meta .date {
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #FE7051;
}
.featured-post .excerpt-lg__body .category {
  display: block;
}
.featured-post .excerpt-lg__body h2 {
  font-size: var(--wp--preset--font-size--font-36);
  line-height: 1.3;
  margin-bottom: var(--wp--preset--spacing--m);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  cursor: pointer;
  transition: text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-post .excerpt-lg__body .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  border-radius: 1.2rem;
  margin-top: var(--wp--preset--spacing--normal);
}
.featured-post .excerpt-lg__body .btn:before, .featured-post .excerpt-lg__body .btn:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
.featured-post .excerpt-lg__body .btn:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
.featured-post .excerpt-lg__body .btn:after {
  content: "";
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
.featured-post .excerpt-lg__body .btn:hover:before, .featured-post .excerpt-lg__body .btn:active:before, .featured-post .excerpt-lg__body .btn:focus:before {
  background: transparent;
  border-color: #FE7051;
}
.featured-post .excerpt-lg__body .btn:hover:after, .featured-post .excerpt-lg__body .btn:active:after, .featured-post .excerpt-lg__body .btn:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
.featured-post .excerpt-lg.press-release {
  background: #FCF1F4;
}
.featured-post .excerpt-lg.data-publication {
  background: #FE7051;
}
.featured-post .excerpt-lg.data-publication h2 {
  color: #fff;
}
.featured-post .excerpt-lg.data-publication .label {
  color: #fff;
  border-color: #fff;
}
.featured-post .excerpt-lg.press-coverage {
  background: #0E0E26;
}
.featured-post .excerpt-lg.press-coverage h2 {
  color: #fff;
}
.featured-post .excerpt-lg.press-coverage .label {
  color: #fff;
}
.featured-post .excerpt-lg:hover, .featured-post .excerpt-lg:active, .featured-post .excerpt-lg:focus {
  transform: scale(1.01);
}
.featured-post .excerpt-lg:hover h2, .featured-post .excerpt-lg:active h2, .featured-post .excerpt-lg:focus h2 {
  text-decoration-color: inherit;
}

@media (max-width: 1023px) {
  .featured-post .excerpt-lg__feat {
    height: 50vw;
    margin-bottom: var(--wp--preset--spacing--normal);
  }
}
@media (min-width: 1024px) {
  .featured-post__inner {
    margin-top: calc(-10px - 16vw);
  }
  .featured-post .excerpt-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .featured-post .excerpt-lg > * {
    flex: 1 1 50%;
  }
  .featured-post .excerpt-lg__body {
    padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--m);
  }
  .featured-post .excerpt-lg__body .btn {
    float: right;
  }
}
@media (min-width: 1350px) {
  .featured-post__inner {
    margin-top: -230px;
  }
  .featured-post .excerpt-lg__body {
    padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--xxxl);
  }
}