.elementor-989031 .elementor-element.elementor-element-c14644a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-35038bc */.authority-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px;
  margin: 32px 0;
}

.authority-grid .authority-box {
  padding: 28px;
  border: 1px solid rgba(139, 108, 246, 0.22);
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(201, 184, 255, 0.3),
    rgba(244, 240, 255, 0.65) 55%,
    #ffffff
  );
  box-shadow: 0 8px 24px rgba(116, 86, 210, 0.07);
}

.authority-grid .authority-number {
  display: block;
  margin-bottom: 18px;
  color: #7658d6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.authority-grid .authority-box h3 {
  margin: 0 0 10px !important;
  color: #111111;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.authority-grid .authority-box p {
  margin: 0 !important;
  color: #454545;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .authority-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .authority-grid .authority-box {
    padding: 23px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1751d4b */.authority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.authority-box {
  padding: 28px;
  border: 1px solid rgba(139, 108, 246, 0.22);
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(201, 184, 255, 0.30) 0%,
    rgba(244, 240, 255, 0.65) 55%,
    rgba(255, 255, 255, 0.95) 100%
  );
  box-shadow: 0 8px 24px rgba(116, 86, 210, 0.07);
}

.authority-number {
  display: block;
  margin-bottom: 18px;
  color: #7658d6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.authority-box h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.authority-box p {
  margin: 0;
  color: #454545;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .authority-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .authority-box {
    padding: 23px;
  }
}

.authority-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 32px 0;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(139, 108, 246, 0.20);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(201, 184, 255, 0.22) 0%,
    rgba(247, 244, 255, 0.65) 55%,
    #ffffff 100%
  );
}

.check-icon {
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  border-radius: 50%;
  background: #7658d6;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.check-content {
  flex: 1;
}

.check-content h3 {
  margin: 0 0 7px;
  color: #111111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.check-content p {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .authority-checklist {
    gap: 12px;
  }

  .check-item {
    gap: 14px;
    padding: 19px;
  }

  .check-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .check-content h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a25de12 */.authority-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 32px 0;
}

.authority-checklist .check-item {
  display: flex !important;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(139, 108, 246, 0.2);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(201, 184, 255, 0.22),
    rgba(247, 244, 255, 0.65) 55%,
    #ffffff
  );
}

.authority-checklist .check-icon {
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  border-radius: 50%;
  background: #7658d6;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.authority-checklist .check-content {
  flex: 1;
}

.authority-checklist .check-content h3 {
  margin: 0 0 7px !important;
  color: #111111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.authority-checklist .check-content p {
  margin: 0 !important;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .authority-checklist .check-item {
    gap: 14px;
    padding: 19px;
  }
}/* End custom CSS */