@import url(https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap);
/*** comments ***/
html {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  color: #2f2f2f;
}

.intro {
  background-color: #F1F4F8;
}

.intro b {
  color: #2f2f2f;
}

.intro .wrapper {
  background-color: rgb(245, 247, 244);
  border-width: 3px;
  border-style: solid;
  border-color: rgb(114, 201, 187);
}

.intro .divider {
  height: 3px;
  background-color: rgb(114, 201, 187);
}

.intro .green b {
  color: rgb(114, 201, 187);
}

.relative {
  position: relative;
}

.divider-20 {
  height: 20px;
  width: 100%;
}

.intro h2 {
  font-family: "Fjalla One", Helvetica, sans-serif !important;
  color: rgb(231, 25, 99);
  font-weight: 700;
  text-align: left;
  font-size: 30px;
}

.intro ul {
  padding: 0px;
  list-style-type: none;
}

.intro li {
  font-size: 16px;
  padding: 10px 10px;
  padding-left: 20px;
}

.intro li:before {
  color: rgb(28, 163, 166) !important;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
}

.intro .dash-divider {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: rgba(0, 0, 0, 0.8);
  min-height: 1px;
}

.intro .first {
  margin-top: 20px;
}

.divider-20 {
  height: 20px;
  width: 100%;
}

.list1 {
  color: rgb(0, 0, 0);
  padding: 0px;
  list-style-type: none;
  padding-left: 20px;
}

.list1 li {
  font-size: 14px;
  padding: 10px 10px;
  padding-left: 20px;
}

.list1 li:before {
  color: rgb(28, 163, 166) !important;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  left: 20px !important;
  position: absolute;
}

.intro .question {
  color: rgb(231, 25, 99);
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  font-family: "Fjalla One", Helvetica, sans-serif !important;
}

.intro .divider {
  border-top-color: rgba(0, 0, 0, 0.8);
  min-height: 1px;
  border-top-width: 1px;
  border-top-style: dashed;
}

.intro .black {
  line-height: 1.3em;
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-family: "Fjalla One", Helvetica, sans-serif !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin: 0px;
  outline: none;
  background-color: rgb(0, 0, 0);
}

.intro .green {
  color: rgb(114, 201, 187);
}

.intro .module {
  padding-top: 20px;
  padding-bottom: 20px;
}

.intro .module h6 {
  font-weight: 700;
  font-size: 23px;
  margin-left: 40px;
}

.intro .module h6:before {
  color: rgb(231, 25, 99);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f042";
  margin-left: -40px;
  position: absolute;
}

.intro .module li {
  font-size: 15px;
  padding-bottom: 6px;
  list-style-type: none;
  margin-bottom: 6px;
  padding-left: 2em;
}

.intro .module li:before {
  color: rgb(18, 168, 158);
  margin-left: -2em;
  margin-right: 0.71428571em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}

.intro .module .table {
  border-width: 1px;
  border-style: dashed;
  margin: 0px auto;
  outline: none;
  width: 100%;
  max-width: 100%;
  border-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
}

.intro .phone:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-phone2.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .board:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-board.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .track:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-target.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .music:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-music.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .star:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-star.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .camera:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-camera.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .facebook:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-facebook.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .cursor:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-pointer.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .mail:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/BizSchool/Webinar/icon-mail.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: top;
  background-size: auto;
  left: 10px;
  height: 32px;
  width: 32px;
}

.intro .list {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  outline: none;
  background-color: rgb(114, 201, 187);
  font-size: 16px;
  text-align: center;
}

.footer a {
  color: rgb(0, 0, 0);
  font-size: 16px;
}

.thanks h1, .thanks h2 {
  text-align: center;
}

@media (min-width: 992px) {
  .intro .black {
    font-size: 46px;
  }
  .intro .module .table {
    max-width: 65%;
  }
}
