.bloglink { color: #ef2730 !important; }  .megamenu2-section__feature-element.brxe-block:hover h3 { color:var(--accent)!important; } .megamenu2-section__feature-element.brxe-block:hover p { color:var(--neutral-trans-80) !important; } .megamenu2-section__feature-element.brxe-block:hover i { color:var(--accent)!important; } .megamenu2-section__feature-element.brxe-block:hover i {     color:var(--accent)!important;     transform: translateX(5px);     transition: transform 0.3s ease; }  .megamenu2-section__feature-element.brxe-block:focus h3 { color:var(--accent)!important; } .megamenu2-section__feature-element.brxe-block:focus p { color:var(--neutral-trans-80) !important; } .megamenu2-section__feature-element.brxe-block:focus i { color:var(--accent)!important; } .megamenu2-section__feature-element.brxe-block:focus i {     color:var(--accent)!important;     transform: translateX(5px);     transition: transform 0.3s ease; }  .megamenu2-section__feature-element.brxe-block:hover {     cursor: pointer; } .megamenu2-section__feature-element.brxe-block:hover h3 {     animation: slideRightAndBack 0.6s ease-in-out; } .megamenu2-section__feature-element.brxe-block:hover i {     color:var(--accent)!important;     transform: translateX(5px);     transition: transform 0.3s ease; } @keyframes slideRightAndBack {     0% {         transform: translateX(0);     }     50% {         transform: translateX(5px);     }     100% {         transform: translateX(0);     } } .introvideo { height: 20% !important; } .blogbutton { background: #ef2730 !important; color: #fff !important; padding-block: var(--btn-padding-block) !important; padding-inline: var(--btn-padding-inline) !important; min-inline-size: var(--btn-min-width) !important; line-height: var(--btn-line-height) !important; font-size: var(--btn-font-size, var(--text-m)) !important; font-weight: var(--btn-font-weight) !important; font-style: none !important; text-transform: var(--btn-text-transform) none !important; letter-spacing: var(--btn-letter-spacing) !important; text-decoration: var(--btn-text-decoration) !important; border-width: var(--btn-border-width) !important; border-style: var(--btn-border-style) !important; border-radius: var(--btn-radius) !important; border-color: var(--btn-border-color) !important; transition: var(--btn-transition, var(--transition)) !important; justify-content: var(--btn-justify-content, center) !important; text-align: var(--btn-text-align, center) !important; }  .card-process-1__wrapper:hover h3 { color: var(--accent) !important; transition: all 0.5s ease; } .card-process-1__wrapper:hover i { background-color: var(--accent) !important; transition: all 0.5s ease; }