.system-work__title {
  font-size: 2rem;
  line-height: 1.2;
}
main .form .form-container form h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: normal;
  
}
main .form .form-container form p {
  text-align: center;
  margin: 10px;
}

@media screen and (max-width: 992px) {
  .system-work__title {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  main .hero .hero-wrapper .mobile {
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  h1,
  .bddk {
    display: none;
  }
  .hero-wrapper {
    position: static !important;
  }
  main .form {
    /* margin-top: 345px; */
    margin-top: 92vw;
  }
  main .hero header {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 10;
  }
  .hero {
    order: 1;
  }
  footer {
    order: 2;
  }
}

/* Footer Links */

.o-footer-box {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  transform: none;
  align-items: center;
  justify-content: center;
  gap: 34px;
  z-index: 999;
}
.o-footer__links {
  transform: none;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o-footer__links a {
  flex: 1;
  color: #fff;
  transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
}
.o-footer__links a:hover {
  color: #00c8d2;
}
.o-footer__links span {
  display: inline-block;
  width: 1px;
  height: 20px;
  opacity: 0.2;
  background-color: #fff;
  margin: 0 15px;
}
.fancybox__content {
  width: 100%;
}
#consent,
#personal-data {
  display: none;
}
.text__content-title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.text__content-subtitle {
  font-weight: bold;
}
.text__content ul {
  list-style: circle !important;
}

table {
  margin-bottom: 20px;
}

/* Data Storage Table */
.data-storage-table-wrapper {
  overflow-x: auto;
}
.data-storage-table {
  width: 100%;
  border-collapse: collapse;
}

.data-storage-table tr {
  transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.22s;
}

.data-storage-table th {
  background-color: #1a4088;
  color: #fff;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}

.data-storage-table tr td:first-child {
  position: sticky;
  left: 0;
  background-color: #1a4088;
  color: #fff;
  padding: 20px;
}
.data-storage-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.data-storage-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.data-storage-table tr:hover {
  background-color: #f2f2f2;
}

/* Approve Table */
.approve-table-wrapper {
  overflow-x: auto;
}
.approve-table {
  width: 100%;
  border-collapse: collapse;
}

.approve-table tr {
  transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.22s;
}
.approve-table tr:last-child {
  height: 140px;
}
.approve-table th {
  color: #000;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}

.approve-table tr td:first-child {
  padding: 20px;
}
.approve-table tr:first-child {
  height: 120px;
}
.approve-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.approve-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.approve-table tr:hover {
  background-color: #f2f2f2;
}

@media screen and (max-width: 992px) {
  .data-storage-table tr {
    font-size: 12px;
  }

  .data-storage-table th {
    font-size: 12px;
  }

  .data-storage-table td {
    padding: 8px;
    border: 1px solid #ddd;
  }

  .approve-table th {
    font-size: 12px;
  }
  .approve-table tr {
    font-size: 12px;
  }

  .data-storage-table,
  .approve-table tr td:first-child {
    padding: 10px;
  }
}

.form-container {
  align-items: flex-start !important;
  padding-top: 30px !important;
}
.form-container form {
  margin-top: 0px !important;
}
.seperator {
  background-color: #133e8d;
}
.seperator img {
  width: 120px;
  height: 120px;
}
.HeroHomeSlider .swiper-slide a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 975px) {
  .HeroHomeSlider {
    height: 300px;
    margin-top: 0px !important;
  }
  .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .form {
    margin-top: 0px !important;
  }
  .form .seperator {
    display: flex !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .form .form-container form h3 {
    font-size: 18px !important;
  }
  .input-group input {
    height: 40px !important;
    font-size: 14px !important;
  }
  .form-container form button {
    padding: 0.6rem !important;
  }
  main .form .form-container form .checkbox-wrapper label {
    font-size: 10px;
  }
}
