﻿@charset "UTF-8";
body.popup-instant .hiper-popup {
  transition: none !important;
  animation: none !important;
}
body.popup-instant .hiper-popup::before,
body.popup-instant .hiper-popup .popup-inner,
body.popup-instant .hiper-popup .popup-content,
body.popup-instant .hiper-popup .query-form-card {
  transition: none !important;
  animation: none !important;
}

@media (max-width: 768px) {
  .hiper-popup.query-popup .close-popup {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
  .hiper-popup.query-popup .close-popup svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .close-popup {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .hiper-popup.query-popup .close-popup svg {
    width: 22px;
    height: 22px;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content {
  width: 100%;
  max-width: 46.875rem;
  padding: 1.25rem;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content {
    padding: 0.75rem;
    max-width: 100%;
    max-height: 100vh;
    margin: 2.5rem 0.75rem 0.75rem;
    border-radius: 0.75rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content {
    max-width: 40.625rem;
    padding: 1.125rem;
    margin: 1.25rem;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hiper-popup.query-popup .popup-content.query-popup-content {
    max-width: 43.75rem;
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content {
    max-width: 53.125rem;
    padding: 1.5rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card {
    border-radius: 0.75rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card {
    border-radius: 0.875rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0d2a4f 100%);
  padding: 1.75rem 2rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header {
    padding: 1.5rem 1.75rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header {
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header {
    padding: 2rem 2.25rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: white;
  margin: 0;
  text-align: center;
  letter-spacing: 0.3px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-header h3 {
    font-size: 1.5rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body {
  padding: 2rem;
  flex: 1;
  overflow-x: hidden;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body {
    padding: 1.75rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body {
    padding: 1rem;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body {
    padding: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body {
    padding: 2.25rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-flex-grid {
  --column-gap: 0.675rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.675rem var(--column-gap);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-flex-grid {
    --column-gap: 0.5625rem;
    gap: 0.5625rem var(--column-gap);
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-flex-grid {
    grid-template-columns: 1fr;
    gap: 0.5625rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-flex-grid {
    --column-gap: 0.7875rem;
    gap: 0.7875rem var(--column-gap);
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-flex-grid .form-group.full {
  grid-column: 1/-1;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-label {
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-label {
    margin-bottom: 0.625rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-label strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-color);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-label strong {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-label strong {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .form-label strong {
    font-size: 1.0625rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper {
  position: relative;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input,
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select,
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea {
  padding: 0.875rem 1rem;
  width: 100%;
  border: 1px solid #ededed;
  background: #f7f6f6;
  border-radius: 0.375rem;
  font-family: "Roboto", system-ui;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease;
  outline: none;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input,
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select,
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input,
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select,
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input,
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select,
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea {
    padding: 1rem 1.125rem;
    font-size: 1rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input::placeholder,
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select::placeholder,
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea::placeholder {
  color: #999;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input:focus,
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select:focus,
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea:focus {
  border-color: var(--primary-color);
  background: white;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input:hover:not(:focus),
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select:hover:not(:focus),
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper textarea:hover:not(:focus) {
  border-color: #d0d0d0;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a1818' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select {
    background-position: right 0.75rem center;
    padding-right: 2.25rem;
    background-size: 0.625rem 0.375rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select {
    background-position: right 0.875rem center;
    padding-right: 2.375rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select:focus {
  border-color: var(--primary-color);
  background-color: white;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper select:hover:not(:focus) {
  border-color: #d0d0d0;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input[type=date] {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    min-height: 2.75rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .input-wrapper input[type=date] {
    font-size: 0.875rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .date-range-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .date-range-wrapper {
    gap: 0.875rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .date-range-wrapper {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .date-range-wrapper .input-wrapper {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .date-range-wrapper {
    gap: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-body .form-section .date-range-wrapper {
    gap: 1.25rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer {
  --control-h: 2.75rem;
  background: #f8f9fa;
  padding: 1.5rem 2rem;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.583125rem;
  flex-wrap: nowrap;
  overflow-x: hidden;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer > .submit-wrapper {
  order: 0;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer > .captcha-wrapper {
  order: 1;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer {
    padding: 1.25rem 1.75rem;
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer {
    --control-h: 2.25rem;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.583125rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer {
    padding: 1.375rem 1.75rem;
    gap: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer {
    padding: 1.75rem 2.25rem;
    gap: 1rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.583125rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .footer-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .footer-actions .submit-wrapper {
  order: 0;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .footer-actions .captcha-wrapper {
  order: 1;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.583125rem;
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 0.375rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.583125rem;
  flex-direction: row;
  flex-shrink: 0;
  width: auto;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image {
    gap: 0.375rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image canvas {
  border: 1px solid #ededed;
  border-radius: 0.375rem;
  background: white;
  flex: 0 0 auto;
  max-width: 7.5rem;
  height: var(--control-h);
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image canvas {
    max-width: 6.25rem;
    height: var(--control-h);
    width: auto;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh {
  background: var(--primary-color);
  border: none;
  border-radius: 0.375rem;
  width: var(--control-h);
  height: var(--control-h);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: white;
  padding: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh {
    min-width: var(--control-h);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh:hover {
  background: #0d2a4f;
  transform: rotate(90deg);
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh:active {
  transform: rotate(90deg) scale(0.95);
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-image .captcha-refresh svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper {
  flex: 1;
  min-width: 9.375rem;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper {
    min-width: 0;
    width: auto;
    flex: 1;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper .captcha-label {
  display: none;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0.375rem;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper .captcha-label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper input {
  padding: 0 1rem;
  height: var(--control-h);
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ededed;
  background: white;
  border-radius: 0.375rem;
  font-family: "Roboto", system-ui;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  transition: border-color 0.2s ease;
  max-width: 15rem;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper input {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    letter-spacing: 1.5px;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .captcha-input-wrapper input:focus {
  border-color: var(--primary-color);
  background: white;
  outline: none;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .g-recaptcha {
  transform-origin: left top;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .captcha-wrapper .recaptcha-error {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c93124;
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .submit-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .submit-wrapper {
    width: 100%;
  }
}
.hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .button {
  min-width: 8.75rem;
  flex-shrink: 0;
  height: 2.75rem;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .button {
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .button {
    width: 100%;
    min-width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .hiper-popup.query-popup .popup-content.query-popup-content .query-form-card .query-form-footer .button {
    padding: 1rem 2.25rem;
    font-size: 1.0625rem;
  }
}

.content-section.backgrounded {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.content-section.backgrounded .content-area a {
  color: var(--secondary-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.content-section.backgrounded .content-area a:hover,
.content-section.backgrounded .content-area a:focus {
  color: var(--primary-color);
  outline: none;
}

.content-section[data-content-section-type*=equal-areas] {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
@media (max-width: 768px) {
  .content-section[data-content-section-type*=equal-areas] {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .content-section[data-content-section-type*=equal-areas] {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }
}

.violation-query-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .violation-query-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.violation-query-section .violation-query-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .violation-query-section .violation-query-wrapper {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .violation-query-wrapper {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .violation-query-wrapper {
    grid-template-columns: 1.25fr 1fr;
    gap: 3.125rem;
  }
}
.violation-query-section .query-form-footer,
.violation-query-section .notification-form-area .form-footer {
  --control-h: 2.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .violation-query-section .query-form-footer,
  .violation-query-section .notification-form-area .form-footer {
    --control-h: 2.25rem;
  }
}
.violation-query-section .query-form-footer .button,
.violation-query-section .notification-form-area .form-footer .button {
  height: var(--control-h) !important;
  display: inline-flex;
  align-items: center;
}
.violation-query-section .query-form-footer .captcha-image,
.violation-query-section .notification-form-area .form-footer .captcha-image {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.violation-query-section .query-form-footer .captcha-image canvas,
.violation-query-section .notification-form-area .form-footer .captcha-image canvas {
  height: var(--control-h) !important;
  box-sizing: border-box;
}
.violation-query-section .query-form-footer .captcha-image .captcha-refresh,
.violation-query-section .notification-form-area .form-footer .captcha-image .captcha-refresh {
  width: var(--control-h) !important;
  height: var(--control-h) !important;
  box-sizing: border-box;
}
.violation-query-section .query-form-footer .captcha-input-wrapper input,
.violation-query-section .notification-form-area .form-footer .captcha-input-wrapper input {
  height: var(--control-h) !important;
  padding: 0 1rem !important;
  box-sizing: border-box;
}
.violation-query-section .section-title {
  margin-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .violation-query-section .section-title {
    margin-bottom: 1.25rem;
  }
}
.violation-query-section .section-title h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .section-title h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .section-title h2 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .section-title h2 {
    font-size: 1.625rem;
  }
}
.violation-query-section .query-menu-area .query-menu-card {
  background: white;
  border-radius: 0.75rem;
  padding: 0.875rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .query-menu-area .query-menu-card {
    padding: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .query-menu-area .query-menu-card {
    padding: 1.125rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .query-menu-area .query-menu-card {
    padding: 1.5rem;
  }
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-accordion {
  --accordion-item-background: white;
  --accordion-item-border-color: var(--primary-color);
  --accordion-item-heading-color: var(--text-color);
  --accordion-item-icon-background: var(--primary-color);
  --accordion-item-icon-color: #fff;
  border: 1px solid #e4e0ff;
  border-radius: 0.5rem;
}
.violation-query-section .query-menu-area .query-menu-card .accordion-header {
  background-color: var(--primary-color);
  color: white;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.violation-query-section .query-menu-area .query-menu-card .accordion-header::after {
  content: none !important;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .query-menu-area .query-menu-card .accordion-header {
    padding: 0.875rem 1.125rem;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .query-menu-area .query-menu-card .accordion-header {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .query-menu-area .query-menu-card .accordion-header {
    padding: 1.125rem 1.5rem;
    font-size: 1.1875rem;
  }
}
.violation-query-section .query-menu-area .query-menu-card .accordion-header span {
  flex: 1;
}
.violation-query-section .query-menu-area .query-menu-card .accordion-header i {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.violation-query-section .query-menu-area .query-menu-card .accordion-header i::before, .violation-query-section .query-menu-area .query-menu-card .accordion-header i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
.violation-query-section .query-menu-area .query-menu-card .accordion-header i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.violation-query-section .query-menu-area .query-menu-card .accordion-item.active .accordion-header i {
  transform: rotate(45deg);
}
.violation-query-section .query-menu-area .query-menu-card .accordion-content {
  padding-top: 1rem;
}
.violation-query-section .query-menu-area .query-menu-card .accordion-item:not(.active) .accordion-content {
  padding-top: 0;
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group:last-child {
  border-bottom: none;
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-group-title {
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-color);
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-group-title {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-group-title {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-group-title {
    font-size: 1.0625rem;
  }
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1.25rem;
}
@media (max-width: 768px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist {
    padding-left: 1rem;
  }
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li {
  padding: 0.375rem 0;
}
@media (max-width: 768px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li {
    padding: 0.3125rem 0;
  }
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li a {
  color: #737373;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li a {
    font-size: 1rem;
  }
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li a:hover {
  color: var(--primary-color);
}
.violation-query-section .query-menu-area .query-menu-card .query-menu-group .query-menu-sublist li a.active {
  color: var(--primary-color);
  font-weight: 600;
}
.violation-query-section .query-form-area .query-forms-wrapper .query-form-card {
  background: white;
  border-radius: 0.75rem;
  padding: 1.875rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: none;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .query-form-area .query-forms-wrapper .query-form-card {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .query-form-area .query-forms-wrapper .query-form-card {
    padding: 1.25rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .query-form-area .query-forms-wrapper .query-form-card {
    padding: 2.25rem;
  }
}
.violation-query-section .query-form-area .query-forms-wrapper .query-form-card .query-form-header {
  margin-bottom: 1.5rem;
}
.violation-query-section .query-form-area .query-forms-wrapper .query-form-card .query-form-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .query-form-area .query-forms-wrapper .query-form-card .query-form-header h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .query-form-area .query-forms-wrapper .query-form-card .query-form-header h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .query-form-area .query-forms-wrapper .query-form-card .query-form-header h3 {
    font-size: 1.375rem;
  }
}
.violation-query-section .notification-form-area .notification-intro {
  color: var(--secondary-color);
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-intro {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-intro {
    font-size: 0.8125rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-intro {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card {
  background: white;
  border-radius: 0.75rem;
  padding: 0.875rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card {
    padding: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card {
    padding: 1.125rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card {
    padding: 1.5rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper {
  padding: 0.9375rem;
  border: 1px solid #e4e0ff;
  border-radius: 0.5rem;
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs {
  margin-bottom: 1.5rem;
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ededed;
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul {
    gap: 0.25rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul li button {
  padding: 0.6rem 1.2rem;
  border: none;
  background: transparent;
  color: #737373;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul li button {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul li button {
    padding: 0.5rem 0.8rem;
    font-size: 0.875rem;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul li button {
    padding: 0.7rem 1.4rem;
    font-size: 1.0625rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul li button:hover {
  color: var(--primary-color);
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tabs ul li button.active {
  color: var(--primary-color);
  background-color: var(--primary-color);
  background-color: transparent;
  border-bottom-color: var(--primary-color);
  font-weight: 600;
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tab-page {
  display: none;
}
.violation-query-section .notification-form-area .notification-form-card .tabs-wrapper .tab-page.active {
  display: block;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-flex-grid {
  --column-gap: 0.675rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.675rem var(--column-gap);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-flex-grid {
    --column-gap: 0.5625rem;
    gap: 0.5625rem var(--column-gap);
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-flex-grid {
    grid-template-columns: 1fr;
    gap: 0.5625rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-flex-grid {
    --column-gap: 0.7875rem;
    gap: 0.7875rem var(--column-gap);
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-flex-grid .form-group.full {
  grid-column: 1/-1;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-label {
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-label {
    margin-bottom: 0.625rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-label strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-color);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-label strong {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-label strong {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-label strong {
    font-size: 1.0625rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper input,
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
  padding: 0.875rem 1rem;
  width: 100%;
  border: 1px solid #ededed;
  background: #f7f6f6;
  border-radius: 0.375rem;
  font-family: "Roboto", system-ui;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper input,
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper input,
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper input,
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
    padding: 1rem 1.125rem;
    font-size: 1rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper input:focus,
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  background: white;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper input::placeholder,
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea::placeholder {
  color: #999;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
  resize: vertical;
  min-height: 6.25rem;
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
    min-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .input-wrapper textarea {
    min-height: 7.5rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-checkboxes {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-checkboxes {
    margin-top: 1.25rem;
    gap: 0.875rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-checkboxes {
    margin-top: 1.125rem;
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-checkboxes {
    margin-top: 1.75rem;
    gap: 1.125rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-checkboxes a {
  color: var(--secondary-color);
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer {
  --control-h: 2.5rem;
  --footer-gap: 0.583125rem;
  display: flex;
  align-items: center;
  gap: var(--footer-gap);
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer > .button {
  height: var(--control-h) !important;
  padding: 0 2rem !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-image canvas {
  height: var(--control-h) !important;
  box-sizing: border-box;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-image .captcha-refresh {
  width: var(--control-h) !important;
  height: var(--control-h) !important;
  box-sizing: border-box;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-input-wrapper input {
  height: var(--control-h) !important;
  padding: 0 1rem !important;
  box-sizing: border-box;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer {
    flex-direction: column;
    gap: 0.666875rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer {
    gap: 1rem;
    margin-top: 1.75rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .button {
  height: var(--control-h);
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .button {
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .button {
    padding: 1rem 2.25rem;
    font-size: 1.0625rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--footer-gap);
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper {
    gap: 0.416875rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper {
    gap: 0.416875rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper {
    gap: 0.583125rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image {
  display: flex;
  align-items: center;
  gap: var(--footer-gap);
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image {
    width: 100%;
    justify-content: space-between;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image canvas {
  border: 1px solid #ededed;
  border-radius: 0.375rem;
  background: #f7f6f6;
  height: var(--control-h);
  box-sizing: border-box;
  height: var(--control-h);
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image canvas {
    flex: 1;
    max-width: calc(100% - 50px);
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh {
  width: var(--control-h);
  height: var(--control-h);
  border: 1px solid #ededed;
  background: white;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh svg {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-image .captcha-refresh svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper {
    width: 100%;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper .captcha-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper .captcha-label {
    font-size: 0.75rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper input {
  padding: 0 1rem;
  height: var(--control-h);
  box-sizing: border-box;
  border: 1px solid #ededed;
  background: #f7f6f6;
  border-radius: 0.375rem;
  font-family: "Roboto", system-ui;
  font-size: 0.875rem;
  width: 9.375rem;
  letter-spacing: 0.125rem;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper input {
    width: 8.75rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper input {
    width: 100%;
    font-size: 0.8125rem;
    padding: 0.625rem 0.875rem;
  }
}
@media (min-width: 1200px) {
  .violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper input {
    width: 10rem;
    font-size: 0.9375rem;
  }
}
.violation-query-section .notification-form-area .notification-form-card .form-section .form-footer .captcha-wrapper .captcha-input-wrapper input:focus {
  outline: none;
  border-color: var(--primary-color);
  background: white;
}

.info-disclaimer-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .info-disclaimer-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.info-disclaimer-section .info-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .info-disclaimer-section .info-grid {
    gap: 2rem;
  }
}
.info-disclaimer-section .info-quote-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4e0ff;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .info-disclaimer-section .info-quote-card {
    padding: 1rem 1.125rem;
  }
}
.info-disclaimer-section .info-quote-card::before, .info-disclaimer-section .info-quote-card::after {
  content: "“";
  position: absolute;
  font-size: 2.75rem;
  line-height: 1;
  color: var(--primary-color);
  opacity: 0.15;
}
.info-disclaimer-section .info-quote-card::before {
  top: 0.5rem;
  left: 0.75rem;
}
.info-disclaimer-section .info-quote-card::after {
  content: "”";
  bottom: 0.5rem;
  right: 0.75rem;
}
.info-disclaimer-section .info-quote-card .card-title {
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--text-color);
}
.info-disclaimer-section .info-quote-card p {
  margin: 0 0 0.625rem;
  color: var(--text-color);
  font-size: 1.0625rem;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .info-disclaimer-section .info-quote-card p {
    font-size: 1.125rem;
  }
}

.violation-query-section .query-menu-area .query-menu-card,
.violation-query-section .notification-form-area .notification-form-card {
  padding: 0 !important;
  border: none !important;
}

[data-page=fleet-application] .banner-section .fleet-intro {
  display: none;
}
[data-page=fleet-application] .violation-query-section .violation-query-wrapper {
  grid-template-columns: 1fr;
}
[data-page=fleet-application] .violation-query-section .section-title h2 {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  [data-page=fleet-application] .violation-query-section .section-title h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  [data-page=fleet-application] .violation-query-section .section-title h2 {
    font-size: 1.625rem;
  }
}
[data-page=fleet-application] .fleet-alert-banner {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: #c93124;
  color: #fff;
  margin-bottom: 1.5rem;
  width: 40vw;
}
@media (max-width: 768px) {
  [data-page=fleet-application] .fleet-alert-banner {
    width: 100%;
  }
}
[data-page=fleet-application] .fleet-alert-banner__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
}
[data-page=fleet-application] .fleet-alert-banner__row i {
  font-size: 1.5rem;
  line-height: 1;
}
[data-page=fleet-application] .fleet-alert-banner__row p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
[data-page=fleet-application] .fleet-alert-banner__row p a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
[data-page=fleet-application] .fleet-form-card {
  padding: 0rem;
  width: 40vw;
}
@media (max-width: 768px) {
  [data-page=fleet-application] .fleet-form-card {
    width: 100%;
  }
}
[data-page=fleet-application] .fleet-form {
  display: grid;
  gap: clamp(1.5rem, 2vw, 2rem);
}
[data-page=fleet-application] .fleet-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.125rem, 1.8vw, 1.625rem);
}
@media (max-width: 768px) {
  [data-page=fleet-application] .fleet-form__grid {
    grid-template-columns: 1fr;
  }
}
[data-page=fleet-application] .fleet-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
[data-page=fleet-application] .fleet-form__field label {
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(12, 23, 54, 0.85);
  letter-spacing: 0.08em;
}
[data-page=fleet-application] .fleet-form__field label span {
  color: #c93124;
}
[data-page=fleet-application] .fleet-form__field input {
  border: 1px solid rgba(12, 23, 54, 0.12);
  border-radius: 0.3125rem;
  padding: 0.9375rem 1.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background: #f8f9ff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
[data-page=fleet-application] .fleet-form__field input:focus {
  border-color: rgba(1, 19, 120, 0.6);
  box-shadow: 0 0 0 3px rgba(1, 19, 120, 0.18);
  background: #fff;
  outline: none;
}
[data-page=fleet-application] .fleet-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.125rem;
}
@media (max-width: 540px) {
  [data-page=fleet-application] .fleet-form__actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
[data-page=fleet-application] .fleet-form__actions .captcha-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
[data-page=fleet-application] .fleet-form__actions .recaptcha-error {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c93124;
}
[data-page=fleet-application] .fleet-form__recaptcha {
  display: grid;
  gap: 0.5rem;
}
[data-page=fleet-application] .fleet-form__recaptcha-error {
  margin: 0;
  font-size: 0.8125rem;
  color: #c93124;
  font-weight: 600;
}
[data-page=fleet-application] .fleet-form .form-checkboxes {
  margin-top: 0.5rem;
}
[data-page=fleet-application] #fleetSubmitButton {
  min-width: clamp(5.625rem, 15.2vw, 11.5625rem);
  font-size: 1rem;
  font-weight: 700;
  height: 3.25rem;
  border-radius: 0.25rem;
  --button-background-color: #011378;
  --button-border-color: #011378;
  --button-text-color: #ffffff;
  --button-inline-padding: calc(1.25rem * 1.03);
  --button-block-padding: calc(0.4375rem * 1.03);
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
[data-page=fleet-application] #fleetSubmitButton:hover, [data-page=fleet-application] #fleetSubmitButton:focus-visible {
  --button-background-color: rgb(0.747107438, 14.1950413223, 89.652892562);
  --button-border-color: rgb(0.747107438, 14.1950413223, 89.652892562);
}
[data-page=fleet-application] #fleetSubmitButton span {
  justify-content: center;
}

.violation-query-section .notification-form-card .button.secondary,
.violation-query-section .query-form-footer .button.secondary {
  --button-background-color: #011378;
  --button-border-color: #011378;
  --button-text-color: #ffffff;
  border-radius: 0.375rem;
}
.violation-query-section .notification-form-card .button.secondary:hover, .violation-query-section .notification-form-card .button.secondary:focus-visible,
.violation-query-section .query-form-footer .button.secondary:hover,
.violation-query-section .query-form-footer .button.secondary:focus-visible {
  --button-background-color: rgb(0.747107438, 14.1950413223, 89.652892562);
  --button-border-color: rgb(0.747107438, 14.1950413223, 89.652892562);
}
.violation-query-section .notification-form-card .button.secondary span,
.violation-query-section .query-form-footer .button.secondary span {
  justify-content: center;
}

.contact-form-page .violation-query-section .notification-form-card .form-section {
  padding: clamp(10px, 1vw + 8px, 15px);
  border-radius: 9px;
}
.contact-form-page .contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .contact-form-page .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
.contact-form-page .contact-form__recaptcha {
  display: grid;
  gap: 0.5rem;
}
.contact-form-page .contact-form__recaptcha-error {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c93124;
}
.contact-form-page .contact-form__submit {
  min-width: clamp(8.75rem, 15vw, 12.5rem);
  --button-background-color: #011378;
  --button-border-color: #011378;
  --button-text-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  --button-inline-padding: calc(1.25rem * 1.05);
  --button-block-padding: calc(0.4375rem * 1.05);
}
.contact-form-page .contact-form__submit:hover, .contact-form-page .contact-form__submit:focus-visible {
  --button-background-color: rgb(0.747107438, 14.1950413223, 89.652892562);
  --button-border-color: rgb(0.747107438, 14.1950413223, 89.652892562);
}
.contact-form-page .contact-form__submit span {
  justify-content: center;
}

.cb {
  position: relative;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.625rem;
  align-items: flex-start;
  cursor: pointer;
  padding-top: 0.75rem;
}
.cb input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.cb .cb-box {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid black;
  background: #f7f6f6;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: transparent;
  transition: all 0.2s ease;
  pointer-events: none;
}
.cb .cb-box::after {
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  border: solid currentColor;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.cb input[type=checkbox]:checked + .cb-box {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  position: relative;
}
.cb input[type=checkbox]:checked + .cb-box::after {
  opacity: 1;
}
.cb input[type=checkbox]:focus + .cb-box {
  box-shadow: 0 0 0 0.1875rem rgba(2, 14, 82, 0.25);
}
.cb .cb-text {
  margin: 0;
  line-height: 1.5;
  color: black;
  font-size: 0.9375rem;
}
.cb .cb-text a {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: var(--secondary-color);
}

.kvkk {
  font-size: 0.9375rem;
  padding-top: 0.75rem;
}
.kvkk a {
  color: var(--secondary-color);
}
