@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.rules-container {
  width: 100%;
  background: #F0F5FB;
  position: relative;
}
.rules-container .grand-prix-header {
  width: 100%;
  height: 320px;
  background: url("../images/mask-group.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.rules-container .grand-prix-header .grand-prix-header-title {
  background: linear-gradient(20.0885942452deg, #C0FF3A 0%, #00FFA3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  text-align: center;
  margin: 175px auto 0;
  font-weight: bold;
}
.rules-container .rules-content-warp {
  width: 100%;
  display: flex;
  padding: 41px 0;
  box-sizing: border-box;
}
.rules-container .rules-content-warp .rules-menu {
  width: 158px;
  height: fit-content;
  position: sticky;
  top: 41px;
}
.rules-container .rules-content-warp .rules-menu .rules-menu-item + .rules-menu-item {
  margin-top: 12px;
}
.rules-container .rules-content-warp .rules-menu .rules-menu-item {
  cursor: pointer;
  width: 100%;
  height: 42px;
  padding: 0 19px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border: 1px solid transparent;
}
.rules-container .rules-content-warp .rules-menu .rules-menu-item img {
  width: 14px;
  height: 14px;
  display: none;
}
.rules-container .rules-content-warp .rules-menu .rules-menu-item.active {
  font-weight: 600;
  color: #005EFF;
  border-color: #005EFF;
}
.rules-container .rules-content-warp .rules-menu .rules-menu-item.active img {
  display: block;
}
.rules-container .rules-content-warp .rules-right-content {
  flex: 1;
  margin-left: 78px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item + .rules-right-item {
  margin-top: 32px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-item-label {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-item-content {
  margin-top: 21px;
  font-size: 15px;
  line-height: 27px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form {
  width: 100%;
  margin-top: 21px;
  padding-left: 23px;
  box-sizing: border-box;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item + .rules-right-form-item {
  margin-top: 24px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item {
  width: 100%;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item .rules-right-form-item-label {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item .rules-right-form-item-label::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -19px;
  background: #1673FF;
  border-radius: 1px;
  transform: rotate(45deg);
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item .rules-right-form-item-subtitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item .rules-right-form-item-content {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 2px;
}
.rules-container .rules-content-warp .rules-right-content .rules-right-item .rules-right-form .rules-right-form-item .rules-right-form-item-desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

/*# sourceMappingURL=rules.css.map */
