/* Import Roboto with Light, Regular, Medium, and Bold weights */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  color: #231F20;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-wrapper .container {
  background-color: #ffffff;
  max-width: 488px;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 2px auto 0 auto;
}
.main-wrapper .container .inline-block {
  display: inline-block;
}
.main-wrapper .container .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .container .close-btn img {
  width: 16px;
  height: 16px;
}
.main-wrapper .container .close-btn:hover {
  cursor: pointer;
}
.main-wrapper .container header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 73px;
}
.main-wrapper .container header h1 {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 600;
}
.main-wrapper .container header p {
  font-size: 16px;
  color: #231F20;
  margin: 0;
  font-weight: 400;
}
.main-wrapper .container .promo-card {
  background-color: #EFF8FF;
  border-radius: 12px;
  padding: 60px 24px 24px 24px;
  text-align: center;
  margin: 40px 0 24px;
  position: relative;
}
.main-wrapper .container .promo-card .icon-circle {
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.main-wrapper .container .promo-card .icon-circle .icon-clock {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #0051a5;
  stroke-width: 2;
}
.main-wrapper .container .promo-card h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-weight: 600;
}
.main-wrapper .container .promo-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #231F20;
}
.main-wrapper .container .promo-card .features-list {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0;
  list-style-position: outside;
  list-style-type: disc;
}
.main-wrapper .container .promo-card .features-list li {
  margin-bottom: 16px;
  font-size: 14px;
  color: #231F20;
  font-weight: 400;
  line-height: 1.4;
}
.main-wrapper .container .promo-card .features-list li:last-child {
  margin-bottom: 0;
}
.main-wrapper .container .promo-card .features-list li::marker {
  font-size: 18px;
  color: #231F20;
}
.main-wrapper .container .eligibility-notice {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #231F20;
}
.main-wrapper .container .banner-cta {
  background: linear-gradient(to bottom, #EFF8FF, #FFFFFF);
  border: 1px solid #0066CC1A;
  box-shadow: 0 2px 8px 0 #0066CC1A;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  margin-bottom: 32px;
}
.main-wrapper .container .banner-cta .brand {
  margin-bottom: 2px;
}
.main-wrapper .container .banner-cta .brand img {
  height: 21px;
}
.main-wrapper .container .banner-cta .cta-text {
  font-size: 14px;
}
.main-wrapper .container .legal-text {
  margin-bottom: 28px;
  font-weight: 400;
}
.main-wrapper .container .legal-text p {
  margin: 0;
  font-size: 12px;
  color: #231F20;
}
.main-wrapper .container .legal-text p:first-child {
  margin-bottom: 32px;
}
.main-wrapper footer {
  background: #F5F5F5;
  padding: 16px 20px 32px;
}
.main-wrapper footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
}
.main-wrapper footer .footer-top .encrypted {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.main-wrapper footer .footer-top .encrypted .lock-icon {
  margin-right: 6px;
}
.main-wrapper footer .footer-top .powered-by {
  display: flex;
  justify-content: start;
  align-items: center;
}
.main-wrapper footer .footer-top .powered-by img {
  height: 23px;
  margin-left: 11px;
}
.main-wrapper footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 15px;
}
.main-wrapper footer .footer-links a {
  color: #006AC3;
  text-decoration: none;
  font-weight: 500;
}
.main-wrapper footer .footer-links a:after {
  content: '|';
  padding-left: 12px;
  color: #666666;
}
.main-wrapper footer .footer-links a:last-child:after {
  content: '';
  padding: 0;
}
.main-wrapper footer .footer-links a:hover {
  text-decoration: underline;
}
.main-wrapper footer .provider-tag {
  font-size: 12px;
  color: #231F20;
}
