/* scactus-1 */
.scactus-1 .form {font-size: min(16px,3.5vw);}
.scactus-1 .flex.y > * {flex: 0 0 auto !important;}
/* .scactus-1 .form .text-center {flex: 0 0 auto;} */
.scactus-1 .form .inner .flex {
  position: relative;
  gap: 1rem 5%; 
}
.scactus-1 .form .inner .acceptance,
.scactus-1 .form .inner .flex > label,
.scactus-1 .form .inner .flex .wpcf7-list-item label {
    display: flex;
    cursor: pointer;
    column-gap: 1rem;
    align-items: center;
}
.scactus-1 .form .inner .acceptance {
    flex-wrap: nowrap;
    align-items: center;
    font-size: min(12px,3vw);
}

.scactus-1 .form .inner .flex .flex p {
    margin: 0;
    display: flex
;
}


.scactus-1 .form .inner .flex .flex {row-gap: .7rem;}
/* 
input[type="date" i]::-webkit-calendar-picker-indicator {
    cursor: pointer;
} */
/* Responsive */
@media (min-width: 768px) {
}
@media (min-width: 1200px) {

}