 section.features ol li.header:nth-child(1) {
    font-weight: 700;
    font-family: Evogria;
    font-size: 1.5em;   
}
section.features ol li.header {
    font-size: 20px;
    font-weight: 500;
    position: -moz-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    height: auto;  
}
section.features ol.features-grid-3-plans li {
    grid-template-columns: 40% 20% 20% 20%;
}
section.features ol li {
    position: relative;
    list-style-type: none;
    display: grid;
    padding-top: 10px;
    border-bottom: 1px solid #fffa;
}
section.features ol li.end_section {
    border-bottom-width: 2px;
}
section.features ol li div {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(var(--column-width-min),1fr));
    text-align: center;
    margin: auto;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}
section.features ol li div:nth-child(1) {
    text-align: left;
    font-weight: 500;
	display: block;
	width: 100%;  
}
.features-grid-3-plans {
    margin: 0;
    padding: 0;
}
.features h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: Evogria;
    font-size: 3.5em;
    margin-bottom: 1em;
}
section.features ol li div:nth-child(2) {
   color: #e30613;
   display: block;
}
section.features ol li div:nth-child(2) object {
    filter: invert(13%) sepia(96%) saturate(5429%) hue-rotate(352deg) brightness(87%) contrast(105%);
}
section.features ol li div:nth-child(3) {
    color: #eca835;
    display: block;
}
section.features ol li div:nth-child(3) object {
    filter: invert(86%) sepia(14%) saturate(3477%) hue-rotate(331deg) brightness(96%) contrast(93%);
}
section.features ol li div:nth-child(4) {
    color: #fedd3a;
    display: block;
}
section.features ol li div:nth-child(4) object {
    filter: invert(82%) sepia(98%) saturate(798%) hue-rotate(325deg) brightness(106%) contrast(99%);
}

.titlelogo {
  text-align: center;
}

.titlelogo img {
  max-width: 100%;
}

.titlelogo {
}

.vinfo {
  margin-top: 3em;
  margin-bottom: 3em;  
}

.intro .info {
  font-size: 1.5em;
  text-align: center;
}

.hly {
  color: #fedd3a;
  font-size: ;
  font-weight: 700;
}

.intro .info {
  font-weight: 300;
}

.vinfo .media_area {
    margin-top: 1em;
}

section.features ol li div object {
    height: 30px;
}
.features {
    margin-bottom: 5em;
}

.participab a {
display: grid;
}
.participab img {
max-width: 350px;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 768px) {
    section.features ol li.header:nth-child(1) div:nth-child(1) {
        display: none;
    }  
    section.features ol li {
        border-bottom: 0;
        font-size: 14px;
        grid-template-rows: auto auto;
    }
    section.features ol.features-grid-3-plans li {
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.features ol li div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
        display: block;
        width: 100%;
        border-bottom: 1px solid #333;
    }        
    section.features ol li div:nth-child(1) {
      text-align: center;
    }
    .intro {
      margin-top: 3.5em;
    }

    .intro .info {
      padding: 0 1em;
      font-size: 1.3em;
    }
	features h3 {
      font-size: 2.5em;
    }
}