.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.form-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px #0000001a;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #4769ff;
}

.label {
  font-weight: 500;
}

.grid {
  grid-column-gap: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 40px 50px;
  box-shadow: 0 2px 20px #0000001c;
}

.input-wrap {
  flex: 1;
  margin-bottom: 20px;
}

.h1 {
  margin-top: 0;
}

.section_big {
  background-image: url('../images/ooorganize-4.svg');
  background-position: 0 0;
  background-size: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
}

.p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.button {
  background-color: #095fff;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.secondary {
  color: #000;
  background-color: #f1f1f1;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.file-uploader {
  grid-column-gap: 10px;
  display: flex;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

#w-node-ca53fef2-582f-07de-f7be-93d34beb9de5-18dc73d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


