@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
}
#sg_b.sungroup .sg_wrapper * {
  box-sizing: border-box;
}
#sg_b.sungroup img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#sg_b.sungroup .sg_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font: 400 19px/18px Poppins, Arial;
  text-transform: uppercase;
  color: #fff !important;
  z-index: 1;
  background-color: #0a4595;
  border-radius: 1px;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 14px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
}
#sg_b.sungroup .sg_btn:hover {
  border-color: rgb(10, 69, 149);
  background-color: rgba(10, 69, 149, 0.5);
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}
#sg_b.sungroup .sg_wrapper {
  font-family: "Lato";
  background: #000;
}
#sg_b.sungroup .sg_sec-row.sec-1 {
  padding: 50px 20px;
}
#sg_b.sungroup .sg_rules-box {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #fff;
  padding: 30px 20px;
}
#sg_b.sungroup .sg_rule-title {
  font-size: 32px;
  line-height: 35px !important;
  margin-bottom: 20px;
}
#sg_b.sungroup .sg_rule-desc {
  font-size: 28px;
  line-height: 32px !important;
  margin-bottom: 20px;
}
#sg_b.sungroup .sg_rules {
  gap: 30px;
  margin-bottom: 30px;
}
#sg_b.sungroup .sg_rule {
  flex-grow: 1;
  width: 22%;
  gap: 10px;
}
#sg_b.sungroup .sg_rule-text {
  font-size: 16px;
  line-height: 20px !important;
}
#sg_b.sungroup .sg_rule-icon {
  height: 184px;
}
#sg_b.sungroup .sg_num {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 20px !important;
  color: #fff;
  margin-right: 10px;
}
#sg_b.sungroup .sg_rule-box {
  width: 100%;
}
#sg_b.sungroup .sg_rule-info {
  font-size: 16px;
  line-height: 20px !important;
}
#sg_b.sungroup .sg_sec-row.sec-2 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
#sg_b.sungroup .sg_sec2-boxes {
  padding: 0 20px 60px;
}
#sg_b.sungroup .sg_sec2-content {
  max-width: 520px;
  width: 100%;
}
#sg_b.sungroup .sg_title {
  font-size: 80px;
  line-height: 85px !important;
  font-weight: 300;
  margin-bottom: 20px;
}
#sg_b.sungroup .sg_content-title {
  font-size: 60px;
  line-height: 65px !important;
  color: #ff9d02;
  margin-bottom: 20px;
}
#sg_b.sungroup .sg_content-text {
  font-size: 28px;
  line-height: 34px !important;
}
#sg_b.sungroup .sg_sec2-cards {
  padding: 0 20px 60px;
  gap: 60px;
}
#sg_b.sungroup .sg_sec2-card {
  flex-grow: 1;
  width: 29%;
}
#sg_b.sungroup .sg_card-title {
  font-size: 24px;
  color: #ff9d02;
  margin: 20px 0;
}
#sg_b.sungroup .sg_card-title span {
  font-size: 45px;
  margin-right: 10px;
}
#sg_b.sungroup .sg_card-text {
  font-size: 16px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  line-height: 20px !important;
}
@media (max-width: 800px) {
  #sg_b.sungroup .sg_sec-row.sec-1 {
    padding: 40px 20px;
  }
  #sg_b.sungroup .sg_sec2-boxes {
    flex-flow: column;
  }
  #sg_b.sungroup .sg_sec2-content {
    max-width: 100%;
  }
  #sg_b.sungroup .sg_sec2-boxes {
    padding-bottom: 40px;
  }
  #sg_b.sungroup .sg_sec2-cards {
    padding: 0 20px 40px;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .sg_rules-box {
    padding: 20px;
  }
  #sg_b.sungroup .sg_sec-row.sec-1 {
    padding: 20px;
  }
  #sg_b.sungroup .sg_rule {
    width: 33%;
  }

  #sg_b.sungroup .sg_rule-icon {
    max-width: 60px;
    height: 95px;
  }
  #sg_b.sungroup .sg_rules {
    margin-bottom: 20px;
    gap: 20px;
  }
  #sg_b.sungroup .sg_num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
    line-height: 20px !important;
  }
  #sg_b.sungroup .sg_rule-desc br {
    display: none;
  }
  #sg_b.sungroup .sg_rule-info {
    font-size: 14px;
    line-height: 18px !important;
  }
  #sg_b.sungroup .sg_sec2-img {
    max-width: 80%;
    margin-top: 20px;
  }
  #sg_b.sungroup .sg_sec2-boxes {
    padding-bottom: 20px;
  }
  #sg_b.sungroup .sg_sec2-cards {
    padding: 0 20px 20px;
    gap: 20px;
  }
  #sg_b.sungroup .sg_sec2-card {
    width: 33%;
  }
  #sg_b.sungroup .sg_card-img {
    max-width: 180px;
  }
  #sg_b.sungroup .sg_card-title span {
    font-size: 35px;
    margin-right: 7px;
  }
  #sg_b.sungroup .sg_card-text {
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  #sg_b.sungroup .sg_sec2-card {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #sg_b.sungroup .sg_rule {
    width: 100%;
    justify-content: flex-start !important;
  }
  #sg_b.sungroup .sg_rule-box {
    align-items: center !important;
  }
  #sg_b.sungroup .sg_rule-icon {
    height: auto;
  }
}
