 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
     background: #ffffff;
 }


#site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  font-weight: 900;
  background: linear-gradient(135deg, #9ec900 0%, #d957c7 50%, #9ec900 100%);
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;

}

.header_color{
   background: linear-gradient(135deg, #9ec900 0%, #d957c7 50%, #9ec900 100%);
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;
}


@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.anchor-offset {
  display: block;
  position: relative;
  top: -75px; 
  visibility: hidden;
}

a{
    text-decoration: none !important;
}

.ok_ico{
  height: 30px;;
}


.wp-block-lcb-logo-carousel, .alcb-block-t9iecbok{
  background-color: white;
  border-bottom: #4f4c4c 1px solid;
   border-top: #4f4c4c 1px solid;
   padding-top: 50px;
   padding-bottom: 50px;
}

