.hover-play {
  /* Properties for the default state */
  opacity: 0;  /* Hide the element initially */
  transition: opacity 0.3s ease; /* Smooth transition */
}

.hover-play:hover {
  /* Properties for the hover state */
  opacity: 1; /* Make the element visible on hover */
}

/* Button Styling - Applies to both next and previous buttons */
.hentry .stk-column-wrapper .stk-block-carousel__button { 
  position: relative !important;
  top: -75px !important;  
  border: 2px solid #272727 !important; 
}

@media (max-width: 600px) {
  .hentry .stk-column-wrapper .stk-block-carousel__button { 
    top: -65px !important; 
  }
}

/* Hide footer on page with ID 1110 */
.page-id-1110 #footer {
    display: none;
}

.hentry .stk-column-wrapper .stk-block-carousel__button {
    position: relative !important;
    top: -0px !important;
    border: 2px solid #272727 !important;
}
.stk-cd09025 .ar-stk-block-carousel__buttons {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: -75px;
}
	
.stk-cd09025 .stk-block-carousel__buttons {
    justify-content: flex-end !important;
    align-items: flex-start !important;
    margin-top: -75px;
}
	
	.stk-f16e64b{
		
		margin-left: calc(100vw - 91%); margin-right: calc(100vw - 91%);
	}

.stk-f9fd1e4{
	max-width: 100%;
  width: 100%;
}

.hero-section[data-type=type-2]>[class*=ct-container] {
    display: flex
;
    flex-direction: column;
    justify-content: var(--vertical-alignment, center);
    text-align: var(--alignment, center);
    position: relative;
    z-index: 2;
    padding: var(--container-padding, 50px 0);
    min-height: var(--min-height, 250px);
    max-width: 100%;
    width: 700px;
}

.register-button {
    display: flex
;
    padding: 8px 12px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    margin-right: 10px;
    width: fit-content;
    text-align: center;
    background: radial-gradient(42.77% 23.86% at 50% 100%, rgba(255, 243, 218, .5) 0, rgba(255, 243, 218, .12) 61.5%, rgba(255, 243, 218, 0) 100%), linear-gradient(180deg, #fcdf69, #b28332 50.5%, #b0762b 63%, #b0722b 75.5%, #c48429 87.5%, #ffba33);
    color: #ffff;
    border: none;
    font-weight: bold;
}

.page-id-1110 .stk-cd09025 .stk-block-carousel__buttons {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: -75px;
}