@charset "utf-8";
@font-face {
  font-family: Georgia, Constantia, 'Lucida Bright', 'DejaVu Serif', 'serif';
}
@font-face {
  font-family: Arial, Gotham, 'Helvetica Neue', Helvetica, 'sans-serif';
}
body {
  font-family: Arial;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  background: #F5F5F5;
  color: #222222;
}
h1 {
  font-family: Georgia;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 24px;
  color: #222222;
}
h2 {
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 16px;
  color: #222222;
}

p {
 
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.show-all {
  font-family: Arial;
}
.rounded {
  border-radius: 8px;
}
.errorsmall {
  background-color: #F4F2F0;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
ol, ul {
    padding-left: 1rem;
}
/*.accordion {
	--bs-accordion-btn-focus-border-color: transparent!important; 
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * 3 0 purple;
}
.accordion-button:focus {
    z-index: 3;
    border-color: red;
    outline: 3;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}*/
.logo {
  width: 140px;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.accordion-button {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  color: #222222;
}
.accordion-button:active {
  color: #222222;
}
.accordion-button:not(.collapsed) {
    color: #222222;
 }
.accordion {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.accordion-item {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.accordion-collapse {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.accordion-header {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.bg-gray {
  border-radius: 8px !important;
}

.bg-gray:hover {
  box-shadow: none;
  border-color: transparent;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.bg-gray:active {
  box-shadow: none;
  border-color: transparent;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.bottom {
  position: absolute;
  bottom: 0;
}
.devices {
  max-height: 152px;
}
.devices-single {
  max-height: 152px;
}
.text-black {
  color: #222222;
}


@media (min-width: 992px) {
  .errorsmall {
    max-width: 75%;
  }
}
@media (min-width: 767.5px) {
	
	
p {
  font-size: 16px;
}
.plusallt_devices {
  max-width: 680px;
}
.devices {
  max-height: 240px;
}
.devices-single {
  max-height: 270px;
}
.logo {
  width: 235px;
}	
}