.tags{border-color:var(--article-tags-border-color);border-style:solid;border-width:1px 0;display:flex;flex-flow:row wrap;list-style:none;margin:var(--default-article-unit-margin);padding:10px 0 5px;}.tags:empty{display:none;}.tags li{font-size:var(--article-tags-font-size);margin:0 25px 5px 0;}.tags li a{color:var(--article-tags-link-color);font-weight:var(--article-tags-font-weight);text-transform:var(--article-tags-text-transform);}
.button{border-radius:2px;background-color:#ccc;padding:4px 7px;font-size:14px;display:inline-block;}.button.is-social{color:#fff;}.button.is-facebook{background-color:#3B5997;}.button.is-twitter{background-color:#55ACEF;}.button.is-linkedin{background-color:#0074B1;}.button.is-pinterest{background-color:#BE091C;}
.social{display:flex;flex-direction:row;}.social .button{margin-right:5px;}
.subtitle{font-weight:bold;font-size:16px;}
.article{display:flex;flex-flow:column;margin-top:15px;}.article .columns{margin-top:15px;}.article header{margin:var(--default-article-unit-margin);}.article header .meta{display:flex;flex-direction:row;flex-wrap:wrap;}.article header .meta .author{margin:10px 10px 10px 0;}.article header .meta .date{margin:10px 10px 10px 0;}.article header .community{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.article.is-full .category{color:var(--article-header-category-color);}.article.is-full .category a{color:var(--article-header-category-color);font-family:var(--article-header-category-font-family);font-size:var(--article-header-category-text-size);font-weight:var(--article-header-category-font-weight);}.article.is-full .title{color:var(--article-header-title-text-color);font-family:var(--article-header-title-font-family);font-size:var(--article-header-title-text-size);font-weight:var(--article-header-title-font-weight);line-height:var(--article-header-title-line-height);}.article.is-full .subtitle{color:var(--article-header-subtitle-text-color);font-family:var(--article-header-subtitle-font-family);font-size:var(--article-header-subtitle-text-size);font-weight:var(--article-header-subtitle-font-weight);line-height:var(--article-header-subtitle-line-height);}.article.is-full .meta .author{color:inherit;font-size:var(--article-header-meta-font-size);opacity:var(--article-header-meta-opacity);}.article.is-full .meta .author span{color:inherit;}.article.is-full .meta .date{color:inherit;font-size:var(--article-header-meta-font-size);opacity:var(--article-header-meta-opacity);}
.content :is(h1,h2,h3,h4,h5){color:var(--article-heading-text-color);font-family:var(--article-heading-font-family);margin:var(--default-article-unit-margin);scroll-margin-top:var(--article-scroll-margin);}.content :is(h1,h2,h3,h4,h5) a{text-decoration-thickness:var(--article-heading-link-underline-thickness);}.content :is(h1,h2,h3,h4,h5) ~ .subtitle{margin-top:calc(var(--default-article-unit-margin) * -1 - 10px);}.content h1{margin-top:var(--article-heading-margin-top-h1);font-size:var(--article-heading-font-size-h1);}.content h2{margin-top:var(--article-heading-margin-top-h2);font-size:var(--article-heading-font-size-h2);}.content h3{margin-top:var(--article-heading-margin-top-h3);font-size:var(--article-heading-font-size-h3);}.content h4{margin-top:var(--article-heading-margin-top-h4);font-size:var(--article-heading-font-size-h4);}.content h5{margin-top:var(--article-heading-margin-top-h4);font-size:var(--article-heading-font-size-h5);}.content :is(p,ol,ul,th,td),.content > :is(div,span){color:var(--article-paragraph-text-color);font-family:var(--article-paragraph-font-family);}.content p{margin:var(--default-article-unit-margin);}.content > :is(div,span){display:block;margin:var(--default-article-unit-margin);}.content ol{list-style-type:decimal;}.content ul{list-style-type:disc;}.content :is(ol,ul){margin:var(--default-article-unit-margin);padding:0;}.content :is(ol,ul) :is(ol,ul){margin:10px 0;}.content li{margin:0 0 10px 20px;}.content li p,.content li figure{margin:0 0 10px;}.content a{color:var(--article-link-color);text-decoration-color:var(--article-link-underline-color);text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:var(--article-link-underline-thickness);}.content a:is(:hover,:active){color:var(--article-link-color--hover);}.content hr{background-color:var(--hr-background-color);border:none;display:block;height:var(--hr-thickness);margin:var(--hr-margin);}
.content figure{margin:0 auto 25px;}.content figure.image{width:auto;}.content figure.is-left img,.content figure.is-right img{margin-bottom:var(--default-article-unit-bottom-margin);max-width:calc(50vw - 12.5px);}@media screen and (min-width:769px){.content figure.is-left img,.content figure.is-right img{max-width:calc(50% - 12.5px);}}@media screen and (min-width:481px){.content figure.is-left.is-one-third img,.content figure.is-right.is-one-third img{max-width:calc(100vw / 3 - 12.5px);}}@media screen and (min-width:769px){.content figure.is-left.is-one-third img,.content figure.is-right.is-one-third img{max-width:calc(100% / 3 - 12.5px);}}@media screen and (min-width:481px){.content figure.is-left.is-two-thirds img,.content figure.is-right.is-two-thirds img{max-width:calc(100vw / 3 * 2 - 12.5px);}}@media screen and (min-width:769px){.content figure.is-left.is-two-thirds img,.content figure.is-right.is-two-thirds img{max-width:calc(100% / 3 * 2 - 12.5px);}}.content figure.is-left img{float:left;margin-left:-15px;margin-right:25px;}@media screen and (min-width:769px){.content figure.is-left img{margin-left:0;}}.content figure.is-right img{float:right;margin-left:25px;margin-right:-15px;}@media screen and (min-width:769px){.content figure.is-right img{margin-right:0;}}.content .media-meta{display:block;font-family:var(--media-meta-font-family);font-size:var(--media-meta-font-size);margin:0;}.content .image .media-meta,.content .is-video .media-meta{text-align:left;}.content .is-video .media-meta{margin:0;}.content cite,.content figcaption{display:block;}.content cite a,.content figcaption a{text-decoration:none;}.content cite a:is(:hover,:active),.content figcaption a:is(:hover,:active){color:inherit;text-decoration-color:var(--article-link-underline-color);text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:var(--article-link-underline-thickness);}.content cite{font-style:var(--media-source-font-style);opacity:var(--media-source-opacity);}.content figcaption{font-style:var(--media-caption-font-style);opacity:var(--media-caption-opacity);}
.content :is(.is-cta,.cta){background-color:var(--button-background-color);border:none;border-radius:var(--button-border-radius);color:var(--button-font-color);cursor:pointer;text-decoration:none;display:inline-block;font-size:var(--link-cta-text-size);font-weight:var(--link-cta-text-weight);padding:var(--link-cta-padding);position:relative;z-index:1;}.content :is(.is-cta,.cta):is(:active,:hover){background:var(--button-background-color--hover);color:var(--button-font-color--hover);text-decoration:none;}.content :is(.is-cta,.cta) br{display:none;}
.content .no-bullets{list-style:none;margin-left:0;padding-left:0;}.content ol li::marker{font-family:var(--article-list-numerals-font-family);font-weight:var(--article-list-numerals-font-weight);}.content ol li:first-child:nth-last-of-type(n+10),.content ol li:first-child:nth-last-of-type(n+10) ~ li{margin-left:30px;}.content ol li:first-child:nth-last-of-type(n+100),.content ol li:first-child:nth-last-of-type(n+100) ~ li{margin-left:40px;}.content ol li:first-child:nth-last-of-type(n+1000),.content ol li:first-child:nth-last-of-type(n+1000) ~ li{margin-left:50px;}.content .pros-cons{column-gap:25px;columns:var(--pros-cons-list-column-width);}.content .pros-cons-section{break-inside:avoid;}.content .pros-cons-heading{font-size:var(--pros-cons-list-heading-font-size);margin:0 0 25px;}.content .pros-cons-list li{padding-left:5px;}.content .pros-cons-list li::marker{font-family:var(--pros-cons-list-bullet-icon-font-family);font-size:var(--pros-cons-list-icon-font-size);font-weight:var(--pros-cons-list-icon-font-weight);}.content .pros-cons-list.is-pros li::marker{color:var(--pros-cons-list-pro-bullet-color);content:var(--pros-cons-list-pro-bullet-icon);}.content .pros-cons-list.is-cons li::marker{color:var(--pros-cons-list-con-bullet-color);content:var(--pros-cons-list-con-bullet-icon);}.content .columns-2,.content .columns-3,.content .columns-4{column-gap:25px;}.content .columns-2 li,.content .columns-3 li,.content .columns-4 li{break-inside:avoid-column;}.content .columns-2{columns:250px;}.content .columns-3{columns:200px;}.content .columns-4{columns:150px;}
blockquote{background:var(--blockquote-background-color);border-color:var(--blockquote-border-color);border-style:solid;border-width:0 0 0 5px;margin:var(--default-article-unit-margin);padding:0 0 0 25px;}blockquote p{font-style:italic;}blockquote p:last-child{margin-bottom:0;}blockquote p em{font-style:normal;}blockquote.is-pull{border-color:var(--pullquote-border-color);display:table;}blockquote.is-pull p{color:var(--pullquote-text-color);font-family:var(--pullquote-font-family);font-size:var(--pullquote-font-size);font-style:normal;line-height:var(--pullquote-line-height);}@media screen and (min-width:601px) and (max-width:768px),screen and (min-width:1024px){body.page-template-standard blockquote.is-left,body.page-template-standard blockquote.is-right{max-width:calc(50% - 12.5px);min-width:300px;}body.page-template-standard blockquote.is-left{float:left;margin-right:25px;}body.page-template-standard blockquote.is-right{border-width:0 5px 0 0;float:right;margin-left:25px;padding:0 25px 0 0;}body.page-template-standard blockquote.is-right p{text-align:right;}}@media screen and (min-width:601px){body:not(.page-template-standard) blockquote.is-left,body:not(.page-template-standard) blockquote.is-right{max-width:calc(50% - 12.5px);min-width:300px;}body:not(.page-template-standard) blockquote.is-left{float:left;margin-right:25px;}body:not(.page-template-standard) blockquote.is-right{border-width:0 5px 0 0;float:right;margin-left:25px;padding:0 25px 0 0;}body:not(.page-template-standard) blockquote.is-right p{text-align:right;}}@media screen and (min-width:769px) and (max-width:1280px){.column:not(:only-child) .article-nav-menu ~ blockquote.is-left,.column:not(:only-child) .article-nav-menu ~ blockquote.is-right{display:block;float:none;margin-right:0px;max-width:100%;}}@media screen and (min-width:1025px){blockquote.is-left + *,blockquote.is-left + * + *,blockquote.is-right + *,blockquote.is-right + * + *{display:table;}}
.content table{border:0;border-collapse:collapse;border-spacing:0;display:grid;margin:0 auto 25px;width:fit-content;}.content table colgroup,.content table thead,.content table tbody,.content table tr{display:contents !important;}.content table :is(th,td){border-color:var(--table-border-color);border-style:solid;padding:var(--table-cell-padding);line-height:var(--table-line-height);text-align:left;}.content table :is(th,td):nth-child(1){padding-left:0;padding-right:calc(var(--table-cell-padding) * 2);}.content table :is(th,td):nth-child(2){padding-left:0;}.content table :is(th,td):last-child{padding-right:0;}.content table :is(th,td):nth-child(1){grid-column:1;}.content table :is(th,td):nth-child(2){grid-column:2;}.content table :is(th,td):nth-child(3){grid-column:3;}.content table :is(th,td):nth-child(4){grid-column:4;}.content table :is(th,td):nth-child(5){grid-column:5;}.content table :is(th,td):nth-child(6){grid-column:6;}.content table :is(th,td):nth-child(7){grid-column:7;}.content table :is(th,td):nth-child(8){grid-column:8;}.content table :is(th,td):nth-child(9){grid-column:9;}.content table :is(th,td):nth-child(10){grid-column:10;}.content table th,.content table :not(thead) + tbody tr:first-child td,.content table tbody:first-child tr:first-child td{align-items:flex-end;border-width:0 0 2px 0;background:var(--table-header-background-color);color:var(--table-text-color);display:flex;font-weight:var(--table-weight--heavy);position:sticky;top:calc(0px + var(--admin-toolbar-top-offset));}@media screen and (max-width:600px),screen and (min-width:769px) and (max-width:1024px){body.page-template-standard .content table th:nth-child(1):nth-last-child(n+4),body.page-template-standard
  .content table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+4),body.page-template-standard
  .content table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+4){display:none;}}@media screen and (max-width:600px){body:not(.page-template-standard) .content table th:nth-child(1):nth-last-child(n+4),body:not(.page-template-standard)
  .content table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+4),body:not(.page-template-standard)
  .content table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+4){display:none;}}@media screen and (max-width:1024px){.content table th:nth-child(1):nth-last-child(n+5),.content table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+5),.content table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+5){display:none;}}@media screen and (max-width:600px),screen and (min-width:769px) and (max-width:1280px){.content .article-nav-menu ~ table th:nth-child(1):nth-last-child(n+4),.content .article-nav-menu ~ table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+4),.content .article-nav-menu ~ table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+4){display:none;}}@media screen and (max-width:600px){.content .article-nav-menu ~ table th:nth-child(1):nth-last-child(n+4),.content .article-nav-menu ~ table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+4),.content .article-nav-menu ~ table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+4){display:none;}}@media screen and (max-width:1280px){.content .article-nav-menu ~ table th:nth-child(1):nth-last-child(n+5),.content .article-nav-menu ~ table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+5),.content .article-nav-menu ~ table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+5){display:none;}}.content table th:nth-child(1):nth-last-child(n+6),.content table :not(thead) + tbody tr:first-child td:nth-child(1):nth-last-child(n+6),.content table tbody:first-child tr:first-child td:nth-child(1):nth-last-child(n+6){display:none;}.content table td{border-color:var(--table-border-color);border-style:solid;border-width:0 0 1px 0;color:var(--table-text-color);}.content table td:nth-child(1){font-weight:var(--table-weight--heavy);}@media screen and (max-width:600px),screen and (min-width:769px) and (max-width:1024px){body.page-template-standard .content table td:nth-child(1):nth-last-child(n+4){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}body.page-template-standard .content table td:nth-child(1):nth-last-child(n+4) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}}@media screen and (max-width:600px){body:not(.page-template-standard) .content table td:nth-child(1):nth-last-child(n+4){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}body:not(.page-template-standard) .content table td:nth-child(1):nth-last-child(n+4) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}}@media screen and (max-width:1024px){.content table td:nth-child(1):nth-last-child(n+5){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}.content table td:nth-child(1):nth-last-child(n+5) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}}@media screen and (max-width:1280px){.content .article-nav-menu ~ table td:nth-child(1):nth-last-child(n+5){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}.content .article-nav-menu ~ table td:nth-child(1):nth-last-child(n+5) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}}@media screen and (max-width:600px),screen and (min-width:769px) and (max-width:1280px){.content .article-nav-menu ~ table td:nth-child(1):nth-last-child(n+4){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}.content .article-nav-menu ~ table td:nth-child(1):nth-last-child(n+4) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}}@media screen and (max-width:600px){.content .article-nav-menu ~ table td:nth-child(1):nth-last-child(n+4){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}.content .article-nav-menu ~ table td:nth-child(1):nth-last-child(n+4) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}}.content table td:nth-child(1):nth-last-child(n+6){font-size:var(--table-font-size--smaller);border-bottom:1px solid var(--table-border-color);grid-column:2/10;padding:var(--table-cell-padding) 0 0;}.content table td:nth-child(1):nth-last-child(n+6) ~ td{border:none;padding-top:calc(var(--table-cell-padding) / 2);}.content table tr:last-child td{border-bottom:0;}.content table.spec-table{grid-template-columns:minmax(120px,20%);}.content table.spec-table :is(td,th){font-size:var(--spec-table-font-size);}.content table.spec-table th{border-width:0 0 1px 0;}.content table.spec-table th:nth-child(1):nth-last-child(2),.content table.spec-table th:nth-child(1):nth-last-child(2) ~ th{display:none;}.content table.spec-table td,.column:first-child .content table.spec-table td:nth-child(1){border-style:var(--spec-table-td-border-style);}.content table.spec-list{display:block;margin:var(--default-article-unit-margin);}.content table.spec-list thead{display:none !important;}.content table.spec-list tr{display:block !important;}.content table.spec-list td{border:none;padding:0 0 3px;}.content table.spec-list td:nth-child(1):after{content:": ";white-space:pre;}
.content :is(aside,.aside,alert,.alert,update,.update,warning,.warning){background:var(--aside-background-color);border:1px solid var(--aside-border-color);border-radius:5px;display:block;margin:var(--default-article-unit-margin);padding:20px;position:relative;}.content :is(aside,.aside,alert,.alert,update,.update,warning,.warning) > :first-child{margin-top:0;}.content :is(aside,.aside,alert,.alert,update,.update,warning,.warning) > :last-child,.content :is(aside,.aside,alert,.alert,update,.update,warning,.warning) > :last-child li:last-child{margin-bottom:0;}.content :is(alert,.alert,update,.update,warning,.warning){padding-left:var(--message-left-padding);}.content :is(alert,.alert,update,.update,warning,.warning):before{display:block;font-family:var(--message-icon--font-family);font-size:var(--message-icon--font-size);left:calc(var(--message-left-padding) / 2);position:absolute;top:50%;transform:translate(-50%,-50%);}.content :is(alert,.alert){background:var(--alert-background-color);border-color:var(--alert-border-color);}.content :is(alert,.alert):before{content:var(--alert-icon);font-weight:var(--alert-icon--font-weight);}.content :is(alert,.alert) p,.content :is(alert,.alert):before{color:var(--alert-font-color);}.content :is(update,.update):before{content:var(--update-icon);font-weight:var(--update-icon--font-weight);}.content :is(update,.update) p,.content :is(update,.update):before{color:var(--update-font-color);}.content :is(warning,.warning){background:var(--warning-background-color);border-color:var(--warning-border-color);border-width:var(--warning-border-width);filter:drop-shadow(0px 2px 4px var(--warning-background-color));}.content :is(warning,.warning):before{content:var(--warning-icon);font-weight:var(--warning-icon--font-weight);}.content :is(warning,.warning) p,.content :is(warning,.warning):before{color:var(--warning-font-color);}
