/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/module/css/module.scss ***!
  \**********************************************************************************************************************/
.oo_contact_contactheaderlink > .contact {
  display: block;
  padding-left: 32px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  background-image: url(.././img/040c3c5431d4416ad90d.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center left; }

@media screen and (max-width: 1000px) {
  .oo_contact_contactheaderlink:not(.is-mobile) {
    display: none; } }

.contact-form .form-fields {
  padding: 30px 40px;
  background-color: var(--theme-color-grey);
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .contact-form .form-fields {
      padding: 20px; } }
  .contact-form .form-fields *:has(.grecaptcha-badge) {
    position: absolute; }
  .contact-form .form-fields .grecaptcha-badge {
    position: absolute !important;
    visibility: hidden !important;
    opacity: 0 !important; }
  .contact-form .form-fields .form-group.row-2 {
    width: calc(50% - 10px); }
    @media screen and (max-width: 768px) {
      .contact-form .form-fields .form-group.row-2 {
        width: 100%; } }
  .contact-form .form-fields .radio-group {
    display: flex;
    gap: 20px;
    margin-top: 10px; }
    .contact-form .form-fields .radio-group .radio {
      display: flex;
      align-items: center;
      gap: 10px; }
      .contact-form .form-fields .radio-group .radio input {
        position: relative;
        width: 20px;
        min-width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 2px;
        cursor: pointer; }
        .contact-form .form-fields .radio-group .radio input:checked {
          background-color: #000; }
          .contact-form .form-fields .radio-group .radio input:checked:after {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            background-color: #fff;
            mask-image: url(.././img/4877695c145d3021fc54.svg);
            mask-size: contain;
            mask-repeat: no-repeat;
            mask-position: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }

.contact-form .alert ul {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .contact-form .alert ul li {
    padding: 15px;
    background: var(--theme-color-1);
    border-radius: 4px;
    text-align: center;
    color: #fff; }

.contact-form .alert.alert-danger ul li {
  background-color: var(--theme-color-error); }

.contact-form fieldset.hidden {
  display: none; }

