@media (min-width: 960px) {
  .IR-PC {
    display: flex;
    flex-direction: column;
    min-width: 960px;
    align-items: center;
    position: relative;
    background-color: #020407;
  }

  .IR-PC .div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .div .video-box {
    display: flex;
    height: 640px;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .IR-PC .div .video-box video {
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
    opacity: .6;
  }

  .IR-PC .banner-section {
    display: flex;
    flex-direction: column;
    height: 640px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .text-box {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    align-items: flex-start;
    gap: 10px;
    padding: 0px 30px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .main-text {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--web-h0-font-family);
    font-weight: var(--web-h0-font-weight);
    color: var(--accent);
    font-size: var(--web-h0-font-size);
    text-align: center;
    letter-spacing: var(--web-h0-letter-spacing);
    line-height: var(--web-h0-line-height);
    font-style: var(--web-h0-font-style);
  }

  .IR-PC .sub-text {
    position: relative;
    align-self: stretch;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--web-body-large-font-size);
    text-align: center;
    letter-spacing: var(--web-body-large-letter-spacing);
    line-height: var(--web-body-large-line-height);
    font-style: var(--web-body-large-font-style);
  }

  .IR-PC .menu-box {
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 40px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -60px;
    background-color: var(--gray-600);
    border-radius: 60px;
    overflow: hidden;
  }

  .IR-PC .title {
    position: relative;
    width: fit-content;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--web-body-large-font-size);
    letter-spacing: var(--web-body-large-letter-spacing);
    line-height: var(--web-body-large-line-height);
    white-space: nowrap;
    font-style: var(--web-body-large-font-style);
  }

  .IR-PC .weui-arrow-filled {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 2px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }

  .IR-PC .vector {
    position: relative;
    width: 9.82px;
    height: 16.97px;
  }

  .IR-PC .section-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 80px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 1;
  }

  .IR-PC .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 80px 50px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .p {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--web-h2-font-family);
    font-weight: var(--web-h2-font-weight);
    color: transparent;
    font-size: var(--web-h2-font-size);
    text-align: center;
    letter-spacing: var(--web-h2-letter-spacing);
    line-height: var(--web-h2-line-height);
    font-style: var(--web-h2-font-style);
  }

  .IR-PC .text-wrapper {
    color: #e0e0e0;
    letter-spacing: var(--web-h2-letter-spacing);
    font-family: var(--web-h2-font-family);
    font-style: var(--web-h2-font-style);
    font-weight: var(--web-h2-font-weight);
    line-height: var(--web-h2-line-height);
    font-size: var(--web-h2-font-size);
  }

  .IR-PC .span {
    color: #facc15;
    letter-spacing: var(--web-h2-letter-spacing);
    font-family: var(--web-h2-font-family);
    font-style: var(--web-h2-font-style);
    font-weight: var(--web-h2-font-weight);
    line-height: var(--web-h2-line-height);
    font-size: var(--web-h2-font-size);
  }

  .IR-PC .frame {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    align-items: center;
    justify-content: center;
    gap: 20px 20px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .box {
    display: flex;
    flex-direction: column;
    width: 305px;
    height: 305px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px 30px;
    position: relative;
    background-color: var(--gray-800);
    border-radius: 20px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: var(--gray-500);
  }

  .IR-PC .contents-box {
    display: flex;
    flex-direction: column;
    height: 225px;
    align-items: center;
    gap: 15px;
    padding: 20px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-top: -10.00px;
    margin-bottom: -10.00px;
  }

  .IR-PC .icon-box {
    display: flex;
    width: 69px;
    height: 69px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 4.5px;
    position: relative;
    background-color: var(--accent);
    border-radius: 34.5px;
    overflow: hidden;
  }

  .IR-PC .img {
    position: relative;
    width: 37.5px;
    height: 37.5px;
  }

  .IR-PC .title-2 {
    position: relative;
    align-self: stretch;
    font-family: var(--web-h3-font-family);
    font-weight: var(--web-h3-font-weight);
    color: var(--gray-200);
    font-size: var(--web-h3-font-size);
    text-align: center;
    letter-spacing: var(--web-h3-letter-spacing);
    line-height: var(--web-h3-line-height);
    font-style: var(--web-h3-font-style);
  }

  .IR-PC .sub-text-2 {
    align-self: stretch;
    color: var(--gray-300);
    font-size: var(--web-body-medium-font-size);
    letter-spacing: var(--web-body-medium-letter-spacing);
    line-height: var(--web-body-medium-line-height);
    position: relative;
    font-family: var(--web-body-medium-font-family);
    font-weight: var(--web-body-medium-font-weight);
    text-align: center;
    font-style: var(--web-body-medium-font-style);
  }

  .IR-PC .icon-box-2 {
    position: relative;
    width: 69px;
    height: 69px;
  }

  .IR-PC .vector-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 12px 6px;
    background-color: var(--accent);
    border-radius: 34.5px;
    overflow: hidden;
    position: relative;
    width: 69px;
    height: 69px;
  }

  .IR-PC .vector-2 {
    position: relative;
    width: 42px;
    height: 33.6px;
  }

  .IR-PC .img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 4.5px 0px;
    background-color: var(--accent);
    border-radius: 34.5px;
    overflow: hidden;
    position: relative;
    width: 69px;
    height: 69px;
  }

  .IR-PC .vector-3 {
    position: relative;
    width: 42px;
    height: 33.19px;
  }

  .IR-PC .section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 0px 50px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .contents-box-2 {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .uppercontents {
    display: flex;
    align-items: center;
    gap: 21px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .sub-text-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--gray-800);
    border: 1px solid;
    border-color: var(--gray-500);
    color: var(--gray-300);
  }

  .IR-PC .sub-text-3 {
    width: fit-content;
    margin-top: -1.00px;
    color: var(--gray-300);
    font-size: var(--web-body-small-font-size);
    letter-spacing: var(--web-body-small-letter-spacing);
    line-height: var(--web-body-small-line-height);
    white-space: nowrap;
    position: relative;
    font-family: var(--web-body-small-font-family);
    font-weight: var(--web-body-small-font-weight);
    text-align: center;
    font-style: var(--web-body-small-font-style);
  }

  .IR-PC .message-box {
    display: flex;
    height: 303px;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--gray-800);
    border: 1px solid;
    border-color: var(--gray-500);
    color: var(--gray-300);
  }

  .IR-PC .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 50px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--accent);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--gray-500);
    cursor: pointer;
  }

  .IR-PC .sub-text-4 {
    width: fit-content;
    margin-top: -1.00px;
    color: var(--primary);
    font-size: var(--web-body-medium-font-size);
    letter-spacing: var(--web-body-medium-letter-spacing);
    line-height: var(--web-body-medium-line-height);
    white-space: nowrap;
    position: relative;
    font-family: var(--web-body-medium-font-family);
    font-weight: var(--web-body-medium-font-weight);
    text-align: center;
    font-style: var(--web-body-medium-font-style);
  }

  .IR-PC .video-box-2 {
    display: flex;
    flex-direction: column;
    height: 345px;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0px;
    margin-top: -340px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .video {
    height: 1012.5px;
    margin-bottom: -10.00px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  #frm_req {
    max-width: 1380px;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .IR-PC {
    display: flex;
    flex-direction: column;
    max-width: 959px;
    align-items: flex-start;
    position: relative;
  }

  .IR-PC .div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020407;
  }

  .IR-PC .div .video-box {
    display: flex;
    height: 400px;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .IR-PC .div .video-box video {
    position: absolute;
    height: 100%;
    mix-blend-mode: hard-light;
    opacity: .6;
  }

  .IR-PC .banner-section {
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .main-text {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--mobile-h1-font-family);
    font-weight: var(--mobile-h1-font-weight);
    color: var(--accent);
    font-size: var(--mobile-h1-font-size);
    text-align: center;
    letter-spacing: var(--mobile-h1-letter-spacing);
    line-height: var(--mobile-h1-line-height);
    font-style: var(--mobile-h1-font-style);
  }

  .IR-PC .sub-text {
    position: relative;
    align-self: stretch;
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    text-align: center;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    line-height: var(--mobile-body-large-line-height);
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .menu-box {
    display: flex;
    width: 260px;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -40px;
    background-color: var(--gray-600);
    border-radius: 60px;
    overflow: hidden;
  }

  .IR-PC .title {
    position: relative;
    width: fit-content;
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    text-align: center;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    line-height: var(--mobile-body-large-line-height);
    white-space: nowrap;
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .weui-arrow-filled {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 2px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }

  .IR-PC .vector {
    position: relative;
    width: 9.82px;
    height: 16.97px;
  }

  .IR-PC .section-BG {
    display: flex;
    flex-direction: column;
    max-width: 959px;
    align-items: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020407;
  }

  .IR-PC .section-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 1;
  }

  .IR-PC .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 50px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .div {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--mobile-h2-font-family);
    font-weight: var(--mobile-h2-font-weight);
    color: transparent;
    font-size: var(--mobile-h2-font-size);
    text-align: center;
    letter-spacing: var(--mobile-h2-letter-spacing);
    line-height: var(--mobile-h2-line-height);
    font-style: var(--mobile-h2-font-style);
  }

  .IR-PC .text-wrapper {
    color: #e0e0e0;
    letter-spacing: var(--mobile-h2-letter-spacing);
    font-family: var(--mobile-h2-font-family);
    font-style: var(--mobile-h2-font-style);
    font-weight: var(--mobile-h2-font-weight);
    line-height: var(--mobile-h2-line-height);
    font-size: var(--mobile-h2-font-size);
  }

  .IR-PC .span {
    color: #facc15;
    letter-spacing: var(--mobile-h2-letter-spacing);
    font-family: var(--mobile-h2-font-family);
    font-style: var(--mobile-h2-font-style);
    font-weight: var(--mobile-h2-font-weight);
    line-height: var(--mobile-h2-line-height);
    font-size: var(--mobile-h2-font-size);
  }

  .IR-PC .frame {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    align-items: center;
    gap: 20px 20px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .box {
    display: flex;
    flex-direction: column;
    min-width: 295px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px 30px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--gray-800);
    border-radius: 20px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: var(--gray-500);
  }

  .IR-PC .contents-box {
    display: flex;
    flex-direction: column;
    height: 225px;
    align-items: center;
    gap: 15px;
    padding: 20px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .icon-box {
    display: flex;
    width: 69px;
    height: 69px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 4.5px;
    position: relative;
    background-color: var(--accent);
    border-radius: 34.5px;
    overflow: hidden;
  }

  .IR-PC .img {
    position: relative;
    width: 37.5px;
    height: 37.5px;
  }

  .IR-PC .title-2 {
    position: relative;
    align-self: stretch;
    font-family: var(--mobile-h3-font-family);
    font-weight: var(--mobile-h3-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-h3-font-size);
    text-align: center;
    letter-spacing: var(--mobile-h3-letter-spacing);
    line-height: var(--mobile-h3-line-height);
    font-style: var(--mobile-h3-font-style);
  }

  .IR-PC .sub-text-2 {
    align-self: stretch;
    color: var(--gray-300);
    font-size: var(--mobile-body-medium-font-size);
    letter-spacing: var(--mobile-body-medium-letter-spacing);
    line-height: var(--mobile-body-medium-line-height);
    position: relative;
    font-family: var(--mobile-body-medium-font-family);
    font-weight: var(--mobile-body-medium-font-weight);
    text-align: center;
    font-style: var(--mobile-body-medium-font-style);
  }

  .IR-PC .icon-box-2 {
    position: relative;
    width: 69px;
    height: 69px;
  }

  .IR-PC .vector-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 12px 6px;
    background-color: var(--accent);
    border-radius: 34.5px;
    overflow: hidden;
    position: relative;
    width: 69px;
    height: 69px;
  }

  .IR-PC .vector-2 {
    position: relative;
    width: 42px;
    height: 33.6px;
  }

  .IR-PC .img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 4.5px 0px;
    background-color: var(--accent);
    border-radius: 34.5px;
    overflow: hidden;
    position: relative;
    width: 69px;
    height: 69px;
  }

  .IR-PC .vector-3 {
    position: relative;
    width: 42px;
    height: 33.19px;
  }

  .IR-PC .section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 0px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .title-box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .contents-box-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .uppercontents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 21px 21px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .sub-text-wrapper {
    display: flex;
    min-width: 320px;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--gray-800);
    border: 1px solid;
    border-color: var(--gray-500);
    font-size: var(--web-body-small-font-size);
    letter-spacing: var(--web-body-small-letter-spacing);
    line-height: var(--web-body-small-line-height);
    font-style: var(--web-body-small-font-style);
    font-family: var(--web-body-small-font-family);
    font-weight: var(--web-body-small-font-weight);
    color: var(--gray-300);
  }

  .IR-PC .sub-text-3 {
    width: fit-content;
    margin-top: -1.00px;
    color: var(--gray-300);
    font-size: var(--web-body-small-font-size);
    letter-spacing: var(--web-body-small-letter-spacing);
    line-height: var(--web-body-small-line-height);
    white-space: nowrap;
    position: relative;
    font-family: var(--web-body-small-font-family);
    font-weight: var(--web-body-small-font-weight);
    text-align: center;
    font-style: var(--web-body-small-font-style);
  }

  .IR-PC .message-box {
    display: flex;
    max-width: 1280px;
    height: 303px;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    background-color: var(--gray-800);
    border: 1px solid;
    border-color: var(--gray-500);
    font-size: var(--web-body-small-font-size);
    letter-spacing: var(--web-body-small-letter-spacing);
    line-height: var(--web-body-small-line-height);
    font-style: var(--web-body-small-font-style);
    font-family: var(--web-body-small-font-family);
    font-weight: var(--web-body-small-font-weight);
    color: var(--gray-300);
  }

  .IR-PC .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 50px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--accent);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--gray-500);
    cursor: pointer;
  }

  .IR-PC .sub-text-4 {
    width: fit-content;
    margin-top: -1.00px;
    color: var(--primary);
    font-size: var(--web-body-medium-font-size);
    letter-spacing: var(--web-body-medium-letter-spacing);
    line-height: var(--web-body-medium-line-height);
    white-space: nowrap;
    position: relative;
    font-family: var(--web-body-medium-font-family);
    font-weight: var(--web-body-medium-font-weight);
    text-align: center;
    font-style: var(--web-body-medium-font-style);
  }

  .IR-PC .video-box-2 {
    display: flex;
    flex-direction: column;
    height: 210px;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0px;
    margin-top: -170px;
    z-index: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .video-box-2 .video {
    height: 189.84px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .video-box-2 .video video {
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  #frm_req {
    max-width: 1380px;
    width: 100%;
  }
}
