html,body{
 height: 100%;
 max-height: none;
 max-width: none;
 margin: 0;
}
#banner {
 /*position: absolute;*/
 overflow: hidden;
 width: 100%;
 left: 0;
 height: 100%;
 top: 0;
 }

@font-face {font-family: "Vectora LT Std 55 Roman";
  src: url("873cbcd44c096cc07f6cbe783802709c.eot"); /* IE9*/
  src: url("873cbcd44c096cc07f6cbe783802709c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("873cbcd44c096cc07f6cbe783802709c.woff2") format("woff2"), /* chrome、firefox */
  url("873cbcd44c096cc07f6cbe783802709c.woff") format("woff"), /* chrome、firefox */
  url("873cbcd44c096cc07f6cbe783802709c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("873cbcd44c096cc07f6cbe783802709c.svg#Vectora LT Std 55 Roman") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Vectora LT Std 95 Black";
  src: url("8a204388be4f15f118bc0fecb7857222.eot"); /* IE9*/
  src: url("8a204388be4f15f118bc0fecb7857222.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("8a204388be4f15f118bc0fecb7857222.woff2") format("woff2"), /* chrome、firefox */
  url("8a204388be4f15f118bc0fecb7857222.woff") format("woff"), /* chrome、firefox */
  url("8a204388be4f15f118bc0fecb7857222.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("8a204388be4f15f118bc0fecb7857222.svg#Vectora LT Std 95 Black") format("svg"); /* iOS 4.1- */
}

#footer {
 min-height: 80px;
 background-color: #000000;
 color: #FFFFFF;
 font-family: "Vectora LT Std 55 Roman";
 font-size: 12pt;
 font-style: normal;
 font-weight: 400;
 letter-spacing: 0.015em;
 line-height: 16pt;
 padding-top: 10px;
}

#footer .title {
 font-family: "Vectora LT Std 95 Black";
 margin-left: 10px;
 float: left;
 display: flex;
 justify-content: flex-end;
}

#footer .subtitle {
 font-family: "Vectora LT Std 55 Roman";
 margin-left: 10px;
 overflow: auto;
 overflow-warp: break-word;
}

#footer a:link, a:visited, a:active, a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
