<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zmtoolkit-section {
    padding: 50px 0;
    background-color: #e0f2ff;
    text-align: center;
}
.zmtoolkit-section h1 {
    font-size: 32px;
margin: 0;
}
.zmtookitInfo{
    width: 90%;
    max-width: 1280px;
    padding: 40px 50px;
    margin: 0 auto;
}

.zmtoolkitIframe {
    width: 90%;
    max-width: 1280px;
    padding: 0 50px;
    margin: 50px auto 0;
}

.zmtoolkit-table {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  overflow: hidden;
     margin: 32px auto;
    max-width: 500px;
}
.zmtoolkit-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.zmtoolkit-table table tr th {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  font-size: 17px;
  font-family: var(--zf-primary-bold);
    background-color: #f2f2f2;
}
.zmtoolkit-table table tr th.bornone {
  border-left: none;
}
.zmtoolkit-table table tr td {
  padding: 8px 12px;
  word-break: break-word;
  font-size: 17px;
}
.zmtoolkit-table table tr td:not(:first-child) {
  border-left: 1px solid #b5b5b5;
}
.zmtoolkit-table table tr:not(:last-child) td {
  border-bottom: 1px solid #b5b5b5;
}
.zmtoolkitlist {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 24px
}
.zmtoolkitlist li {
margin-bottom: 8px
}
.zmtoolkitnumberlist {
    list-style: auto;
    margin-left: 40px;
    margin-bottom: 24px
}
.zmtoolkitnumberlist li {
margin-bottom: 8px
}
   
.faq-section {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.faq-title {
    font-size: 2.6rem;
    text-align: center;
    font-family: var(--zf-primary-bold);
}

.faq-list {
    display: flex;
    width: 90%;
    margin: 50px auto;
    flex-wrap: wrap
}

.faq {
    width: 41%;
    padding: 4%
}

.faq-question {
    font-size: 1.3rem;
    line-height: 1.6em;
    width: 88%;
    padding: 10px 0;
    font-weight: 600;
    margin: 0;
}

.faq-answer {
    width: 90%;
    font-size: 1.05rem;
    line-height: 2em
}

.faq-list li:nth-child(odd) {
    border-right: 1px solid #ddd
}

.faq-list li:not(:nth-child(n+11)) {
    border-bottom: 1px solid #ddd
}

.faq-list .faq {
    width: 50%;
}
.faq-answer ul{
    list-style: disc;
    margin-left: 30px;
}
.faq-answer ul li{
   border: none !important;
   padding: 8px 0;
   line-height: 1.4;
}
.zmtoolkitlist {
    list-style: none;
    margin-left: 40px;
}
.zmtoolkitinline{
    margin-bottom: 20px;
}
.zmtoolkitinline h3{
font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
    display: inline-block;
}
.zmtoolkitinline p{
    margin-bottom: 0;
    display: inline;
    padding-left: 4px;
}
.zmtookittext-algin-center{
text-align: center;
}
@media only screen and (max-width : 767px) {
.zmtoolkitIframe {
    width: 100%;
    padding: 0;
    margin: 0;
}
	.zmtoolkit-section {
    	padding: 30px 0;
	}
	.zmtookitInfo-img {
		width: 85%;
		padding: 35px 0 10px;
	}
	.zmtookitInfo {
		width: 85%;
		padding: 30px 0;
	}
	.faq-section h2 {
		font-size: 2rem;
	}
	.faq-list {
		flex-direction: column;
		width: 100%;
                margin-top: 20px;
	}
	.faq-list .faq {
		width: 100%;
	}
	.faq-list li{
		border-right: none !important;
	}
	.faq-question{
		width: 100%;
	}
	.faq-answer {
		width: 100%;
	}
}</pre></body></html>