@font-face {
    font-family: 'Knockout51';
    src:url('../fonts/Knockout-51.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#container {
	position: relative;
	width: 300px;
	height: 250px;
	background: #000;
}

#bg {
	position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  
  #logos {
	position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  
  #main {
	position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  

#cta {
    position: absolute;
    top: 160px;
    right: 97px;
    width: 100px;
    height: 30px;
    background: #ffdc00;
    border-radius: 4px;
    color: #001b57;
    font-family: 'Knockout51', sans-serif;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#disclaimer1 {
	position: absolute;
	bottom: 2px;
	left: 5px;
	width: 290px;
	color: #fff;
	font-family: 'RobotoRegular', sans-serif;
	font-size: 6px;
	line-height: 9px;
	text-align: center;
}

#disclaimer1 span {
	font-family: 'RobotoRegular', sans-serif;
	font-size: 163%;
	line-height: 118%;
}

#tcLogo {
  display: block;
	width: auto;
	height: 20px;
  margin: 0 auto 5px;
}

#gsLogo {
  display: inline-block;
  width: auto;
  height: 15px;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.nowrap {
  white-space: nowrap;
  font-size: 100% !important;
}
