body {
  font-family: "Fira Sans",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  font-stretch: normal;
  font-size: 15px; }

*:focus {
  outline: none !important; }

select, input, textarea, button {
  font-family: "Fira Sans",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif; }

p.mini {
  font-size: 0.7em; }

header {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  width: 100%; }
  header h1 {
    color: #383ff5;
    padding: 20px 0;
    text-align: center; }
    header h1 br {
      display: none; }
    @media screen and (max-width: 750px) {
      header h1 br {
        display: block; } }
  @media screen and (max-width: 1000px) {
    header h1 {
      font-size: 1.8em; } }
  @media screen and (max-width: 750px) {
    header h1 {
      font-size: 1.3em; } }
  header .logo_cci {
    width: 250px;
    height: auto; }
  @media screen and (max-width: 750px) {
    header .logo_cci {
      width: 180px; } }

@media screen and (max-width: 750px) {
  header {
    padding-top: 20px; } }
form {
  border-radius: .6em;
  background-color: rgba(208, 209, 220, 0.2);
  width: 1200px;
  margin: 0 auto 100px auto; }
  form input:invalid,
  form textarea:invalid {
    box-shadow: none; }
  form input,
  form select,
  form textarea {
    max-width: 100%;
    min-height: 40px;
    padding: 0 20px;
    border: 1px solid rgba(56, 63, 245, 0.3);
    border-radius: 2px;
    background-color: white;
    font-size: 1em;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box; }
    form input:focus, form input:active, form input:focus-visible,
    form select:focus,
    form select:active,
    form select:focus-visible,
    form textarea:focus,
    form textarea:active,
    form textarea:focus-visible {
      border-color: #383ff5 !important;
      color: #383ff5 !important; }
    form input[type="submit"],
    form select[type="submit"],
    form textarea[type="submit"] {
      border-color: #383ff5;
      background-color: #383ff5;
      color: #FFF;
      display: block;
      padding: 10px 50px;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      border: 1px solid transparent;
      border-radius: 30px;
      min-height: inherit;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      width: fit-content; }
      form input[type="submit"]:hover,
      form select[type="submit"]:hover,
      form textarea[type="submit"]:hover {
        background-color: #FFF;
        border-color: #383ff5;
        color: #383ff5; }
    form input.multiple,
    form select.multiple,
    form textarea.multiple {
      width: 50%;
      height: 250px; }
    @media screen and (max-width: 750px) {
      form input.multiple,
      form select.multiple,
      form textarea.multiple {
        width: 100%; } }
  form textarea {
    resize: vertical;
    padding-top: 20px;
    white-space: pre-line;
    min-height: 200px; }
  form label {
    margin-bottom: 6px; }
  form #main {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 100px; }
    form #main > div {
      width: 100%;
      box-sizing: border-box;
      padding: 50px 0px;
      display: flex;
      flex-wrap: wrap;
      border-bottom: solid 1px #d0d1dc; }
      form #main > div:last-child {
        border-bottom: none; }
      form #main > div h3 {
        display: block;
        width: 100%; }
      form #main > div > div {
        padding: 10px 0px;
        box-sizing: border-box;
        width: 50%;
        display: flex;
        flex-direction: column; }
        form #main > div > div:nth-child(odd) {
          padding-left: 50px; }
        form #main > div > div:nth-child(even) {
          padding-right: 50px; }
        @media screen and (max-width: 1000px) {
          form #main > div > div:nth-child(odd) {
            padding-left: 25px; }
          form #main > div > div:nth-child(even) {
            padding-right: 25px; } }
        @media screen and (max-width: 750px) {
          form #main > div > div:nth-child(odd) {
            padding-left: 0px; }
          form #main > div > div:nth-child(even) {
            padding-right: 0px; } }
        form #main > div > div.full-width {
          width: 100%;
          padding: 10px 0 !important; }
        form #main > div > div.send {
          padding: 10px 0 !important; }
        form #main > div > div.send.right {
          align-items: flex-end; }
        @media screen and (max-width: 750px) {
          form #main > div > div.send {
            align-items: center;
            padding-bottom: 50px !important; }
          form #main > div > div.send.right {
            align-items: center; } }
      @media screen and (max-width: 750px) {
        form #main > div > div {
          width: 100%; } }
  @media screen and (max-width: 1000px) {
    form #main {
      padding: 20px 50px; } }

@media screen and (max-width: 1250px) {
  form {
    width: 100%; } }
