@font-face {
  font-family: Knockout30;
  src: url(Knockout30.woff2);
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(Roboto-Bold.ttf);
}
p {
    font-family: "Roboto";
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

h1, h2 {
    font-family: "Knockout30", "Knockout28", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", Prompt, "Roboto Condensed", Roboto, sans-serif, "Microsoft JhengHei";
    font-weight: 400;
    letter-spacing: .05rem;
    margin: 1rem 0;
    color: black;
}
h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h3, h4 {
    font-family: "Knockout30", "Knockout28", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", Prompt, "Roboto Condensed", Roboto, sans-serif, "Microsoft JhengHei";
    font-weight: 400;
    letter-spacing: .05rem;
    margin: 1rem 0;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}

picture img {
    width: 100vw;
    max-width: 100%;
}
@media (min-width: 576px){.container {max-width: 540px !important;}}
@media (min-width: 768px){.container {max-width: 720px !important;}}
@media (min-width: 992px){.container {max-width: 1050px !important;}}
@media (min-width: 1200px){.container {max-width: 1200px !important;}}
.center {
    text-align: center;
}
.mb-32 {
    margin-bottom: 32px;
}
.specTableTitle h1 {
    font-family: Knockout30,Roboto,sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    font-size: 20px;
    color: #000;
    text-align: left !important;
}
.specTableTitle {
    border: 0 !important;
    padding: 0 !important;
}
.specTableBody{
    border-spacing: 0;
    border-collapse: collapse;
    width: 99%;
    max-width: 830px;
}
.specTableBody th {
    margin: auto 0;
    background: #f2f2f2;
    font-family: Roboto-Bold,sans-serif;
    font-weight: 700;
    font-size: 12px;
    vertical-align: middle;
    padding: 8px 16px;
    letter-spacing: -.2px;
    word-break: break-word;
    text-align: left;
    border: 1px solid #d9d9d9;
    width: 50%;
}
.specTableBody td {
    font-family: Roboto,sans-serif;
    font-weight: 200;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
    line-height: 1.6;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    width: 50%;
}
.specTableBody a {
    text-decoration: none;
    color: #106fad;
}
.sim {
    content: "";
    width: 100%;
    height: 11px;
    display: inline-block;
    background: url(https://avuke.com.br/garmin/assets/ok.svg) 0 4px no-repeat;
    background-position: 50%;
    margin-top: 5px;
}
.specFootnote {
    color: #555;
    font-size: 11px;
}