input#chck1 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
}
.tab-label img {
  width: 100%;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #792380;
  background: white;
  transition: all 0.35s;
}
.tab-content img {
  width: 717px;
  max-width: 95%;
  margin: 30px auto;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #792380;
  cursor: pointer;
}
.tab-close:hover {
  background: #531858;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.at {
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  left: 13%;
}
.at span {
  display: inline-block;
}
@media (max-width: 568px) {
  .at {
    font-size: 1rem;
    left: 0;
    right: 60%;
  }
}

.at01 {
  bottom: 60%;
}
@media (max-width: 568px) {
  .at01 {
    bottom: 40.3%;
  }
}

.at02 {
  bottom: 60%;
}
@media (max-width: 568px) {
  .at02 {
    bottom: 59.5%;
  }
}

.at03 {
  bottom: 49%;
}
@media (max-width: 568px) {
  .at03 {
    bottom: 48.5%;
  }
}

.at04 {
  bottom: 36.5%;
  font-size: 3.3rem;
}
@media (max-width: 568px) {
  .at04 {
    bottom: 36%;
    font-size: 1.3rem;
    right: 52%;
  }
}/*# sourceMappingURL=at.css.map */