@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
* {
  outline: none;
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

img {
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

h1,
h2,
h3,
h4 {
  line-height: 1.2em; }

input,
select,
button,
textarea {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0; }

.btns {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .btns .btn {
    margin-right: 10px; }
    .btns .btn:last-child {
      margin-right: 0; }

.t {
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.04); }
  .t:last-child {
    margin-bottom: 0; }
  .t .tr {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #dddddd; }
    .t .tr .td {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 10px; }
      .t .tr .td em {
        font-weight: 700; }
      .t .tr .td.grow {
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
      .t .tr .td .status {
        font-size: 10px;
        text-transform: uppercase;
        padding: 3px 6px;
        border-radius: 3px;
        font-weight: 700;
        color: #ffffff;
        text-wrap: nowrap; }
        .t .tr .td .status.created {
          background-color: #42a5f3; }
        .t .tr .td .status.unknown {
          background-color: #aaaaaa; }
        .t .tr .td .status.pending {
          background-color: #ff851b; }
        .t .tr .td .status.option {
          background-color: #ff851b; }
        .t .tr .td .status.accepted {
          background-color: #a0d010; }
        .t .tr .td .status.declined {
          background-color: #f23030; }
    .t .tr.th {
      border-bottom: 2px solid #aaaaaa;
      font-weight: 700;
      background-color: #dddddd; }
  .t.hover .tr:hover {
    background-color: #f8f8f8; }
    .t.hover .tr:hover.th {
      background-color: #dddddd; }
  .t.sortable .tr .td:first-child:before {
    content: '↕';
    display: block;
    position: relative;
    transform: translateY(1px);
    margin-right: 10px;
    opacity: 0.5; }

table.t {
  display: table; }
  table.t .tr {
    display: table-row; }
    table.t .tr .td {
      display: table-cell; }

.file {
  padding: 60px;
  font-size: 14px; }
  .file p {
    line-height: 1.4em; }
  .file img {
    margin-bottom: 60px; }
  .file h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 900; }
  .file table:last-of-type {
    margin-bottom: 60px; }
  .file table tr td em {
    font-weight: 900; }
  .file table.fromto {
    margin-bottom: 60px; }
    .file table.fromto ul {
      line-height: 1.6em;
      margin-bottom: 20px; }
      .file table.fromto ul:last-child {
        margin-bottom: 0; }
      .file table.fromto ul li.em {
        font-weight: 900; }
  .file table.intro {
    margin-bottom: 60px;
    line-height: 1.6em; }
  .file table.breakdown tr td {
    padding: 10px;
    border-top: 1px solid #dddddd; }
  .file table.breakdown tr.break td {
    border-top: 2px solid #999999; }

.navigation {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 40px; }
  .navigation img {
    height: 30px; }
  .navigation ul {
    display: -ms-flexbox;
    display: flex; }
    .navigation ul li {
      margin-left: 20px;
      opacity: 0.6; }
      .navigation ul li.active {
        overflow: 1;
        font-weight: 700; }
      .navigation ul li a:hover {
        text-decoration: underline; }

.canvas {
  position: relative;
  min-height: 100%;
  padding: 120px 40px 40px 40px; }
  .canvas .notifications {
    position: relative;
    margin-bottom: 30px; }
    .canvas .notifications .notification {
      position: relative;
      padding: 20px;
      border-radius: 3px; }
      .canvas .notifications .notification.error {
        background-color: #fdd8d8;
        color: #f23030; }
      .canvas .notifications .notification.success {
        background-color: #d7ffe7;
        color: #008a38; }
      .canvas .notifications .notification p,
      .canvas .notifications .notification ul {
        line-height: 1.4em; }
      .canvas .notifications .notification ul {
        list-style: inside disc;
        font-weight: 300;
        padding-left: 20px; }
  .canvas .body {
    position: relative; }
    .canvas .body .page.border {
      padding-left: 30px;
      border-left: 4px solid #eeeeee; }
      @media screen and (max-width: 1024px) {
        .canvas .body .page.border {
          padding-left: 0;
          border-left: none; } }
    .canvas .body .page h2 {
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .canvas .body .page h2 {
          font-size: 20px; } }
    .canvas .body .page h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .canvas .body .page h3 {
          font-size: 18px; } }
    .canvas .body .page button,
    .canvas .body .page .btn {
      position: relative;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      color: #0a0a0a;
      font-weight: 700;
      padding: 0 24px;
      height: 40px;
      cursor: pointer;
      border-radius: 3px;
      transition: all 350ms ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
      .canvas .body .page button:active,
      .canvas .body .page .btn:active {
        background-color: #eeeeee; }
      .canvas .body .page button.small,
      .canvas .body .page .btn.small {
        padding: 0 12px;
        height: 36px; }
      .canvas .body .page button.disabled,
      .canvas .body .page .btn.disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.5; }
    .canvas .body .page .settings {
      position: relative;
      margin-bottom: 40px; }
      .canvas .body .page .settings .section {
        position: relative;
        margin-bottom: 20px; }
        .canvas .body .page .settings .section .container {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: -5px; }
          .canvas .body .page .settings .section .container .toggle {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            padding: 5px;
            width: 300px; }
            .canvas .body .page .settings .section .container .toggle input[type='checkbox'] {
              position: relative;
              width: 18px;
              height: 18px;
              border-radius: 3px;
              margin-right: 10px;
              border: 1px solid #cccccc;
              transition: all 350ms ease;
              background-color: #ffffff; }
              .canvas .body .page .settings .section .container .toggle input[type='checkbox']:after {
                content: '';
                position: absolute;
                display: block;
                pointer-events: none;
                width: 10px;
                height: 10px;
                top: 3px;
                right: 3px;
                border-radius: 1px;
                background-color: #a0d010;
                transform: scale(0);
                transition: all 350ms ease; }
              .canvas .body .page .settings .section .container .toggle input[type='checkbox']:checked:after {
                transform: scale(1); }
              .canvas .body .page .settings .section .container .toggle input[type='checkbox']:disabled {
                opacity: 0.5; }
          .canvas .body .page .settings .section .container .select {
            position: relative;
            padding: 5px;
            width: 300px; }
            .canvas .body .page .settings .section .container .select h4 {
              font-size: 15px;
              font-weight: 700;
              margin-bottom: 20px; }
            .canvas .body .page .settings .section .container .select select {
              position: relative;
              border: 1px solid #cccccc;
              border-radius: 3px;
              height: 40px;
              padding: 0 12px;
              width: 400px;
              transition: border-color 350ms ease;
              background-color: #ffffff;
              width: 100%; }
              .canvas .body .page .settings .section .container .select select::-webkit-input-placeholder {
                color: #cccccc; }
              .canvas .body .page .settings .section .container .select select:-moz-placeholder {
                color: #cccccc; }
              .canvas .body .page .settings .section .container .select select::-moz-placeholder {
                color: #cccccc; }
              .canvas .body .page .settings .section .container .select select:-ms-input-placeholder {
                color: #cccccc; }
              .canvas .body .page .settings .section .container .select select:focus {
                border-color: #999999; }
    .canvas .body .page .table {
      position: relative;
      max-width: initial; }
      .canvas .body .page .table table {
        position: relative; }
        .canvas .body .page .table table tr td {
          padding: 10px;
          border-top: 1px solid #dddddd; }
        .canvas .body .page .table table tr em {
          font-weight: 700; }
        .canvas .body .page .table table tr.break td {
          border-top: 2px solid #999999; }
        .canvas .body .page .table table thead tr td {
          font-weight: 900;
          border-bottom: 1px solid #aaaaaa; }
      .canvas .body .page .table.hover table tr:hover td {
        background-color: #f8f8f8; }
    .canvas .body .page .form {
      position: relative;
      max-width: 400px; }
      .canvas .body .page .form .row {
        position: relative;
        margin-bottom: 30px; }
        .canvas .body .page .form .row:last-child {
          margin-bottom: 0; }
        .canvas .body .page .form .row[data-conditional] {
          display: none; }
          .canvas .body .page .form .row[data-conditional].visible {
            display: block; }
        .canvas .body .page .form .row .about {
          position: relative;
          margin-bottom: 20px; }
          .canvas .body .page .form .row .about h3 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 20px; }
            .canvas .body .page .form .row .about h3.req:after {
              content: '*';
              color: #f23030;
              margin-left: 3px; }
            .canvas .body .page .form .row .about h3:last-child {
              margin-bottom: 0; }
          .canvas .body .page .form .row .about p {
            position: relative;
            line-height: 1.4em;
            font-weight: 300;
            color: #333333;
            margin-top: -10px;
            margin-bottom: 20px; }
            .canvas .body .page .form .row .about p a {
              color: #008a38;
              font-weight: 400;
              border-bottom: 1px solid #008a38; }
            .canvas .body .page .form .row .about p:last-child {
              margin-bottom: 0; }
        .canvas .body .page .form .row .field {
          position: relative; }
          .canvas .body .page .form .row .field input[type='text'],
          .canvas .body .page .form .row .field input[type='password'],
          .canvas .body .page .form .row .field textarea,
          .canvas .body .page .form .row .field select {
            position: relative;
            border: 1px solid #cccccc;
            border-radius: 3px;
            height: 40px;
            padding: 0 12px;
            width: 400px;
            transition: border-color 350ms ease;
            background-color: #ffffff;
            width: 100%; }
            .canvas .body .page .form .row .field input[type='text']::-webkit-input-placeholder,
            .canvas .body .page .form .row .field input[type='password']::-webkit-input-placeholder,
            .canvas .body .page .form .row .field textarea::-webkit-input-placeholder,
            .canvas .body .page .form .row .field select::-webkit-input-placeholder {
              color: #cccccc; }
            .canvas .body .page .form .row .field input[type='text']:-moz-placeholder,
            .canvas .body .page .form .row .field input[type='password']:-moz-placeholder,
            .canvas .body .page .form .row .field textarea:-moz-placeholder,
            .canvas .body .page .form .row .field select:-moz-placeholder {
              color: #cccccc; }
            .canvas .body .page .form .row .field input[type='text']::-moz-placeholder,
            .canvas .body .page .form .row .field input[type='password']::-moz-placeholder,
            .canvas .body .page .form .row .field textarea::-moz-placeholder,
            .canvas .body .page .form .row .field select::-moz-placeholder {
              color: #cccccc; }
            .canvas .body .page .form .row .field input[type='text']:-ms-input-placeholder,
            .canvas .body .page .form .row .field input[type='password']:-ms-input-placeholder,
            .canvas .body .page .form .row .field textarea:-ms-input-placeholder,
            .canvas .body .page .form .row .field select:-ms-input-placeholder {
              color: #cccccc; }
            .canvas .body .page .form .row .field input[type='text']:focus,
            .canvas .body .page .form .row .field input[type='password']:focus,
            .canvas .body .page .form .row .field textarea:focus,
            .canvas .body .page .form .row .field select:focus {
              border-color: #999999; }
          .canvas .body .page .form .row .field textarea {
            padding: 12px;
            height: 200px; }
            .canvas .body .page .form .row .field textarea.large {
              width: 800px;
              height: 300px; }
          .canvas .body .page .form .row .field select {
            background-image: linear-gradient(45deg, transparent 50%, #d6d6d6 50%), linear-gradient(135deg, #d6d6d6 50%, transparent 50%);
            background-position: calc(100% - 20px) calc(17px), calc(100% - 15px) calc(17px);
            background-size: 5px 5px, 5px 5px;
            background-repeat: no-repeat; }
            .canvas .body .page .form .row .field select.placeholder {
              color: #cccccc; }
          .canvas .body .page .form .row .field input[type='radio'] {
            position: relative;
            width: 16px;
            height: 16px;
            margin: 1px 0;
            border-radius: 16px;
            margin-right: 10px;
            border: 1px solid #cccccc;
            transition: all 350ms ease;
            background-color: #ffffff; }
            .canvas .body .page .form .row .field input[type='radio']:after {
              content: '';
              position: absolute;
              display: block;
              pointer-events: none;
              width: 8px;
              height: 8px;
              top: 3px;
              right: 3px;
              border-radius: 12px;
              background-color: #a0d010;
              transform: scale(0);
              transition: all 350ms ease; }
            .canvas .body .page .form .row .field input[type='radio']:checked:after {
              transform: scale(1); }
          .canvas .body .page .form .row .field input[type='checkbox'] {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            margin-right: 10px;
            border: 1px solid #cccccc;
            transition: all 350ms ease;
            background-color: #ffffff; }
            .canvas .body .page .form .row .field input[type='checkbox']:after {
              content: '';
              position: absolute;
              display: block;
              pointer-events: none;
              width: 10px;
              height: 10px;
              top: 3px;
              right: 3px;
              border-radius: 1px;
              background-color: #a0d010;
              transform: scale(0);
              transition: all 350ms ease; }
            .canvas .body .page .form .row .field input[type='checkbox']:checked:after {
              transform: scale(1); }
          .canvas .body .page .form .row .field input[type='file'] {
            font-family: 'Lato', sans-serif;
            color: #0a0a0a;
            font-size: 15px;
            font-weight: 400;
            color: #999999;
            width: 100%; }
            .canvas .body .page .form .row .field input[type='file']::-webkit-file-upload-button, .canvas .body .page .form .row .field input[type='file']::file-selector-button {
              position: relative;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              background-color: #ffffff;
              border: 1px solid #cccccc;
              color: #0a0a0a;
              font-weight: 400;
              padding: 0 12px;
              height: 40px;
              cursor: pointer;
              border-radius: 3px;
              transition: all 350ms ease;
              font-family: 'Lato', sans-serif;
              color: #0a0a0a;
              font-size: 15px;
              margin-right: 10px; }
              .canvas .body .page .form .row .field input[type='file']::-webkit-file-upload-button:active, .canvas .body .page .form .row .field input[type='file']::file-selector-button:active {
                background-color: #eeeeee; }
          .canvas .body .page .form .row .field img {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 20px;
            border-radius: 3px; }
          .canvas .body .page .form .row .field ul {
            position: relative; }
            .canvas .body .page .form .row .field ul li {
              position: relative;
              margin-bottom: 5px; }
              .canvas .body .page .form .row .field ul li:last-child {
                margin-bottom: 0; }
              .canvas .body .page .form .row .field ul li label {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center;
                cursor: pointer; }
              .canvas .body .page .form .row .field ul li.extra.disabled {
                pointer-events: none;
                opacity: 0.5; }