.node.css1 > .wrapper1 {
    background-color: rgb(242, 242, 242)
}

.node.css1 {
    color: #333
}

.node.css1 > .padding_top {
    padding-top: 10px
}

.node.css1 > .padding_bottom {
    padding-bottom: 0px
}

.node.css1 a {
    color: rgb(230, 25, 25)
}

.node.css2 {
    color: #333;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 30px
}

.node.css2 > .wrapper1 {
    box-shadow: 0px 7px 12px -1px rgba(0, 0, 0, 0.14)
}

.node.css2 a {
    color: rgb(230, 25, 25)
}

.node.css3 {
    color: #333;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px
}

.node.css3 a {
    color: rgb(230, 25, 25)
}

.node.css4 img {
    width: calc(0.27 * var(--width))
}

.node.css4 .bgnormal {
    text-align: center
}

.node.css5 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css5 a {
    color: rgb(230, 25, 25)
}

.node.css6 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css6 a {
    color: rgb(230, 25, 25)
}

.btn.css7 {
    text-align: center
}

.btn.css7 {
    background-color: rgba(25, 194, 132, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(25, 194, 132);
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    color: rgb(0, 0, 0) !important;
}

.btn.css7:hover, .btn.css7.hover {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(22, 175, 119);
    color: rgb(25, 194, 132) !important;
}

.btn.css7:active, .btn.css7.active {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(18, 140, 95);
    color: rgb(25, 194, 132) !important;
}

.btn.css7:before {
}

.btn.css7:active:before, .btn.css7.active:before {
    background-color: rgba(22, 175, 119, 0);
}

.btn.css8 {
    text-align: center
}

.btn.css8 {
    background-color: rgba(25, 194, 132, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(20, 155, 106);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    color: rgb(25, 194, 132) !important;
}

.btn.css8:hover, .btn.css8.hover {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(16, 124, 84);
    color: rgb(20, 155, 106) !important;
}

.btn.css8:active, .btn.css8.active {
    background-color: rgba(20, 157, 107, 0);
    border-color: rgb(18, 140, 95);
    color: rgb(0, 0, 0) !important;
}

.btn.css8:before {
}

.btn.css8:active:before, .btn.css8.active:before {
    background-color: rgba(20, 157, 107, 0);
}

.btn.css9 {
    text-align: center
}

.btn.css9 {
    background-color: rgb(25, 194, 132);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(20, 155, 106);
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(229, 252, 243) !important;
}

.btn.css9:hover, .btn.css9.hover {
    background-color: rgb(22, 175, 119);
    border-color: rgb(16, 124, 84);
    color: rgb(229, 252, 243) !important;
}

.btn.css9:active, .btn.css9.active {
    background-color: rgb(22, 175, 119);
    border-color: rgb(18, 140, 95);
    color: rgb(255, 255, 255) !important;
}

.btn.css9:before {
}

.btn.css9:active:before, .btn.css9.active:before {
    background-color: rgb(22, 175, 119);
}

.modal.css10 .modal-dialog {
    width: 574px
}

.metahtml.css11 .modal1-root {
    border-radius: 10px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: scale(1.1);
    transition: 300ms all ease-in;
}

.metahtml.css11 .modal1-root.is-active {
    opacity: 1;
    transform: scale(1);
}

.metahtml.css11 .modal1-root.is-hiding {
    opacity: 0;
    transform: scale(0.9);
}

.metahtml.css11 .modal1-panel {
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(250, 250, 250);
}

.metahtml.css11 .modal1-divider {
    margin-top: 10px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.metahtml.css11 .modal1-close {
    cursor: pointer;
    background-color: white;
    border: 2px solid black;
    border-radius: 100px;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    top: -10px;
    right: -10px;
    transition: transform 200ms;
}

.metahtml.css11 .modal1-close-h,
.metahtml.css11 .modal1-close-v {
    background-color: black;
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.metahtml.css11 .modal1-close-h {
    transform: translate(-50%, -50%) rotate(135deg);
}

.metahtml.css11 .modal1-close-v {
    transform: translate(-50%, -50%) rotate(45deg);
}

.metahtml.css11 .modal1-close:hover {
    transform: scale(1.1);
}

.metahtml.css12 .form1-cover {
    padding: 20px 15px;
    background-color: transparent;
    border-color: rgb(25, 194, 132);
    border-style: none;
    border-width: 3px;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.node.css13 {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css13 a {
    color: rgb(230, 25, 25)
}

.textable.css14 {
    text-align: center;
    font-family: "Nunito Black";
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    opacity: 1
}

.node.css15 .padding {
    height: 20px
}

.node.css16 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.node.css16 a {
    color: rgb(230, 25, 25)
}

.metahtml.css17 [cr-field] {
    padding-bottom: 14px;
    font-size: 14px;
    font-family: Open Sans;
}

.metahtml.css17 .name {
    font-weight: normal;
    font-family: Open Sans;
    opacity: 0.8;
    margin-bottom: 6.5px;
    font-size: 13px;
    word-wrap: break-word;
    text-transform: uppercase;;
    letter-spacing: 0.1em;;
}

.metahtml.css17 .form-control {
    height: auto;
    line-height: 1.2;
    box-shadow: none;
    position: relative;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(25, 194, 132);
    border-radius: 5px;
    padding: 12px 9.6px;
    font-size: 14px;
    cursor: initial;
}

.metahtml.css17 .form-control:focus,
.metahtml.css17 .form-control:focus-within {
    border-color: rgb(25, 194, 132);
    background-color: rgb(252, 252, 252);
}

.metahtml.css17 .form-control + .form-control {
    margin-top: 10px;
}

.metahtml.css17 label {
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.metahtml.css17 textarea {
    resize: vertical;
}

.metahtml.css17 .checkbox {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 5.5px 0 0;
    line-height: 0;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 2px;
}

.metahtml.css17 .checkbox svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css17 input:hover ~ .checkbox,
.metahtml.css17 input:focus ~ .checkbox {
    border-color: rgb(126, 238, 197);
}

.metahtml.css17 input:checked ~ .checkbox {
    border-color: rgb(22, 175, 119);
    background-color: rgb(25, 194, 132);
}

.metahtml.css17 input:active ~ .checkbox {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css17 input:checked ~ .checkbox svg {
    opacity: 1;
    transform: scale(1);
}

.metahtml.css17 .radio {
    margin: 0;
    margin: 0 5.5px 0 0;
    padding: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 100px;
}

.metahtml.css17 .radio:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css17 input:hover ~ .radio,
.metahtml.css17 input:focus ~ .radio {
    border-color: rgb(126, 238, 197);
}

.metahtml.css17 input:active ~ .radio {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css17 input:checked ~ .radio {
    border-color: rgb(22, 175, 119);
    background-color: rgb(25, 194, 132);
}

.metahtml.css17 input:checked ~ .radio:before {
    opacity: 1;
    transform: scale(0.5);
}

.metahtml.css17 [cr-field="checkbox-list"] span {
    vertical-align: middle;
}

.metahtml.css17 [cr-field="checkbox-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css17 [cr-field="checkbox-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css17 [cr-field="checkbox-visual"] {
    overflow: hidden;
}

.metahtml.css17 [cr-field="checkbox-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css17 [cr-field="checkbox-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css17 [cr-field="checkbox-visual"] label {
    position: relative;
}

.metahtml.css17 [cr-field="checkbox-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css17 [cr-field="checkbox-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css17 [cr-field="checkbox-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 194, 132, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css17 [cr-field="checkbox-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css17 [cr-field="checkbox-visual"] .subname {
    margin: 7px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css17 [cr-field="checkbox-visual"] input:hover ~ .bgimage .tick,
.metahtml.css17 [cr-field="checkbox-visual"] input:focus ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css17 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick,
.metahtml.css17 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css17 [cr-field="checkbox-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css17 [cr-field="checkbox-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css17 [cr-field="checkbox-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css17 [cr-field="checkbox-input"] span {
    vertical-align: middle;
}

.metahtml.css17 [cr-field="checkbox-input"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css17 [cr-field="radio-list"] span {
    vertical-align: middle;
}

.metahtml.css17 [cr-field="radio-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css17 [cr-field="radio-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css17 [cr-field="radio-visual"] {
    overflow: hidden;
}

.metahtml.css17 [cr-field="radio-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css17 [cr-field="radio-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css17 [cr-field="radio-visual"] label {
    position: relative;
}

.metahtml.css17 [cr-field="radio-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css17 [cr-field="radio-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css17 [cr-field="radio-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 194, 132, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css17 [cr-field="radio-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css17 [cr-field="radio-visual"] .subname {
    margin: 7px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css17 [cr-field="radio-visual"] input:hover ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css17 [cr-field="radio-visual"] input:checked ~ .bgimage .tick,
.metahtml.css17 [cr-field="radio-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css17 [cr-field="radio-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css17 [cr-field="radio-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css17 [cr-field="radio-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css17 [cr-field="select-menu"] select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    color: black;
    -webkit-appearance: none;
}

.metahtml.css17 [cr-field="select-menu"] .fa {
    font-size: 20px;
    line-height: 0;
    opacity: 0.5;
    vertical-align: middle;
}

.metahtml.css17 [cr-field="select-menu"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css17 [cr-field="select-menu"] .flexgrid .left {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css17 [cr-field="file"] svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-bottom: -5px;
}

.metahtml.css17 [cr-field="file"] span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.metahtml.css17 [cr-field="file"] input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.metahtml.css17 [cr-field="file"] .clean {
    float: right;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.metahtml.css17 [cr-field="file"] .clean:hover {
    opacity: 1;
}

.metahtml.css17 [cr-field="file"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css17 [cr-field="file"] .flexgrid .center {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-sides {
    display: flex;
    align-items: center;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-sides .left .name {
    margin-bottom: 0;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-center .left {
    text-align: center;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-right .left {
    text-align: right;
}

.metahtml.css17 [cr-field="result"] .flexgrid .right {
    flex-grow: 1;
    min-width: 25%;
    word-wrap: break-word;
    text-align: right;
    font-size: 120%;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-left .right {
    text-align: left;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-center .right {
    text-align: center;
}

.metahtml.css17 [cr-field="result"] .flexgrid.align-right .right {
    text-align: right;
}

.metahtml.css17 [cr-field="privacy-button"] .open {
    text-align: center;
    opacity: 0.5;
    font-size: 80%;
    cursor: pointer;
}

.metahtml.css17 [cr-field="privacy-button"] .open a {
    color: inherit;
    text-decoration: none;
}

.metahtml.css17 [cr-field="privacy-checkbox"] {
    font-size: 80%;
}

.metahtml.css17 [cr-field="privacy-checkbox"] span {
    vertical-align: middle;
}

.metahtml.css17 [cr-field="privacy-checkbox"] a {
    vertical-align: middle;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css17 [cr-field="privacy-checkbox"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css17 [cr-field="privacy-text"] {
    font-size: 80%;
    text-align: center;
}

.metahtml.css17 [cr-field="privacy-text"] a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css17 [cr-field="hidden"] {
    opacity: 0.25;
}

.metahtml.css18 [cr-field] {
    padding-bottom: 14px;
    font-size: 14px;
    font-family: Open Sans;
}

.metahtml.css18 .name {
    font-weight: normal;
    font-family: Open Sans;
    opacity: 0.8;
    margin-bottom: 6.5px;
    font-size: 13px;
    word-wrap: break-word;
    text-transform: uppercase;;
    letter-spacing: 0.1em;;
}

.metahtml.css18 .form-control {
    height: auto;
    line-height: 1.2;
    box-shadow: none;
    position: relative;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(25, 194, 132);
    border-radius: 5px;
    padding: 12px 9.6px;
    font-size: 14px;
    cursor: initial;
}

.metahtml.css18 .form-control:focus,
.metahtml.css18 .form-control:focus-within {
    border-color: rgb(25, 194, 132);
    background-color: rgb(252, 252, 252);
}

.metahtml.css18 .form-control + .form-control {
    margin-top: 10px;
}

.metahtml.css18 label {
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.metahtml.css18 textarea {
    resize: vertical;
}

.metahtml.css18 .checkbox {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 5.5px 0 0;
    line-height: 0;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 2px;
}

.metahtml.css18 .checkbox svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css18 input:hover ~ .checkbox,
.metahtml.css18 input:focus ~ .checkbox {
    border-color: rgb(126, 238, 197);
}

.metahtml.css18 input:checked ~ .checkbox {
    border-color: rgb(22, 175, 119);
    background-color: rgb(25, 194, 132);
}

.metahtml.css18 input:active ~ .checkbox {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css18 input:checked ~ .checkbox svg {
    opacity: 1;
    transform: scale(1);
}

.metahtml.css18 .radio {
    margin: 0;
    margin: 0 5.5px 0 0;
    padding: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 100px;
}

.metahtml.css18 .radio:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css18 input:hover ~ .radio,
.metahtml.css18 input:focus ~ .radio {
    border-color: rgb(126, 238, 197);
}

.metahtml.css18 input:active ~ .radio {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css18 input:checked ~ .radio {
    border-color: rgb(22, 175, 119);
    background-color: rgb(25, 194, 132);
}

.metahtml.css18 input:checked ~ .radio:before {
    opacity: 1;
    transform: scale(0.5);
}

.metahtml.css18 [cr-field="checkbox-list"] span {
    vertical-align: middle;
}

.metahtml.css18 [cr-field="checkbox-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css18 [cr-field="checkbox-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css18 [cr-field="checkbox-visual"] {
    overflow: hidden;
}

.metahtml.css18 [cr-field="checkbox-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css18 [cr-field="checkbox-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css18 [cr-field="checkbox-visual"] label {
    position: relative;
}

.metahtml.css18 [cr-field="checkbox-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css18 [cr-field="checkbox-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css18 [cr-field="checkbox-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 194, 132, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css18 [cr-field="checkbox-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css18 [cr-field="checkbox-visual"] .subname {
    margin: 7px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css18 [cr-field="checkbox-visual"] input:hover ~ .bgimage .tick,
.metahtml.css18 [cr-field="checkbox-visual"] input:focus ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css18 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick,
.metahtml.css18 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css18 [cr-field="checkbox-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css18 [cr-field="checkbox-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css18 [cr-field="checkbox-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css18 [cr-field="checkbox-input"] span {
    vertical-align: middle;
}

.metahtml.css18 [cr-field="checkbox-input"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css18 [cr-field="radio-list"] span {
    vertical-align: middle;
}

.metahtml.css18 [cr-field="radio-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css18 [cr-field="radio-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css18 [cr-field="radio-visual"] {
    overflow: hidden;
}

.metahtml.css18 [cr-field="radio-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css18 [cr-field="radio-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css18 [cr-field="radio-visual"] label {
    position: relative;
}

.metahtml.css18 [cr-field="radio-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css18 [cr-field="radio-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css18 [cr-field="radio-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 194, 132, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css18 [cr-field="radio-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css18 [cr-field="radio-visual"] .subname {
    margin: 7px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css18 [cr-field="radio-visual"] input:hover ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css18 [cr-field="radio-visual"] input:checked ~ .bgimage .tick,
.metahtml.css18 [cr-field="radio-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css18 [cr-field="radio-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css18 [cr-field="radio-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css18 [cr-field="radio-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css18 [cr-field="select-menu"] select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    color: black;
    -webkit-appearance: none;
}

.metahtml.css18 [cr-field="select-menu"] .fa {
    font-size: 20px;
    line-height: 0;
    opacity: 0.5;
    vertical-align: middle;
}

.metahtml.css18 [cr-field="select-menu"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css18 [cr-field="select-menu"] .flexgrid .left {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css18 [cr-field="file"] svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-bottom: -5px;
}

.metahtml.css18 [cr-field="file"] span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.metahtml.css18 [cr-field="file"] input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.metahtml.css18 [cr-field="file"] .clean {
    float: right;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.metahtml.css18 [cr-field="file"] .clean:hover {
    opacity: 1;
}

.metahtml.css18 [cr-field="file"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css18 [cr-field="file"] .flexgrid .center {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-sides {
    display: flex;
    align-items: center;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-sides .left .name {
    margin-bottom: 0;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-center .left {
    text-align: center;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-right .left {
    text-align: right;
}

.metahtml.css18 [cr-field="result"] .flexgrid .right {
    flex-grow: 1;
    min-width: 25%;
    word-wrap: break-word;
    text-align: right;
    font-size: 100%;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-left .right {
    text-align: left;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-center .right {
    text-align: center;
}

.metahtml.css18 [cr-field="result"] .flexgrid.align-right .right {
    text-align: right;
}

.metahtml.css18 [cr-field="privacy-button"] .open {
    text-align: center;
    opacity: 0.5;
    font-size: 80%;
    cursor: pointer;
}

.metahtml.css18 [cr-field="privacy-button"] .open a {
    color: inherit;
    text-decoration: none;
}

.metahtml.css18 [cr-field="privacy-checkbox"] {
    font-size: 80%;
}

.metahtml.css18 [cr-field="privacy-checkbox"] span {
    vertical-align: middle;
}

.metahtml.css18 [cr-field="privacy-checkbox"] a {
    vertical-align: middle;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css18 [cr-field="privacy-checkbox"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css18 [cr-field="privacy-text"] {
    font-size: 80%;
    text-align: center;
}

.metahtml.css18 [cr-field="privacy-text"] a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css18 [cr-field="hidden"] {
    opacity: 0.25;
}

.node.css19 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.node.css19 a {
    color: rgb(230, 25, 25)
}

.btn.css20 {
    text-align: center
}

.btn.css20 {
    background-color: rgb(30, 35, 34);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(24, 28, 27);
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.btn.css20:hover, .btn.css20.hover {
    background-color: rgb(27, 32, 30);
    border-color: rgb(19, 23, 21);
    color: rgb(255, 255, 255) !important;
}

.btn.css20:active, .btn.css20.active {
    background-color: rgb(25, 29, 27);
    border-color: rgb(22, 25, 24);
    color: rgb(255, 255, 255) !important;
}

.btn.css20:before {
}

.btn.css20:active:before, .btn.css20.active:before {
    background-color: rgb(25, 29, 27);
}

.node.css21 > .wrapper1 {
    background-color: rgb(242, 242, 242)
}

.node.css21 {
    color: #333
}

.node.css21 > .padding_top {
    padding-top: 0px
}

.node.css21 > .padding_bottom {
    padding-bottom: 0px
}

.node.css21 a {
    color: rgb(230, 25, 25)
}

.node.css22 {
    color: #333;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px
}

.node.css22 > .wrapper1 {
    box-shadow: 0px 7px 12px -1px rgba(0, 0, 0, 0.14)
}

.node.css22 a {
    color: rgb(230, 25, 25)
}

.node.css23 {
    color: #333;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css23 a {
    color: rgb(230, 25, 25)
}

.textable.css24 {
    text-align: left;
    font-family: "Nunito Black";
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0em;
    color: rgb(255, 155, 0);
    opacity: 1
}

.btn.css25 {
    text-align: center
}

.btn.css25 {
    background-color: rgba(25, 194, 132, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(25, 194, 132);
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    color: rgb(0, 0, 0) !important;
}

.btn.css25:hover, .btn.css25.hover {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(22, 175, 119);
    color: rgb(25, 194, 132) !important;
}

.btn.css25:active, .btn.css25.active {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(18, 140, 95);
    color: rgb(25, 194, 132) !important;
}

.btn.css25:before {
}

.btn.css25:active:before, .btn.css25.active:before {
    background-color: rgba(22, 175, 119, 0);
}

.btn.css26 {
    text-align: center
}

.btn.css26 {
    background-color: rgb(25, 194, 132);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(20, 155, 106);
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(229, 252, 243) !important;
}

.btn.css26:hover, .btn.css26.hover {
    background-color: rgb(22, 175, 119);
    border-color: rgb(16, 124, 84);
    color: rgb(229, 252, 243) !important;
}

.btn.css26:active, .btn.css26.active {
    background-color: rgb(22, 175, 119);
    border-color: rgb(18, 140, 95);
    color: rgb(255, 255, 255) !important;
}

.btn.css26:before {
}

.btn.css26:active:before, .btn.css26.active:before {
    background-color: rgb(22, 175, 119);
}

.metahtml.css27 .hamburger1 {
    position: relative;
}

.metahtml.css27 .hamburger1-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.metahtml.css27 .hamburger1-altmenu {
    flex-grow: 1;
    order: 1;
}

.metahtml.css27 .hamburger1-toggle {
    width: 34px;
    height: 20.4px;
    flex: 0 0 34px;
    margin: 5px;
    cursor: pointer;
    margin-top: 0;
    order: 2;
    position: relative;
}

.metahtml.css27 .hamburger1-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: rgb(25, 194, 132);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.metahtml.css27 .hamburger1-toggle span:nth-child(1) {
    top: 0px;
}

.metahtml.css27 .hamburger1-toggle span:nth-child(2),
.metahtml.css27 .hamburger1-toggle span:nth-child(3) {
    top: 10px;
}

.metahtml.css27 .hamburger1-toggle span:nth-child(4) {
    top: 20px;
}

.metahtml.css27 .hamburger1-toggle.is-expanded span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
    opacity: 0;
}

.metahtml.css27 .hamburger1-toggle.is-expanded span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metahtml.css27 .hamburger1-toggle.is-expanded span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.metahtml.css27 .hamburger1-toggle.is-expanded span:nth-child(4) {
    top: 10.2px;
    width: 0%;
    left: 50%;
    opacity: 0;
}

.textable.css28 {
    text-align: left;
    font-family: "Nunito Black";
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0em;
    color: rgb(255, 155, 0);
    opacity: 1
}

.screen-xs .textable.css28 {
    font-size: 26px !important;
    color: rgb(255, 155, 0) !important;
    opacity: 1 !important
}

.node.css29 > .wrapper1 {
    background-color: rgb(242, 242, 242)
}

.node.css29 {
    color: #333
}

.node.css29 > .padding_top {
    padding-top: 10px
}

.node.css29 > .padding_bottom {
    padding-bottom: 10px
}

.node.css29 a {
    color: rgb(230, 25, 25)
}

.node.css30 .bgimage {
    height: 130px;
    background-position: left
}

.node.css30 img.selectable {
    max-height: 130px
}

.node.css30 .proportions {
    width: calc(var(--width) / var(--height) * 130);
    padding-top: 130px
}

.node.css31 > .wrapper1 {
    background-color: rgb(236, 236, 236)
}

.node.css31 {
    color: #333
}

.node.css31 > .padding_top {
    padding-top: 120px
}

.node.css31 > .padding_bottom {
    padding-bottom: 119px
}

.node.css31 a {
    color: rgb(230, 25, 25)
}

.node.css32 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 120px;
    padding-right: 120px
}

.screen-xs .node.css32 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.node.css32 a {
    color: rgb(230, 25, 25)
}

.textable.css33 {
    text-align: center;
    font-family: "Nunito Black";
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0em;
    opacity: 1
}

.screen-xs .textable.css33 {
    text-align: center !important;
    font-size: 23px !important
}

.textable.css34 {
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 1
}

.node.css35 .padding {
    height: 64px
}

.textable.css36 {
    text-align: left;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 1
}

.node.css37 .padding {
    height: 80px
}

.btn.css38 {
    text-align: center
}

.btn.css38 {
    background-color: rgb(25, 194, 132);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(20, 155, 106);
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(229, 252, 243) !important;
}

.btn.css38:hover, .btn.css38.hover {
    background-color: rgb(22, 175, 119);
    border-color: rgb(16, 124, 84);
    color: rgb(229, 252, 243) !important;
}

.btn.css38:active, .btn.css38.active {
    background-color: rgb(22, 175, 119);
    border-color: rgb(18, 140, 95);
    color: rgb(255, 255, 255) !important;
}

.btn.css38:before {
}

.btn.css38:active:before, .btn.css38.active:before {
    background-color: rgb(22, 175, 119);
}

.area.screen-xs .btn.css38 {
    font-size: 12px;
}

.node.css39 > .wrapper1 {
    background-color: rgb(242, 242, 242)
}

.node.css39 {
    color: #333
}

.node.css39 > .padding_top {
    padding-top: 96px
}

.node.css39 > .padding_bottom {
    padding-bottom: 96px
}

.node.css39 a {
    color: rgb(255, 155, 0)
}

.node.css40 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px
}

.node.css40 a {
    color: rgb(255, 155, 0)
}

.node.css41 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css41 a {
    color: rgb(255, 155, 0)
}

.node.css42 .bgimage {
    height: 275px;
    background-position: center
}

.node.css42 img.selectable {
    max-height: 275px
}

.node.css42 .proportions {
    width: calc(var(--width) / var(--height) * 275);
    padding-top: 275px
}

.screen-xs .node.css42 .bgimage {
    height: 180px !important
}

.screen-xs .node.css42 img.selectable {
    max-height: 180px !important
}

.screen-xs .node.css42 .proportions {
    width: calc(var(--width) / var(--height) * 180) !important;
    padding-top: 180px !important
}

.node.css43 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css43 a {
    color: rgb(255, 155, 0)
}

.textable.css44 {
    text-align: left;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 1
}

.screen-xs .textable.css44 {
    text-align: center !important
}

.node.css45 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px
}

.node.css45 a {
    color: rgb(255, 155, 0)
}

.btn.css46 {
    text-align: center
}

.btn.css46 {
    background-color: rgba(25, 194, 132, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(20, 155, 106);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    text-decoration: underline;
    color: rgb(25, 194, 132) !important;
}

.btn.css46:hover, .btn.css46.hover {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(16, 124, 84);
    color: rgb(30, 35, 34) !important;
}

.btn.css46:active, .btn.css46.active {
    background-color: rgba(20, 157, 107, 0);
    border-color: rgb(18, 140, 95);
    color: rgb(0, 0, 0) !important;
}

.btn.css46:before {
}

.btn.css46:active:before, .btn.css46.active:before {
    background-color: rgba(20, 157, 107, 0);
}

.area.screen-xs .btn.css46 {
    font-size: 20px;
}

.textable.css47 {
    text-align: left;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 1
}

.screen-xs .textable.css47 {
    text-align: center !important;
    font-size: 16px !important
}

.node.css48 {
    color: #333;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px
}

.node.css48 a {
    color: rgb(255, 155, 0)
}

.metahtml.css49 .form1-cover {
    padding: 20px 15px;
    background-color: transparent;
    border-color: rgb(25, 194, 132);
    border-style: none;
    border-width: 2px;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.node.css50 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.node.css50 a {
    color: rgb(255, 155, 0)
}

.metahtml.css51 [cr-field] {
    padding-bottom: 6px;
    font-size: 18px;
    font-family: Montserrat Bold;
}

.metahtml.css51 .name {
    transition: 300ms all;
    color: rgb(51, 51, 51);
    font-size: 12px;
    word-wrap: break-word;
    padding-bottom: 4px;
}

.metahtml.css51 .is-text .name {
    position: absolute;
    line-height: 1.2;
    font-size: 18px;
}

.metahtml.css51 .is-text:focus-within .name,
.metahtml.css51 .is-text.is-filled .name {
    transform: translateY(-100%);
    font-size: 12px;
}

.metahtml.css51 .form-control {
    height: auto;
    line-height: 1.2;
    box-shadow: none;
    position: relative;
    color: rgb(51, 51, 51);
    border: 0 solid rgba(30, 35, 34, 0.5);
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 0 0 8px 0;
    font-size: 18px;
    cursor: initial;
    background-color: transparent;
}

.metahtml.css51 .is-text .form-control {
    margin-top: 26px;
}

.metahtml.css51 .form-control:focus,
.metahtml.css51 .form-control:focus-within {
    border-color: rgb(242, 253, 249);
}

.metahtml.css51 .form-control + .form-control {
    margin-top: 10px;
}

.metahtml.css51 label {
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.metahtml.css51 textarea {
    resize: vertical;
}

.metahtml.css51 .checkbox {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 5.5px 0 0;
    line-height: 0;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 2px;
}

.metahtml.css51 .checkbox svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css51 input:hover ~ .checkbox,
.metahtml.css51 input:focus ~ .checkbox {
    border-color: rgb(249, 254, 252);
}

.metahtml.css51 input:checked ~ .checkbox {
    border-color: rgb(198, 248, 230);
    background-color: rgb(242, 253, 249);
}

.metahtml.css51 input:active ~ .checkbox {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css51 input:checked ~ .checkbox svg {
    opacity: 1;
    transform: scale(1);
}

.metahtml.css51 .radio {
    margin: 0;
    margin: 0 5.5px 0 0;
    padding: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 100px;
}

.metahtml.css51 .radio:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css51 input:hover ~ .radio,
.metahtml.css51 input:focus ~ .radio {
    border-color: rgb(249, 254, 252);
}

.metahtml.css51 input:active ~ .radio {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css51 input:checked ~ .radio {
    border-color: rgb(198, 248, 230);
    background-color: rgb(242, 253, 249);
}

.metahtml.css51 input:checked ~ .radio:before {
    opacity: 1;
    transform: scale(0.5);
}

.metahtml.css51 [cr-field="checkbox-list"] span {
    vertical-align: middle;
}

.metahtml.css51 [cr-field="checkbox-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css51 [cr-field="checkbox-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css51 [cr-field="checkbox-visual"] {
    overflow: hidden;
}

.metahtml.css51 [cr-field="checkbox-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css51 [cr-field="checkbox-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css51 [cr-field="checkbox-visual"] label {
    position: relative;
}

.metahtml.css51 [cr-field="checkbox-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css51 [cr-field="checkbox-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css51 [cr-field="checkbox-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 253, 249, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css51 [cr-field="checkbox-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css51 [cr-field="checkbox-visual"] .subname {
    margin: 9px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css51 [cr-field="checkbox-visual"] input:hover ~ .bgimage .tick,
.metahtml.css51 [cr-field="checkbox-visual"] input:focus ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css51 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick,
.metahtml.css51 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css51 [cr-field="checkbox-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css51 [cr-field="checkbox-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css51 [cr-field="checkbox-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css51 [cr-field="checkbox-input"] span {
    vertical-align: middle;
}

.metahtml.css51 [cr-field="checkbox-input"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css51 [cr-field="radio-list"] span {
    vertical-align: middle;
}

.metahtml.css51 [cr-field="radio-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css51 [cr-field="radio-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css51 [cr-field="radio-visual"] {
    overflow: hidden;
}

.metahtml.css51 [cr-field="radio-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css51 [cr-field="radio-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css51 [cr-field="radio-visual"] label {
    position: relative;
}

.metahtml.css51 [cr-field="radio-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css51 [cr-field="radio-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css51 [cr-field="radio-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 253, 249, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css51 [cr-field="radio-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css51 [cr-field="radio-visual"] .subname {
    margin: 9px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css51 [cr-field="radio-visual"] input:hover ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css51 [cr-field="radio-visual"] input:checked ~ .bgimage .tick,
.metahtml.css51 [cr-field="radio-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css51 [cr-field="radio-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css51 [cr-field="radio-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css51 [cr-field="radio-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css51 [cr-field="select-menu"] select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    color: black;
    -webkit-appearance: none;
}

.metahtml.css51 [cr-field="select-menu"] .fa {
    font-size: 20px;
    line-height: 0;
    opacity: 0.5;
    vertical-align: middle;
}

.metahtml.css51 [cr-field="select-menu"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css51 [cr-field="select-menu"] .flexgrid .left {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css51 [cr-field="file"] svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-bottom: -5px;
}

.metahtml.css51 [cr-field="file"] span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.metahtml.css51 [cr-field="file"] input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.metahtml.css51 [cr-field="file"] .clean {
    float: right;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.metahtml.css51 [cr-field="file"] .clean:hover {
    opacity: 1;
}

.metahtml.css51 [cr-field="file"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css51 [cr-field="file"] .flexgrid .center {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-sides {
    display: flex;
    align-items: center;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-sides .left .name {
    margin-bottom: 0;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-center .left {
    text-align: center;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-right .left {
    text-align: right;
}

.metahtml.css51 [cr-field="result"] .flexgrid .right {
    flex-grow: 1;
    min-width: 25%;
    word-wrap: break-word;
    text-align: right;
    font-size: 120%;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-left .right {
    text-align: left;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-center .right {
    text-align: center;
}

.metahtml.css51 [cr-field="result"] .flexgrid.align-right .right {
    text-align: right;
}

.metahtml.css51 [cr-field="privacy-button"] .open {
    text-align: center;
    opacity: 0.5;
    font-size: 80%;
    cursor: pointer;
}

.metahtml.css51 [cr-field="privacy-button"] .open a {
    color: inherit;
    text-decoration: none;
}

.metahtml.css51 [cr-field="privacy-checkbox"] {
    font-size: 80%;
}

.metahtml.css51 [cr-field="privacy-checkbox"] span {
    vertical-align: middle;
}

.metahtml.css51 [cr-field="privacy-checkbox"] a {
    vertical-align: middle;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css51 [cr-field="privacy-checkbox"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css51 [cr-field="privacy-text"] {
    font-size: 80%;
    text-align: center;
}

.metahtml.css51 [cr-field="privacy-text"] a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css51 [cr-field="hidden"] {
    opacity: 0.25;
}

.metahtml.css52 [cr-field] {
    padding-bottom: 6px;
    font-size: 18px;
    font-family: Montserrat Bold;
}

.metahtml.css52 .name {
    transition: 300ms all;
    color: rgb(51, 51, 51);
    font-size: 12px;
    word-wrap: break-word;
    padding-bottom: 4px;
}

.metahtml.css52 .is-text .name {
    position: absolute;
    line-height: 1.2;
    font-size: 18px;
}

.metahtml.css52 .is-text:focus-within .name,
.metahtml.css52 .is-text.is-filled .name {
    transform: translateY(-100%);
    font-size: 12px;
}

.metahtml.css52 .form-control {
    height: auto;
    line-height: 1.2;
    box-shadow: none;
    position: relative;
    color: rgb(51, 51, 51);
    border: 0 solid rgba(30, 35, 34, 0.5);
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 0 0 8px 0;
    font-size: 18px;
    cursor: initial;
    background-color: transparent;
}

.metahtml.css52 .is-text .form-control {
    margin-top: 26px;
}

.metahtml.css52 .form-control:focus,
.metahtml.css52 .form-control:focus-within {
    border-color: rgb(242, 253, 249);
}

.metahtml.css52 .form-control + .form-control {
    margin-top: 10px;
}

.metahtml.css52 label {
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.metahtml.css52 textarea {
    resize: vertical;
}

.metahtml.css52 .checkbox {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 5.5px 0 0;
    line-height: 0;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 2px;
}

.metahtml.css52 .checkbox svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css52 input:hover ~ .checkbox,
.metahtml.css52 input:focus ~ .checkbox {
    border-color: rgb(249, 254, 252);
}

.metahtml.css52 input:checked ~ .checkbox {
    border-color: rgb(198, 248, 230);
    background-color: rgb(242, 253, 249);
}

.metahtml.css52 input:active ~ .checkbox {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css52 input:checked ~ .checkbox svg {
    opacity: 1;
    transform: scale(1);
}

.metahtml.css52 .radio {
    margin: 0;
    margin: 0 5.5px 0 0;
    padding: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 300ms all;
    border-radius: 100px;
}

.metahtml.css52 .radio:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.metahtml.css52 input:hover ~ .radio,
.metahtml.css52 input:focus ~ .radio {
    border-color: rgb(249, 254, 252);
}

.metahtml.css52 input:active ~ .radio {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.metahtml.css52 input:checked ~ .radio {
    border-color: rgb(198, 248, 230);
    background-color: rgb(242, 253, 249);
}

.metahtml.css52 input:checked ~ .radio:before {
    opacity: 1;
    transform: scale(0.5);
}

.metahtml.css52 [cr-field="checkbox-list"] span {
    vertical-align: middle;
}

.metahtml.css52 [cr-field="checkbox-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css52 [cr-field="checkbox-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css52 [cr-field="checkbox-visual"] {
    overflow: hidden;
}

.metahtml.css52 [cr-field="checkbox-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css52 [cr-field="checkbox-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css52 [cr-field="checkbox-visual"] label {
    position: relative;
}

.metahtml.css52 [cr-field="checkbox-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css52 [cr-field="checkbox-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css52 [cr-field="checkbox-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 253, 249, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css52 [cr-field="checkbox-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css52 [cr-field="checkbox-visual"] .subname {
    margin: 9px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css52 [cr-field="checkbox-visual"] input:hover ~ .bgimage .tick,
.metahtml.css52 [cr-field="checkbox-visual"] input:focus ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css52 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick,
.metahtml.css52 [cr-field="checkbox-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css52 [cr-field="checkbox-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css52 [cr-field="checkbox-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css52 [cr-field="checkbox-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css52 [cr-field="checkbox-input"] span {
    vertical-align: middle;
}

.metahtml.css52 [cr-field="checkbox-input"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css52 [cr-field="radio-list"] span {
    vertical-align: middle;
}

.metahtml.css52 [cr-field="radio-list"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css52 [cr-field="radio-list"] label + label {
    margin-top: 7.333333333333333px;
}

.metahtml.css52 [cr-field="radio-visual"] {
    overflow: hidden;
}

.metahtml.css52 [cr-field="radio-visual"] .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
}

.metahtml.css52 [cr-field="radio-visual"] .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    width: 30%;
}

.metahtml.css52 [cr-field="radio-visual"] label {
    position: relative;
}

.metahtml.css52 [cr-field="radio-visual"] .bgimage {
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.metahtml.css52 [cr-field="radio-visual"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.metahtml.css52 [cr-field="radio-visual"] .tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 253, 249, 0.75);
    transition: all 300ms;
    opacity: 0;
}

.metahtml.css52 [cr-field="radio-visual"] .tick svg {
    opacity: 0;
    transition: all 300ms;
    max-width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metahtml.css52 [cr-field="radio-visual"] .subname {
    margin: 9px 0;
    word-wrap: break-word;
    white-space: normal;
}

.metahtml.css52 [cr-field="radio-visual"] input:hover ~ .bgimage .tick {
    opacity: 0.5;
}

.metahtml.css52 [cr-field="radio-visual"] input:checked ~ .bgimage .tick,
.metahtml.css52 [cr-field="radio-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}

.screen-xs .metahtml.css52 [cr-field="radio-visual"] .item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
}

.screen-xs .metahtml.css52 [cr-field="radio-visual"] .bgimage {
    width: 25%;
    padding-top: 25%;
    vertical-align: middle;
}

.screen-xs .metahtml.css52 [cr-field="radio-visual"] .subname {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    margin-left: -4px;
}

.metahtml.css52 [cr-field="select-menu"] select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    color: black;
    -webkit-appearance: none;
}

.metahtml.css52 [cr-field="select-menu"] .fa {
    font-size: 20px;
    line-height: 0;
    opacity: 0.5;
    vertical-align: middle;
}

.metahtml.css52 [cr-field="select-menu"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css52 [cr-field="select-menu"] .flexgrid .left {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css52 [cr-field="file"] svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-bottom: -5px;
}

.metahtml.css52 [cr-field="file"] span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.metahtml.css52 [cr-field="file"] input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.metahtml.css52 [cr-field="file"] .clean {
    float: right;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.metahtml.css52 [cr-field="file"] .clean:hover {
    opacity: 1;
}

.metahtml.css52 [cr-field="file"] .flexgrid {
    display: flex;
    align-items: center;
}

.metahtml.css52 [cr-field="file"] .flexgrid .center {
    flex-grow: 1;
    min-width: 50%;
    word-wrap: break-word;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-sides {
    display: flex;
    align-items: center;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-sides .left .name {
    margin-bottom: 0;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-center .left {
    text-align: center;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-right .left {
    text-align: right;
}

.metahtml.css52 [cr-field="result"] .flexgrid .right {
    flex-grow: 1;
    min-width: 25%;
    word-wrap: break-word;
    text-align: right;
    font-size: 100%;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-left .right {
    text-align: left;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-center .right {
    text-align: center;
}

.metahtml.css52 [cr-field="result"] .flexgrid.align-right .right {
    text-align: right;
}

.metahtml.css52 [cr-field="privacy-button"] .open {
    text-align: center;
    opacity: 0.5;
    font-size: 80%;
    cursor: pointer;
}

.metahtml.css52 [cr-field="privacy-button"] .open a {
    color: inherit;
    text-decoration: none;
}

.metahtml.css52 [cr-field="privacy-checkbox"] {
    font-size: 80%;
}

.metahtml.css52 [cr-field="privacy-checkbox"] span {
    vertical-align: middle;
}

.metahtml.css52 [cr-field="privacy-checkbox"] a {
    vertical-align: middle;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css52 [cr-field="privacy-checkbox"] input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.metahtml.css52 [cr-field="privacy-text"] {
    font-size: 80%;
    text-align: center;
}

.metahtml.css52 [cr-field="privacy-text"] a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.metahtml.css52 [cr-field="hidden"] {
    opacity: 0.25;
}

.node.css53 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.node.css53 a {
    color: rgb(255, 155, 0)
}

.btn.css54 {
    text-align: center
}

.btn.css54 {
    background-color: rgb(30, 35, 34);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(24, 28, 27);
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
    box-shadow: 0px 5px 15px 0px rgba(30, 35, 34, 0.4);
}

.btn.css54:hover, .btn.css54.hover {
    background-color: rgb(51, 59, 56);
    border-color: rgb(19, 23, 21);
    color: rgb(255, 255, 255) !important;
}

.btn.css54:active, .btn.css54.active {
    background-color: rgb(46, 53, 51);
    border-color: rgb(41, 47, 45);
    color: rgb(255, 255, 255) !important;
    box-shadow: inset 0px 5px 15px 0px rgba(30, 35, 34, 0.4);
}

.btn.css54:before {
}

.btn.css54:active:before, .btn.css54.active:before {
    background-color: rgb(46, 53, 51);
    box-shadow: inset 0px 5px 15px 0px rgba(30, 35, 34, 0.4);
}

.area.screen-xs .btn.css54 {
    font-size: 12px;
}

.node.css55 > .wrapper1 {
    background-color: rgb(45, 45, 45)
}

.node.css55 {
    color: #FFF
}

.node.css55 > .padding_top {
    padding-top: 0px
}

.node.css55 > .padding_bottom {
    padding-bottom: 0px
}

.node.css55 a {
    color: rgb(255, 155, 0)
}

.node.css56 {
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.node.css56 a {
    color: rgb(255, 155, 0)
}

.textable.css57 {
    text-align: left;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0em;
    opacity: 0.51
}

.screen-xs .textable.css57 {
    text-align: center !important
}

.btn.css58 {
    text-align: center
}

.btn.css58 {
    background-color: rgba(25, 194, 132, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(20, 155, 106);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: rgb(154, 154, 154) !important;
}

.btn.css58:hover, .btn.css58.hover {
    background-color: rgba(22, 175, 119, 0);
    border-color: rgb(16, 124, 84);
    color: rgb(123, 123, 123) !important;
}

.btn.css58:active, .btn.css58.active {
    background-color: rgba(20, 157, 107, 0);
    border-color: rgb(18, 140, 95);
    color: rgb(255, 255, 255) !important;
}

.btn.css58:before {
}

.btn.css58:active:before, .btn.css58.active:before {
    background-color: rgba(20, 157, 107, 0);
}

.area.screen-lg {
    min-width: 1200px;
}

.area.screen-lg .container {
    width: 1140px;
}

.area.screen-lg .container.soft {
    max-width: 1140px;
}

.area.screen-md {
    min-width: 960px;
}

.area.screen-md .container {
    width: 940px;
}

.area.screen-md .container.soft {
    max-width: 940px;
}

.area.screen-sm {
    min-width: 720px;
}

.area.screen-sm .container {
    width: 720px;
}

.area.screen-sm .container.soft {
    max-width: 720px;
}

.area.screen-xs .container {
    max-width: 737px;
    padding: 0 15px;
}
