@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;
}
.cooperation-container {
  width: 100%;
  background: #F0F5FB;
  position: relative;
}
.cooperation-container .grand-prix-header {
  width: 100%;
  height: 320px;
  background: url("../images/mask-group.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.cooperation-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;
}
.cooperation-container .cooperation-unit {
  width: 100%;
  padding-top: 66px;
  padding-bottom: 233px;
  box-sizing: border-box;
}
.cooperation-container .cooperation-unit .cooperation-unit-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}
.cooperation-container .cooperation-unit .conperation-list {
  width: 100%;
  margin-top: 71px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 31px;
  grid-row-gap: 32px;
}
.cooperation-container .cooperation-unit .conperation-list .conperation-item {
  width: 326px;
  height: 160px;
  background: url("../images/conperation-img-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

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