@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");

body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    overflow: hidden;
    overflow-y: auto;
    color: #2F2F2F;
    font-weight: 400;
    background: #F5F7FA;
    padding-top: 56px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #3C92D0;
}

a:hover {
    text-decoration: none;
}

.pad,
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.wrapper {
    max-width: 1260px;
    margin: 0px auto;
    padding: 0 30px;
}

header {
    background: #162879;
    padding: 12px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    white-space: nowrap;
}

header .wrapper>img {
    display: none;
}

header a {
    display: inline-block;
    vertical-align: top;
    width: 132px;
}

header a img {
    display: block;
    width: 100%;
}

header span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 24px;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-left: 1px solid #fff;
    line-height: 20px;
}

footer {
    position: relative;
    z-index: 11;
    background: #fff;
}

footer .wrapper {
    padding: 28px 30px;
}

footer .logo {
    float: left;
}

footer .logo img {
    display: block;
    height: 40px;
}

footer ul {
    float: right;
}

footer ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 27px;
    font-size: 13px;
    font-weight: normal;
    color: #9B9B9B;
}

footer ul li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

footer ul li a:link,
footer ul li a:visited {
    text-decoration: none;
    color: #9B9B9B;
}

footer ul li a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

footer ul li a img {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin: 10px 8px 0 0;
}

footer .copyright {
    padding: 12px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #27327b;
}

footer .link {
    background: #CACACA;
    padding: 17px 0;
    text-align: center;
}

footer .link a {
    display: inline-block;
    vertical-align: middle;
    color: #2F2F2F;
    font-size: 13px;
    padding: 0 13px 0 10px;
    line-height: 16px;
    text-decoration: none;
    border-right: 1px solid #2F2F2F;
}

footer .link a:last-of-type {
    border-right: 0;
}

footer .link a:hover {
    text-decoration: underline;
    color: #000;
}

.main {
    max-width: 1200px;
    padding: 64px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(22, 40, 121, 0.1);
    border-radius: 4px;
    margin: 40px auto;
}

.main h1 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 auto 16px auto;
}

.main h2 {
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 40px auto;
}

.main form.sm {
    max-width: 320px;
    margin: 0 auto;
}

.main form.sm fieldset {
    margin: 0 0 16px 0;
    padding: 0;
    border: 0;
}

.main form.sm fieldset center.flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.main form.sm fieldset center.flex select {
    width: 110px;
    margin-right: 10px;
    height: 44px;
    border: 1px solid #162879;
    border-radius: 4px;
}

.main form.sm fieldset center.flex select+input {
    max-width: 200px;
    width: calc(100% - 120px);
}

.main form.sm fieldset:last-of-type {
    margin-bottom: 0;
}

.main form.sm fieldset label:not(.error) {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

.main form.sm fieldset label.error {
    display: block;
    font-size: 14px;
    color: #F0506E;
    line-height: 20px;
    margin-top: 4px;
    padding-left: 20px;
    background: url("/cs/javax.faces.resource/assets/img/error.png.xhtml?ln=risk-layout") left center no-repeat;
    background-size: 16px 16px;
    text-align: left;
}

.main form.sm fieldset span.alert {
    display: block;
    font-size: 14px;
    color: #3C92D0;
    line-height: 20px;
    margin-top: 4px;
    padding-left: 20px;
    background: url("/cs/javax.faces.resource/assets/img/information.png.xhtml?ln=risk-layout") left center no-repeat;
    background-size: 16px 16px;
}

.main form.sm fieldset span.infoError {
    display: block;
    font-size: 14px;
    color: red;
    line-height: 20px;
    margin-top: 4px;
    padding-left: 20px;
    background: url("/cs/javax.faces.resource/assets/img/error.png.xhtml?ln=risk-layout") left center no-repeat;
    background-size: 16px 16px;
}

.main form.sm fieldset input {
    width: 320px;
    padding: 0 16px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #162879;
    border-radius: 4px;
    color: #2F2F2F;
    text-align: left;
}

.main form.sm fieldset input[type=tel] {
    padding-left: 50px;
}

.main form.sm fieldset input:focus {
    border: 1px solid #3C92D0;
    box-shadow: 0px 0px 8px rgba(60, 146, 208, 0.2);
}

.main form.sm fieldset input.error {
    border-color: #F0506E;
}

.main form.sm fieldset input.date {
    background: url("/cs/javax.faces.resource/assets/img/date.png.xhtml?ln=risk-layout") right 16px center no-repeat;
    background-size: 16px 16px;
    position: relative;
}

.main form.sm fieldset input.date::-webkit-inner-spin-button,
.main form.sm fieldset input.date::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main form.sm fieldset .inline {
    position: relative;
}

.main form.sm fieldset .inline a {
    position: absolute;
    right: 7px;
    top: 48px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #3C92D0;
    padding-left: 16px;
    background: url("/cs/javax.faces.resource/assets/img/change_img.png.xhtml?ln=risk-layout") left center no-repeat;
    background-size: 12px 12px;
}

.main form.sm fieldset .inline a:hover {
    text-decoration: none;
}

.main form.sm fieldset .inline input {
    width: 160px;
    margin-right: 16px;
}

.main form.sm fieldset .inline img {
    width: 144px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.main form button {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 48px;
    background: #3C92D0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 50px 12px 0 12px;
    border: 0;
    cursor: pointer;
}

.main form button:hover {
    background: #385ba1;
    border-color: #385ba1;
}

.main form center button.white {
    background: #fff;
    border: 1px solid #3C92D0;
    color: #3C92D0;
}

.main form center.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main form center.flex button {
    order: 2;
}

.main form center.flex button+button {
    order: 1;
}

.main form button.white:hover {
    background: rgba(60, 146, 208, 0.3);
}

.main form button:disabled {
    background: #CACACA;
    pointer-events: none;
}

.main form.sms {
    text-align: center;
    width: 256px;
    margin: 40px auto 0 auto;
}

.main form.sms>img {
    display: block;
    width: 100%;
}

.main form.sms>title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 8px auto;
}

.main form.sms>button {
    margin-top: 25px;
}

.main form.sms>div {
    display: flex;
}

.main form.sms>div input {
    width: 256px;
    height: 44px;
    text-align: center;
    border: 1px solid #162879;
    border-radius: 4px;
    margin-right: 8px;
}

.main form.sms>div input.error {
    border-color: #F0506E;
    background: rgba(240, 80, 110, 0.1);
}

/* Chrome, Safari, Edge, Opera */
.main form.sms>div input::-webkit-outer-spin-button,
.main form.sms>div input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.main form.sms>div input[type=number] {
    -moz-appearance: textfield;
}

.main form.sms>div input:last-of-type {
    margin-right: 0;
}

.main form.sms>.icon img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 4px 0 0;
    width: 16px;
}

.main form.sms>label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #F0506E;
    margin-top: 8px;
}

.main form.sms>i {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #162879;
    margin-top: 8px;
}

.main form.sms>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B;
    margin-top: 8px;
}

.main form.sms>span i {
    font-style: normal;
}

.main form.sms>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #3C92D0;
    margin-top: 8px;
    text-decoration: underline;
}

.main form.sms>a:hover {
    text-decoration: none;
}

.blocker {
    background: rgba(47, 47, 47, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocker .modal {
    width: calc(100vw - 50px);
    max-width: 650px;
    margin: 0px auto;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: none;
    padding: 30px 40px 25px 40px;
    font-size: 16px;
    line-height: 24px;
}

.blocker .modal>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocker .modal img {
    display: block;
    width: 40px;
    margin-right: 15px;
}

.blocker .modal a {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #3C92D0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 40px auto 0 auto;
    border: 0;
    text-decoration: none;
}

.blocker .modal a:hover {
    background: #385ba1;
}

.blocker .modal center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocker .modal center a {
    width: calc(50% - 12px);
    margin-left: 24px;
    order: 2;
}

.blocker .modal center a+a {
    margin-right: 0;
    order: 1;
}

.blocker .modal center a.white {
    background: #fff;
    border: 1px solid #3C92D0;
    color: #3C92D0;
}

.blocker .modal center a.white:hover {
    background: rgba(60, 146, 208, 0.3);
}

.blocker .close-modal {
    display: none !important;
}

.loading {
    width: 100vw;
    height: 100vh;
    background: rgba(47, 47, 47, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loading center {
    width: 208px;
    padding: 28px 40px 28px 0;
    text-align: right;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}

.loading center .load {
    position: absolute;
    left: 40px;
    top: 24px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 0.25rem solid rgba(60, 146, 208, 0.3);
    border-top-color: #3C92D0;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main .txt {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main .txt.result {
    max-height: calc(100vh - 260px);
}

.main .txt.fix {
    overflow: hidden !important;
}

.main .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 10px;
}

.main .txt::-webkit-scrollbar {
    width: 6px;
    background-color: black;
    border-radius: 10px;
}

.main .txt::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

.main .txt>title,
.main .txt>p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
}

.main .txt>b {
    display: block;
    margin: 8px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.main .info {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 8px 0;
}

.main .info span {
    display: inline-block;
    vertical-align: middle;
/*     padding-right: 13px; */
/*     margin-right: 10px; */
/*     border-right: 1px solid #9B9B9B; */
}

.main .info span:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}

.main .sticky {
    position: sticky;
    top: 40px;
    background: #fff;
    padding: 20px 0;
    z-index: 9;
    width: calc(100% + 128px);
    margin: 0 -64px;
}

.main .step {
    position: relative;
    margin: 25px auto 0 auto;
    padding-top: 20px;
    max-width: 685px;
}

.main .step:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 80px);
    height: 10px;
    background: rgba(60, 146, 208, 0.3);
    border-radius: 10px;
    top: 3px;
    margin: auto;
}

.main .step.step2:after {
    content: "";
    position: absolute;
    left: 40px;
    width: calc(50% - 40px);
    height: 10px;
    background: #162879;
    border-radius: 10px;
    top: 3px;
}

.main .step.step3:before {
    background: #162879;
}

.main .step span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #9B9B9B;
    position: relative;
    z-index: 1;
}

.main .step span:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #162879;
    opacity: 0.3;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.main .step span.active {
    font-weight: 500;
    color: #2F2F2F;
}

.main .step span.active:before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    opacity: 1;
    top: -20px;
}

.main .step span:nth-of-type(1) {
    float: left;
    z-index: 1;
}

.main .step span:nth-of-type(3) {
    float: right;
    z-index: 1;
}

.main .step span:nth-of-type(2) {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.main form.lg {
    max-width: 800px;
    margin: 0px auto;
}

.main form.lg fieldset {
    padding: 20px 0 0 0;
    border: 0;
    margin: 0;
}

.main form.lg fieldset .tooltips {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    height: 20px;
    overflow: hidden;
}

.main form.lg fieldset .tooltips:hover,
.main form.lg fieldset .tooltips.active {
    overflow: visible;
}

.main form.lg fieldset .tooltips a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #3C92D0;
    text-decoration: underline;
    padding-left: 20px;
    background: url("/cs/javax.faces.resource/assets/img/information.png.xhtml?ln=risk-layout") left center no-repeat;
    background-size: 16px 16px;
}

.main form.lg fieldset .tooltips a:hover {
    text-decoration: none;
}

.main form.lg fieldset .tooltips div {
    position: absolute;
    left: 0;
    top: 20px;
    background: url("/cs/javax.faces.resource/assets/img/tooltips.png.xhtml?ln=risk-layout") top no-repeat;
    background-size: 100% auto;
    border-radius: 0 0 3px 3px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 380px;
    z-index: 1;
    max-height: 0;
    opacity: 0;
}

.main form.lg fieldset .tooltips.active div {
    max-height: 200px;
    opacity: 1;
    padding: 24px 16px 16px 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.main form.lg fieldset .tooltips div>i,
.main form.lg fieldset .tooltips div p b,
.main form.lg fieldset .tooltips div p img {
    display: none;
}

.main form.lg fieldset>strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}

.main form.lg fieldset>strong i {
    position: absolute;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.main form.lg fieldset>small {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
    padding-left: 20px;
    padding-top: 5px;
}

.main form.lg fieldset>div {
    padding-left: 0;
}

.main form.lg fieldset>div label {
	display: inline;
    width: 100%;
    margin: 15px 15px 0 0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    padding-left: 15px;
    vertical-align: top;
    
}

.main form.lg fieldset>div label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.main form.lg fieldset>div.line label {
    float: left;
    width: 25%;
}

.main form.lg fieldset>div label input[type=radio]+i {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url("/cs/javax.faces.resource/assets/img/radio.png.xhtml?ln=risk-layout") no-repeat;
    background-size: 100% 100%;
}

.main form.lg fieldset>div label:hover input[type=radio]+i {
    background: url("/cs/javax.faces.resource/assets/img/radiohover.png.xhtml?ln=risk-layout") no-repeat;
    background-size: 100% 100%;
}

.main form.lg fieldset>div label input[type=radio]:checked+i {
    background: url("/cs/javax.faces.resource/assets/img/radioactive.png.xhtml?ln=risk-layout") no-repeat;
    background-size: 100% 100%;
}

.main form.lg fieldset>div label input[type=checkbox]+i {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url("/cs/javax.faces.resource/assets/img/checkbox.png.xhtml?ln=risk-layout") no-repeat;
    background-size: 100% 100%;
}

.main form.lg fieldset>div label:hover input[type=checkbox]+i {
    background: url("/cs/javax.faces.resource/assets/img/checkboxhover.png.xhtml?ln=risk-layout") no-repeat;
    background-size: 100% 100%;
}

.main form.lg fieldset>div label input[type=checkbox]:checked+i {
    background: url("/cs/javax.faces.resource/assets/img/checkboxactive.png.xhtml?ln=risk-layout") no-repeat;
    background-size: 100% 100%;
}

.main form.lg fieldset>div label p {
    display: flex;
}

.main form.lg fieldset>div label span {
    display: block;
    margin-right: 5px;
}

.main .end {
    padding-top: 24px;
    max-width: 640px;
    margin: 0px auto;
}

.main .end img {
    display: block;
    width: 128px;
    margin: 0 auto 16px auto;
}

.main .end title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
}

.main .end p {
    font-size: 16px;
    line-height: 24px;
}

.main .end hr {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    margin: 20px 0;
    background: #9B9B9B;
}

.main .end small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B;
    margin-bottom: 4px;
}

.main .end i {
    display: block;
    font-style: normal;
    background: url("/cs/javax.faces.resource/assets/img/error.png.xhtml?ln=risk-layout") left top 3px no-repeat;
    background-size: 16px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #F0506E;
    padding-left: 20px;
}

.main .table {
    width: 100%;
    margin: 40px auto 0 auto;
}

.main .table title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.main .table table {
    margin-top: 24px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 4px;
    border-left: 1px solid #162879;
}

.main .table table tr th {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    background: #162879;
    color: #fff;
    text-align: left;
    border: 1px solid #162879;
}

.main .table table tr th:first-of-type {
    border-radius: 4px 0 0 0;
}

.main .table table tr th:last-of-type {
    border-radius: 0 4px 0 0;
}

.main .table table tr:nth-of-type(even) td {
    background: #F5F7FA;
}

.main .table table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    width: 50%;
    border-bottom: 1px solid #162879;
    border-right: 1px solid #162879;
}

.main .table table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 4px;
}

.main .table table tr:last-of-type td:last-of-type {
    border-radius: 0 0 4px 0;
}

.iti__divider,
.iti__preferred {
    display: none !important;
}

@media screen and (max-width: 1270px) {
    .wrapper {
        padding: 0 16px;
        max-width: 1026px;
    }

    .main {
        max-width: 994px;
        margin: 40px auto;
    }

    footer .wrapper {
        padding: 28px 16px;
    }
}

@media screen and (max-width: 1026px) {

    .desktop,
    .mobile {
        display: none;
    }

    .pad {
        display: block;
    }

    footer .link {
        padding: 13px 100px;
    }

    .main {
        max-width: 100%;
        margin: 40px 16px;
    }

    .main form.lg fieldset .tooltips div {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: none;
        border-radius: 0;
        padding: 0;
        max-height: none;
        opacity: 0;
        z-index: 9999999;
        pointer-events: none;
    }

    .main form.lg fieldset .tooltips.active div {
        max-height: none;
        opacity: 1;
        padding: 0;
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main form.lg fieldset .tooltips div>i {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(47, 47, 47, 0.5);
    }

    .main form.lg fieldset .tooltips div>p {
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(33, 37, 41, 0.2);
        border-radius: 4px;
        padding: 24px;
        width: 85%;
        max-width: 440px;
        margin: 0 auto;
        z-index: 1;
        color: #2F2F2F;
        font-size: 16px;
        line-height: 24px;
        position: relative;
    }

    .main form.lg fieldset .tooltips div>p b {
        display: block;
        text-align: center;
        font-weight: 500;
        border-bottom: 1px solid #CACACA;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .main form.lg fieldset .tooltips div>p img {
        position: absolute;
        right: 24px;
        top: 24px;
        width: 24px;
        display: block;
    }
}

@media screen and (max-width: 599px) {

    .desktop,
    .pad {
        display: none;
    }

    .mobile {
        display: block;
    }

    header span {
        margin-left: 8px;
        padding-left: 8px;
        font-size: 16px;
    }

    footer .wrapper {
        padding: 30px 0 18px 0;
    }

    footer .logo {
        width: 100%;
    }

    footer .logo img {
        width: 183px;
        height: auto;
        margin: 0 auto 15px auto;
    }

    footer ul {
        width: 100%;
        text-align: center;
    }

    footer ul li {
        line-height: 20px;
        margin-left: 0;
    }

    footer ul li:nth-of-type(1) {
        margin-bottom: 24px;
        display: block;
    }

    footer ul li:nth-of-type(3) {
        margin-left: 27px;
    }

    footer ul li a img {
        margin: 0 8px 0 0;
    }

    footer .copyright {
        padding: 10px 35px;
    }

    footer .link {
        padding: 20px 20px 0 20px;
    }

    footer .link a {
        margin-bottom: 20px;
    }

    .main {
        padding: 32px 27px 64px 27px;
        box-shadow: none;
        border-radius: 0;
        margin: 0 auto;
    }

    .main h2 {
        max-width: 320px;
    }

    .main form button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .main form button+button {
        margin-top: 16px;
    }

    .main .sticky {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
    }

    .main .info {
        padding: 0;
    }

    .main .info span {
        display: block;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        line-height: 25px;
        text-align: left;
    }

    .main .step {
        position: sticky;
        top: 0;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        background: #fff;
        margin: 15px auto 0 auto;
        z-index: 9;
    }

    .main .step:before {
        width: 100%;
    }

    .main .step.step2:after {
        left: 0;
        width: 50%;
    }

    .main .step span:nth-of-type(1):before {
        right: auto;
        left: 5px;
    }

    .main .step span:nth-of-type(1).active:before {
        left: 0;
    }

    .main .step span:nth-of-type(3):before {
        left: auto;
        right: 5px;
    }

    .main .step span:nth-of-type(3).active:before {
        right: 0;
    }

    .main form.lg fieldset>div.line label {
        float: left;
        width: 100%;
        display: initial;
	    vertical-align: middle;
	    margin-top: 0;
    }

    .main form.lg fieldset .tooltips {
        margin-left: 20px;
        display: block;
    }

    .main form center.flex {
        display: block;
    }

    .blocker .modal center {
        display: block;
    }

    .blocker .modal center a {
        width: 100%;
        margin-left: 0;
    }

    .blocker .modal center a+a {
        margin-top: 16px;
    }

    .main .txt.result {
        max-height: calc(100vh - 150px);
    }
}

@media print {
    body.print {
        -webkit-print-color-adjust: exact;
        background: #fff;
        padding-bottom: 0;
    }

    body.print header {
        background: #fff;
        padding: 10px 0 0 0;
        margin: 0;
        box-shadow: none;
    }

    body.print header .wrapper>*,
    body.print header span,
    body.print footer,
    body.print .main .end img,
    body.print .main form,
    body.print .main h1 {
        display: none;
    }

    body.print header .wrapper>img {
        display: block;
        width: 100px;
        margin-left: -10px;
    }

    body.print .main {
        padding: 0;
        margin: -50px auto 0 auto;
        box-shadow: none;
    }

    body.print .main .table title {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 0;
    }

    body.print .main .table table {
        border-radius: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(47, 47, 47, 0.2);
        margin-top: 0;
    }

    body.print .main .table table tr th {
        font-size: 13px;
        line-height: 20px;
        padding: 5px 10px;
        border: 0;
        background: #EDEDED;
        color: #2F2F2F;
    }

    body.print .main .table table tr td {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(47, 47, 47, 0.2);
        background: #fff !important;
    }

    body.print .main .table>img {
        display: block !important;
        width: 90%;
        margin: 30px auto 0 auto;
    }

    body.print .main .end,
    body.print .main .table {
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }

    body.print .main .end {
        margin-top: 0;
    }

    body.print .main .table {
        margin-top: 20px;
    }

    body.print .main .end .color {
        padding: 5px 10px;
        background: #EDEDED;
        border-radius: 4px;
        margin: -20px auto -10px auto;
    }

    body.print .main .end .color title {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 0;
    }

    body.print .main .end .color p {
        font-size: 13px;
        line-height: 20px;
    }

    body.print .main .end>title {
        font-size: 13px;
        line-height: 30px;
        font-weight: 500;
        display: block !important;
        margin-top: -15px;
    }

    body.print .main .end>div {
        display: block !important;
    }

    body.print .main .end>div h1 {
        display: block !important;
        margin-bottom: 15px;
    }

    body.print .main .end>div small {
        font-size: 13px;
        line-height: 15px;
        color: #2F2F2F;
    }

    body.print .main .end>div small span {
        float: right;
    }

    body.print .main .txt {
        max-height: none !important;
    }
}