.elementor-3583 .elementor-element.elementor-element-a0a67dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-3583 #main.site-main{z-index:0;}/* Start custom CSS for container, class: .elementor-element-a0a67dc */.row-group {
  max-width: 600px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
}

.row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
}

input[type="text"]:first-child {
  flex: 1;
}
input[type="text"]:last-child {
  flex: 1;
}

textarea {
  height: 150px;
  resize: vertical;
}

.radio-group {
  margin-top: 15px;
}

.radio-group label {
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: 15px;
  color: #666;
  gap: 10px;
}

.radio-group input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}

.radio-group input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #888;
  border-radius: 50%;
}

.other-field input {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
}

input[type="submit"] {
  background: none;
  padding: 8px 16px;
  margin-top: 15px;
  color: #555;
  float: right;
  background-color: black;
  color: white;
  cursor: pointer;
}/* End custom CSS */