body {
    color: var(--bodyTextColor);
    font-family: 'Roboto',
    'Helvetica Neue',
    'Helvetica',
    'Arial',
    sans-serif;
    /*font-size: 1.6em;*/
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
}
h3, h4 {
    font-size: 1.6em;
}
fieldset {
    border-width: 0;
    padding: 0
}
fieldset,input,select,textarea{
    margin-bottom:1.5rem
}
label,legend{
    display:block;
    font-size:1.3rem;
    font-weight:700;
    margin-bottom:.5rem
}

@media only screen and (max-width: 63.9375rem) {
    .row-flex {
        display: block !important;
    }
}

.row-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
/*.button,button,input[type='button'],input[type='reset'],input[type='submit']{*/
/*    background-color:var(--secondary);*/
/*    border:0.1rem solid var(--secondary);*/
/*    border-radius:.4rem;*/
/*    color:#fff;cursor:pointer;*/
/*    display:inline-block;*/
/*    font-weight:700;*/
/*    letter-spacing:.1rem;*/
/*    text-align:center;*/
/*    text-decoration:none;*/
/*    text-transform:uppercase;*/
/*    white-space:nowrap;*/
/*    height: 2.6rem;*/
/*    line-height: 2.6rem;*/
/*    padding: 0 1.2rem;*/
/*    font-size: 0.9rem*/
/*}*/
*,*:after,*:before{
    box-sizing:inherit
}
input[type='color'],input[type='date'],input[type='datetime'],
input[type='datetime-local'],input[type='email'],input[type='month'],
input[type='number'],input[type='password'],input[type='search'],input[type='tel'],
input[type='text'],input[type='url'],input[type='week'],input:not([type]),textarea,select{
    -webkit-appearance:none;
    background-color:transparent;
    border:0.1rem solid #d1d1d1;
    border-radius:.4rem;
    box-shadow:none;
    box-sizing:inherit;
    height:2.4rem;
    padding: .2rem .6rem;
    width:100%;
    font-size: 0.9rem
}
input[type='color']:focus,input[type='date']:focus,input[type='datetime']:focus,
input[type='datetime-local']:focus,input[type='email']:focus,input[type='month']:focus,
input[type='number']:focus,input[type='password']:focus,input[type='search']:focus,
input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,
input[type='week']:focus,input:not([type]):focus,textarea:focus,select:focus{
    border-color:var(--secondary);
    outline:0;
    width: 100%;
}
.input {
    flex: 1;
    min-width: 0;
}
@media (min-width: 40rem) {
    .row .column {
        margin-bottom: inherit;
        padding: 0 1.0rem;
    }
}
@media screen and (max-width: 640px) {
    .row .column .column-80 {
        display: block;
        flex: 1 1 auto;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
}
.row .column.column-80 {
    flex: 0 0 80%;
    max-width: 80%;
}
.row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
.content form {
    max-width: 85%;
    margin: 0 auto;
}
table {
    border-spacing: 0;
    width: 100%;
}
blockquote, dl, figure, form, ol, p, pre, table, ul {
    margin-bottom: 0;
}
td:first-child, th:first-child {
    padding-left: 0;
}
td, th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
    text-align: left;
}
b, strong {
    font-weight: bold;
}
b, strong {
    font-weight: bolder;
}
h3 {
    font-size: 2.3rem;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: -.1rem;
    margin-bottom: 2.0rem;
    margin-top: 0;
}
td:last-child, th:last-child {
    padding-right: 0;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    unicode-bidi: isolate;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
table {
    border-spacing: 0;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4;
}

td, th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding-right: 0.5rem;
    text-align: left;
}
blockquote {
    border-left: 0.3rem solid var(--secondary);
    margin: 1.5rem 0;
    color: #444;
    background: #f9f9f9;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.4;
}
fieldset, input, select, textarea {
    margin-bottom: 1.5rem;
}
textarea {
    min-height: 6.5rem;
}
select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
td{
    font-weight: 400;
}
.message {
    font-size: 0.6em;
}

.button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
