html{
  font-size: 62.5%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
  display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table{
  margin-top: 0;
  box-sizing: border-box;
}

ul{
  margin: 0;
  box-sizing: border-box;
}

nav{
  box-sizing: border-box;
}

/* body */

body{
  text-align: left;
  padding:0px;
  margin:0px;
  word-wrap: break-word;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
}

#content{
  position: relative;
}

/* Parts */

.sp-part-top{
  display: block;
  position: relative;
}

.sp-part-top::after{
  display: table;
  clear: both;
  content: "";
}

.sp-part-top.sp-flex::after{
  content: none;
}

/* copyright */

.hpb-copyright{
  display: block;
  text-align: center;
}

/* layout */

/*追加*/
#main{
   overflow: hidden;
   padding: 0;
   margin: 0 auto;
}

#main::after{
  clear: both;
  display: table;
  content: "";
}

/*追加*/
#colophon{
  padding: 0px;
  padding-top: 30px;
  width:100%;
  margin: 0 auto;
}
#sidebar1, #sidebar2{
  float: none;
  width: auto;
  padding: 0px;
  box-sizing:border-box;
}

/*---*/

#primary{
  margin-top:0;
}

#breadcrumb-list{
  clear: both;
}

.screen-reader-text{
  display:none;
}

/* table */
th{
  text-align: left;
}

table.sp-part-top{
  margin: 5px auto;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
table > tbody > tr > th, table > tbody > tr > td{
	padding: 5px 8px;
}

/* Yahoo!ロコ-地図, Googleマップ */

div[data-hpbmap]{
  word-wrap: normal;
  max-width: 100%;
}

div[data-hpbmap] img{
  max-width: none !important;
}

/* WordPress投稿 */

.entry-content .alignleft,
.comment-content .alignleft{
  float: left;
}
.entry-content .alignright,
.comment-content .alignright{
  float: right;
}
.entry-content .aligncenter,
.comment-content .aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content::after,
.comment-content::after{
  display: table;
  clear: both;
  content: "";
}

/* 追加 */

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

  *{
    box-sizing: border-box;
  }
  body{
    min-width: 100%;
  }

  #masthead{
    position: static;
  }
  #primary, #main-inner, #contenthead, #content{
    float: none;
    width: 100%;
  }
  #main,#content{
    width: 100%;
    padding: 0;
  }
  #main-inner{
    padding: 10px;
  }

  #sidebar1, #sidebar2{
    float: none;
    width: auto;
    padding: 10px;
    box-sizing:border-box;
  }

  #colophon{
    padding: 10px;
  }

  embed{
    max-width: 100%;
  }
}

#colophon{
  background-color : #3c3f53;
  background-image : url(img/line-01.gif);
  background-repeat : repeat-x;
  background-position : center top;
}

#masthead{
  background-repeat : no-repeat;
}

.sp-block-container{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-block-container > h1{
  font-size : 2.4rem;
}

.sp-block-container > h2{
  font-size : 1.8rem;
}

.sp-block-container > h3{
  font-size : 1.5rem;
}

.sp-block-container > h4{
  font-size : 1.4rem;
}

.sp-block-container > h5{
  font-size : 1.3rem;
}

.sp-block-container > h6{
  font-size : 1.1rem;
}

.sp-block-container > hr{
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.sp-block-container > p{
  font-size : 1.3rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}

.sp-block-container > p.indent{
  padding-left : 1em;
}

.sp-block-container > p.large{
  font-size : 1.2em;
}

.sp-bread-crumb div{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

.sp-button{
  width : 122px;
}

.sp-button a{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}

.sp-button a:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-column.accordion > .column-label h3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column.toggled-on > .column-label h3::after{
  display : none;
}

.sp-column.toggled-on > .column-label h3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.sp-definition-list > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

.sp-definition-list > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

.sp-form input{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-navigation{
  color : black;
  background-color : white;
}

.sp-site-navigation .menu-toggle{
  display : none;
  cursor : pointer;
}

.sp-site-navigation.vertical{
  font-size : 1.3rem;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
  width : 100%;
}

.sp-site-navigation.vertical ul{
  line-height : 30px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a{
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  display : block;
}

.sp-site-navigation.vertical ul li > a:active{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a{
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

.sp-site-navigation.vertical > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul{
  display : block;
}

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  width : 100%;
  display : table;
  border-collapse : collapse;
}

.sp-table > * > tr > td{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th.col-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2em;
}

.sp-wp-post-list .navigation-post{
  margin-top : 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next{
  margin-right : 10px;
  float : right;
}

.sp-wp-post-list .navigation-post .nav-previous{
  margin-left : 10px;
  float : left;
}

.sp-wp-post-list .navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list .navigation-post > h1{
  display : none;
}

.sp-wp-post-list > article{
  margin-top : 0.67em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.67em;
}

.sp-wp-post-list > h3{
  background-color : #f4f4f4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

a{
  color : #3c3f53;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  text-decoration : underline;
}

a:hover{
  text-decoration : underline;
}

body{
  line-height : 1.5;
  color : #333333;
  background-color : transparent;
}

@media not screen, screen and (min-width: 569px) {

  #colophon{
    padding-top : 25px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    margin-top : 20px;
  }

  #colophon .inner-box{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 905px;
  }

  #contenthead{
    margin-bottom : 20px;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 905px;
  }

  #masthead{
    margin-bottom : 20px;
    position : relative;
  }

  #page-content{
    width : 100%;
  }

  .sp-google-map{
    width : 400px;
    min-height : 300px;
  }

  .sp-site-branding2{
    padding-top : 20px;
  }

  .sp-site-branding2 .extra{
    width : 50%;
    position : absolute;
    bottom : 0px;
    right : 0px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1.3rem;
    color : #929292;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .sp-site-branding2 .extra > p.indent{
    padding-left : 1em;
  }

  .sp-site-branding2 .extra > p.large{
    font-size : 1.5rem;
  }

  .sp-site-branding2 .site-description{
    text-align : right;
    width : 100%;
    height : auto;
    position : absolute;
    top : 15px;
  }

  .sp-site-branding2 .site-title{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 66px;
    float : left;
  }

  .sp-site-branding2 .site-title a{
    height : 100%;
    display : block;
  }

  .sp-site-navigation.horizontal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #3c3f53;
    width : 100%;
    white-space : nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

  .sp-site-navigation.horizontal > ul::after{
    clear : both;
    display : table;
    content : "";
  }

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

  .sp-site-navigation.minimal ul li > a:active{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

  .sp-yahoo-map{
    width : 400px;
    min-height : 300px;
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 905px;
  }

  #contenthead{
    width : 905px;
  }
}

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

  #main-inner{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

  #sidebar1{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

  #sidebar2{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

  .sp-block-container{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }

  .sp-bread-crumb{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-definition-list > dd{
    margin-left : 20px;
  }

  .sp-form input{
    width : 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #d8d8d8;
  }

  .sp-form td{
    width : auto;
    display : block;
  }

  .sp-form textarea{
    width : 90%;
  }

  .sp-form th{
    width : auto;
    display : block;
  }

  .sp-google-map{
    width : 100%;
    min-height : 300px;
  }

  .sp-image{
    max-width : 100%;
    height : auto;
  }

  .sp-site-branding2 .extra{
    padding-top : 5px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1rem;
    color : #929292;
    text-align : left;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  .sp-site-branding2 .site-description{
    text-align : center;
  }

  .sp-site-branding2 .site-title{
    text-align : center;
  }

  .sp-site-navigation .menu-toggle{
    background-color : rgba(0, 0, 0, 0.3);
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    cursor : pointer;
  }

  .sp-site-navigation ul{
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.button-menu .menu-toggle{
    display : block;
  }

  .sp-site-navigation.button-menu ul ul{
    display : block;
  }

  .sp-site-navigation.button-menu ul.toggled-on{
    display : block;
  }

  .sp-site-navigation.button-menu > ul{
    display : none;
  }

  .sp-site-navigation.horizontal{
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  .sp-site-navigation.horizontal ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    height : auto;
  }

  .sp-site-navigation.horizontal ul li{
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-table{
    display : block;
    overflow-x : auto;
  }

  .sp-yahoo-map{
    width : 100%;
    min-height : 300px;
  }
}

#sp-button-1, #sp-button-2, #sp-button-3, #sp-button-4, #sp-button-5, #sp-button-6, #sp-button-7, #sp-button-8{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-1 > a, #sp-button-2 > a, #sp-button-3 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #35e796;
  text-decoration : none;
  text-align : center;
  padding-top : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  border-top-left-radius : 22px 22px;
  border-top-right-radius : 22px 22px;
  border-bottom-right-radius : 22px 22px;
  border-bottom-left-radius : 22px 22px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-2 > a:active, #sp-button-3 > a:active, #sp-button-4 > a:active, #sp-button-5 > a:active, #sp-button-6 > a:active, #sp-button-7 > a:active, #sp-button-8 > a:active{
  background-color : #1ade85;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  top : 1px;
}

#sp-button-1 > a:hover, #sp-button-2 > a:hover, #sp-button-3 > a:hover, #sp-button-4 > a:hover, #sp-button-5 > a:hover, #sp-button-6 > a:hover, #sp-button-7 > a:hover, #sp-button-8 > a:hover{
  background-color : #1ade85;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-image-1{
  max-width : 100%;
}

#sp-image-10, #sp-image-100, #sp-image-101, #sp-image-102, #sp-image-103, #sp-image-104, #sp-image-105, #sp-image-106, #sp-image-107, #sp-image-108, #sp-image-109, #sp-image-11, #sp-image-110, #sp-image-111, #sp-image-112, #sp-image-113, #sp-image-114, #sp-image-115, #sp-image-116, #sp-image-117, #sp-image-118, #sp-image-119, #sp-image-12, #sp-image-121, #sp-image-122, #sp-image-123, #sp-image-124, #sp-image-125, #sp-image-126, #sp-image-127, #sp-image-128, #sp-image-129, #sp-image-13, #sp-image-130, #sp-image-131, #sp-image-132, #sp-image-133, #sp-image-134, #sp-image-135, #sp-image-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-14, #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-15, #sp-image-150, #sp-image-151, #sp-image-152, #sp-image-153, #sp-image-154, #sp-image-155, #sp-image-156, #sp-image-157, #sp-image-158, #sp-image-159, #sp-image-16, #sp-image-160, #sp-image-161, #sp-image-162, #sp-image-163, #sp-image-164, #sp-image-165, #sp-image-166, #sp-image-167, #sp-image-168, #sp-image-169, #sp-image-17, #sp-image-170, #sp-image-171, #sp-image-172, #sp-image-173, #sp-image-174, #sp-image-175, #sp-image-176, #sp-image-177, #sp-image-178, #sp-image-179, #sp-image-18, #sp-image-180, #sp-image-181, #sp-image-182, #sp-image-183, #sp-image-184, #sp-image-185, #sp-image-186, #sp-image-187, #sp-image-188, #sp-image-189, #sp-image-19, #sp-image-190, #sp-image-191, #sp-image-192, #sp-image-193, #sp-image-194, #sp-image-195, #sp-image-196, #sp-image-197, #sp-image-198, #sp-image-199, #sp-image-2, #sp-image-20, #sp-image-200, #sp-image-201, #sp-image-202, #sp-image-203, #sp-image-204, #sp-image-205, #sp-image-206, #sp-image-207, #sp-image-208, #sp-image-209, #sp-image-21, #sp-image-210, #sp-image-211, #sp-image-212, #sp-image-213, #sp-image-214, #sp-image-215, #sp-image-216, #sp-image-217, #sp-image-218, #sp-image-219, #sp-image-22, #sp-image-220, #sp-image-221, #sp-image-222, #sp-image-223, #sp-image-224, #sp-image-225, #sp-image-226, #sp-image-227, #sp-image-228, #sp-image-229, #sp-image-23, #sp-image-230, #sp-image-231, #sp-image-232, #sp-image-233, #sp-image-234, #sp-image-235, #sp-image-236, #sp-image-237, #sp-image-238, #sp-image-239, #sp-image-24, #sp-image-240, #sp-image-241, #sp-image-242, #sp-image-243, #sp-image-244, #sp-image-245, #sp-image-246, #sp-image-247, #sp-image-248, #sp-image-249, #sp-image-25, #sp-image-250, #sp-image-251, #sp-image-252, #sp-image-253, #sp-image-254, #sp-image-255, #sp-image-256, #sp-image-257, #sp-image-258, #sp-image-259, #sp-image-26, #sp-image-260, #sp-image-261, #sp-image-262, #sp-image-263, #sp-image-264, #sp-image-265, #sp-image-266, #sp-image-267, #sp-image-268, #sp-image-269, #sp-image-27, #sp-image-270, #sp-image-271, #sp-image-272, #sp-image-273, #sp-image-274, #sp-image-275, #sp-image-276, #sp-image-277, #sp-image-278, #sp-image-279, #sp-image-28, #sp-image-280, #sp-image-281, #sp-image-282, #sp-image-283, #sp-image-284, #sp-image-285, #sp-image-286, #sp-image-287, #sp-image-288, #sp-image-289, #sp-image-29, #sp-image-290, #sp-image-291, #sp-image-292, #sp-image-293, #sp-image-294, #sp-image-295, #sp-image-296, #sp-image-297, #sp-image-298, #sp-image-299, #sp-image-3, #sp-image-30, #sp-image-300, #sp-image-301, #sp-image-302, #sp-image-303, #sp-image-304, #sp-image-305, #sp-image-306, #sp-image-307, #sp-image-308, #sp-image-309, #sp-image-31, #sp-image-310, #sp-image-311, #sp-image-312, #sp-image-313, #sp-image-314, #sp-image-315, #sp-image-316, #sp-image-317, #sp-image-318, #sp-image-319, #sp-image-32, #sp-image-320, #sp-image-321, #sp-image-322, #sp-image-323, #sp-image-324, #sp-image-325, #sp-image-326, #sp-image-327, #sp-image-328, #sp-image-329, #sp-image-33, #sp-image-330, #sp-image-331, #sp-image-332, #sp-image-333, #sp-image-334, #sp-image-335, #sp-image-336, #sp-image-337, #sp-image-338, #sp-image-339, #sp-image-34, #sp-image-340, #sp-image-341, #sp-image-342, #sp-image-343, #sp-image-344, #sp-image-345, #sp-image-346, #sp-image-347, #sp-image-348, #sp-image-349, #sp-image-35, #sp-image-350, #sp-image-351, #sp-image-352, #sp-image-353, #sp-image-354, #sp-image-355, #sp-image-356, #sp-image-357, #sp-image-358, #sp-image-359, #sp-image-36, #sp-image-360, #sp-image-361, #sp-image-362, #sp-image-363, #sp-image-364, #sp-image-365, #sp-image-366, #sp-image-367, #sp-image-368, #sp-image-369, #sp-image-37, #sp-image-370, #sp-image-371, #sp-image-372, #sp-image-373, #sp-image-374, #sp-image-375, #sp-image-376, #sp-image-377, #sp-image-378, #sp-image-379, #sp-image-38, #sp-image-380, #sp-image-381, #sp-image-382, #sp-image-383, #sp-image-384, #sp-image-385, #sp-image-386, #sp-image-387, #sp-image-388, #sp-image-389, #sp-image-39, #sp-image-390, #sp-image-391, #sp-image-392, #sp-image-393, #sp-image-394, #sp-image-395, #sp-image-396, #sp-image-397, #sp-image-398, #sp-image-399, #sp-image-4, #sp-image-40, #sp-image-400, #sp-image-401, #sp-image-402, #sp-image-403, #sp-image-404, #sp-image-405, #sp-image-406, #sp-image-407, #sp-image-408, #sp-image-409, #sp-image-41, #sp-image-410, #sp-image-411, #sp-image-412, #sp-image-413, #sp-image-414, #sp-image-415, #sp-image-416, #sp-image-417, #sp-image-418, #sp-image-419, #sp-image-42, #sp-image-420, #sp-image-421, #sp-image-422, #sp-image-423, #sp-image-424, #sp-image-425, #sp-image-426, #sp-image-427, #sp-image-428, #sp-image-429, #sp-image-43, #sp-image-430, #sp-image-431, #sp-image-432, #sp-image-433, #sp-image-434, #sp-image-435, #sp-image-436, #sp-image-437, #sp-image-438, #sp-image-439, #sp-image-44, #sp-image-440, #sp-image-441, #sp-image-442, #sp-image-443, #sp-image-444, #sp-image-445, #sp-image-446, #sp-image-447, #sp-image-448, #sp-image-449, #sp-image-45, #sp-image-450, #sp-image-451, #sp-image-452, #sp-image-453, #sp-image-454, #sp-image-455, #sp-image-456, #sp-image-457, #sp-image-458, #sp-image-459, #sp-image-46, #sp-image-460, #sp-image-461, #sp-image-462, #sp-image-463, #sp-image-464, #sp-image-465, #sp-image-466, #sp-image-467, #sp-image-468, #sp-image-469, #sp-image-47, #sp-image-470, #sp-image-471, #sp-image-472, #sp-image-473, #sp-image-474, #sp-image-475, #sp-image-476, #sp-image-477, #sp-image-478, #sp-image-479, #sp-image-48, #sp-image-480, #sp-image-481, #sp-image-482, #sp-image-483, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-7, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-8, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-9, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93, #sp-image-94, #sp-image-95, #sp-image-96, #sp-image-97, #sp-image-98, #sp-image-99{
  text-decoration : none;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#sp-list-1, #sp-list-4, #sp-list-5, #sp-list-6, #sp-list-7{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-list-1 li, #sp-list-4 li, #sp-list-5 li, #sp-list-6 li, #sp-list-7 li{
  margin-bottom : 8px;
}

#sp-list-1 > li, #sp-list-4 > li, #sp-list-5 > li, #sp-list-6 > li, #sp-list-7 > li{
  color : #000000;
}

#sp-image-120{
  text-decoration : none;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-list-10, #sp-list-11, #sp-list-12, #sp-list-8, #sp-list-9{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : disc;
}

#sp-list-10 li, #sp-list-11 li, #sp-list-12 li, #sp-list-8 li, #sp-list-9 li{
  margin-left : 1.5em;
  margin-bottom : 8px;
}

#sp-list-10 > li, #sp-list-11 > li, #sp-list-12 > li, #sp-list-8 > li, #sp-list-9 > li{
  color : #000000;
}

#sp-page-title-1, #sp-page-title-10, #sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-14, #sp-page-title-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-18, #sp-page-title-19, #sp-page-title-2, #sp-page-title-20, #sp-page-title-21, #sp-page-title-22, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9{
  background-image : url(img/back-01.png);
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-bottom : 20px;
  position : relative;
}

#sp-page-title-1::before, #sp-page-title-10::before, #sp-page-title-11::before, #sp-page-title-12::before, #sp-page-title-13::before, #sp-page-title-14::before, #sp-page-title-15::before, #sp-page-title-16::before, #sp-page-title-17::before, #sp-page-title-18::before, #sp-page-title-19::before, #sp-page-title-2::before, #sp-page-title-20::before, #sp-page-title-21::before, #sp-page-title-22::before, #sp-page-title-3::before, #sp-page-title-4::before, #sp-page-title-5::before, #sp-page-title-6::before, #sp-page-title-7::before, #sp-page-title-8::before, #sp-page-title-9::before{
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
  height : 60%;
  display : block;
  position : absolute;
  top : 20%;
  left : 0px;
  content : "";
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-21 > h1, #sp-page-title-22 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1{
  font-size : 1.7rem;
  font-weight : bold;
  color : #3c3f53;
}

.page-custom#content #page-content, .page-report1#content #page-content, .page-report10#content #page-content, .page-report11#content #page-content, .page-report12#content #page-content, .page-report13#content #page-content, .page-report14#content #page-content, .page-report2#content #page-content, .page-report22#content #page-content, .page-report3#content #page-content, .page-report4#content #page-content, .page-report5#content #page-content, .page-report6#content #page-content, .page-report7#content #page-content, .page-report8#content #page-content, .page-report9#content #page-content, #sp-block-container-2{
  color : #000000;
  margin-bottom : 20px;
}

.page-custom#content #page-content > .large, .page-report1#content #page-content > .large, .page-report10#content #page-content > .large, .page-report11#content #page-content > .large, .page-report12#content #page-content > .large, .page-report13#content #page-content > .large, .page-report14#content #page-content > .large, .page-report2#content #page-content > .large, .page-report22#content #page-content > .large, .page-report3#content #page-content > .large, .page-report4#content #page-content > .large, .page-report5#content #page-content > .large, .page-report6#content #page-content > .large, .page-report7#content #page-content > .large, .page-report8#content #page-content > .large, .page-report9#content #page-content > .large, #sp-block-container-2 > .large{
  font-size : 1.2em;
}

.page-custom#content #page-content > .medium, .page-report1#content #page-content > .medium, .page-report10#content #page-content > .medium, .page-report11#content #page-content > .medium, .page-report12#content #page-content > .medium, .page-report13#content #page-content > .medium, .page-report14#content #page-content > .medium, .page-report2#content #page-content > .medium, .page-report22#content #page-content > .medium, .page-report3#content #page-content > .medium, .page-report4#content #page-content > .medium, .page-report5#content #page-content > .medium, .page-report6#content #page-content > .medium, .page-report7#content #page-content > .medium, .page-report8#content #page-content > .medium, .page-report9#content #page-content > .medium, #sp-block-container-2 > .medium{
  font-size : 1em;
}

.page-custom#content #page-content > .small, .page-report1#content #page-content > .small, .page-report10#content #page-content > .small, .page-report11#content #page-content > .small, .page-report12#content #page-content > .small, .page-report13#content #page-content > .small, .page-report14#content #page-content > .small, .page-report2#content #page-content > .small, .page-report22#content #page-content > .small, .page-report3#content #page-content > .small, .page-report4#content #page-content > .small, .page-report5#content #page-content > .small, .page-report6#content #page-content > .small, .page-report7#content #page-content > .small, .page-report8#content #page-content > .small, .page-report9#content #page-content > .small, #sp-block-container-2 > .small{
  font-size : 0.9em;
}

.page-custom#content #page-content > .x-large, .page-report1#content #page-content > .x-large, .page-report10#content #page-content > .x-large, .page-report11#content #page-content > .x-large, .page-report12#content #page-content > .x-large, .page-report13#content #page-content > .x-large, .page-report14#content #page-content > .x-large, .page-report2#content #page-content > .x-large, .page-report22#content #page-content > .x-large, .page-report3#content #page-content > .x-large, .page-report4#content #page-content > .x-large, .page-report5#content #page-content > .x-large, .page-report6#content #page-content > .x-large, .page-report7#content #page-content > .x-large, .page-report8#content #page-content > .x-large, .page-report9#content #page-content > .x-large, #sp-block-container-2 > .x-large{
  font-size : 1.5em;
}

.page-custom#content #page-content > .x-small, .page-report1#content #page-content > .x-small, .page-report10#content #page-content > .x-small, .page-report11#content #page-content > .x-small, .page-report12#content #page-content > .x-small, .page-report13#content #page-content > .x-small, .page-report14#content #page-content > .x-small, .page-report2#content #page-content > .x-small, .page-report22#content #page-content > .x-small, .page-report3#content #page-content > .x-small, .page-report4#content #page-content > .x-small, .page-report5#content #page-content > .x-small, .page-report6#content #page-content > .x-small, .page-report7#content #page-content > .x-small, .page-report8#content #page-content > .x-small, .page-report9#content #page-content > .x-small, #sp-block-container-2 > .x-small{
  font-size : 0.8em;
}

.page-custom#content #page-content > .xx-large, .page-report1#content #page-content > .xx-large, .page-report10#content #page-content > .xx-large, .page-report11#content #page-content > .xx-large, .page-report12#content #page-content > .xx-large, .page-report13#content #page-content > .xx-large, .page-report14#content #page-content > .xx-large, .page-report2#content #page-content > .xx-large, .page-report22#content #page-content > .xx-large, .page-report3#content #page-content > .xx-large, .page-report4#content #page-content > .xx-large, .page-report5#content #page-content > .xx-large, .page-report6#content #page-content > .xx-large, .page-report7#content #page-content > .xx-large, .page-report8#content #page-content > .xx-large, .page-report9#content #page-content > .xx-large, #sp-block-container-2 > .xx-large{
  font-size : 2em;
}

.page-custom#content #page-content > .xx-small, .page-report1#content #page-content > .xx-small, .page-report10#content #page-content > .xx-small, .page-report11#content #page-content > .xx-small, .page-report12#content #page-content > .xx-small, .page-report13#content #page-content > .xx-small, .page-report14#content #page-content > .xx-small, .page-report2#content #page-content > .xx-small, .page-report22#content #page-content > .xx-small, .page-report3#content #page-content > .xx-small, .page-report4#content #page-content > .xx-small, .page-report5#content #page-content > .xx-small, .page-report6#content #page-content > .xx-small, .page-report7#content #page-content > .xx-small, .page-report8#content #page-content > .xx-small, .page-report9#content #page-content > .xx-small, #sp-block-container-2 > .xx-small{
  font-size : 0.7em;
}

.page-custom#content #page-content > div, .page-report1#content #page-content > div, .page-report10#content #page-content > div, .page-report11#content #page-content > div, .page-report12#content #page-content > div, .page-report13#content #page-content > div, .page-report14#content #page-content > div, .page-report2#content #page-content > div, .page-report22#content #page-content > div, .page-report3#content #page-content > div, .page-report4#content #page-content > div, .page-report5#content #page-content > div, .page-report6#content #page-content > div, .page-report7#content #page-content > div, .page-report8#content #page-content > div, .page-report9#content #page-content > div, #sp-block-container-2 > div{
  margin-bottom : 0px;
}

.page-custom#content #page-content > em, .page-report1#content #page-content > em, .page-report10#content #page-content > em, .page-report11#content #page-content > em, .page-report12#content #page-content > em, .page-report13#content #page-content > em, .page-report14#content #page-content > em, .page-report2#content #page-content > em, .page-report22#content #page-content > em, .page-report3#content #page-content > em, .page-report4#content #page-content > em, .page-report5#content #page-content > em, .page-report6#content #page-content > em, .page-report7#content #page-content > em, .page-report8#content #page-content > em, .page-report9#content #page-content > em, #sp-block-container-2 > em{
  font-style : oblique;
}

.page-custom#content #page-content > h1, .page-report1#content #page-content > h1, .page-report10#content #page-content > h1, .page-report11#content #page-content > h1, .page-report12#content #page-content > h1, .page-report13#content #page-content > h1, .page-report14#content #page-content > h1, .page-report2#content #page-content > h1, .page-report22#content #page-content > h1, .page-report3#content #page-content > h1, .page-report4#content #page-content > h1, .page-report5#content #page-content > h1, .page-report6#content #page-content > h1, .page-report7#content #page-content > h1, .page-report8#content #page-content > h1, .page-report9#content #page-content > h1, #sp-block-container-2 > h1{
  font-size : 20px;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-custom#content #page-content > h2, .page-report1#content #page-content > h2, .page-report10#content #page-content > h2, .page-report11#content #page-content > h2, .page-report12#content #page-content > h2, .page-report13#content #page-content > h2, .page-report14#content #page-content > h2, .page-report2#content #page-content > h2, .page-report22#content #page-content > h2, .page-report3#content #page-content > h2, .page-report4#content #page-content > h2, .page-report5#content #page-content > h2, .page-report6#content #page-content > h2, .page-report7#content #page-content > h2, .page-report8#content #page-content > h2, .page-report9#content #page-content > h2, #sp-block-container-2 > h2{
  font-size : 18px;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-custom#content #page-content > h3, .page-report1#content #page-content > h3, .page-report10#content #page-content > h3, .page-report11#content #page-content > h3, .page-report12#content #page-content > h3, .page-report13#content #page-content > h3, .page-report14#content #page-content > h3, .page-report2#content #page-content > h3, .page-report22#content #page-content > h3, .page-report3#content #page-content > h3, .page-report4#content #page-content > h3, .page-report5#content #page-content > h3, .page-report6#content #page-content > h3, .page-report7#content #page-content > h3, .page-report8#content #page-content > h3, .page-report9#content #page-content > h3, #sp-block-container-2 > h3{
  font-size : 16px;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-custom#content #page-content > h4, .page-report1#content #page-content > h4, .page-report10#content #page-content > h4, .page-report11#content #page-content > h4, .page-report12#content #page-content > h4, .page-report13#content #page-content > h4, .page-report14#content #page-content > h4, .page-report2#content #page-content > h4, .page-report22#content #page-content > h4, .page-report3#content #page-content > h4, .page-report4#content #page-content > h4, .page-report5#content #page-content > h4, .page-report6#content #page-content > h4, .page-report7#content #page-content > h4, .page-report8#content #page-content > h4, .page-report9#content #page-content > h4, #sp-block-container-2 > h4{
  font-size : 14px;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-custom#content #page-content > h5, .page-report1#content #page-content > h5, .page-report10#content #page-content > h5, .page-report11#content #page-content > h5, .page-report12#content #page-content > h5, .page-report13#content #page-content > h5, .page-report14#content #page-content > h5, .page-report2#content #page-content > h5, .page-report22#content #page-content > h5, .page-report3#content #page-content > h5, .page-report4#content #page-content > h5, .page-report5#content #page-content > h5, .page-report6#content #page-content > h5, .page-report7#content #page-content > h5, .page-report8#content #page-content > h5, .page-report9#content #page-content > h5, #sp-block-container-2 > h5{
  font-size : 13px;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-custom#content #page-content > h6, .page-report1#content #page-content > h6, .page-report10#content #page-content > h6, .page-report11#content #page-content > h6, .page-report12#content #page-content > h6, .page-report13#content #page-content > h6, .page-report14#content #page-content > h6, .page-report2#content #page-content > h6, .page-report22#content #page-content > h6, .page-report3#content #page-content > h6, .page-report4#content #page-content > h6, .page-report5#content #page-content > h6, .page-report6#content #page-content > h6, .page-report7#content #page-content > h6, .page-report8#content #page-content > h6, .page-report9#content #page-content > h6, #sp-block-container-2 > h6{
  font-size : 12px;
}

.page-custom#content #page-content > hr, .page-report1#content #page-content > hr, .page-report10#content #page-content > hr, .page-report11#content #page-content > hr, .page-report12#content #page-content > hr, .page-report13#content #page-content > hr, .page-report14#content #page-content > hr, .page-report2#content #page-content > hr, .page-report22#content #page-content > hr, .page-report3#content #page-content > hr, .page-report4#content #page-content > hr, .page-report5#content #page-content > hr, .page-report6#content #page-content > hr, .page-report7#content #page-content > hr, .page-report8#content #page-content > hr, .page-report9#content #page-content > hr, #sp-block-container-2 > hr{
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : #e2e2e2;
  border-right-color : initial;
  border-bottom-color : #e2e2e2;
}

.page-custom#content #page-content > p, .page-report1#content #page-content > p, .page-report10#content #page-content > p, .page-report11#content #page-content > p, .page-report12#content #page-content > p, .page-report13#content #page-content > p, .page-report14#content #page-content > p, .page-report2#content #page-content > p, .page-report22#content #page-content > p, .page-report3#content #page-content > p, .page-report4#content #page-content > p, .page-report5#content #page-content > p, .page-report6#content #page-content > p, .page-report7#content #page-content > p, .page-report8#content #page-content > p, .page-report9#content #page-content > p, #sp-block-container-2 > p{
  line-height : 1.5;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 20px;
}

.page-custom#content #page-content > p.indent, .page-report1#content #page-content > p.indent, .page-report10#content #page-content > p.indent, .page-report11#content #page-content > p.indent, .page-report12#content #page-content > p.indent, .page-report13#content #page-content > p.indent, .page-report14#content #page-content > p.indent, .page-report2#content #page-content > p.indent, .page-report22#content #page-content > p.indent, .page-report3#content #page-content > p.indent, .page-report4#content #page-content > p.indent, .page-report5#content #page-content > p.indent, .page-report6#content #page-content > p.indent, .page-report7#content #page-content > p.indent, .page-report8#content #page-content > p.indent, .page-report9#content #page-content > p.indent, #sp-block-container-2 > p.indent{
  padding-left : 10px;
}

.page-custom#content #page-content > strong, .page-report1#content #page-content > strong, .page-report10#content #page-content > strong, .page-report11#content #page-content > strong, .page-report12#content #page-content > strong, .page-report13#content #page-content > strong, .page-report14#content #page-content > strong, .page-report2#content #page-content > strong, .page-report22#content #page-content > strong, .page-report3#content #page-content > strong, .page-report4#content #page-content > strong, .page-report5#content #page-content > strong, .page-report6#content #page-content > strong, .page-report7#content #page-content > strong, .page-report8#content #page-content > strong, .page-report9#content #page-content > strong, #sp-block-container-2 > strong{
  font-weight : bold;
}

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

  #content.page-custom #page-content, #content.page-report1 #page-content, #content.page-report10 #page-content, #content.page-report11 #page-content, #content.page-report12 #page-content, #content.page-report13 #page-content, #content.page-report14 #page-content, #content.page-report2 #page-content, #content.page-report22 #page-content, #content.page-report3 #page-content, #content.page-report4 #page-content, #content.page-report5 #page-content, #content.page-report6 #page-content, #content.page-report7 #page-content, #content.page-report8 #page-content, #content.page-report9 #page-content, #sp-block-container-2 {
  }
}

.page-contact#content #page-content > .large, .page-information#content #page-content > .large, .page-information1#content #page-content > .large, .page-information2#content #page-content > .large, .page-privacy#content #page-content > .large, .page-toppage#content #page-content > .large, #sp-block-container-1 > .large, #sp-block-container-10 > .large, #sp-block-container-11 > .large, #sp-block-container-12 > .large, #sp-block-container-13 > .large, #sp-block-container-14 > .large, #sp-block-container-15 > .large, #sp-block-container-16 > .large, #sp-block-container-17 > .large, #sp-block-container-18 > .large, #sp-block-container-19 > .large, #sp-block-container-20 > .large, #sp-block-container-21 > .large, #sp-block-container-22 > .large, #sp-block-container-3 > .large, #sp-block-container-4 > .large, #sp-block-container-5 > .large, #sp-block-container-6 > .large, #sp-block-container-7 > .large, #sp-block-container-8 > .large, #sp-block-container-9 > .large{
  font-size : 1.2em;
}

.page-contact#content #page-content > .medium, .page-information#content #page-content > .medium, .page-information1#content #page-content > .medium, .page-information2#content #page-content > .medium, .page-privacy#content #page-content > .medium, .page-toppage#content #page-content > .medium, #sp-block-container-1 > .medium, #sp-block-container-10 > .medium, #sp-block-container-11 > .medium, #sp-block-container-12 > .medium, #sp-block-container-13 > .medium, #sp-block-container-14 > .medium, #sp-block-container-15 > .medium, #sp-block-container-16 > .medium, #sp-block-container-17 > .medium, #sp-block-container-18 > .medium, #sp-block-container-19 > .medium, #sp-block-container-20 > .medium, #sp-block-container-21 > .medium, #sp-block-container-22 > .medium, #sp-block-container-3 > .medium, #sp-block-container-4 > .medium, #sp-block-container-5 > .medium, #sp-block-container-6 > .medium, #sp-block-container-7 > .medium, #sp-block-container-8 > .medium, #sp-block-container-9 > .medium{
  font-size : 1em;
}

.page-contact#content #page-content > .small, .page-information#content #page-content > .small, .page-information1#content #page-content > .small, .page-information2#content #page-content > .small, .page-privacy#content #page-content > .small, .page-toppage#content #page-content > .small, #sp-block-container-1 > .small, #sp-block-container-10 > .small, #sp-block-container-11 > .small, #sp-block-container-12 > .small, #sp-block-container-13 > .small, #sp-block-container-14 > .small, #sp-block-container-15 > .small, #sp-block-container-16 > .small, #sp-block-container-17 > .small, #sp-block-container-18 > .small, #sp-block-container-19 > .small, #sp-block-container-20 > .small, #sp-block-container-21 > .small, #sp-block-container-22 > .small, #sp-block-container-3 > .small, #sp-block-container-4 > .small, #sp-block-container-5 > .small, #sp-block-container-6 > .small, #sp-block-container-7 > .small, #sp-block-container-8 > .small, #sp-block-container-9 > .small{
  font-size : 0.9em;
}

.page-contact#content #page-content > .x-large, .page-information#content #page-content > .x-large, .page-information1#content #page-content > .x-large, .page-information2#content #page-content > .x-large, .page-privacy#content #page-content > .x-large, .page-toppage#content #page-content > .x-large, #sp-block-container-1 > .x-large, #sp-block-container-10 > .x-large, #sp-block-container-11 > .x-large, #sp-block-container-12 > .x-large, #sp-block-container-13 > .x-large, #sp-block-container-14 > .x-large, #sp-block-container-15 > .x-large, #sp-block-container-16 > .x-large, #sp-block-container-17 > .x-large, #sp-block-container-18 > .x-large, #sp-block-container-19 > .x-large, #sp-block-container-20 > .x-large, #sp-block-container-21 > .x-large, #sp-block-container-22 > .x-large, #sp-block-container-3 > .x-large, #sp-block-container-4 > .x-large, #sp-block-container-5 > .x-large, #sp-block-container-6 > .x-large, #sp-block-container-7 > .x-large, #sp-block-container-8 > .x-large, #sp-block-container-9 > .x-large{
  font-size : 1.8em;
}

.page-contact#content #page-content > .x-small, .page-information#content #page-content > .x-small, .page-information1#content #page-content > .x-small, .page-information2#content #page-content > .x-small, .page-privacy#content #page-content > .x-small, .page-toppage#content #page-content > .x-small, #sp-block-container-1 > .x-small, #sp-block-container-10 > .x-small, #sp-block-container-11 > .x-small, #sp-block-container-12 > .x-small, #sp-block-container-13 > .x-small, #sp-block-container-14 > .x-small, #sp-block-container-15 > .x-small, #sp-block-container-16 > .x-small, #sp-block-container-17 > .x-small, #sp-block-container-18 > .x-small, #sp-block-container-19 > .x-small, #sp-block-container-20 > .x-small, #sp-block-container-21 > .x-small, #sp-block-container-22 > .x-small, #sp-block-container-3 > .x-small, #sp-block-container-4 > .x-small, #sp-block-container-5 > .x-small, #sp-block-container-6 > .x-small, #sp-block-container-7 > .x-small, #sp-block-container-8 > .x-small, #sp-block-container-9 > .x-small{
  font-size : 0.8em;
}

.page-contact#content #page-content > .xx-large, .page-information#content #page-content > .xx-large, .page-information1#content #page-content > .xx-large, .page-information2#content #page-content > .xx-large, .page-privacy#content #page-content > .xx-large, .page-toppage#content #page-content > .xx-large, #sp-block-container-1 > .xx-large, #sp-block-container-10 > .xx-large, #sp-block-container-11 > .xx-large, #sp-block-container-12 > .xx-large, #sp-block-container-13 > .xx-large, #sp-block-container-14 > .xx-large, #sp-block-container-15 > .xx-large, #sp-block-container-16 > .xx-large, #sp-block-container-17 > .xx-large, #sp-block-container-18 > .xx-large, #sp-block-container-19 > .xx-large, #sp-block-container-20 > .xx-large, #sp-block-container-21 > .xx-large, #sp-block-container-22 > .xx-large, #sp-block-container-3 > .xx-large, #sp-block-container-4 > .xx-large, #sp-block-container-5 > .xx-large, #sp-block-container-6 > .xx-large, #sp-block-container-7 > .xx-large, #sp-block-container-8 > .xx-large, #sp-block-container-9 > .xx-large{
  font-size : 2em;
}

.page-contact#content #page-content > .xx-small, .page-information#content #page-content > .xx-small, .page-information1#content #page-content > .xx-small, .page-information2#content #page-content > .xx-small, .page-privacy#content #page-content > .xx-small, .page-toppage#content #page-content > .xx-small, #sp-block-container-1 > .xx-small, #sp-block-container-10 > .xx-small, #sp-block-container-11 > .xx-small, #sp-block-container-12 > .xx-small, #sp-block-container-13 > .xx-small, #sp-block-container-14 > .xx-small, #sp-block-container-15 > .xx-small, #sp-block-container-16 > .xx-small, #sp-block-container-17 > .xx-small, #sp-block-container-18 > .xx-small, #sp-block-container-19 > .xx-small, #sp-block-container-20 > .xx-small, #sp-block-container-21 > .xx-small, #sp-block-container-22 > .xx-small, #sp-block-container-3 > .xx-small, #sp-block-container-4 > .xx-small, #sp-block-container-5 > .xx-small, #sp-block-container-6 > .xx-small, #sp-block-container-7 > .xx-small, #sp-block-container-8 > .xx-small, #sp-block-container-9 > .xx-small{
  font-size : 0.7em;
}

.page-contact#content #page-content > em, .page-information#content #page-content > em, .page-information1#content #page-content > em, .page-information2#content #page-content > em, .page-privacy#content #page-content > em, .page-toppage#content #page-content > em, #sp-block-container-1 > em, #sp-block-container-10 > em, #sp-block-container-11 > em, #sp-block-container-12 > em, #sp-block-container-13 > em, #sp-block-container-14 > em, #sp-block-container-15 > em, #sp-block-container-16 > em, #sp-block-container-17 > em, #sp-block-container-18 > em, #sp-block-container-19 > em, #sp-block-container-20 > em, #sp-block-container-21 > em, #sp-block-container-22 > em, #sp-block-container-3 > em, #sp-block-container-4 > em, #sp-block-container-5 > em, #sp-block-container-6 > em, #sp-block-container-7 > em, #sp-block-container-8 > em, #sp-block-container-9 > em{
  font-style : oblique;
  color : #00a47f;
}

.page-contact#content #page-content > h1, .page-information#content #page-content > h1, .page-information1#content #page-content > h1, .page-information2#content #page-content > h1, .page-privacy#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-12 > h1, #sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-19 > h1, #sp-block-container-20 > h1, #sp-block-container-21 > h1, #sp-block-container-22 > h1, #sp-block-container-3 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  color : #ffffff;
  background-color : #00a453;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 13px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

.page-contact#content #page-content > h2, .page-information#content #page-content > h2, .page-information1#content #page-content > h2, .page-information2#content #page-content > h2, .page-privacy#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-12 > h2, #sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-19 > h2, #sp-block-container-20 > h2, #sp-block-container-21 > h2, #sp-block-container-22 > h2, #sp-block-container-3 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  color : #ffffff;
  background-color : #00a47f;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

.page-contact#content #page-content > h3, .page-information#content #page-content > h3, .page-information1#content #page-content > h3, .page-information2#content #page-content > h3, .page-privacy#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-12 > h3, #sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-19 > h3, #sp-block-container-20 > h3, #sp-block-container-21 > h3, #sp-block-container-22 > h3, #sp-block-container-3 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #10bf97;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

.page-contact#content #page-content > h4, .page-information#content #page-content > h4, .page-information1#content #page-content > h4, .page-information2#content #page-content > h4, .page-privacy#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-12 > h4, #sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-19 > h4, #sp-block-container-20 > h4, #sp-block-container-21 > h4, #sp-block-container-22 > h4, #sp-block-container-3 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #46ccb2;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

.page-contact#content #page-content > h5, .page-information#content #page-content > h5, .page-information1#content #page-content > h5, .page-information2#content #page-content > h5, .page-privacy#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-12 > h5, #sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-19 > h5, #sp-block-container-20 > h5, #sp-block-container-21 > h5, #sp-block-container-22 > h5, #sp-block-container-3 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

.page-contact#content #page-content > h6, .page-information#content #page-content > h6, .page-information1#content #page-content > h6, .page-information2#content #page-content > h6, .page-privacy#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-12 > h6, #sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-19 > h6, #sp-block-container-20 > h6, #sp-block-container-21 > h6, #sp-block-container-22 > h6, #sp-block-container-3 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 3px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 3px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

.page-contact#content #page-content > p, .page-information#content #page-content > p, .page-information1#content #page-content > p, .page-information2#content #page-content > p, .page-privacy#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-12 > p, #sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-19 > p, #sp-block-container-20 > p, #sp-block-container-21 > p, #sp-block-container-22 > p, #sp-block-container-3 > p, #sp-block-container-4 > p, #sp-block-container-5 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  line-height : 1.6;
  color : #515151;
  text-align : left;
  margin-top : 1em;
  margin-left : 3em;
  margin-right : 3em;
  margin-bottom : 1em;
}

.page-contact#content #page-content > p.indent, .page-information#content #page-content > p.indent, .page-information1#content #page-content > p.indent, .page-information2#content #page-content > p.indent, .page-privacy#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-1 > p.indent, #sp-block-container-10 > p.indent, #sp-block-container-11 > p.indent, #sp-block-container-12 > p.indent, #sp-block-container-13 > p.indent, #sp-block-container-14 > p.indent, #sp-block-container-15 > p.indent, #sp-block-container-16 > p.indent, #sp-block-container-17 > p.indent, #sp-block-container-18 > p.indent, #sp-block-container-19 > p.indent, #sp-block-container-20 > p.indent, #sp-block-container-21 > p.indent, #sp-block-container-22 > p.indent, #sp-block-container-3 > p.indent, #sp-block-container-4 > p.indent, #sp-block-container-5 > p.indent, #sp-block-container-6 > p.indent, #sp-block-container-7 > p.indent, #sp-block-container-8 > p.indent, #sp-block-container-9 > p.indent{
  padding-left : 15px;
}

.page-contact#content #page-content > strong, .page-information#content #page-content > strong, .page-information1#content #page-content > strong, .page-information2#content #page-content > strong, .page-privacy#content #page-content > strong, .page-toppage#content #page-content > strong, #sp-block-container-1 > strong, #sp-block-container-10 > strong, #sp-block-container-11 > strong, #sp-block-container-12 > strong, #sp-block-container-13 > strong, #sp-block-container-14 > strong, #sp-block-container-15 > strong, #sp-block-container-16 > strong, #sp-block-container-17 > strong, #sp-block-container-18 > strong, #sp-block-container-19 > strong, #sp-block-container-20 > strong, #sp-block-container-21 > strong, #sp-block-container-22 > strong, #sp-block-container-3 > strong, #sp-block-container-4 > strong, #sp-block-container-5 > strong, #sp-block-container-6 > strong, #sp-block-container-7 > strong, #sp-block-container-8 > strong, #sp-block-container-9 > strong{
  font-weight : bold;
  color : #515151;
  background-color : #6ad4bf;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-list-2, #sp-list-3{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

#sp-list-2 > li, #sp-list-3 > li{
  background-color : transparent;
  background-image : url(img/icon-01.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 21px 0.9em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 5px;
}

#sp-table-19, #sp-table-27, #sp-table-28, #sp-table-33, #sp-table-34, #sp-table-53, #sp-table-54, #sp-table-71{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #cac5b8;
  border-left-color : #cac5b8;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-19 td, #sp-table-27 td, #sp-table-28 td, #sp-table-33 td, #sp-table-34 td, #sp-table-53 td, #sp-table-54 td, #sp-table-71 td{
  font-weight : bold;
  color : #666666;
  background-color : #ffffff;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #cac5b8;
  border-bottom-color : #cac5b8;
}

#sp-table-19 th, #sp-table-27 th, #sp-table-28 th, #sp-table-33 th, #sp-table-34 th, #sp-table-53 th, #sp-table-54 th, #sp-table-71 th{
  font-weight : bold;
  color : #ffffff;
  background-color : #3c3f53;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #cac5b8;
  border-bottom-color : #cac5b8;
}

#sp-definition-list-1 > dd, #sp-definition-list-2 > dd, #sp-definition-list-3 > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt, #sp-definition-list-3 > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
}

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

  #sp-definition-list-1 > dd, #sp-definition-list-2 > dd, #sp-definition-list-3 > dd{
    margin-left : 20px;
  }
}

#sp-table-10, #sp-table-100, #sp-table-101, #sp-table-102, #sp-table-103, #sp-table-104, #sp-table-105, #sp-table-106, #sp-table-107, #sp-table-108, #sp-table-109, #sp-table-11, #sp-table-110, #sp-table-111, #sp-table-112, #sp-table-113, #sp-table-114, #sp-table-116, #sp-table-117, #sp-table-118, #sp-table-119, #sp-table-12, #sp-table-120, #sp-table-121, #sp-table-122, #sp-table-123, #sp-table-124, #sp-table-125, #sp-table-126, #sp-table-127, #sp-table-128, #sp-table-129, #sp-table-13, #sp-table-130, #sp-table-132, #sp-table-133, #sp-table-134, #sp-table-135, #sp-table-136, #sp-table-137, #sp-table-138, #sp-table-139, #sp-table-14, #sp-table-140, #sp-table-141, #sp-table-142, #sp-table-143, #sp-table-144, #sp-table-145, #sp-table-147, #sp-table-148, #sp-table-149, #sp-table-15, #sp-table-150, #sp-table-151, #sp-table-152, #sp-table-153, #sp-table-154, #sp-table-155, #sp-table-156, #sp-table-157, #sp-table-158, #sp-table-159, #sp-table-16, #sp-table-160, #sp-table-161, #sp-table-17, #sp-table-18, #sp-table-2, #sp-table-20, #sp-table-21, #sp-table-22, #sp-table-23, #sp-table-24, #sp-table-25, #sp-table-26, #sp-table-3, #sp-table-30, #sp-table-31, #sp-table-32, #sp-table-36, #sp-table-37, #sp-table-38, #sp-table-39, #sp-table-4, #sp-table-40, #sp-table-41, #sp-table-42, #sp-table-43, #sp-table-44, #sp-table-45, #sp-table-46, #sp-table-47, #sp-table-48, #sp-table-49, #sp-table-5, #sp-table-50, #sp-table-51, #sp-table-52, #sp-table-56, #sp-table-57, #sp-table-58, #sp-table-59, #sp-table-6, #sp-table-60, #sp-table-61, #sp-table-62, #sp-table-63, #sp-table-64, #sp-table-65, #sp-table-66, #sp-table-67, #sp-table-68, #sp-table-69, #sp-table-7, #sp-table-70, #sp-table-73, #sp-table-74, #sp-table-75, #sp-table-76, #sp-table-77, #sp-table-78, #sp-table-79, #sp-table-8, #sp-table-80, #sp-table-81, #sp-table-82, #sp-table-84, #sp-table-85, #sp-table-86, #sp-table-87, #sp-table-88, #sp-table-89, #sp-table-9, #sp-table-90, #sp-table-91, #sp-table-92, #sp-table-93, #sp-table-94, #sp-table-95, #sp-table-96, #sp-table-97, #sp-table-98{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-10 td, #sp-table-100 td, #sp-table-101 td, #sp-table-102 td, #sp-table-103 td, #sp-table-104 td, #sp-table-105 td, #sp-table-106 td, #sp-table-107 td, #sp-table-108 td, #sp-table-109 td, #sp-table-11 td, #sp-table-110 td, #sp-table-111 td, #sp-table-112 td, #sp-table-113 td, #sp-table-114 td, #sp-table-116 td, #sp-table-117 td, #sp-table-118 td, #sp-table-119 td, #sp-table-12 td, #sp-table-120 td, #sp-table-121 td, #sp-table-122 td, #sp-table-123 td, #sp-table-124 td, #sp-table-125 td, #sp-table-126 td, #sp-table-127 td, #sp-table-128 td, #sp-table-129 td, #sp-table-13 td, #sp-table-130 td, #sp-table-132 td, #sp-table-133 td, #sp-table-134 td, #sp-table-135 td, #sp-table-136 td, #sp-table-137 td, #sp-table-138 td, #sp-table-139 td, #sp-table-14 td, #sp-table-140 td, #sp-table-141 td, #sp-table-142 td, #sp-table-143 td, #sp-table-144 td, #sp-table-145 td, #sp-table-147 td, #sp-table-148 td, #sp-table-149 td, #sp-table-15 td, #sp-table-150 td, #sp-table-151 td, #sp-table-152 td, #sp-table-153 td, #sp-table-154 td, #sp-table-155 td, #sp-table-156 td, #sp-table-157 td, #sp-table-158 td, #sp-table-159 td, #sp-table-16 td, #sp-table-160 td, #sp-table-161 td, #sp-table-17 td, #sp-table-18 td, #sp-table-2 td, #sp-table-20 td, #sp-table-21 td, #sp-table-22 td, #sp-table-23 td, #sp-table-24 td, #sp-table-25 td, #sp-table-26 td, #sp-table-3 td, #sp-table-30 td, #sp-table-31 td, #sp-table-32 td, #sp-table-36 td, #sp-table-37 td, #sp-table-38 td, #sp-table-39 td, #sp-table-4 td, #sp-table-40 td, #sp-table-41 td, #sp-table-42 td, #sp-table-43 td, #sp-table-44 td, #sp-table-45 td, #sp-table-46 td, #sp-table-47 td, #sp-table-48 td, #sp-table-49 td, #sp-table-5 td, #sp-table-50 td, #sp-table-51 td, #sp-table-52 td, #sp-table-56 td, #sp-table-57 td, #sp-table-58 td, #sp-table-59 td, #sp-table-6 td, #sp-table-60 td, #sp-table-61 td, #sp-table-62 td, #sp-table-63 td, #sp-table-64 td, #sp-table-65 td, #sp-table-66 td, #sp-table-67 td, #sp-table-68 td, #sp-table-69 td, #sp-table-7 td, #sp-table-70 td, #sp-table-73 td, #sp-table-74 td, #sp-table-75 td, #sp-table-76 td, #sp-table-77 td, #sp-table-78 td, #sp-table-79 td, #sp-table-8 td, #sp-table-80 td, #sp-table-81 td, #sp-table-82 td, #sp-table-84 td, #sp-table-85 td, #sp-table-86 td, #sp-table-87 td, #sp-table-88 td, #sp-table-89 td, #sp-table-9 td, #sp-table-90 td, #sp-table-91 td, #sp-table-92 td, #sp-table-93 td, #sp-table-94 td, #sp-table-95 td, #sp-table-96 td, #sp-table-97 td, #sp-table-98 td{
  font-weight : bold;
  color : #666666;
  background-color : #ffffff;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-10 th, #sp-table-100 th, #sp-table-101 th, #sp-table-102 th, #sp-table-103 th, #sp-table-104 th, #sp-table-105 th, #sp-table-106 th, #sp-table-107 th, #sp-table-108 th, #sp-table-109 th, #sp-table-11 th, #sp-table-110 th, #sp-table-111 th, #sp-table-112 th, #sp-table-113 th, #sp-table-114 th, #sp-table-116 th, #sp-table-117 th, #sp-table-118 th, #sp-table-119 th, #sp-table-12 th, #sp-table-120 th, #sp-table-121 th, #sp-table-122 th, #sp-table-123 th, #sp-table-124 th, #sp-table-125 th, #sp-table-126 th, #sp-table-127 th, #sp-table-128 th, #sp-table-129 th, #sp-table-13 th, #sp-table-130 th, #sp-table-132 th, #sp-table-133 th, #sp-table-134 th, #sp-table-135 th, #sp-table-136 th, #sp-table-137 th, #sp-table-138 th, #sp-table-139 th, #sp-table-14 th, #sp-table-140 th, #sp-table-141 th, #sp-table-142 th, #sp-table-143 th, #sp-table-144 th, #sp-table-145 th, #sp-table-147 th, #sp-table-148 th, #sp-table-149 th, #sp-table-15 th, #sp-table-150 th, #sp-table-151 th, #sp-table-152 th, #sp-table-153 th, #sp-table-154 th, #sp-table-155 th, #sp-table-156 th, #sp-table-157 th, #sp-table-158 th, #sp-table-159 th, #sp-table-16 th, #sp-table-160 th, #sp-table-161 th, #sp-table-17 th, #sp-table-18 th, #sp-table-2 th, #sp-table-20 th, #sp-table-21 th, #sp-table-22 th, #sp-table-23 th, #sp-table-24 th, #sp-table-25 th, #sp-table-26 th, #sp-table-3 th, #sp-table-30 th, #sp-table-31 th, #sp-table-32 th, #sp-table-36 th, #sp-table-37 th, #sp-table-38 th, #sp-table-39 th, #sp-table-4 th, #sp-table-40 th, #sp-table-41 th, #sp-table-42 th, #sp-table-43 th, #sp-table-44 th, #sp-table-45 th, #sp-table-46 th, #sp-table-47 th, #sp-table-48 th, #sp-table-49 th, #sp-table-5 th, #sp-table-50 th, #sp-table-51 th, #sp-table-52 th, #sp-table-56 th, #sp-table-57 th, #sp-table-58 th, #sp-table-59 th, #sp-table-6 th, #sp-table-60 th, #sp-table-61 th, #sp-table-62 th, #sp-table-63 th, #sp-table-64 th, #sp-table-65 th, #sp-table-66 th, #sp-table-67 th, #sp-table-68 th, #sp-table-69 th, #sp-table-7 th, #sp-table-70 th, #sp-table-73 th, #sp-table-74 th, #sp-table-75 th, #sp-table-76 th, #sp-table-77 th, #sp-table-78 th, #sp-table-79 th, #sp-table-8 th, #sp-table-80 th, #sp-table-81 th, #sp-table-82 th, #sp-table-84 th, #sp-table-85 th, #sp-table-86 th, #sp-table-87 th, #sp-table-88 th, #sp-table-89 th, #sp-table-9 th, #sp-table-90 th, #sp-table-91 th, #sp-table-92 th, #sp-table-93 th, #sp-table-94 th, #sp-table-95 th, #sp-table-96 th, #sp-table-97 th, #sp-table-98 th{
  font-weight : bold;
  color : #515c6a;
  background-color : #efefef;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#breadcrumb-list {
}

#breadcrumb-list div{
  margin-top : 20px;
  margin-right : 10px;
  margin-bottom : 0px;
  width : auto;
  display : inline-block;
}

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

  #breadcrumb-list{
    padding-left : 10px;
    padding-right : 10px;
  }
}

#sp-site-navigation-1{
  font-size : 13px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 .menu-toggle{
  display : none;
}

#sp-site-navigation-1 .screen-reader-text{
  display : none;
}

#sp-site-navigation-1 ul ul{
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #3c3f53;
  border-left-color : #3c3f53;
  border-right-color : #3c3f53;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 35px;
  left : 0px;
  z-index : 9999;
}

#sp-site-navigation-1 ul ul li{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3c3f53;
  width : 100%;
  white-space : nowrap;
}

#sp-site-navigation-1 ul ul li a{
  color : #333333;
  text-decoration : none;
  padding-top : 1rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1rem;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #444444;
}

#sp-site-navigation-1 ul ul li > ul{
  top : 0px;
  left : 100%;
}

#sp-site-navigation-1 ul::after{
  height : 0px;
  clear : both;
  display : block;
  visibility : hidden;
  content : ".";
}

#sp-site-navigation-1 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
  position : relative;
  box-sizing : border-box;
}

#sp-site-navigation-1 > ul > li{
  float : left;
}

#sp-site-navigation-1 > ul > li:hover > ul{
  display : block;
}

#sp-site-navigation-1 > ul > li > a{
  line-height : 40px;
  color : #95c729;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #ffffff;
  background-color : #8fc31f;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > ul > li > a{
  color : #333333;
}

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

  #sp-site-navigation-1{
    text-align : center;
    width : 100%;
  }

  #sp-site-navigation-1 .menu-toggle{
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-1 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-1 ul{
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li{
    display : block;
  }

  #sp-site-navigation-1 ul li::after{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    content : '';
  }

  #sp-site-navigation-1 ul ul{
    display : none;
  }

  .button-menu#sp-site-navigation-1{
    background-color : #8fc31f;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  .button-menu#sp-site-navigation-1 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    display : block;
    cursor : pointer;
  }

  .button-menu#sp-site-navigation-1 li{
    background-color : #ffffff;
  }

  .button-menu#sp-site-navigation-1 ul{
    display : none;
  }

  .button-menu#sp-site-navigation-1 ul.toggled-on{
    display : block;
  }
}

#sp-table-1, #sp-table-115, #sp-table-131, #sp-table-146, #sp-table-162, #sp-table-163, #sp-table-29, #sp-table-35, #sp-table-55, #sp-table-72, #sp-table-83, #sp-table-99{
  font-size : 1.4rem;
  color : #3f3f3f;
  background-color : #ffffff;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 td, #sp-table-115 td, #sp-table-131 td, #sp-table-146 td, #sp-table-162 td, #sp-table-163 td, #sp-table-29 td, #sp-table-35 td, #sp-table-55 td, #sp-table-72 td, #sp-table-83 td, #sp-table-99 td{
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
  display : table-cell;
}

#sp-table-1 th, #sp-table-115 th, #sp-table-131 th, #sp-table-146 th, #sp-table-162 th, #sp-table-163 th, #sp-table-29 th, #sp-table-35 th, #sp-table-55 th, #sp-table-72 th, #sp-table-83 th, #sp-table-99 th{
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  min-width : 40px;
  display : table-cell;
}

#sp-table-1 > tbody > tr .col-title, #sp-table-115 > tbody > tr .col-title, #sp-table-131 > tbody > tr .col-title, #sp-table-146 > tbody > tr .col-title, #sp-table-162 > tbody > tr .col-title, #sp-table-163 > tbody > tr .col-title, #sp-table-29 > tbody > tr .col-title, #sp-table-35 > tbody > tr .col-title, #sp-table-55 > tbody > tr .col-title, #sp-table-72 > tbody > tr .col-title, #sp-table-83 > tbody > tr .col-title, #sp-table-99 > tbody > tr .col-title{
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
}

#sp-table-1 > tbody > tr .row-title, #sp-table-115 > tbody > tr .row-title, #sp-table-131 > tbody > tr .row-title, #sp-table-146 > tbody > tr .row-title, #sp-table-162 > tbody > tr .row-title, #sp-table-163 > tbody > tr .row-title, #sp-table-29 > tbody > tr .row-title, #sp-table-35 > tbody > tr .row-title, #sp-table-55 > tbody > tr .row-title, #sp-table-72 > tbody > tr .row-title, #sp-table-83 > tbody > tr .row-title, #sp-table-99 > tbody > tr .row-title{
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
}

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

  #sp-table-1, #sp-table-115, #sp-table-131, #sp-table-146, #sp-table-162, #sp-table-163, #sp-table-29, #sp-table-35, #sp-table-55, #sp-table-72, #sp-table-83, #sp-table-99{
    width : 100%;
  }
}

#sp-block-container-2{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-button-1> a:hover {
}

#sp-button-2> a:hover {
}

#sp-button-3> a:hover {
}

#sp-button-4> a:hover {
}

#sp-button-5> a:hover {
}

#sp-button-6> a:hover {
}

#sp-button-7> a:hover {
}

#sp-button-8> a:hover {
}

#sp-image-1 {
}

#sp-image-105{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-image-106{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-image-107{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-image-110{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-image-120{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-list-1 {
}

#sp-list-1 > li{
  color : #ffffff;
}

#sp-list-10 {
}

#sp-list-10> li {
}

#sp-list-11{
  list-style-type : decimal;
}

#sp-list-11 > li{
  background-image : none;
}

#sp-list-12 {
}

#sp-list-2 {
}

#sp-list-3 {
}

#sp-list-4 {
}

#sp-list-5 {
}

#sp-site-navigation-1{
  color : #000000;
  background-color : #4fe17a;
  background-position : left center;
  background-size : auto auto,auto auto;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #4fe07a;
  border-left-color : #4fe07a;
  border-right-color : #4fe07a;
  border-bottom-color : #4fe07a;
}

#sp-site-navigation-1 > ul{
  background-position : center center;
  background-size : auto auto,auto auto;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  font-weight : bold;
  background-color : #ffff80;
}

#sp-site-navigation-1 > ul > li > a{
  font-weight : bold;
  color : #006fa4;
  background-color : #4fe07a;
}

#sp-site-navigation-1 > ul > li > a:hover{
  background-color : #8fc31f;
  background-repeat : repeat-y;
}

#sp-table-1 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-1 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-1 > tbody > tr > th.row-title{
  color : #ff0000;
}

#sp-table-115 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-115 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-115 > tbody > tr > th.row-title{
  color : #ff0000;
}

#sp-table-116> tbody> tr> td {
}

#sp-table-116> tbody> tr> th {
}

#sp-table-117> tbody> tr> td {
}

#sp-table-117> tbody> tr> th {
}

#sp-table-118> tbody> tr> td {
}

#sp-table-118> tbody> tr> th {
}

#sp-table-119> tbody> tr> td {
}

#sp-table-119> tbody> tr> th {
}

#sp-table-120> tbody> tr> td {
}

#sp-table-120> tbody> tr> th {
}

#sp-table-121> tbody> tr> td {
}

#sp-table-121> tbody> tr> th {
}

#sp-table-122> tbody> tr> td {
}

#sp-table-122> tbody> tr> th {
}

#sp-table-123> tbody> tr> td {
}

#sp-table-123> tbody> tr> th {
}

#sp-table-124> tbody> tr> td {
}

#sp-table-124> tbody> tr> th {
}

#sp-table-125> tbody> tr> td {
}

#sp-table-125> tbody> tr> th {
}

#sp-table-126> tbody> tr> td {
}

#sp-table-126> tbody> tr> th {
}

#sp-table-127> tbody> tr> td {
}

#sp-table-127> tbody> tr> th {
}

#sp-table-128> tbody> tr> td {
}

#sp-table-128> tbody> tr> th {
}

#sp-table-129> tbody> tr> td {
}

#sp-table-129> tbody> tr> th {
}

#sp-table-130> tbody> tr> td {
}

#sp-table-130> tbody> tr> th {
}

#sp-table-131 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-131 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-132> tbody> tr> td {
}

#sp-table-132> tbody> tr> th {
}

#sp-table-133> tbody> tr> td {
}

#sp-table-133> tbody> tr> th {
}

#sp-table-134> tbody> tr> td {
}

#sp-table-134> tbody> tr> th {
}

#sp-table-135> tbody> tr> td {
}

#sp-table-135> tbody> tr> th {
}

#sp-table-136> tbody> tr> td {
}

#sp-table-136> tbody> tr> th {
}

#sp-table-137> tbody> tr> td {
}

#sp-table-137> tbody> tr> th {
}

#sp-table-139> tbody> tr> td {
}

#sp-table-139> tbody> tr> th {
}

#sp-table-140> tbody> tr> td {
}

#sp-table-140> tbody> tr> th {
}

#sp-table-141> tbody> tr> td {
}

#sp-table-141> tbody> tr> th {
}

#sp-table-142> tbody> tr> td {
}

#sp-table-142> tbody> tr> th {
}

#sp-table-143> tbody> tr> td {
}

#sp-table-143> tbody> tr> th {
}

#sp-table-144> tbody> tr> td {
}

#sp-table-144> tbody> tr> th {
}

#sp-table-145> tbody> tr> td {
}

#sp-table-145> tbody> tr> th {
}

#sp-table-146 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-146 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-147> tbody> tr> td {
}

#sp-table-147> tbody> tr> th {
}

#sp-table-148> tbody> tr> td {
}

#sp-table-148> tbody> tr> th {
}

#sp-table-149> tbody> tr> td {
}

#sp-table-149> tbody> tr> th {
}

#sp-table-150> tbody> tr> td {
}

#sp-table-150> tbody> tr> th {
}

#sp-table-151> tbody> tr> td {
}

#sp-table-151> tbody> tr> th {
}

#sp-table-152> tbody> tr> td {
}

#sp-table-152> tbody> tr> th {
}

#sp-table-153> tbody> tr> td {
}

#sp-table-153> tbody> tr> th {
}

#sp-table-154> tbody> tr> td {
}

#sp-table-154> tbody> tr> th {
}

#sp-table-155> tbody> tr> td {
}

#sp-table-155> tbody> tr> th {
}

#sp-table-156> tbody> tr> td {
}

#sp-table-156> tbody> tr> th {
}

#sp-table-157> tbody> tr> td {
}

#sp-table-157> tbody> tr> th {
}

#sp-table-158> tbody> tr> td {
}

#sp-table-158> tbody> tr> th {
}

#sp-table-159> tbody> tr> td {
}

#sp-table-159> tbody> tr> th {
}

#sp-table-160> tbody> tr> td {
}

#sp-table-160> tbody> tr> th {
}

#sp-table-161> tbody> tr> td {
}

#sp-table-161> tbody> tr> th {
}

#sp-table-35 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-35 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-35 > tbody > tr > th.row-title{
  color : #ff0000;
}

#sp-table-55 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-55 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-55 > tbody > tr > th.row-title{
  color : #ff0000;
}

#sp-table-72 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-72 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-72 > tbody > tr > th.row-title{
  color : #ff0000;
}

#sp-table-83 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-83 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-83 > tbody > tr > th.row-title{
  color : #ff0000;
}

#sp-table-99 > tbody > tr > td{
  font-size : 1.1rem;
}

#sp-table-99 > tbody > tr > th{
  font-size : 1.1rem;
}

#sp-table-99 > tbody > tr > th.row-title{
  color : #ff0000;
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-1{
    width : 905px;
    min-height : 174px;
  }

  #sp-block-container-11{
    margin-bottom : -84px;
    width : 905px;
    min-height : 20995px;
  }

  #sp-block-container-12{
    width : 903px;
    min-height : 13573px;
  }

  #sp-block-container-13{
    width : 905px;
  }

  #sp-block-container-14{
    width : 905px;
    min-height : 22819px;
  }

  #sp-block-container-15{
    width : 905px;
  }

  #sp-block-container-17{
    width : 905px;
    min-height : 19958px;
  }

  #sp-block-container-2{
    margin-top : 0px;
    margin-bottom : -12px;
    width : 905px;
    min-height : 24px;
  }

  #sp-block-container-4{
    margin-bottom : 22px;
    width : 905px;
    min-height : 40px;
  }

  #sp-block-container-5{
    width : 905px;
    min-height : 576px;
  }

  #sp-block-container-6{
    margin-bottom : 22px;
    width : 905px;
    min-height : 40px;
  }

  #sp-block-container-7{
    margin-bottom : 22px;
    width : 905px;
    min-height : 40px;
  }

  #sp-block-container-8{
    margin-bottom : 22px;
    width : 905px;
    min-height : 40px;
  }

  #sp-block-container-9{
    margin-bottom : -123px;
    width : 903px;
    min-height : 21589px;
  }

  #sp-button-1{
    float : right;
  }

  #sp-button-2{
    float : right;
  }

  #sp-button-3{
    float : right;
  }

  #sp-button-4{
    float : right;
  }

  #sp-button-5{
    float : right;
  }

  #sp-button-6{
    float : right;
  }

  #sp-button-7{
    float : right;
  }

  #sp-button-8{
    float : right;
  }

  #sp-definition-list-1{
    margin-bottom : -48px;
    width : 905px;
    min-height : 82px;
  }

  #sp-definition-list-2{
    margin-bottom : -19px;
    width : 905px;
    min-height : 82px;
  }

  #sp-definition-list-3{
    margin-bottom : -19px;
    width : 905px;
    min-height : 133px;
  }

  #sp-html-src-1{
    margin-bottom : -16px;
    width : 905px;
    min-height : 39px;
  }

  #sp-image-1 {
  }

  #sp-image-10 {
  }

  #sp-image-100 {
  }

  #sp-image-101{
    width : 500px;
    height : 289px;
  }

  #sp-image-102 {
  }

  #sp-image-103 {
  }

  #sp-image-104 {
  }

  #sp-image-105 {
  }

  #sp-image-106 {
  }

  #sp-image-107 {
  }

  #sp-image-108 {
  }

  #sp-image-109 {
  }

  #sp-image-11 {
  }

  #sp-image-110{
    width : 500px;
    height : 324px;
  }

  #sp-image-111{
    width : 500px;
    height : 324px;
  }

  #sp-image-112{
    width : 500px;
    height : 325px;
  }

  #sp-image-113 {
  }

  #sp-image-114 {
  }

  #sp-image-115{
    width : 500px;
    height : 324px;
  }

  #sp-image-116{
    width : 500px;
    height : 324px;
  }

  #sp-image-117{
    width : 500px;
    height : 325px;
  }

  #sp-image-118 {
  }

  #sp-image-119 {
  }

  #sp-image-12 {
  }

  #sp-image-120{
    margin-left : 50px;
    width : 253px;
    height : 306px;
  }

  #sp-image-121{
    width : 500px;
    height : 324px;
  }

  #sp-image-122{
    width : 500px;
    height : 324px;
  }

  #sp-image-123{
    width : 500px;
    height : 325px;
  }

  #sp-image-124 {
  }

  #sp-image-125 {
  }

  #sp-image-126 {
  }

  #sp-image-127 {
  }

  #sp-image-128 {
  }

  #sp-image-129 {
  }

  #sp-image-13 {
  }

  #sp-image-130 {
  }

  #sp-image-131 {
  }

  #sp-image-132 {
  }

  #sp-image-133 {
  }

  #sp-image-134 {
  }

  #sp-image-135 {
  }

  #sp-image-136 {
  }

  #sp-image-137 {
  }

  #sp-image-138 {
  }

  #sp-image-139 {
  }

  #sp-image-14 {
  }

  #sp-image-140 {
  }

  #sp-image-141 {
  }

  #sp-image-142 {
  }

  #sp-image-143 {
  }

  #sp-image-144 {
  }

  #sp-image-145 {
  }

  #sp-image-146 {
  }

  #sp-image-147 {
  }

  #sp-image-148 {
  }

  #sp-image-149 {
  }

  #sp-image-15 {
  }

  #sp-image-150 {
  }

  #sp-image-151 {
  }

  #sp-image-152 {
  }

  #sp-image-153 {
  }

  #sp-image-154 {
  }

  #sp-image-155 {
  }

  #sp-image-156 {
  }

  #sp-image-157 {
  }

  #sp-image-158 {
  }

  #sp-image-159 {
  }

  #sp-image-16 {
  }

  #sp-image-160 {
  }

  #sp-image-161 {
  }

  #sp-image-162 {
  }

  #sp-image-163 {
  }

  #sp-image-164 {
  }

  #sp-image-165{
    margin-top : auto;
    width : 500px;
    height : 306px;
  }

  #sp-image-166 {
  }

  #sp-image-167{
    width : 500px;
    height : 351px;
  }

  #sp-image-168{
    margin-top : auto;
    width : 500px;
    height : 306px;
  }

  #sp-image-169 {
  }

  #sp-image-17 {
  }

  #sp-image-170{
    width : 500px;
    height : 351px;
  }

  #sp-image-171{
    margin-top : auto;
  }

  #sp-image-174{
    margin-top : auto;
  }

  #sp-image-177{
    margin-top : auto;
  }

  #sp-image-18 {
  }

  #sp-image-181{
    margin-top : auto;
  }

  #sp-image-185{
    margin-top : auto;
  }

  #sp-image-187 {
  }

  #sp-image-188{
    margin-top : auto;
  }

  #sp-image-19 {
  }

  #sp-image-190 {
  }

  #sp-image-191{
    margin-top : auto;
  }

  #sp-image-193 {
  }

  #sp-image-194{
    margin-top : auto;
  }

  #sp-image-196 {
  }

  #sp-image-197{
    margin-top : auto;
  }

  #sp-image-199 {
  }

  #sp-image-2{
    width : 650px;
    height : 300px;
  }

  #sp-image-20 {
  }

  #sp-image-200{
    margin-top : auto;
    width : 500px;
    height : 338px;
  }

  #sp-image-202{
    width : 500px;
    height : 381px;
  }

  #sp-image-203{
    margin-top : auto;
  }

  #sp-image-206{
    margin-top : auto;
  }

  #sp-image-209{
    margin-top : auto;
  }

  #sp-image-21 {
  }

  #sp-image-212{
    margin-top : auto;
  }

  #sp-image-215{
    margin-top : auto;
  }

  #sp-image-218{
    margin-top : auto;
  }

  #sp-image-22 {
  }

  #sp-image-221{
    margin-top : auto;
  }

  #sp-image-224{
    margin-top : auto;
  }

  #sp-image-227{
    margin-top : auto;
  }

  #sp-image-23 {
  }

  #sp-image-230{
    margin-top : auto;
  }

  #sp-image-233{
    margin-top : auto;
  }

  #sp-image-236{
    margin-top : auto;
  }

  #sp-image-239{
    margin-top : auto;
  }

  #sp-image-24 {
  }

  #sp-image-242{
    margin-top : auto;
  }

  #sp-image-245{
    margin-top : auto;
  }

  #sp-image-248{
    margin-top : auto;
  }

  #sp-image-25 {
  }

  #sp-image-251{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-image-252{
    margin-top : auto;
  }

  #sp-image-255{
    margin-top : auto;
  }

  #sp-image-259{
    margin-top : auto;
  }

  #sp-image-26 {
  }

  #sp-image-260{
    margin-top : auto;
  }

  #sp-image-264{
    margin-top : auto;
  }

  #sp-image-267{
    margin-top : auto;
  }

  #sp-image-269{
    margin-top : auto;
  }

  #sp-image-27 {
  }

  #sp-image-272{
    margin-top : auto;
  }

  #sp-image-275{
    margin-top : auto;
  }

  #sp-image-278{
    margin-top : auto;
  }

  #sp-image-28 {
  }

  #sp-image-281{
    margin-top : auto;
  }

  #sp-image-284{
    margin-top : auto;
  }

  #sp-image-287{
    margin-top : auto;
    width : 500px;
    height : 327px;
  }

  #sp-image-29 {
  }

  #sp-image-291{
    margin-top : auto;
    width : 500px;
    height : 327px;
  }

  #sp-image-294{
    margin-top : auto;
  }

  #sp-image-297{
    margin-top : auto;
  }

  #sp-image-3 {
  }

  #sp-image-30 {
  }

  #sp-image-302{
    margin-top : auto;
  }

  #sp-image-306{
    margin-top : auto;
  }

  #sp-image-309{
    margin-top : auto;
  }

  #sp-image-31 {
  }

  #sp-image-313{
    margin-top : auto;
  }

  #sp-image-316{
    margin-top : auto;
  }

  #sp-image-319{
    margin-top : auto;
  }

  #sp-image-32 {
  }

  #sp-image-322{
    margin-top : auto;
  }

  #sp-image-325{
    margin-top : auto;
  }

  #sp-image-328{
    margin-top : auto;
  }

  #sp-image-33 {
  }

  #sp-image-331{
    margin-top : auto;
  }

  #sp-image-334{
    margin-top : auto;
  }

  #sp-image-338 {
  }

  #sp-image-34 {
  }

  #sp-image-342{
    margin-left : 37px;
  }

  #sp-image-35 {
  }

  #sp-image-36 {
  }

  #sp-image-37 {
  }

  #sp-image-378 {
  }

  #sp-image-379 {
  }

  #sp-image-38 {
  }

  #sp-image-380 {
  }

  #sp-image-382 {
  }

  #sp-image-383 {
  }

  #sp-image-384 {
  }

  #sp-image-386 {
  }

  #sp-image-387 {
  }

  #sp-image-389 {
  }

  #sp-image-39 {
  }

  #sp-image-390 {
  }

  #sp-image-392 {
  }

  #sp-image-393 {
  }

  #sp-image-395 {
  }

  #sp-image-396 {
  }

  #sp-image-399 {
  }

  #sp-image-4 {
  }

  #sp-image-40 {
  }

  #sp-image-400 {
  }

  #sp-image-402 {
  }

  #sp-image-403 {
  }

  #sp-image-405{
    width : 400px;
    height : 246px;
  }

  #sp-image-406 {
  }

  #sp-image-408 {
  }

  #sp-image-409 {
  }

  #sp-image-41 {
  }

  #sp-image-410{
    width : 286px;
    height : 409px;
  }

  #sp-image-414{
    width : 400px;
    height : 300px;
  }

  #sp-image-416{
    width : 400px;
    height : 246px;
  }

  #sp-image-417 {
  }

  #sp-image-419{
    width : 400px;
    height : 246px;
  }

  #sp-image-42 {
  }

  #sp-image-420 {
  }

  #sp-image-422{
    width : 400px;
    height : 246px;
  }

  #sp-image-423 {
  }

  #sp-image-425{
    width : 400px;
    height : 246px;
  }

  #sp-image-426 {
  }

  #sp-image-428{
    width : 400px;
    height : 246px;
  }

  #sp-image-429 {
  }

  #sp-image-43 {
  }

  #sp-image-432{
    width : 400px;
    height : 246px;
  }

  #sp-image-434 {
  }

  #sp-image-436{
    width : 400px;
    height : 246px;
  }

  #sp-image-437 {
  }

  #sp-image-439{
    width : 400px;
    height : 246px;
  }

  #sp-image-44 {
  }

  #sp-image-440 {
  }

  #sp-image-441 {
  }

  #sp-image-442 {
  }

  #sp-image-443 {
  }

  #sp-image-444 {
  }

  #sp-image-445{
    width : 399px;
    height : 280px;
  }

  #sp-image-446 {
  }

  #sp-image-447 {
  }

  #sp-image-448{
    width : 399px;
    height : 280px;
  }

  #sp-image-449 {
  }

  #sp-image-45 {
  }

  #sp-image-450 {
  }

  #sp-image-451{
    width : 399px;
    height : 280px;
  }

  #sp-image-452 {
  }

  #sp-image-453 {
  }

  #sp-image-454{
    width : 399px;
    height : 280px;
  }

  #sp-image-455 {
  }

  #sp-image-456 {
  }

  #sp-image-457{
    width : 399px;
    height : 280px;
  }

  #sp-image-458 {
  }

  #sp-image-459 {
  }

  #sp-image-46 {
  }

  #sp-image-460{
    width : 399px;
    height : 280px;
  }

  #sp-image-461 {
  }

  #sp-image-463{
    width : 399px;
    height : 280px;
  }

  #sp-image-466{
    width : 399px;
    height : 280px;
  }

  #sp-image-47 {
  }

  #sp-image-48 {
  }

  #sp-image-480 {
  }

  #sp-image-483{
    margin-left : 50px;
    width : 500px;
    height : 317px;
  }

  #sp-image-49 {
  }

  #sp-image-5 {
  }

  #sp-image-50 {
  }

  #sp-image-51 {
  }

  #sp-image-52 {
  }

  #sp-image-53{
    width : 500px;
    height : 351px;
  }

  #sp-image-54{
    margin-top : auto;
    width : 500px;
    height : 306px;
  }

  #sp-image-55 {
  }

  #sp-image-56{
    width : 500px;
    height : 351px;
  }

  #sp-image-57{
    margin-top : auto;
    width : 500px;
    height : 306px;
  }

  #sp-image-58 {
  }

  #sp-image-59{
    width : 500px;
    height : 351px;
  }

  #sp-image-6 {
  }

  #sp-image-60{
    width : 500px;
    height : 351px;
  }

  #sp-image-61 {
  }

  #sp-image-62 {
  }

  #sp-image-63{
    width : 293px;
    height : 400px;
  }

  #sp-image-64 {
  }

  #sp-image-65 {
  }

  #sp-image-66 {
  }

  #sp-image-67 {
  }

  #sp-image-68{
    width : 223px;
    height : 400px;
  }

  #sp-image-69 {
  }

  #sp-image-7 {
  }

  #sp-image-70 {
  }

  #sp-image-71 {
  }

  #sp-image-72 {
  }

  #sp-image-73 {
  }

  #sp-image-74 {
  }

  #sp-image-75 {
  }

  #sp-image-76{
    width : 500px;
    height : 331px;
  }

  #sp-image-77 {
  }

  #sp-image-78{
    width : 500px;
    height : 324px;
  }

  #sp-image-79 {
  }

  #sp-image-8 {
  }

  #sp-image-80{
    width : 500px;
    height : 331px;
  }

  #sp-image-81 {
  }

  #sp-image-82{
    width : 500px;
    height : 324px;
  }

  #sp-image-83 {
  }

  #sp-image-84{
    width : 500px;
    height : 331px;
  }

  #sp-image-85 {
  }

  #sp-image-86 {
  }

  #sp-image-87 {
  }

  #sp-image-88 {
  }

  #sp-image-89 {
  }

  #sp-image-9 {
  }

  #sp-image-90{
    width : 500px;
    height : 331px;
  }

  #sp-image-91{
    width : 500px;
    height : 331px;
  }

  #sp-image-92{
    width : 500px;
    height : 331px;
  }

  #sp-image-93{
    width : 500px;
    height : 331px;
  }

  #sp-image-94 {
  }

  #sp-image-95 {
  }

  #sp-image-96 {
  }

  #sp-image-97 {
  }

  #sp-image-98{
    width : 500px;
    height : 302px;
  }

  #sp-image-99 {
  }

  #sp-list-1{
    margin-top : -7px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : -7px;
    min-height : 28px;
  }

  #sp-list-11{
    margin-left : 30px;
    min-height : 81px;
  }

  #sp-list-12{
    margin-left : 30px;
    min-height : 81px;
  }

  #sp-list-2{
    margin-left : 30px;
  }

  #sp-list-3{
    margin-left : 30px;
  }

  #sp-list-4{
    width : 805px;
    min-height : 41px;
  }

  #sp-list-5{
    width : 805px;
    min-height : 41px;
  }

  #sp-page-title-10{
    margin-top : -15px;
  }

  #sp-page-title-11{
    margin-top : -15px;
  }

  #sp-page-title-12{
    margin-top : -15px;
  }

  #sp-page-title-13{
    margin-top : -15px;
  }

  #sp-page-title-14{
    margin-top : -15px;
  }

  #sp-page-title-15{
    margin-top : -15px;
  }

  #sp-page-title-16{
    margin-top : -15px;
  }

  #sp-page-title-17{
    margin-top : -15px;
  }

  #sp-page-title-18{
    margin-top : -15px;
  }

  #sp-page-title-19{
    margin-top : -15px;
  }

  #sp-page-title-2{
    margin-top : -15px;
  }

  #sp-page-title-20{
    margin-top : -15px;
  }

  #sp-page-title-21{
    margin-top : -15px;
  }

  #sp-page-title-3{
    margin-top : -15px;
  }

  #sp-page-title-4{
    margin-top : -15px;
  }

  #sp-page-title-5{
    margin-top : -15px;
  }

  #sp-page-title-6{
    margin-top : -15px;
  }

  #sp-page-title-7{
    margin-top : -15px;
  }

  #sp-page-title-8{
    margin-top : -15px;
  }

  #sp-page-title-9{
    margin-top : -15px;
  }

  #sp-site-navigation-1{
    width : 900px;
    min-height : 47px;
  }

  #sp-table-1 {
  }

  #sp-table-10{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-100{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-101{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-102{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-103{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-104{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-105{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-106{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-107{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-108{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-109{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-11{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-110{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-111{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-112{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-113{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-114{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-115 {
  }

  #sp-table-116{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-117{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-118{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-119{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-12{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-120{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-121{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-122{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-123{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-124{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-125{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-126{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-127{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-128{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-129{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-13{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-130{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-131 {
  }

  #sp-table-132{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-133{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-134{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-135{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-136{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-137{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-138{
    margin-left : 40px;
    margin-right : 8px;
    margin-bottom : -49px;
    width : 416px;
    min-height : 648px;
  }

  #sp-table-139{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-14{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-140{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-141{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-142{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-143{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-144{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-145{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-146 {
  }

  #sp-table-147{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 510px;
  }

  #sp-table-148{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-149{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-15{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-150{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-151{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-152{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-153{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-154{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-155{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-156{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-157{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-158{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-159{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-16{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-160{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-161{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 800px;
  }

  #sp-table-162 {
  }

  #sp-table-163{
    width : 870px;
  }

  #sp-table-17{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-18{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-2{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-20{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-21{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-22{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-23{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-24{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-25{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-26{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-3{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-30{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-31{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 355px;
  }

  #sp-table-32{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-35{
    margin-right : -15px;
    width : 800px;
    float : left;
  }

  #sp-table-36{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-37{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-38{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-39{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-4{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-40{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-41{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-42{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-43{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-44{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-45{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-46{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-47{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-48{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-49{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-5{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-50{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-51{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-52{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-55 {
  }

  #sp-table-56{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-57{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-58{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-59{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-6{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-60{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-61{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-62{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-63{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-64{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-65{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-66{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-67{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-68{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-69{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-7{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-70{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-72 {
  }

  #sp-table-73{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-74{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-75{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-76{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-77{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-78{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-79{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-8{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-80{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-81{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-82{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-83 {
  }

  #sp-table-84{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-85{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-86{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-87{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-88{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-89{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 368px;
  }

  #sp-table-9{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-90{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-91{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-92{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-93{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-94{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-95{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-96{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-97{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-98{
    margin-left : 40px;
    margin-right : 40px;
    width : 400px;
    min-height : 415px;
  }

  #sp-table-99 {
  }
}

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

  #sp-image-1{
    width : 379px;
    height : 57px;
  }

  #sp-site-navigation-1{
    width : 314px;
    min-height : 25px;
  }
}