@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: auto;
  background-color: #000000;
  min-height: 100%;
  font-size: 62.5%;
}

html {
  height: 100%;
}

ul,
li {
  text-decoration: none;
  list-style-type: none;
}

a {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}

.monogrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

.digrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.trigrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.main-card {
  border: 1px solid #262626;
  border-radius: 2rem;
  background-color: #262626;
  box-shadow: rgba(63, 63, 63, 0) 0px 0px 10px 0px;
}
.main-card .material-symbols-outlined {
  font-size: 5rem;
  margin-bottom: 1rem;
}
.main-card label {
  color: #ffffff;
}

section:not(:first-child) {
  padding-top: 15rem;
}
section:first-child {
  padding-top: 18rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
label,
button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
}

h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0.09px;
  color: #ffffff;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.09px;
  color: #ffffff;
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05px;
  color: #ffffff;
}

.h1-facade {
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.09px;
  color: #ffffff;
}

.h2-facade {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.09px;
  color: #ffffff;
}

.h3-facade {
  font-weight: 600;
  font-size: 1;
  line-height: 30px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

.h4-facade {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

.h5-facade {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

.h6-facade {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05px;
  color: #ffffff;
}

p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07px;
  color: #858585;
}

.sub-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

.figcaption {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.07px;
  color: #ffffff;
}

.text-color-secondary {
  color: #ffffff;
}

.text-colour-tertiary {
  color: #36d31e;
}

@keyframes circularMotion {
  0% {
    transform: translate(-50%, 0%);
  }
  25% {
    transform: translate(-40%, -10%);
  }
  50% {
    transform: translate(-50%, -20%);
  }
  75% {
    transform: translate(-60%, -10%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
.btn {
  border-radius: 8px;
  padding: 1rem 7rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: max-content;
  transition: all 0.3s ease;
}
.btn-primary {
  color: #000000;
  background-color: #36d31e;
  border-color: #36d31e;
}
.btn-primary:hover, .btn-primary:active {
  transform: scale(1.05);
  background-color: #0d8403;
  border-color: #0d8403;
}
.btn span {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}
.btn:hover {
  transform: scale(1.05);
}

.ticker {
  padding-top: 0rem !important;
}

.ticker-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ticker-container::before, .ticker-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 35rem;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.ticker-container::before {
  left: 0;
  background: linear-gradient(to right, #000000 0%, transparent 100%);
}
.ticker-container::after {
  right: 0;
  background: linear-gradient(to left, #000000 0%, transparent 100%);
}

.ticker-wrapper {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.ticker-track {
  display: flex;
  flex-shrink: 0;
}

.ticker-item {
  flex: 0 0 auto;
  padding: 2rem;
  text-align: center;
  width: 25.5rem;
}
.ticker-item h4 {
  font-size: 1.8rem;
  line-height: 1.3;
}
.ticker-item h4 span {
  display: block;
  font-size: 4rem;
  font-weight: 600;
}

.process-flow {
  background-color: #141414;
  padding: 8rem 0 !important;
  margin-top: 10rem;
  position: relative;
}
.process-flow .main-card {
  background-color: #000000;
  border-color: #141414;
  padding: 3rem 3rem 3rem 20rem;
  position: relative;
  height: 24rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.process-flow .main-card h4 {
  font-weight: 600;
}
.process-flow .main-card h6 {
  margin-bottom: 1.5rem;
}
.process-flow-numb {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
  font-size: 15rem;
  font-weight: 700;
  background: linear-gradient(150deg, #ffffff 0%, #000000 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.process-flow .btn {
  width: 100%;
  display: block;
}
.process-flow .vertical-progress-bar {
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
  height: 77%;
  width: 6px;
  background-color: #000000;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.process-flow .vertical-progress-bar__fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #36d31e;
  transition: height 0.2s ease-out;
}

.check-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.check-list li {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.check-list li::before {
  content: url("../img/icons/ico-check.svg");
  display: inline-block;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
}

.pricing-section .main-card {
  padding: 4rem 2rem 2rem 2rem;
  border-color: #262626;
  text-align: center;
  transition: all 0.3s ease;
  background: linear-gradient(150deg, #141414 0%, #000000 100%);
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-section .main-card:hover {
  transform: scale(1.03);
  background: linear-gradient(150deg, #262626 0%, #000000 100%);
}
.pricing-section .main-card .card-pill {
  background-color: #36d31e;
  border-radius: 50rem;
  padding: 7px 13px;
  font-weight: 600;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.pricing-section .main-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 1;
}
.pricing-section .main-card h4 span {
  font-size: 5.5rem;
  transition: all 0.3s ease;
}
.pricing-section .main-card small {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #858585;
}
.pricing-section .main-card .check-list {
  margin: 3rem 0 5rem 0;
  color: #858585;
  text-align: start;
  margin-bottom: auto;
}
.pricing-section .main-card .btn {
  width: 100%;
  padding: 1rem;
  margin-top: auto;
  display: block;
  margin-top: auto;
}
.pricing-section .main-card:last-child {
  border-color: #36d31e;
}

.contact-cta {
  padding-bottom: 3rem;
}
.contact-cta .btn {
  margin-top: 3rem;
}

.accordion {
  display: grid;
  gap: 1.5rem;
}
.accordion-item {
  padding: 1.8rem;
  border: 1px solid #262626;
  border-radius: 2rem !important;
  background-color: #141414;
  overflow: hidden;
}
.accordion-item button {
  font-size: 1.8rem;
  font-weight: 600;
}
.accordion-item:not(:first-child) {
  border-top: 1.5px solid #262626;
}
.accordion-body {
  padding: 2.3rem 0 0 0;
  font-size: 1.6rem;
  color: #858585;
}
.accordion-button {
  padding: 0;
  line-height: 1;
  color: #ffffff;
  background-color: #141414;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem transparent;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.accordion .accordion-button::after {
  width: 2.8rem;
  height: 2.8rem;
  background-size: 100% 100%;
  background: url("../img/icons/ico-arrow.svg") center/99% no-repeat;
}
.accordion .accordion-button:not(.collapsed)::after {
  width: 2.8rem;
  height: 2.8rem;
  background-size: 100% 100%;
  background: url("../img/icons/ico-arrow-green.svg") center/99% no-repeat;
  transform: rotate(90deg);
}

.contact-form {
  padding-bottom: 10rem;
  /*--- Forms ---*/
}
.contact-form .main-card {
  padding: 3rem 2rem;
  background-color: #141414;
}
.contact-form label, .contact-form input, .contact-form textarea {
  font-size: 1.4rem;
}
.contact-form label {
  margin-bottom: 1rem;
  font-weight: 600;
}
.contact-form input, .contact-form textarea {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  color: #ffffff;
  background-color: #141414;
}
.contact-form input:active, .contact-form input:focus, .contact-form input .form-control, .contact-form textarea:active, .contact-form textarea:focus, .contact-form textarea .form-control {
  background-color: #141414 !important;
  background-color: #141414;
}
.contact-form input:focus-visible, .contact-form textarea:focus-visible {
  color: #858585;
}
.contact-form .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.message-container {
  padding-bottom: 10rem;
}
.message-container .material-symbols-outlined {
  font-size: 17rem;
}
.message-container h1 {
  font-size: 5rem;
}
.message-container .btn {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3rem;
}

.cta {
  margin-bottom: 15rem;
  padding-bottom: 8rem;
}
.cta .h2-facade {
  font-size: 4rem;
  font-weight: 600;
}

.benefit-section .main-card {
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem 3rem 14rem;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  border-color: #262626;
  background: linear-gradient(150deg, #141414 0%, #000000 100%);
  text-align: start;
}
.benefit-section .main-card img {
  max-width: 100%;
  width: auto;
  max-height: 70%;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.benefit-section .main-card h4 {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
}
.benefit-section .main-card::before {
  content: "";
  position: absolute;
  top: 0rem;
  transform: translateX(-50%);
  left: 50%;
  background: radial-gradient(#36d31e 0%, transparent 70%);
  width: 40rem;
  height: 40rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.benefit-section .main-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
  transform: scale(1.02);
  z-index: 10;
  box-shadow: 0px 0px 25px 2px rgba(54, 211, 30, 0.2);
  border-color: rgba(54, 211, 30, 0.4);
}

.testimonials {
  position: relative;
  padding-bottom: 5rem;
}
.testimonials .main-card {
  background: linear-gradient(150deg, #141414 0%, #000000 100%);
  border-color: #262626;
  padding: 3rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
}
.testimonials .main-card .user-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.testimonials .main-card .user-profile img {
  width: 5rem;
  height: 5rem;
  border-radius: 50rem;
}
.testimonials .main-card .user-profile h4 {
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}
.testimonials .main-card .user-profile h4 span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.testimonials .stars {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
.testimonials .stars img {
  width: 2rem;
}
.testimonials::after {
  content: "";
  background: linear-gradient(to top, #000000 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
}

.main-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #262626;
  border-radius: 2rem;
  padding: 10px 2rem;
  width: 69vw;
  position: fixed;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
  z-index: 100;
  background-color: rgba(20, 20, 20, 0.9);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
.main-navbar__logo {
  width: 11rem;
  transition: all 0.3s ease;
}
.main-navbar__menu {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0;
  padding: 0 3rem;
}
.main-navbar__menu li a {
  transition: all 0.3s ease;
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  font-size: inherit;
}
.main-navbar__menu li a:hover {
  color: #ffffff;
  background-color: rgba(133, 133, 133, 0.1529411765);
}
.main-navbar__menu li a.active {
  color: #ffffff;
  background-color: rgba(21, 220, 5, 0.1529411765);
}
.main-navbar .btn {
  padding: 1rem 2rem;
}
.main-navbar.shrink {
  width: 51vw;
  top: 6rem;
}
.main-navbar.shrink .main-navbar__logo {
  width: 10rem;
}

.ribbon {
  background-color: #262626;
  padding: 10px 30rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.ribbon p {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.ribbon p span {
  color: #36d31e;
  font-weight: bold;
}
.ribbon p a {
  color: #36d31e;
  text-decoration: underline;
}
.ribbon p #countdown {
  color: #ff0000;
}

.main-footer {
  padding: 5rem 0;
  overflow: hidden;
  background: linear-gradient(to top, #000000 5%, transparent 90%), url("../img/logo/simplified-trader-watermark.png");
  background-repeat: no-repeat;
  background-size: 100%, 99rem;
  background-position: 100%, 50% 0;
  text-align: center;
}
.main-footer__logo {
  width: 30rem;
  text-align: center;
}
.main-footer hr {
  color: #ffffff;
  background-color: #ffffff;
  margin-top: 5rem;
}
.main-footer a {
  color: #ffffff;
}

.hero-banner h1 {
  font-size: 7rem;
  line-height: 1.05;
  z-index: 10;
  position: relative;
}
.hero-banner__img {
  width: 77rem;
  height: auto;
}
.hero-banner video {
  margin: -13rem 0;
}
.hero-banner .btn, .hero-banner p {
  z-index: 10;
  position: relative;
}

/*# sourceMappingURL=style.css.map */
