@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;
}
.about-grand-prix-container {
  width: 100%;
  background: #F0F5FB;
  position: relative;
}
.about-grand-prix-container .grand-prix-header {
  width: 100%;
  height: 320px;
  background: url("../images/mask-group.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.about-grand-prix-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: 146px auto 0;
  font-weight: bold;
}
.about-grand-prix-container .grand-prix-header .grand-prix-header-subtitle {
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 9px;
  margin-top: 10px;
  font-weight: 300;
}
.about-grand-prix-container .grand-prix-header .grand-prix-header-time {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
}
.about-grand-prix-container .organizational-structure {
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
  box-sizing: border-box;
}
.about-grand-prix-container .organizational-structure .organizational-title {
  text-align: center;
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
}
.about-grand-prix-container .organizational-structure .organizational-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item + .organizational-item {
  margin-left: 60px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item {
  width: 460px;
  height: 560px;
  background: #F0F5FB;
  box-sizing: border-box;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item.border-1 {
  --item-color: #008896;
  border-bottom: 3px solid var(--item-color);
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item.border-2 {
  --item-color: #D49C19;
  border-bottom: 3px solid var(--item-color);
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-title img {
  width: 72px;
  height: 72px;
  display: block;
  margin-bottom: 12px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-title span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-content {
  padding: 0 52px 0 35px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 39px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-content .oz-content-item + .oz-content-item {
  margin-top: 16px;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-content .oz-content-item {
  width: 100%;
  padding-left: 18px;
  box-sizing: border-box;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-content .oz-content-item .oz-content-lable {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-content .oz-content-item .oz-content-lable::before {
  content: "";
  position: absolute;
  left: -16px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: var(--item-color);
}
.about-grand-prix-container .organizational-structure .organizational-list .organizational-item .organizational-item-content .oz-content-item .oz-content-value {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 2px;
}
.about-grand-prix-container .smart-vision-container {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 152px;
  box-sizing: border-box;
}
.about-grand-prix-container .smart-vision-container .smart-vision-title {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  text-align: center;
}
.about-grand-prix-container .smart-vision-container .smart-vision-subtitle {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 4px;
}
.about-grand-prix-container .smart-vision-container .smart-vision-item {
  margin-top: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  box-sizing: border-box;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 0px 4px 12px 0px rgba(39, 88, 167, 0.06);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #FFFFFF;
}
.about-grand-prix-container .smart-vision-container .smart-vision-item .smart-vision-item-content {
  flex: 1;
  padding-left: 65px;
  padding-right: 73px;
  box-sizing: border-box;
}
.about-grand-prix-container .smart-vision-container .smart-vision-item .smart-vision-item-content .smart-vision-item-content-title {
  font-weight: 600;
  font-size: 22px;
  color: #005EFF;
  width: 442px;
  border-bottom: 1px dashed #005EFF;
  padding-bottom: 17px;
  box-sizing: border-box;
}
.about-grand-prix-container .smart-vision-container .smart-vision-item .smart-vision-item-content .smart-vision-item-content-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 26px;
  display: flex;
  text-align: justify;
}
.about-grand-prix-container .smart-vision-container .smart-vision-item .smart-vision-item-content .smart-vision-item-content-text::before {
  content: "";
  flex-shrink: 0;
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: url("../images/polygon-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.about-grand-prix-container .smart-vision-container .smart-vision-item img {
  width: 565px;
  height: 352px;
  display: block;
}

/*# sourceMappingURL=about-grand-prix.css.map */
