.lo-nav-fixed-srts {
margin-top: 0px;
}

.lo-nav-fixed1 {
padding: 12px 0 12px 0;
position: relative !important;
}

.lo-nav-fixed-head {
flex-wrap: nowrap;
justify-content: space-between;
}

.lo-info-mixed {
padding: 0;
width: auto;
}

.lo-nav-fixed-head .button-of {
width: auto;
}

.header-cta-banner {
background: #181818;
width: 100%;
padding: 12px 0 12px 0;
}

.header-cta-banner {
display: flex;
justify-content: center;
}

.header-cta-banner-inner {
width: 100%;
max-width: 1287px;
display: flex;
justify-content: flex-end;
}

.button-banner {
background-color: #fdc60b;
border: 1px solid #fdc60b;
border-radius: 8px;
color: #181818;
display: inline-flex;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 1.5;
padding: 8px 12px;
text-decoration: none;
gap: 8px;
}

.button-banner:hover {
background-color: #FFD54A;
color: #181818;
font-style: normal;
font-weight: 900;
line-height: 1.5;
}

.button-banner svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1380px) {
.header-cta-banner-inner {
width: 100%;
max-width: 95%;
display: flex;
justify-content: flex-end;
}

}

@media (max-width: 1024px) {
  .lo-nav-fixed-head .lo-menu-mixed ul .button-of a {
    width: 100% !important;
    text-align: center !important;
  }

  .header-cta-banner-inner {
justify-content: center;
}

}
}