body {
  font-family: "Josefin Sans", "Roboto", sans-serif;
  line-height: 1;
  font-weight: 400;
  /* overflow-x: hidden; */
  color: #fff;

  background: #0d1117;
}

/**************************/
/* HEADER */
/**************************/

.header {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 1.6rem;
}

.header-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 140rem;
  padding: 0;
}

.logo {
  height: 2.8rem;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

/**************************/
/* INDEX PAGE */
/**************************/

/*---------------------*/
/* Hero 
/*-------------*/

.section-hero {
  position: relative;
}

.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 9, 0.9);
}

.section-hero {
  background-image: url(/img/hero-background.jpg);
  background-size: cover;
  background-position: center;
  padding: 9.6rem 0 9.6rem 0;
  /* opacity: 30%; */
}

.hero {
  display: grid;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  grid-template-columns: 1fr 1fr;
  gap: 12.8rem;
  position: relative;
  z-index: 100;
}

.hero-text-box {
  padding: 4rem 0 0 2rem;
}

.hero-description {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin-bottom: 4.8rem;
}

.large {
  padding: 3rem 8rem;
}

.hero-img {
  width: 100%;
  padding-left: 5rem;
  padding-bottom: 5rem;
}

/*---------------------*/
/* Payment Type 
/*-------------*/

.section-payment-type {
  /* padding: 3.2rem 0 3.2rem 0; */
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}

.logos {
  display: flex;
  justify-content: space-around;
}

.logos img {
  height: 4.4rem;
  filter: grayscale(100);
  opacity: 60%;
}

/*---------------------*/
/* Features 
/*-------------*/

.section-features.mini-container {
  margin: 0 auto 9.6rem;
  max-width: 130rem;
  padding: 3.2rem;
  border: none;
}

.section-features-items {
  display: grid;
  column-gap: 8rem;
  /* row-gap: 2.4rem; */
  margin-bottom: 3.2rem;
}

.section-features-item img {
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: #35b972;
  width: 12.8rem;
  height: 8.6rem;
  margin-bottom: 3.2rem;
  border: 1px solid #b7e7cd;
}

.section-features-item-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.section-features-item p {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.section-features-btn {
  display: flex;
  justify-content: center;
  border-top: 0.5px solid rgba(139, 139, 146, 0.3);
  padding-top: 3.2rem;
}

/*---------------------*/
/* How It Work 
/*-------------*/

.section-how-it-work {
  margin-bottom: 9.6rem;
}

.how-it-work .heading-secondary {
  margin-bottom: 1.6rem;
}

.graph-chart-container {
  display: grid;
  grid-template-columns: 1fr 32rem;
  column-gap: 6.4rem;
}

.how-it-work-description {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  margin-bottom: 2.4rem;
}

.section-how-it-work .graph-chart {
  width: 100%;
  height: 45rem;
  /* border: 0.5px solid rgba(139, 139, 146, 0.603); */
  border-radius: 0.4rem;
}

.graph-chart-controller.mini-container {
  border: none;
}

.logo-container {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid rgba(139, 139, 146, 0.3);
  margin-bottom: 3rem;
}

.logo-container img {
  height: 3.2rem;
  filter: grayscale(100);
  opacity: 60%;
}

.btn-container {
  display: grid;
  row-gap: 2.4rem;
  text-align: center;
  margin-bottom: 3.2rem;
}

.graph-chart-description {
  display: flex;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.btn-container .large {
  padding: 3rem 6.4rem;
  width: 100%;
}

/*---------------------*/
/* Start Trade 
/*-------------*/

.section-start-trade {
  padding-bottom: 9.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.start-trading .heading-secondary {
  margin-bottom: 1.6rem;
}

.start-trading-description {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  margin-bottom: 4.8rem;
}

.start-trading-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15rem;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.start-trading-item img {
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: #35b972;
  width: 12.8rem;
  height: 8.6rem;
  margin-bottom: 3.2rem;
  border: 1px solid #b7e7cd;
}

.start-trading-item-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
}

.start-trading-item-text {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4.8rem;
  min-height: 10rem;
}

/*---------------------*/
/* FAQ 
/*-------------*/

.section-faq {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}

.section-faq .heading-secondary {
  margin-bottom: 3.2rem;
}

/* .faq-containers {
} */

.faq-container {
  display: grid;
  row-gap: 2.4rem;
}

.faq-container-item.mini-container {
  cursor: pointer;
  border: none;
}

.faq-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2.4rem;
}

.faq-top-container .ph-question {
  font-size: 2rem;
}

.faq-question {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
}

.faq-top-container .ph-caret-up {
  font-size: 1.4rem;
  color: #fff;
  display: none;
}

.faq-top-container .ph-caret-down {
  font-size: 1.4rem;
  color: #fff;
}

.faq-answer-container {
  display: none;
}

/* Show the answer when the show-answer class is applied */
.show-answer .faq-answer-container {
  display: block;
}

.faq-answer {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  padding-top: 1.4rem;
  padding-left: 4.8rem;
}

/*---------------------*/
/* Footer
/*-------------*/

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 6.4rem;
}

.footer-container {
  margin-top: 8rem;
}

.footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 23rem;
  grid-column-gap: 4.8rem;
  grid-row-gap: 7.2rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-social {
  display: flex;
  gap: 1.2rem;
  grid-column: 4/5;
}

.footer-social-link {
  padding: 0.6rem;
  text-decoration: none;
  border-radius: 4px;
  background-color: #131722;
}

.footer-social-link .ph {
  font-size: 2.4rem;
}

.footer-heading {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.contacts {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4;
}

.address {
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  display: grid;
  gap: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3.2rem;
  margin-bottom: 4.8rem;
}

.footer-copyright {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}

/**************************/
/* AUTH PAGES */
/**************************/

.auth-container {
  display: grid;
  justify-items: center;
  /* place-items: center; */
  margin-top: 8rem;
}

.auth-container h2 {
  font-size: 2.4rem;
  /* font-weight: 700; */
  margin-bottom: 2.4rem;
}

.auth-container .mini-container {
  padding: 2rem;
  width: 44rem;
  margin-bottom: 2.4rem;
}

.auth-container label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #9a9da6;
  width: 100%;
}

.auth-container input {
  width: 100%;
  height: 4.4rem;
  padding: 1rem;
  font-size: 1.6rem;
  background-color: #2b3040;
  border-radius: 4px;
  border-color: rgba(139, 139, 146, 0.603);
  color: #fff;
  cursor: pointer;
  outline: none;
  border-width: 0.5px;
  border-style: solid;
  margin-bottom: 1.2rem;
}

.auth-container .terms {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.6rem;
}

.terms label {
  color: #fff;
  margin-bottom: 0;
}

.terms input {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0;
}

.terms a {
  /* text-decoration: none; */
  color: #0faf59;
}

.terms a:hover {
  text-decoration: none;
}

.auth-container .btn {
  height: 4.4rem;
}

.auth-container .switch {
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
}

.auth-container .switch a {
  color: #0faf59;
}

.auth-container .switch a:hover {
  text-decoration: none;
}

.auth-container .forgot-password {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.auth-container .forgot-password a {
  color: #0faf59;
}

.auth-container .forgot-password a:hover {
  text-decoration: none;
}

/**************************/
/* TRADE & EVALUATION PAGE */
/**************************/

.page {
  display: grid;
  column-gap: 1.2rem;
  row-gap: 1.2rem;

  grid-template-columns: 1fr 34rem;
  grid-template-rows: 6.5rem 1fr;
  padding: 0 1.2rem 1.2rem 1.2rem;
  /* margin-bottom: 1rem; */
}

/*---------------------*/
/* Header & Navigation
/*-------------*/

.header-app {
  position: relative;
  grid-column: 1 / -1;
}

.header-app-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
}

.header-app-group a {
  display: block;
}

.main-nav {
  display: flex;
  gap: 1.2rem;
}

.header-bal {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background-color: #2b3040;
  border: 1px solid #43474f;
  padding: 0.4rem 1.6rem;
  border-radius: 5px;
  font-weight: 700;
  /* margin-right: 1rem; */
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.header-bal:hover {
  background-color: #444b5d;
  border: 1px solid #8b949e;
  color: #fff;
}

.ph {
  font-size: 2rem;
  color: #0faf59;
}

.ph-caret-up {
  font-size: 1.4rem;
  color: #fff;
  display: none;
}

.ph-caret-down {
  font-size: 1.4rem;
  color: #fff;
}

.header-bal-text {
  font-size: 12px;
  color: #9a9da6;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.header-bal-amount {
  font-size: 16px;
  color: #fff;
}

.focus-group {
  display: none;
  position: absolute;
  background-color: #2b3040;
  border: 0.8px solid #43474f;
  border-radius: 3px;
  padding: 1rem;
  z-index: 100;
  top: 7.2rem;
  right: 36.3rem;
}

.focus-group-divider {
  display: flex;
  align-content: space-between;
  column-gap: 1.6rem;
}

.account-details {
  display: grid;
  padding: 1rem 2rem 0 2rem;
  font-size: 1.2rem;
}

.illustration-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  background-color: #0d1117;
  border: 1px solid #78a98faf;
  border-radius: 4px;
}

.illustration-container img {
  max-width: 18rem;
  height: 10rem;
  opacity: 0.8;
}

.email {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 1.2rem;
}

.id {
  color: #9a9da6;
  margin-bottom: 1.2rem;
}

.auto-trader-box {
  border-top: 1px solid #43474f;
}

.auto-trader-box .top-section {
  display: flex;
  justify-content: space-between;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

.auto-trader-box .top-section p {
  /* color: #0d1117; */
  font-size: 1.6rem;
  font-weight: 500;
}

.auto-trader-box .explain-auto-trader-link {
  color: #9a9da6;
}

.mini-nav {
  background-color: #0d1117;
  border: 1px solid #78a98faf;
  border-radius: 3px;
  padding: 2rem;
  width: 13rem;
}

.mini-nav-list {
  display: grid;
  list-style: none;
  gap: 1.2rem;
}

.mini-nav-link:link,
.mini-nav-link:visited {
  display: block;
  text-decoration: inherit;
  color: #fff;
  /* font-weight: 500; */
  font-size: 1.4rem;
}

.mini-nav-link:hover,
.mini-nav-link:active {
  color: #c5c5c5;
}

.wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.mini-nav-list li:last-child a {
  display: inline-block;
  text-decoration: inherit;
  color: #fa5252;
  font-size: 1.4rem;
}

.ph-sign-out {
  color: #fa5252;
  font-size: 1.4rem;
}

.deposit-group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.deposit-link {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.withdrawal-group {
  display: flex;
  align-items: center;
}

.withdrawal-link {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.ph-plus {
  font-size: 2rem;
  color: #fff;
}

/*---------------------*/
/* Trading View
/*-------------*/

#tradingview_64561 {
  width: 100%;
  height: 100%;
}

/*---------------------*/
/* Side Section
/*-------------*/

.side-section {
  display: grid;
  row-gap: 1.2rem;
  grid-template-rows: 64rem 1fr;
}

.evaluation-page.side-section {
  display: grid;
  row-gap: 1.2rem;
  grid-template-rows: 1fr;
}

.trading-section-header {
  background-color: #131722;
  border: 1px solid;
  border-color: #43474f;
  /* border-radius: 4px; */
}

.trading-inputs {
  display: grid;
  row-gap: 1.5rem;
  padding: 1.5rem 2.4rem;
}

.evaluation-page .trading-inputs {
  border-bottom: 1px solid #43474f;
}

.trading-inputs-two {
  display: grid;
  row-gap: 1.6rem;
  padding: 0 2.4rem 1.6rem 2.4rem;
  margin-top: 1.4rem;
}

.side-section label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #9a9da6;
}

.side-section input,
.side-section select {
  width: 100%;
  height: 4.8rem;
  padding: 1rem;
  font-size: 1.6rem;
  background-color: #2b3040;
  border-radius: 4px;
  border-color: #43474f;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
  border-width: 1px;
  border-style: solid;
}

.side-section input,
.side-section select :focus {
  outline: none;
}

.select-deal-form {
  padding: 0 0.8rem;
  background-color: #2b3040;
  border: 1px solid #43474f;
  border-radius: 4px;
  /* margin-top: 0.4rem; */
}

.input-amount-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  /* background-color: #2b3040; */
}

.input-amount-control input {
  width: 70%;
  padding: 0;
  border-width: 1px;
  border-style: none;
}

/* .input-amount-label {
  position: absolute;
  padding: 0.4rem 0.8rem;
  top: -1.2rem;
  left: 1rem;
  border-radius: 4px;
  background-color: #2b3040;
} */

.input-amount-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #646771;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: none;
}

.input-amount-btn .ph-bold {
  font-size: 1.2rem;
  color: #fff;
}

.trading-buttons {
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
  padding: 0 2.4rem;
  margin-top: 0.4rem;
  margin-bottom: 1.4rem;
}

.btn-trade {
  display: flex;
  color: #fff;
  width: 13.6rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}

.trade-up {
  background-color: #0faf59;
  border: 1px solid #6fcf9b;
}
.trade-up:hover {
  background-color: #35b972;
  border: 1px solid #b7e7cd;
}

.trade-down {
  background-color: #f03e3e;
  border: 1px solid #f68b8b;
}

.trade-down:hover {
  background-color: #fa5252;
  border: 1px solid #fbc5c5;
}

.ph-arrow-up {
  color: #0faf59;
  font-size: 1.4rem;
  background-color: #cfefde;
  padding: 0.4rem;
  border-radius: 50%;
}

.ph-arrow-down {
  color: #f03e3e;
  font-size: 1.4rem;
  background-color: #ffc9c9;
  padding: 0.4rem;
  border-radius: 50%;
}

.btn-evaluator-group {
  display: flex;
  justify-content: center;
}

.btn--evaluator {
  color: #fff;
  align-items: center;
  padding: 1.2rem 2.4rem;
  background-color: #0faf59;
  border-radius: 4px;
  width: 100%;
  margin: 0 2.4rem;
  margin-bottom: 2rem;
}

.trading-history-header {
  background-color: #131722;
  border: 1px solid;
  border-color: #43474f;
}

.trade-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.trade-table tr {
  border-bottom: 1px solid #43474f;
}

.trade-table tr:nth-child(odd) {
  background-color: #131722;
}

.trade-table td {
  padding: 1.4rem 1.2rem;
}

/*---------------------*/
/* Countdown Modal
/*-------------*/

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounce-loading {
  0% {
    left: 0%;
  }
  50% {
    left: 70%;
  }
  100% {
    left: 0%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(20, 20, 20, 0.85);
  padding: 2rem;
  border: 0.5px solid #286042a1;
  border-radius: 5px;
  text-align: center;
  width: 30rem;
  height: 14rem;
}

.close {
  /* position: absolute; */
  top: 0;
  right: 0;
  /* padding: 10px; */
  cursor: pointer;
}

.modal-header {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.executing-content {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

.loading-bar-container {
  /* width: 100%; */
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.loading-bar {
  width: 30%;
  height: 100%;
  background: #0faf59;
  position: absolute;
  animation: bounce-loading 2s ease-in-out infinite;
}

.countdown {
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  animation: pulse 1s infinite ease-in-out;
}

/*---------------------*/
/* Evaluator Modal
/*-------------*/

.evaluatorModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.evaluatorModalContainer {
  display: flex;
  column-gap: 1rem;
}

.tradeUp,
.tradeDown {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.4;
  width: 18rem;
  vertical-align: top;
  padding: 10px;
  border: 0.8px solid #43474f;
  margin-top: 1rem;
}

.copyButton {
  background-color: rgb(0, 0, 0);
  border: none;
  cursor: pointer;
}

#closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.evaluatorModal h2 {
  color: #fff;
}

/**************************/
/* Contact Support */
/**************************/

.page-container {
  display: flex;
  justify-content: center;
}

.contact-form.mini-container {
  width: 90rem;
  height: 100vh;
  border-radius: 0;
}

.contact-form .logo {
  margin-bottom: 5rem;
}

.contact-form h2 {
  font-size: 3.6rem;
  margin-bottom: 3.2rem;
}

.form-group label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #9a9da6;
  width: 100%;
}

.form-group input,
.form-group select {
  width: 100%;
  height: 4.4rem;
  padding: 1rem;
  font-size: 1.6rem;
  background-color: #2b3040;
  border-radius: 4px;
  border-color: rgba(139, 139, 146, 0.603);
  color: #fff;
  cursor: pointer;
  outline: none;
  border-width: 0.5px;
  border-style: solid;
  margin-bottom: 1.2rem;
}

.form-group textarea {
  width: 100%;
  height: 20rem;
  padding: 1rem;
  font-size: 1.6rem;
  background-color: #2b3040;
  border-radius: 4px;
  border-color: rgba(139, 139, 146, 0.603);
  color: #fff;
  cursor: pointer;
  outline: none;
  border-width: 0.5px;
  border-style: solid;
  margin-bottom: 1.2rem;
}

.form-group.file {
  margin-bottom: 2rem;
}

/**************************/
/* Terms */
/**************************/

.terms-section.mini-container {
  width: 90rem;
  border: 0;
  border-radius: 0;
}

.terms-section h2 {
  font-size: 3rem;
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}

.terms-section p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.terms-section .content {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

.terms-section ol {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 3rem;
  list-style-type: lower-alpha;
  margin-bottom: 2.4rem;
}

.terms-section ol li:first-child {
  margin-bottom: 1rem;
}
