.single-odd article.hentry header {
  position: relative;
  background-image: var(--wpr-bg-719f69e5-cff9-4f79-a91a-d2e14edd000d);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.single-odd article.hentry header:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(50deg, #00B8DE 0%, transparent 100%);
  opacity: 0.79;
}
.single-odd article.hentry header:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 47px solid transparent;
  border-bottom-color: #00B8DE;
  border-right-color: #00B8DE;
}
.single-odd article.hentry header h3, .single-odd article.hentry header h1 {
  position: relative;
  z-index: 1;
  color: #FCFCFC;
  font-family: "Helvetica", Sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.single-odd article.hentry header h3 {
  font-size: 30px;
}
.single-odd article.hentry header h1 {
  font-size: 24px;
}
.single-odd article.hentry .content {
  margin-bottom: 45px;
}
.single-odd article.hentry aside {
  margin-bottom: 45px;
}
.single-odd article.hentry aside > section + section {
  margin-top: 20px;
}
.single-odd article.hentry aside .widget_nav_menu {
  padding: 30px;
  border-left: 2px solid #831F82;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.single-odd article.hentry aside .widget_nav_menu a {
  display: block;
  padding: 10px;
  font-family: "Helvetica Neue LT Std";
  font-size: 16px;
  color: #1d1d1b;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}
.single-odd article.hentry aside .widget_nav_menu a:hover, .single-odd article.hentry aside .widget_nav_menu a.active {
  background: #831f82;
  color: #fff;
}
.single-odd article.hentry aside .widget_nav_menu li:not(:last-child) {
  margin-bottom: 15px;
}
.single-odd article.hentry aside .widget_nav_menu .menu-item-92807 a, .single-odd article.hentry aside .widget_nav_menu .menu-item-92850 a {
  background: #831f82;
  color: #fff;
}
.single-odd article.hentry aside .wp-block-group {
  padding: 5px 20px;
  border: 1px solid #831F82;
}
.single-odd article.hentry aside .wp-block-group ul li {
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 33px;
  padding-block: 15px;
  margin: 0px;
}
.single-odd article.hentry aside .wp-block-group ul li a {
  text-decoration: none;
  color: inherit;
}
.single-odd article.hentry aside .wp-block-group ul li .elementor-icon-list-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  translate: 0px -50%;
  font-size: 18px;
}
.single-odd article.hentry aside .wp-block-group ul li + li {
  border-top: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .single-odd article.hentry {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    justify-content: center;
    align-items: flex-start;
  }
  .single-odd article.hentry header {
    order: 1;
    padding-inline: calc(50vw - 570px);
  }
  .single-odd article.hentry aside {
    order: 2;
    width: 300px;
  }
  .single-odd article.hentry .content {
    order: 3;
    width: 740px;
  }
}

.odd_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.odd_grid a {
  overflow: hidden;
}
.odd_grid a img {
  display: block;
  transform: translateZ(1px);
  transition: scale 300ms;
}
.odd_grid a img:hover {
  scale: 1.05;
}
