#t4-section-1 .section-ct .acm-features {
 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%236c6c6c' fill-opacity='0.32'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
;
 
    -webkit-animation: bg-scrolling-reverse 1.92s infinite;
    /* Safari 4+ */
    -moz-animation: bg-scrolling-reverse 1.92s infinite;
    /* Fx 5+ */
    -o-animation: bg-scrolling-reverse 1.92s infinite;
    /* Opera 12+ */
    animation: bg-scrolling-reverse 1.92s infinite;
    /* IE 10+ */
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;

}

@keyframes bg-scrolling-reverse {  100% {    background-position: 40px -40px  } }

.not-at-top #t4-header.t4-sticky { background-color: var(--tpl-base-100); }
body.dark-active {--body-bg-color: #000000b3; }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
.pull-left.item-image img, .item-image.pull-left img {
  height: none !important;
  width: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all 0.6s ease;
}
.read-next .category-module .item-media img {
    height: 90px;
}
.pull-left.item-image img, .item-image.pull-left img {
    height: 80%;
}

}
  
.top-away #back-to-top  { margin-right: 20px; }
.light-active section.akengage-outer-container { background-color: #fff; color: #0b0000; }

#t4-section-1 .section-ct .acm-features .container .feature-ct{
    background: var(--body-bg-color);
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 3px 15px 0px rgba(0,0,0,0.45); 
    box-shadow: 1px 3px 15px 0px rgba(0,0,0,0.45);
}


svg#Passkey {width: 2em;}
