.editor-content .am-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Helvetica, serif;
}
.editor-content .bdg-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Helvetica, serif;
  background-color: white;
}
.editor-content .row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
}
.editor-content .cell {
  min-height: 75px;
  flex-grow: 1;
  flex-basis: 100%;
}
.editor-content #inuj {
  flex-basis: 35%;
  max-width: 45%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 0;
  margin: 0 30px 0 0;
}
.editor-content #iuxa {
  flex-basis: 35%;
  max-width: 45%;
  margin: 0 0 0 30px;
}
.editor-content #iimi {
  padding: 10px 0 10px 0;
}
.editor-content #i10h {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
}
.editor-content #i36q {
  justify-content: center;
  align-items: center;
}
.editor-content #izlh {
  padding: 50px 0 0 0;
  display: flex;
}
.editor-content #iqe7y {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(#ea5b0c, #ea5b0c);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
}
.editor-content #ikzqv {
  display: block;
  padding: 10px 10px 10px 10px;
  max-width: auto;
}
.editor-content #iux3u {
  margin: 0 0 0 0;
  padding: 5px 10px 5px 10px;
  display: block;
  color: #ffffff;
}
.editor-content #iadb5 {
  min-height: 60px;
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.editor-content #ij7zm {
  padding: 5px 10px 5px 10px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.editor-content #ihqwc {
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 60px;
}
.editor-content #ia8p3 {
  padding: 5px 10px 5px 10px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.editor-content #ibmzl {
  min-height: 60px;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editor-content #io8e9 {
  padding: 5px 10px 5px 10px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.editor-content #ipgtj {
  min-height: 60px;
  background-image: linear-gradient(#e2e2e2, #e2e2e2);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.editor-content #i7t75 {
  padding: 5px 10px 5px 10px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.editor-content #il38j {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
}
.editor-content #i969f {
  padding: 5px 10px 5px 10px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.editor-content #ifa8dh {
  font-size: 10px;
  color: #000000;
  padding: 0 10px 0 10px;
}
.editor-content #i9yw17 {
  min-height: 60px;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editor-content #iezlai {
  padding: 5px 10px 5px 10px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.editor-content #iadx3d {
  margin: 5px 0 5px 0;
  padding: 0 0 0 0;
  font-size: 18px;
}
.editor-content #iosy2t {
  margin: 5px 0 5px 0;
  padding: 0 0 0 0;
  font-size: 18px;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .editor-content .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .editor-content #inuj {
    max-width: 100%;
    margin: 0 0 0 0;
    display: block;
  }
  .editor-content #iuxa {
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .editor-content #izlh {
    display: block;
  }
  .editor-content #i36q {
    display: block;
    margin: 0 0 0 10px;
  }
  .editor-content #iimi {
    margin: 0 10px 0 10px;
  }
  .editor-content #ikzqv {
    margin: 0 10px 0 10px;
  }
}
