<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
}

ol, ul {
	padding-left: 40px;
}

h2 { 
	margin-left: 11px; 
}

.h2white {
	color: white;
}

.indent {
	display: inline-block;
	width: 40px;
}

.table {
    display: table;
}

.td {
    display: table-cell;
}

.tr {
    display: table-row;
}

#item .seorulewrapper {
    user-select: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
}

#item .seohr {
	margin-top: 0px;
	margin-bottom: 5px;
    border-top-style: solid;
    border-top-width: 3px;
    width: 70%;
    text-align: left;
}

#item .seohrlightblue {
    border-top-color: #d4effa; 
}

#item .seohrblue {
    border-top-color: #003355;
}

#item .seohr1 {
    margin-left: 290px;
}

#item .seohr2 {
    margin-left: 225px;
}

#item .seohr3 {
    margin-left: 50px;
}

#item .seohr4 {
    margin-left: -15px;
}

#item .seoseo {
    display: inline-block;
    color: #d4effa;
    font-size: 80px;
    font-weight: bold;
    line-height: 85%;
    padding-left: 40px;
}

#item .seorule {
    display: inline-block;
    color: #003355;
    position: relative;
    left: -110px;
    font-size: 21px;
    font-weight: bold;
}

#item .seorulenr {
    display: inline-block;
    color: #003355;
    position: relative;
    left: -110px;
    font-size: 28px;
    font-weight: bold;
}

#item .seoruletitle {
    display: inline-block;
    color: #da8100;
    font-size: 24px;
    width: 60%;
    text-align: left;
    text-indent: -100px;
    margin-left: 30px;
}

#item .seoruletitle2 {
    display: inline-block;
    color: #da8100;
    font-size: 18px;
    width: 60%;
    text-align: left;
}

#item .seoruletitleauthor {
	text-align: right;
}

#item .seoruletitle:before {
    content: '';
    width: 200px;
    float: right;
    height: 10px;
}

#ghidtop {
    background-color: #F6F6F6; 
    margin-top: 10px;
}

#ghidtop .menuitem {
    margin-left: 15px;
    background-color: #ededed;
}

.newtextblockimage {
    display: block;
    margin: 30px auto;
}

.theader img {
    margin-top: 10px;
}

.ghidmenuwrapper {
    z-index: 100;
    top: -12px;
}

.ghidmenu {
	box-sizing: content-box;
    background-color: #f7921e;
    padding-left: 30px;
    padding-right: 30px;
    width: 1000px;
    position: relative;
    left: -30px;
}

.ghidmenutriangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    vertical-align: top;
    position: relative;
    top: 13px;
}

.ghidmenulefttriangle {
    border-width: 0 0 15px 30px;
    border-color: transparent transparent #da831c transparent;
    right: 30px;
}

.ghidmenurighttriangle {
    border-width: 15px 0 0 30px;
    border-color: transparent transparent transparent #da831c;
    float: right;
    left: 30px;
}

#keywords_wrapper {
	padding: 10px;
}

.yellowstrap {
	background: #f7da4f;
    font-size: calc(14px + 0.2vw);
    width: fit-content;
    margin-top: 15px;
    margin-bottom: 3px;
    padding: 0 5px;
}

#vstable td, #vstable th {
	border: none;
    padding: 5px;
}

#vstable tr:not(:first-child):nth-child(even) &gt; td:not(:first-child){
	background-color:#EEF5F9;
}

#vstable tr:not(:first-child):nth-child(odd) &gt; td:not(:first-child){
	background-color:white;
}

#vstable td:not(:first-child), #vstable th:not(:first-child){
	border-left:1px solid black;
}

#vstable td{
	border-top:1px solid black;
}

@media only screen and (min-width: 800px) {
.th1.floating {
	position: fixed;
	left: 0;
	z-index: 100;
}
}

.ghidmenu.floating {
    background-color: goldenrod;
    z-index: 100;
    position: fixed;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 3px 6px rgba(80, 80, 80, 0.3);
}

.ghidmenu.floating img {
    display: none;
}

.ghidmenu.floating .ghidmenuitem div {
    text-align: center;
}

.ghidmenu.floating .ghidmenuitem.current {
    background-color: darkgoldenrod;
    font-weight: bold;
}

.leftwhiteborder {
    border-left: 1px solid white;
}

.ghidmenuitem {
    padding-bottom: 20px;
    padding-top: 10px;
    width: 12.5%;
    display: inline-block;
    vertical-align: middle !important;
    box-sizing: border-box;
}

.ghidmenuitem.w11 {
	width: 11%;
}
.ghidmenuitemtitle {
    margin-top: 7px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.ghidmenuitem img {
    height: 50px;
    display: block;
    margin: auto;	
}

.labelitem {
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.labelitem div {
    margin-left: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.labelitem img {
    height: 50px;
    vertical-align: middle
}


.yellowlabel {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f7921e;
    padding-left: calc(50vw - 500px);
    position: relative;
    left: calc(470px - 50vw);
    display: inline-block;
}

.newtextblock p, .newtextblock h2, .newtextblock h3 {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.newtextblock &gt; .tcontent &gt; ul, .newtextblock &gt; .tcontent &gt; ol {
	padding-left: 90px;
	padding-right: 60px;
}

.newtextblock li {
	position: relative;
	left: 1em;
	padding-right: 1em !important;
}

.newtextblock p img {
	margin: 10px;
}

br {
    height: 30px;
}

.bluesquare{
	word-break: break-word;
    background-color: #b8ecfc;
    width: 49%;
    padding: 20px 30px;
    vertical-align: top;
}

.grayyellowsquare {
	margin: 30px 60px;
	border-left: 5px solid #fb9f5d;
	background-color: #dfe3e4;
	padding: 20px 30px;
	text-align: left;
}

.bluemobilesquare {
    background-color: #b8ecfc;
    width: calc(96% - 20px);
    margin: 30px 2%;
    padding: 10px 10px;
}

.bluemobilesquaretitle {
    text-align: center;
}

.bluesquare li {
    line-height: 150%;
    margin-top: 10px;
}

.bluesquare li:before {
    content: "-";
    margin-left: -20px;
    width: 20px;
    display: inline-block;	
}

.threebluesquares, .twobluesquares {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

.threebluesquares {
   border-collapse: collapse;
   color: #082f4e;
   margin-left: auto;
   margin-right: auto;
}

.threebluesquares ul {
	padding: 0;
}

.bluesquaretitle, .bluesquarecontent, .bluesquareline {
    background-color: #b8ecfc;
    width: 32%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}    

.bluesquaretitle {
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
}

.bluesquarecontent {
    padding-bottom: 20px;
    text-align: justify;
    vertical-align: top;
}

.bluesquareline {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bluesquareline div {
    width: 80%;
    background-color: white;
    height: 2px;
    margin: auto;
}

.bluesquaretitle2, .bluesquarecontent2, .bluesquareline2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.bluesquarecolumn2 {
	background-color: #b8ecfc;
	width: 32%;
	margin-bottom: 12px;
}

.bluesquaretitle2 {
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
}

.bluesquarecontent2 {
    padding-bottom: 20px;
    text-align: justify;
    vertical-align: top;
}

.bluesquareline2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bluesquareline2 div {
    width: 80%;
    background-color: white;
    height: 2px;
    margin: auto;
}

.bluesquare ul {
    overflow: visible;
}

.threebluemobilesquares {
    display: none;
    color: #082f4e
}

.bluemobilesquareline {
    width: 70%;
    height:2px;
    background-color: white;
    margin: 20px auto;
}

.bluetable {
	width: calc(100% - 120px);
	background-color: #f7d96b;
	margin-left: 60px;
	margin-right: 60px;
}

.bluetable td,th {
	padding: 8px;
	border: 2px solid white;
}

.bluetable tr:nth-child(even) td:nth-child(n+2) {
	background-color: #b8e1f9;
}

.bluetable tr:nth-child(odd) td:nth-child(n+2) {
	background-color: #f1efef;
}

.seorulesubstitute {
	display: none;
}

@media only screen and (max-width: 1060px) {
.ghidmenu {
    padding-left: calc(50vw - 500px);
    padding-right: calc(50vw - 500px);
    left: calc(500px - 50vw);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ghidmenutriangle {
    display: none;
}
}

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

.seorulesubstitute {
	display: inline-block;
	width: 60%;
}

.indent {
	width: 20px;
}
 
.bluesquare li {
	width: 90% !important;
}

.ttitle {
    box-sizing: content-box;
    position: static;
    width: auto;
    padding-left: 20px !important; 
}

.newtextblockimage {
    width: 100%;
}

.grayyellowsquare {
	margin: 30px 2% !important;
}

img {
	padding-left: 2%;
	padding-right: 2%;
}

.yellowlabel {
    margin-top: 10px;
    margin-bottom: 10px;
    left: -20px;
    padding-left: 20px;
    min-width: 50%;
}

.bluetable {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.labelitem div {
    vertical-align: middle;
    margin-top: 0;
    width: auto;
    padding-right: 10px;
}

.labelitem img {
    vertical-align: middle;
    height: 40px;
}

.ghidmenu {
    width: 100%;
}

#item .seoseo {
    padding-left: 20px;
}

#item .seoruletitle {
    display: block;
    text-indent: 0;
    width: 100% !important;
    text-align: right;
    text-indent: 0;
    margin-left: 0;
    font-size: 21px;
}

#item .seoruletitle2 {
    position: inherit !important;
    width: 100%;
}

#item .seoruletitle:before {
    display: none;
}

#item .seohr1 {
    margin-left: 30%;
}

#item .seohr2 {
    margin-left: 20%;
}

#item .seohr3 {
    margin-left: 10%;
}

#item .seohr4 {
    margin-left: 0;
}

#item .seorulewrapper {
    padding: 0;
}

}

@media only screen and (max-width: 900px) {
    
.bluesquaretitle, .bluesquarecontent, .bluesquareline {
    width: 33%;
}

.twobluesquares {
    padding-left: 0;
    padding-right: 0;
}

}

@media only screen and (max-width: 800px) {
.ghidmenuwrapper, .th img:not(.allowMobile) {
    display: none;
}
}

@media only screen and (max-width: 700px) {
	
.twobluesquares, .threebluesquares {
	width: 100%;
}
	
.threebluesquares .tr {
	display: block;
}	

.newtextblock &gt; .tcontent &gt; ul, .newtextblock &gt; .tcontent &gt; ol {
	padding-left: 10px;
	padding-right: 10px;
}
	
.bluesquare, .bluesquarecolumn2 {
    display: block;
    width: 100%;
    padding: 0;f
    border: none;
    padding-bottom: 1px;
    padding-top: 1px;
}

.bluesquaremiddle {
    display: none;
}

.threebluemobilesquares {
   display: block;
}

.bluesquaretitle {
    display: none;
}

.bluesquareline {
    display: none;
}

.bluesquaremobiletitle {
    display: block;
}

}</pre></body></html>