* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

header {
  width: 100%;
  height: 65px;
  background: #FFF;
  display: flex;
  align-items: center;
  flex-direction: column; }
  header > div {
    width: 1140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header > div p {
      font-family: Poppins, system-ui;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 57.6px;
      text-transform: uppercase;
      color: #000000; }
      header > div p span {
        color: #EE3363; }
    header > div a {
      border-radius: 25px;
      border: 1px solid #EE3363;
      padding: 11px 16px;
      color: #EE3363;
      font-family: Poppins, system-ui;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: unset; }

main {
  width: 100%; }
  main .part1 {
    width: 100%;
    height: 685px;
    background-image: url("./img/part1-bg.png");
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    main .part1 img:nth-of-type(1) {
      position: absolute;
      left: 0;
      width: 257px;
      height: 728px; }
    main .part1 img:nth-of-type(2) {
      position: absolute;
      right: 0;
      width: 194px;
      height: 585px;
      margin-top: 400px; }
    main .part1 p:nth-of-type(1) {
      color: #212125;
      text-align: center;
      font-family: Poppins, system-ui;
      font-size: 58px;
      font-style: normal;
      font-weight: 700;
      line-height: 70.4px;
      text-transform: uppercase; }
    main .part1 p:nth-of-type(2) {
      color: #EE3363;
      font-family: Poppins, system-ui;
      font-size: 58px;
      font-style: normal;
      font-weight: 700;
      line-height: 70.4px;
      text-transform: uppercase; }
    main .part1 p:nth-of-type(3) {
      color: #000;
      font-family: Poppins, system-ui;
      font-size: 34px;
      font-style: normal;
      font-weight: 400;
      line-height: 51px;
      margin-top: 60px; }
  main .part2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    main .part2 > p:nth-of-type(1) {
      color: #212125;
      text-align: center;
      font-family: Poppins, system-ui;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 57.6px;
      /* 120% */
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-top: 100px; }
    main .part2 > p:nth-of-type(2) {
      color: #EE3363;
      font-family: Montserrat, system-ui;
      font-size: 36px;
      font-style: normal;
      font-weight: 600;
      line-height: 72px;
      /* 200% */
      letter-spacing: 0.2px; }
    main .part2 > div {
      margin-top: 70px;
      margin-bottom: 100px;
      display: flex;
      align-items: center; }
      main .part2 > div img {
        width: 623px;
        height: 623px; }
      main .part2 > div > div {
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0; }
        main .part2 > div > div div {
          display: flex;
          align-items: flex-start;
          width: 100%;
          margin-bottom: 55px; }
          main .part2 > div > div div div {
            border-radius: 16px;
            background: #3D3A71;
            width: 77px;
            height: 77px;
            justify-content: center;
            color: #FFF;
            text-align: center;
            font-family: Montserrat, system-ui;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: 72px;
            /* 200% */
            letter-spacing: 0.2px;
            margin-right: 40px; }
          main .part2 > div > div div p {
            color: #000;
            font-family: PingFang SC, system-ui;
            font-size: 24.2px;
            font-style: normal;
            font-weight: 500;
            line-height: 32.24px;
            /* 133.223% */
            letter-spacing: 0.2px; }
  main .part3 {
    width: 100%;
    background-color: #F0F2F8;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    main .part3 > img {
      position: absolute;
      width: 585px;
      height: 194px;
      top: 0;
      margin-left: 670px; }
    main .part3 > p {
      color: #EE3363;
      text-align: center;
      font-family: Poppins, system-ui;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 57.6px;
      /* 120% */
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-top: 100px; }
    main .part3 > div {
      width: 1285px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 70px;
      margin-bottom: 100px; }
      main .part3 > div > div {
        width: 347px;
        height: 267px;
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0 5.14285px 20.5714px 0 rgba(0, 0, 0, 0.25);
        margin: 20px 40px;
        padding: 20px 0 30px 30px; }
        main .part3 > div > div div {
          display: flex;
          align-items: center; }
          main .part3 > div > div div img {
            width: 61.71px;
            height: 61.71px;
            margin-right: 20px; }
          main .part3 > div > div div p {
            color: #333;
            font-family: PingFang SC, system-ui;
            font-size: 23.1px;
            font-style: normal;
            font-weight: 600;
            line-height: 30.86px;
            letter-spacing: 0.2px; }
        main .part3 > div > div > p {
          margin-top: 15px;
          color: #828282;
          font-family: PingFang SC, system-ui;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 20.57px;
          /* 114.278% */
          letter-spacing: 0.2px; }

footer {
  width: 100%;
  height: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3D3A71; }
  footer > div {
    width: 940px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    footer > div > P {
      color: #FFF;
      font-family: PingFang SC, system-ui;
      font-size: 38px;
      font-style: normal;
      font-weight: 600;
      line-height: 48px; }
    footer > div > div {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 30px; }
      footer > div > div div {
        display: flex;
        align-items: center; }
        footer > div > div div img {
          width: 18px;
          height: 18px;
          margin-right: 10px; }
        footer > div > div div p {
          color: #FFF;
          font-family: PingFang SC, system-ui;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 30px; }
      footer > div > div div:nth-of-type(1) {
        align-items: flex-start; }
        footer > div > div div:nth-of-type(1) img {
          height: 20px; }
        footer > div > div div:nth-of-type(1) p {
          margin-top: -6px; }
      footer > div > div div:nth-of-type(2) {
        margin-top: -8px; }
        footer > div > div div:nth-of-type(2) p {
          text-decoration: underline; }

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