.main-header {
  background-color:rgb(15 10 48);
}

.main-header .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-header .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-header .custom-row .logo-wrapper img {
  max-width: 220px;
}

.main-header .custom-row .btn-wrapper a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.125rem;
}

.main-header .custom-row .btn-wrapper a:hover {
  background: #fff;
  color: #000;
}

.footer-main {
  background-color:rgb(15 10 48);
}

.footer-main .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-main .custom-row .footer-right span {
  display: inline-block;
}

.footer-main .custom-row .footer-right span p,
.footer-main .custom-row .footer-right span p span,
.footer-main .custom-row .footer-right span a {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
}

.footer-main .custom-row .footer-left span a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 1.42857143;
}

.footer-main .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-main .custom-row .footer-right span p {
  display: inline-block;
}

.footer-main .custom-row .footer-right span a:last-child {
  border-left: 1.9px solid #fff;
  padding-left: 3px;
  line-height: 17px;
}

.disclaimer-main {
  background-color:rgb(15 10 48);
}

.disclaimer-main .container .disclaimer {
  width: 50%;
}

.disclaimer span {
  color: #fff;
  font-size: 12px;
  line-height: 8px;
}

@media (max-width: 1024px) {
  .disclaimer-main .container .disclaimer {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-header .custom-row .btn-wrapper a {
    padding: 0.6rem 0;
  }
  .main-header .btn-wrapper {
    margin-top: 30px;
  }

  .main-header .custom-row {
    display: block;
  }

  .main-header .custom-row .logo-wrapper {
    margin-bottom: 20px;
  }

  .footer-main .custom-row .footer-right {
    width: 100%;
    max-width: 62%;
  }

  .canvas-wrapper.w-\[200px\] {
    width: 100%;
  }

  .canvas-wrapper.w-\[200px\] canvas {
    width: 100%;
  }

  div#___gatsby .bg-black header h1.text-\[76px\] {
    font-size: 68px;
  }

  .calc-body .stats-card p.h2 {
    font-size: 34px;
  }

  .disclaimer-main .container .disclaimer {
    width: 100%;
  }
}
