.accordion-header-arion .accordion-button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(210deg, 100%, 40%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.accordion-header-arion .accordion-button {
    padding: 14px 24px!important;
    border-top: 1px solid #c5c7c9!important;
}

.no-translate{
    transform: translateY(0)!important;
}

.accordion-collapse-arion {
    padding: 0!important;
}

* {
    font-family: Titillium Web, Lora, Roboto Mono, sans-serif;
}

@media (min-width: 768px) {
    .cmp-upload .upload[type="file"] + label {
      max-width: 100%!important;
    }
}

.radio-label {
 font-size:1rem;
 font-weight:600;
 line-height:1.2;
 color:#5a768a;
 margin-left:4px;
 opacity:.9;
 mix-blend-mode:normal;
 padding-bottom:.625rem
}
@media(min-width:576px) {
 .radio-label {
  font-size:.8888888889rem;
  padding-bottom:.56rem
 }
}

.table tr:not(.headerstyle):not(:first-child):hover {
	background: var(--bs-table-bg);
}

.tableField {
    border-left-width: 0px!important;
    border-right-width: 0px!important;
}

.tableField > td {
    border-left-width: 0px!important;
    border-right-width: 0px!important;
}

.no-hover {
    --bs-table-hover-bg: rgba(0, 0, 0, 0);
}

.sortHeader > a {
    text-decoration: none;
}

.callout .callout-title .icon {
    fill: #995c00!important;
}

.required-field p::after {
    content: " *";
}

.cmp-hero .it-hero-wrapper .it-hero-text-wrapper .hero-text p {
    color:#191919;
    font-family:Titillium Web!important
}
