.plasmagold {
  font-family: var(--font-poppins-reg);
  color: var(--color-plasmagold-1);
  background-color: #fff;
}
.plasmagold .h_1 {
  font-size: 68px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .h_1 {
    font-size: 48px;
  }
}
.plasmagold .h_2 {
  font-size: 28px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .h_2 {
    font-size: 18px;
  }
}
.plasmagold .h_3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .h_3 {
    font-size: 22px;
    gap: 15px;
  }
}
.plasmagold .h_3::before,
.plasmagold .h_3::after {
  content: "";
  background-image: linear-gradient(100deg, var(--color-plasmagold-2), var(--color-plasmagold-3), var(--color-plasmagold-2));
  border: 1px solid #fff;
  box-shadow: var(--box-shadow);
  height: 4px;
  border-radius: 10px;
  flex: 1;
}
.plasmagold .t_ct {
  font-family: var(--font-conthrax-semiBold);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(100deg, var(--color-plasmagold-2), var(--color-plasmagold-3), var(--color-plasmagold-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 1px #fff;
}
.plasmagold .t_ct2 {
  background-image: linear-gradient(100deg, var(--color-plasmagold-4) 10%, var(--color-plasmagold-5), var(--color-plasmagold-4) 90%);
}
.plasmagold .top_bg {
  background: no-repeat center / cover;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_bg {
    padding: 50px 0px;
  }
}
.plasmagold .d_bg {
  background: no-repeat center / 100% 100%;
  display: grid;
  align-items: center;
}
.plasmagold b {
  font-family: var(--font-poppins-bold);
}
.plasmagold .top_1 {
  padding: 50px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_1 {
    background-position: left center;
  }
}
.plasmagold .top_1 .col-md-4 {
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_1 .col-md-4 {
    height: 130vw;
  }
}
.plasmagold .top_1 .t_1 {
  background-image: linear-gradient(to right, var(--color-plasmagold-2), var(--color-plasmagold-3));
  border-radius: 8px;
  padding: 8px 20px 3px;
  border: 1px solid #fff;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_1 .t_1 {
    padding: 5px 20px 3px;
  }
}
.plasmagold .top_1 .t_1 .t_ct {
  font-size: 22px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_1 .t_1 .t_ct {
    font-size: 20px;
  }
}
.plasmagold .top_1 .d_1 {
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_1 .d_1 {
    gap: 10px;
  }
}
.plasmagold .top_1 .d_1 .d_1a {
  position: relative;
  z-index: 1;
}
.plasmagold .top_1 .d_1 .d_1a img {
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.plasmagold .top_1 .d_1 .d_1a .t_3 {
  text-align: center;
  font-size: 13px;
  color: #fff;
  -webkit-text-stroke: 2px #555;
  paint-order: stroke;
}
.plasmagold .top_1 .i_1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_1 .i_1 {
    width: unset;
    height: 70vw;
  }
}
.plasmagold .top_2 {
  padding: 50px 0px 0px;
}
.plasmagold .top_2 .d_1 {
  position: relative;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_1 {
    margin-bottom: 30px;
  }
}
.plasmagold .top_2 .d_1 .d_1a {
  padding: 20px 35% 20px 30px;
  background-image: linear-gradient(to right, #fff, transparent);
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_1 .d_1a {
    padding: 15px;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
  }
}
.plasmagold .top_2 .d_1 .d_1a .t_1 {
  margin: 0px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_1 .d_1a .t_1 {
    margin-bottom: 20px;
  }
}
.plasmagold .top_2 .d_1 .d_1a .t_2 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_1 .d_1a .t_2 {
    font-size: 20px;
  }
}
.plasmagold .top_2 .d_1 .i_1 {
  position: absolute;
  right: 0px;
  top: -20px;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_1 .i_1 {
    position: unset;
  }
}
.plasmagold .top_2 .d_2 .d_2a {
  padding: 60px 30px 30px 100px;
  height: 330px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_2 .d_2a {
    padding: 60px 15px 30px 100px;
    height: 300px;
  }
}
.plasmagold .top_2 .d_2 .d_2a .t_1 {
  font-size: 16px;
  margin: 0px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_2 .d_2 .d_2a .t_1 {
    font-size: 14px;
  }
}
.plasmagold .top_3 {
  padding: 120px 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_3 {
    padding: 50px 0px 0px;
  }
}
.plasmagold .top_3 .i_1 {
  position: absolute;
  left: 120px;
  top: 40px;
  width: 300px;
  z-index: 1;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_3 .i_1 {
    position: unset;
    width: 200px;
  }
}
.plasmagold .top_3 .d_1 {
  position: relative;
}
.plasmagold .top_3 .d_1 .d_1a {
  padding: 30px 30px 30px 30%;
  background-image: linear-gradient(to right, transparent, #fff);
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_3 .d_1 .d_1a {
    padding: 15px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
    margin-bottom: 30px;
  }
}
.plasmagold .top_3 .d_1 .d_1a .t_1 {
  font-size: 26px;
  margin: 0px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_3 .d_1 .d_1a .t_1 {
    font-size: 20px;
  }
}
.plasmagold .top_4 {
  color: var(--color-plasmagold-3);
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 {
    font-size: 14px;
  }
}
.plasmagold .top_4 .d_1 {
  background-color: rgba(255, 255, 255, 0.13);
}
.plasmagold .top_4 .d_1 tr {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 .d_1 tr {
    padding: 0px;
  }
}
.plasmagold .top_4 .d_1 tr td {
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 .d_1 tr td {
    padding: 5px 20px;
  }
}
.plasmagold .top_4 .d_1 tr td:nth-of-type(1) {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 .d_1 tr td:nth-of-type(1) {
    width: 45%;
  }
}
.plasmagold .top_4 .d_1 tr td:nth-of-type(2) {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 .d_1 tr td:nth-of-type(2) {
    width: 55%;
  }
}
.plasmagold .top_4 .t_1 {
  position: relative;
  margin: 20px auto;
  display: inline-block;
  background-image: linear-gradient(to right, transparent, #020c1d, #020c1d, transparent);
  padding: 15px 30px 10px;
  font-family: var(--font-conthrax-semiBold);
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, transparent, #fff, transparent) 1 0 1 0;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 .t_1 {
    margin: 10px auto;
    font-size: 14px;
  }
}
.plasmagold .top_4 .t_1 .img_1 {
  position: absolute;
  right: -70px;
  bottom: -30px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_4 .t_1 .img_1 {
    right: 0px;
    width: 50px;
    bottom: -10px;
  }
}
.plasmagold .top_5 {
  padding: 50px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_5 {
    padding: 50px 0px;
  }
}
.plasmagold .top_5 .slider_video .video-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plasmagold .top_5 .slider_video .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.plasmagold .top_5 .slider_video .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: #ff0000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  color: #fff;
  font-size: 28px;
}
.plasmagold .top_5 .slider_video .video-wrapper .loaded {
  cursor: default;
}
.plasmagold .top_5 .d_1 {
  gap: 200px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_5 .d_1 {
    gap: 30px;
  }
}
.plasmagold .top_6 .t_2 {
  margin-bottom: 20px;
}
.plasmagold .top_6 .d_1 {
  gap: 30px;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_6 .d_1 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
.plasmagold .top_6 .d_1 .d_1a img {
  margin-bottom: 10px;
}
.plasmagold .top_6 .d_1 .d_1a .t_3 {
  font-family: var(--font-poppins-semibold);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_6 .d_1 .d_1a .t_3 {
    font-size: 14px;
  }
}
.plasmagold .top_7 .t_2 {
  text-align: left;
  margin: 0px;
}
.plasmagold .top_7 .t_3 {
  text-align: left;
  font-size: 38px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .t_3 {
    font-size: 28px;
  }
}
.plasmagold .top_7 .d_1 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .d_1 {
    flex-direction: column;
    margin: 0px;
  }
}
.plasmagold .top_7 .d_1 .d_1a {
  position: relative;
}
.plasmagold .top_7 .d_1 .d_1a .i_1 {
  position: absolute;
  left: -45px;
  top: -30px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .d_1 .d_1a .i_1 {
    left: -30px;
    transform: scale(0.8);
  }
}
.plasmagold .top_7 .d_1 .d_1a .i_2 {
  left: unset;
  top: unset;
  right: 100px;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .d_1 .d_1a .i_2 {
    bottom: 30px;
  }
}
.plasmagold .top_7 .d_2 {
  background-color: #c5d7df;
  border-radius: 15px 0px 15px 0px;
  padding: 20px;
  height: 380px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .d_2 {
    margin-top: 30px;
    height: auto;
    padding: 15px;
  }
}
.plasmagold .top_7 .d_2 .t_4 {
  text-align: center;
  padding: 0px 20px;
  font-size: 24px;
  font-family: var(--font-poppins-semibold);
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .d_2 .t_4 {
    font-size: 20px;
  }
}
.plasmagold .top_7 .d_2 img {
  border-radius: 20px;
  margin-bottom: 10px;
}
.plasmagold .top_7 .d_2 .t_5 {
  font-size: 16px;
  text-align: justify;
  margin: 0px;
  text-align-last: center;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_7 .d_2 .t_5 {
    font-size: 14px;
  }
}
.plasmagold .top_8 .i_1 {
  width: 200px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .i_1 {
    width: 100px;
    margin: 0px auto 20px;
  }
}
.plasmagold .top_8 .t_2 {
  margin-bottom: 20px;
}
.plasmagold .top_8 .t_3 {
  font-family: var(--font-poppins-medium);
  margin: 0px auto 20px;
  padding: 20px 30px;
  border: 1px solid #fff;
  box-shadow: var(--box-shadow);
  width: 70%;
  border-radius: 10px;
  background-color: var(--color-plasmagold-3);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .t_3 {
    width: 100%;
    font-size: 16px;
    padding: 10px 30px;
  }
}
.plasmagold .top_8 .d_1 {
  position: relative;
  padding: 0px 30px;
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #fff;
  width: fit-content;
  margin: 60px auto 0px;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .d_1 {
    padding: 10px 20px 5px;
    border-radius: 0px 0px 10px 10px;
  }
}
.plasmagold .top_8 .d_1::before,
.plasmagold .top_8 .d_1::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -2px;
  height: 30px;
  border-radius: 20px 0px 0px 0px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .d_1::before,
  .plasmagold .top_8 .d_1::after {
    border-radius: 10px 0px 0px 0px;
    width: 40px;
  }
}
.plasmagold .top_8 .d_1::after {
  left: unset;
  right: -2px;
  border-radius: 0px 20px 0px 0px;
  border-left: none;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .d_1::after {
    border-radius: 0px 10px 0px 0px;
  }
}
.plasmagold .top_8 .d_1 .t_4 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -40px;
  width: fit-content;
  padding: 0px 20px;
  margin: 0px auto;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .d_1 .t_4 {
    font-size: 20px;
    top: -25px;
  }
}
.plasmagold .top_8 .d_1 .t_5 {
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_8 .d_1 .t_5 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_9 {
    padding: 50px 0px 0px;
  }
}
.plasmagold .top_9 .t_0 {
  text-align: center;
  margin-bottom: 30px;
}
.plasmagold .top_10 .t_2 {
  margin-bottom: 20px;
}
.plasmagold .top_10 .d_1 {
  padding: 15px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_10 .d_1 {
    padding: 10px;
    border-radius: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
.plasmagold .top_10 .d_1 img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_10 .d_1 img {
    border-radius: 10px;
  }
}
.plasmagold .top_11 .t_2 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_11 .t_2 {
    font-size: 22px;
  }
}
.plasmagold .top_11 .d_1 {
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_11 .d_1 {
    gap: 20px;
  }
}
.plasmagold .top_11 .d_1 .d_1a label {
  font-family: var(--font-poppins-medium);
  border-radius: 12px 12px 0px 0px;
  background-color: #c7c8ca;
  padding: 8px 30px 5px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_11 .d_1 .d_1a label {
    border-radius: 10px 10px 0px 0px;
    padding: 8px 20px 5px;
  }
}
.plasmagold .top_11 .d_1 .d_1a input {
  border-radius: 0px 12px 12px 12px;
  outline: none;
  border: 1px solid #fff;
  box-shadow: var(--box-shadow);
  background-color: #37475e;
  color: #fff;
  height: 60px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_11 .d_1 .d_1a input {
    border-radius: 0px 10px 10px 10px;
    height: 50px;
  }
}
.plasmagold .top_11 .t_3 {
  margin: 30px auto 0px;
  outline: none;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  padding: 10px 30px 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .plasmagold .top_11 .t_3 {
    border-radius: 10px;
    padding: 10px 20px 5px;
    font-size: 28px;
    width: 100%;
  }
}
