	html,
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.section-header {
  text-align: center;
  margin-bottom: 6rem;
}

.section-header h2 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.section-header p {
  font-size: 1.2rem;
  color: #666;
  margin: 0 auto;
}
.ecruit {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #000;
  overflow-x: hidden;
  padding: 40px 0;
}
.ecruit .row > * {
  padding: 0;
}
.ecruit .cls_content_hot_news {
  padding: 0;
}
.ecruit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}
.ecruit .bp_block_item {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 3rem;
  transition: all 0.3s ease;
  position: relative;
}
.ecruit .bp_block_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.ecruit .bp_block_item:hover::before {
  transform: scaleX(1);
}

.ecruit .bp_block_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.ecruit .bp_number_count {
  display: none;
}
.ecruit .news_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.ecruit .news_title a {
  color: #000;
}
.job-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.job-tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.job-tag {
  background: #f5f5f5;
  color: #000;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  transition: all 0.2s ease;
}

.job-tag:hover {
  background: #000;
  color: #fff;
}
.job-department {
  color: #666;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.bp_news_sub p:last-child {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.bp-news-button-action {
  width: 100%;
  padding: 15px;
  background: #000;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.bp-news-button-action a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
.form-ecruit {
  padding: 8rem 0;

  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.form-header {
  text-align: center;
  margin-bottom: 4rem;
}

#frm-action-6802 {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 60px 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  color: #1a1a1a;
  font-weight: 300;
  line-height: 1.6;
}

.bp_form_field {
  position: relative;
}
#frm-action-6802 > .bp_form_field:nth-child(1),
#frm-action-6802 > .bp_form_field:nth-child(10),
#frm-action-6802 > .bp_form_field:nth-child(11),
#frm-action-6802 > .custom-upload-wrapper,
#frm-action-6802 > .bp_form_field:nth-child(14) {
  grid-column: span 2;
}
.bp_form_label_up {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.bp_form_data {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  background: transparent;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
  appearance: none;
}

.bp_form_data:focus {
  border-bottom-color: #000000;
}

.bp_form_data::placeholder {
  color: #999999;
  font-weight: 300;
}

select.bp_form_data {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 24px;
}

select.bp_form_data option {
  background: #ffffff;
  color: #1a1a1a;
  padding: 8px;
}

textarea.bp_form_data {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 16px;
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

textarea.bp_form_data:focus {
  border-color: #000000;
}

.bp_form_label_radio {
  display: inline-flex;
  align-items: center;
  margin-right: 32px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #1a1a1a;
}

.bp_form_radio {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #000000;
}

.bp-btn-send {
  width: 100%;
  padding: 18px 24px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 24px;
  border-radius: 0;
}

.bp-btn-send:hover {
  background-color: #333333;
  transform: translateY(-1px);
}

.bp-btn-send:active {
  transform: translateY(0);
  background-color: #1a1a1a;
}

.bp_msg_show {
  display: block;
  margin-top: 16px;
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  color: gray;
}

.bp_msg_show.success {
  color: #000000;
  border-bottom-color: #000000;
}

.bp_msg_show.error {
  color: #666666;
  border-bottom-color: #666666;
}

.bp_form_label_up:after {
  content: "";
}
input[required] + .bp_form_label_up:after,
textarea[required] + .bp_form_label_up:after,
.bp_form_field:has(input[required]) .bp_form_label_up:after,
.bp_form_field:has(textarea[required]) .bp_form_label_up:after {
  content: "";
  color: #666666;
  margin-left: 4px;
  font-weight: 300;
}

.noise-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.float-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  animation: dotFloat 20s infinite ease-in-out;
}

.float-dot:nth-child(1) {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}

.float-dot:nth-child(2) {
  top: 60%;
  right: 15%;
  animation-delay: -7s;
}

.float-dot:nth-child(3) {
  bottom: 25%;
  left: 70%;
  animation-delay: -14s;
}

.breakthrough {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #fafafa;
}
.breakthrough .exsc-container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.core-section {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-layout {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 80px;
}

.core-showcase {
  position: relative;
  height: 100%;
}

.core-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 600px;
  position: relative;
}

.core-showcase {
  width: 380px;
  position: relative;
  height: 600px;
}

.core-main {
  flex: 1;
  max-width: 520px;
  color: #000000;
}

.core-identity {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 40px;
}

.core-identity__logo {
  font-size: 160px;
  font-weight: 900;
  line-height: 0.8;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 20px;
}

.core-identity__logo {
  font-size: 160px;
  font-weight: 900;
  line-height: 0.8;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 20px;
}

.core-identity__tagline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.core-main__category {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 20px;
}

.core-main__title {
  font-size: 46px;
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 35px;
  letter-spacing: -1px;
}

.core-main__title--highlight {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.core-main__text {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 45px;
  font-weight: 300;
  color: #333333;
}

.core-features {
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.core-features__item {
  font-size: 15px;
  color: #000000;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  font-weight: 400;
  text-align: left;
}

.core-features__item::before {
  content: "—";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #000000;
}

.core-action {
  border-top: 1px solid #000000;
  padding-top: 25px;
}

.core-action__text {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
  font-weight: 500;
}

.core-button {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.core-button:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
}

.core-quote {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  font-style: italic;
  text-align: center;
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #000000;
}

.core-showcase__gallery {
  position: relative;
  width: 100%;
  height: 100%;
}

.core-showcase__frame {
  position: absolute;
  border: 2px solid #000000;
  background: #ffffff;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.core-showcase__frame:hover {
  transform: translate(-8px, -8px);
  box-shadow: 8px 8px 0 #000000;
}

.core-showcase__frame--1 {
  width: 240px;
  height: 160px;
  top: 60px;
  right: 40px;
  z-index: 3;
}

.core-showcase__frame--2 {
  width: 180px;
  height: 220px;
  top: 200px;
  right: 120px;
  z-index: 2;
}

.core-showcase__frame--3 {
  width: 200px;
  height: 140px;
  top: 320px;
  right: 10px;
  z-index: 1;
}

.core-showcase__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%) contrast(1.1);
}

.core-showcase__decor {
  display: none;
  width: 100%;
  height: 100%;
}

.core-showcase__line {
  background: #000000;
}

.core-showcase__line--1 {
  width: 60px;
  height: 1px;
  top: 40px;
  left: 60px;
  animation: lineMove 12s ease-in-out infinite;
}

.core-showcase__line--2 {
  width: 1px;
  height: 50px;
  bottom: 100px;
  right: 60px;
  animation: lineMove 15s ease-in-out infinite reverse;
}

.core-showcase__circle {
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 50%;
  bottom: 180px;
  left: 80px;
  animation: circleFloat 18s ease-in-out infinite;
}

.company-motto {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  font-style: italic;
  text-align: center;
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #000000;
}

.bp_form_data:focus,
.bp_form_radio:focus,
.bp-btn-send:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.bp_form_data,
.bp-btn-send {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bp_form_field:not(:last-child):after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #f0f0f0;
  margin: 16px auto 0;
}

.bp_form_label_up {
  font-size: 11px;
  line-height: 1.3;
}

.bp_form_data {
  font-size: 15px;
  line-height: 1.4;
}

.bp_form_data:hover {
  border-bottom-color: #888888;
}

.bp_form_data:focus {
  box-shadow: none;
  border-bottom-width: 2px;
}
.bp_msg_show {
  display: none;
}

.bp_msg_show:has(success) {
  display: block;
  color: red;
  font-size: large;
  font-weight: bold;
  font-style: italic;
}
.bp-main-content {
  display: flex;
  margin-top: 48px;
  min-height: 600px;
}
.bp-left-content {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 48px;
}
.bp-left-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 24px 0;
  line-height: 1.1;
}
.bp-desc {
  font-size: 18px;
  color: #555;
  margin-bottom: 32px;
}
.bp-cta-group {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
}
.bp-cta-btn {
  border: none;
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.bp-cta-btn.primary {
  background: #181818;
  color: #fff;
}
.bp-cta-btn.primary:hover {
  background: #333;
}
.bp-cta-btn.secondary {
  background: #fff;
  color: #181818;
  border: 1.5px solid #e5e7eb;
}
.bp-cta-btn.secondary:hover {
  background: #f3f4f6;
}
.bp-user-join {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.bp-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  margin-left: -10px;
}
.bp-user-avatar:first-child {
  margin-left: 0;
}
.bp-user-join span {
  font-size: 16px;
  color: #444;
  margin-left: 8px;
}
.bp-gallery {
  flex: 1;
  display: flex;
  gap: 18px;
  min-width: 380px;
  max-width: 480px;
  position: relative;
  height: 540px;
  box-shadow: 0 -100px 180px -60px rgba(255, 255, 255, 0.35) inset, 0 100px 180px -60px rgba(255, 255, 255, 0.35) inset;
}
.bp-gallery-col {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bp-gallery-track {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.bp-gallery-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  margin-bottom: 18px;
}
.bp-gallery-img:last-child {
  margin-bottom: 0;
}
.bp-gallery-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}
.bp-gallery-top-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
}
.bp-gallery-bottom-fade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 100%);
}

.bp_form_field.bp_upload {
  display: none;
}

/* Custom Upload Wrapper */
.custom-upload-wrapper {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 48px 36px 36px 36px;
  text-align: center;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.custom-upload-wrapper:hover,
.custom-upload-wrapper.dragover {
  border-color: #bdbdbd;
  background: #fafbfc;
}

.custom-file-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23666" viewBox="0 0 24 24"><path d="M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z" /></svg>')
    no-repeat center;
  background-size: contain;
  opacity: 0.8;
}

.custom-upload-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
  letter-spacing: 0.01em;
}

.custom-upload-subtext {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
}

/* Upload Button */
.custom-upload-btn {
  background: #fff;
  color: #222;
  border: 1px solid #bdbdbd;
  padding: 10px 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.custom-upload-btn:hover {
  background: #f5f5f5;
  border-color: #888;
}

.custom-upload-btn:active {
  background: #ededed;
}

/* File Info Display */
.custom-file-info {
  margin-top: 22px;
  padding: 14px 10px;
  background: #fafbfc;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #222;
  display: none;
}

.custom-file-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #222;
  word-break: break-all;
}

.custom-file-size {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.custom-file-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.custom-remove-btn,
.custom-change-btn {
  background: #fff;
  color: #222;
  border: 1px solid #bdbdbd;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.custom-remove-btn:hover,
.custom-change-btn:hover {
  background: #f5f5f5;
  border-color: #888;
}

/* Messages */
.custom-error-msg {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 14px;
  display: none;
  padding: 8px 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f2bcbc;
}

.custom-success-msg {
  color: #388e3c;
  font-size: 13px;
  margin-top: 14px;
  display: none;
  padding: 8px 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #b7e1c0;
}
@media (max-width: 1200px) {
  .bp-container {
    padding: 0 12px;
  }
  .bp-main-content {
    gap: 24px;
  }
  .bp-left-content {
    padding-right: 24px;
  }
  .bp-gallery {
    min-width: 300px;
    max-width: 380px;
    height: 400px;
  }
}

@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .core-layout {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  .core-identity {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    margin-bottom: 40px;
  }

  .core-identity__logo {
    font-size: 120px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .core-identity__tagline {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .core-main {
    width: 100%;
    max-width: 100%;
    margin: 40px 0;
    text-align: center;
  }

  .core-showcase {
    width: 100%;
    max-width: 500px;
    height: 400px;
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .bp-main-content {
    flex-direction: column;
    margin-top: 24px;
  }
  .bp-gallery {
    max-width: 100%;
    min-width: 0;
    height: 320px;
    margin-top: 32px;
  }
  .bp-left-content {
    padding-right: 0;
  }
  .bp-left-content h1 {
    font-size: 36px;
  }
  .bp-desc {
    font-size: 16px;
  }
  .bp-cta-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .core-showcase__frame--2,
  .core-showcase__frame--3 {
    display: none;
  }

  .core-showcase__frame--1 {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
    height: 200px;
  }

  .core-showcase__decor {
    display: none;
  }
  .core-identity {
    margin-bottom: 30px;
  }

  .core-showcase {
    height: auto;
    margin: 0;
  }
  .core-main {
      margin: 0;
  }
  .custom-upload-wrapper {
    padding: 24px 4vw 18px 4vw;
    margin: 10px;
  }
  .custom-upload-text {
    font-size: 16px;
  }
  .custom-file-actions {
    flex-direction: column;
    gap: 6px;
  }
  #frm-action-6802 {
    padding: 40px 24px;
  }
  .bp_form_label_radio {
    display: block;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .bp_form_data {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .bp-main-content {
    min-height: auto;
  }
  .bp-left-content h1 {
    font-size: 24px;
  }
  .bp-gallery {
    display: none;
  }
  .bp-gallery-img img {
    aspect-ratio: 1/1;
  }
  .bp-cta-group {
    flex-direction: column;
    gap: 10px;
  }
  .bp-user-join span {
    font-size: 13px;
  }
  #frm-action-6802 {
      grid-template-columns: repeat(1, auto);
  }
  #frm-action-6802 > .bp_form_field:nth-child(1), #frm-action-6802 > .bp_form_field:nth-child(10), #frm-action-6802 > .bp_form_field:nth-child(11), #frm-action-6802 > .custom-upload-wrapper, #frm-action-6802 > .bp_form_field:nth-child(14) {
      grid-column: span 1;
  }
}
@keyframes lineMove {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
}

@keyframes circleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes dotFloat {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  25% {
    transform: translate(20px, -30px);
    opacity: 0.8;
  }
  50% {
    transform: translate(-10px, -50px);
    opacity: 0.2;
  }
  75% {
    transform: translate(30px, -20px);
    opacity: 0.6;
  }
}

