.custom-button {
  background: linear-gradient(136deg, #AD802A 0%, #FBD850 100%) !important;
  padding: 10px 36px;
  display: inline-block;
  color: #000;
  font-weight: 700 !important;
  font-size: 18px;
  margin-top: 12px;
  text-decoration: none;
}

.custom-button-grey {
  background: rgba(255, 255, 255, 0.70) !important;
} 


.c-gold {
  color: #B78B1E;
}

.bg-gold {
    background: linear-gradient(136deg, #D09C17 0%, #FFDF64 100%) !important;
}

.text-gold {
  background: linear-gradient(136deg, #AD802A 0%, #FBD850 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.partners-gallery {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.partners-gallery .item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-gallery {
  padding-top: 64px;
  padding-bottom: 64px;
}

.news-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.news-container .news-item {
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  position: relative;
  
}

.news-container .news-item img {
  width: 100%;
}

.news-container .news-item span {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  color: #000;
  padding: 2px 16px;
  font-size: 12px;
}

.news-container .news-item a{
  color: #fff;
}

.news-container .news-item p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
}

.divided-section {
  padding: 220px 0;
  position: relative;
  overflow: hidden;
}

.divided-bg {
  position: absolute;
  width: 27.5%;
  top: 0;
  right: 0;
  height: 100%;
}

.divided-bg::before {
  width: 4px;
  height: 160px;
  background: linear-gradient(-90deg, #AD802A 0%, #FBD850 100%) !important;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.divided-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.divided-bg p {
  position: absolute;
  color: #fff;
  font-weight: 700;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: normal;
}

.divided-content {
  margin-left: 16%;
  max-width: 560px;
}

.divided-section-invert .divided-bg {
  left: 0;
}

.divided-section-invert .divided-content {
  margin-right: 16%;
  margin-left: auto;
}


.divided-section-invert .divided-bg::before {
  right: 0px;
  transform: translate(50%, -50%);
}

.divided-section-invert .divided-bg p {
  transform: translate(50%, -50%);
  right: 0;
}

.header-news {
  display: flex;
  align-items: center;
}

.header-news .marquee,
.header-news .static {
  width: calc(50% - 10px);
}

.bottom-form {
  background: url(/wp-content/uploads/2024/04/footer-bg.jpg);
  background-size: cover;
}

#static,
#ticker {
  display: inline-block;
}

#static {
  vertical-align: top;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  line-height: 24px !important;
  
}

#ticker {
  list-style: none;
  padding: 0;
  vertical-align: top;
  height: 24px;
  text-align: right;
  transition: 0.5s;
  margin-bottom: 0;
}

#ticker li {
  position: relative;
  padding: 0;
  line-height: 24px;  
  transition: 0.8s;
} 

#static:before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  height: 12px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, .97) 0, hsla(0, 0%, 100%, .97) 27%, hsla(0, 0%, 100%, 0));
}
#static:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 12px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
}

@media(max-width: 1199px) { 
  .divided-content {
    margin-left: 8%;
    max-width: 520px;
  }
}

@media(max-width: 991px) {
  .partners-gallery {
    flex-wrap: wrap;
    margin-top: 36px;
  }
  
  .partners-gallery .item{
   width: calc(50% - 18px);
  }

  .partners-gallery .item img {
    max-width: 200px;
    width: 100%;
  }

  .news-container .news-item {
    width: calc(50% - 12px);
  }

  .divided-content {
    margin-left: 5%;
    max-width: 340px;
  }
  .header-news .marquee {
    width: calc(35% - 10px);
  }

  .header-news .static {
    width: calc(65% - 10px);
  }
  
}

@media(max-width: 767px) {
  .divided-section {
    padding: 120px 0;
  }

  .divided-content {
    width: 90%;
    max-width: none;
    text-align: center;
    z-index: 10;
    position: relative;
    margin: 0 auto !important;
  }

  .divided-bg {
    width: 100%;
    opacity: 50%;
  }

  .divided-bg::before,
  .divided-bg p {
    display: none;
  }

  .header-news {
    display: none;
  }
}

@media(max-width: 564px) {
  .partners-gallery .bronze-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .partners-gallery .bronze {
    width: 100%;
  }

  .news-container {
    gap: 12px;
  }
  .news-container .news-item {
    width: calc(50% - 6px);
  }
}

