.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  background-color: #131313;
  justify-content: center;
  align-items: center;
  height: 96px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  padding-top: 10px;
}

.header-button {
  color: #fff;
  background-color: #4d443f;
  border-radius: 8px;
  width: auto;
  padding: 14px 92px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.header-button.open-iframe {
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

._1st-section {
  background-image: url('../images/tradercademy-package-hero-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 85px 4%;
  display: flex;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.menu-item {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  background-color: #272727;
  border: 3px solid #fff6;
  border-radius: 15px;
  padding: 25px 5%;
}

.h2-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.h2-title.brown {
  color: #b6a093;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
}

.h2-title.brown.center {
  text-align: center;
}

.body {
  background-color: #141414;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-title {
  color: #b6a093;
  padding-right: 10px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 40px;
  line-height: 54px;
}

._500-number {
  color: #fff9;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: line-through;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.h4-title {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 22.8px;
  font-weight: 600;
  line-height: 26.72px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: .5%;
  padding-right: .5%;
  display: flex;
}

.brown-heading-small {
  color: #b6a093;
  text-transform: uppercase;
  padding-bottom: 11px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list-item {
  color: #fff;
  padding-right: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18.22px;
  font-weight: 600;
  line-height: 22.05px;
  list-style-type: none;
}

.list {
  padding-left: 0;
}

.image {
  padding-left: 0;
  padding-right: 20px;
}

.div-block-6 {
  flex-flow: column;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.gray-paragraph {
  color: #fff9;
  margin-bottom: 13px;
  margin-left: 32px;
  padding-right: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 16px;
}

.div-block-7 {
  display: flex;
}

.h5-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.image-number {
  padding-right: 12px;
}

.div-block-8 {
  border: 0 solid #fff9;
  border-left-width: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 350px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.green-button {
  color: #fff;
  text-indent: -1%;
  background-color: #008a06;
  border-radius: 9px;
  margin-top: 36px;
  padding: 12px 140px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18.2px;
  font-weight: 700;
  line-height: 28.6px;
}

.green-button:hover {
  color: #000;
  background-color: #fff;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-holder {
  width: 100%;
  height: 579px;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

._2nd-section {
  background-color: #141414;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 40px;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
}

.text {
  color: #fff9;
  margin-bottom: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.78px;
}

.text.white {
  color: #fff;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text.center {
  text-align: center;
}

._3d-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  background-color: #1d1d1d;
  border-radius: 17.31px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 348px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  box-shadow: 0 35px 77px #0000000d;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  display: flex;
}

.div-block-12 {
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-14 {
  width: 40%;
}

.div-block-15 {
  width: 100%;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.separator {
  height: 3px;
}

.separator.new {
  height: 60px;
}

._4th-section {
  padding-top: 50px;
  padding-bottom: 83px;
  padding-right: 5%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.div-block-16 {
  background-color: #141414;
  border: 1px solid #626262;
  border-radius: 17px;
  width: 95%;
  height: 348px;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

._5th-section {
  background-color: #1a1919;
  padding-top: 44px;
  padding-bottom: 100px;
}

.div-block-19 {
  background-image: url('../images/tradercademy-package-img-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #fff6;
  border-width: 1px 0 0 1px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 830px;
  padding: 60px 77px 36px;
  display: flex;
}

.container {
  width: 90%;
  max-width: none;
}

.div-block-20 {
  height: 45px;
}

.div-block-21 {
  width: 70%;
}

.cart-button {
  background-color: #008a06;
  border-radius: 13px;
  margin-top: 22px;
  padding: 14px 80px 14px 100px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.cart-button:hover {
  color: #000;
  background-color: #fff;
}

.button-style-icon {
  background-color: #008a06;
  border-radius: 12px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-style-icon:hover {
  background-color: #fff;
}

.button-style-icon.open-iframe {
  width: 90%;
}

.image-4 {
  position: absolute;
  inset: 45% auto 0% 10%;
}

.icon-block {
  padding-bottom: 20px;
  display: flex;
}

.check-title {
  color: #b6a093;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 2px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-small {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-24 {
  padding-top: 7px;
  padding-right: 8px;
}

.div-block-25 {
  height: 22px;
}

._6th-section {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.blur-on-hover {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.light-gray {
  background-color: #1b1b1b;
  border: 1px solid #242424;
  border-right-width: 0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.number {
  color: #b6a093;
  margin-bottom: 23px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 50px;
  line-height: 64px;
}

.number-text {
  color: #fff;
  margin-bottom: 14px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.number-paragraph {
  color: #fff9;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.dark-gray {
  background-color: #0c0c0c;
  border: .05px solid #666;
  border-width: 1px .05px 0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 350px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dark-gray.margin {
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-27 {
  margin-right: 0%;
}

.div-block-28 {
  padding-right: 0%;
}

._7th-section {
  background-color: #191919;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 86px 5% 100px;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.div-block-30, .div-block-31 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonials-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.testimonials-subtitle {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.testimonials-italic-text {
  color: #fff;
  text-align: justify;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 19.36px;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.testimonials-column-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.testimonials-column-1.border {
  border: 0 solid #fff;
  border-width: 0 1px;
  padding-left: 75px;
  padding-right: 75px;
}

.testimonials-column-1.border-right {
  border: 0 solid #fff;
  border-right-width: 1px;
}

.testimonials-column-1.border-left {
  border: 0 solid #fff;
  border-left-width: 1px;
}

.div-block-35 {
  width: 100%;
}

.div-block-36 {
  height: 85px;
}

.image-5 {
  padding-bottom: 10px;
}

.div-block-37 {
  width: 100%;
  height: 10px;
}

.image-6, .image-7 {
  padding-bottom: 10px;
}

._8th-section {
  background-color: #141414;
  padding-top: 73px;
  padding-bottom: 110px;
}

.clients-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 65px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-image: url('../images/footer-img.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.div-block-38 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  display: flex;
}

.footer-txt {
  color: #fff;
  padding-right: 15%;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.footer-txt.small {
  padding-right: 0%;
}

.bottom-footer-text {
  color: #fff;
  text-align: center;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.div-block-39 {
  padding-top: 33px;
  padding-bottom: 34px;
}

.div-block-40 {
  display: flex;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.image-8 {
  padding-bottom: 30px;
}

.image-9 {
  padding-left: 30px;
}

.div-block-42 {
  height: 72px;
}

.div-block-43 {
  padding-top: 23px;
}

.footer-title {
  color: #fff;
  padding-bottom: 20px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.footer-title.center {
  text-align: center;
}

.footer-links {
  color: #fff;
  padding-bottom: 9px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.div-block-45 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.footer-terms {
  color: #fff;
  text-align: right;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}

.div-block-46 {
  border: 0 solid #fff;
  border-width: 0 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.div-block-47 {
  padding-right: 6px;
  line-height: 17px;
}

.div-block-48 {
  padding-left: 6px;
}

.div-block-49 {
  display: flex;
}

._14 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 52px;
  line-height: 52px;
}

._14.day {
  font-size: 22px;
  line-height: 27px;
}

.div-block-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guarantee {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  padding-left: 15px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.h1-main-title {
  z-index: 100;
  color: #b6a093;
  text-align: center;
  text-transform: uppercase;
  margin-top: -7%;
  margin-bottom: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 44px;
  line-height: 54px;
  position: relative;
}

.div-block-51 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-52 {
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 70px;
  display: flex;
  position: relative;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.image-10 {
  position: absolute;
  top: 50px;
  left: -20px;
}

.a-to-z {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.courses {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.trading-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-54 {
  width: 100%;
}

.div-block-55 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 22px;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  display: flex;
}

.image-11 {
  padding-right: 5px;
}

.image-12 {
  padding-top: 30px;
}

.test {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-57 {
  width: 50%;
  height: 300px;
  position: relative;
}

.div-block-58 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-59 {
  background-image: linear-gradient(358deg, #1f1f1f12, #1f1f1f99);
  border-radius: 17px;
  width: 40%;
  height: 579px;
  position: relative;
}

.background-video-2 {
  mix-blend-mode: luminosity;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.div-block-60 {
  width: 100%;
  height: 400px;
  position: relative;
}

.background-video-3 {
  z-index: 99;
  mix-blend-mode: luminosity;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-2 {
  width: 1644px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-61 {
  background-image: url('../images/interactive-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
  width: 100%;
  height: 605px;
  margin-top: 61px;
}

.image-13 {
  position: absolute;
  left: 10%;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  font-size: 20px;
  line-height: 40px;
  position: absolute;
}

.code-embed {
  margin-top: 0;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hover-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.start-button {
  color: #fff;
  background-color: #008a06;
  border-radius: 12px;
  padding: 31px 50px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.start-button:hover {
  color: #000;
  background-color: #fff;
}

.start-button.open-iframe {
  padding-left: 60px;
  padding-right: 60px;
}

.start-button.open-iframe.fr-button {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-66 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-67, .div-block-68, .div-block-69 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-70, .div-block-71 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-15, .image-16 {
  height: 100%;
}

.div-block-72 {
  width: 50%;
}

.text-block {
  color: #fff;
  text-indent: -1%;
  padding-left: 10px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.text-block:hover {
  color: #000;
}

.image-19 {
  width: 40px;
}

.dropdown {
  color: #fff;
  background-color: #131313;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-2 {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.icon {
  color: #fff;
  font-size: 16px;
}

.dropdown-list {
  background-color: #131313;
}

.link {
  text-decoration: none;
}

.link.w--current {
  color: #fff;
}

.language-switcher {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
}

.language-switcher-dropdown-item:hover {
  color: #fff;
  background-color: #131313;
}

.language-switcher-dropdown {
  color: #131313;
  background-color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 16px;
}

.div-block-73, .div-block-74, .div-block-75, .div-block-76 {
  width: 40%;
}

.image-20 {
  text-align: right;
}

.div-block-77, .div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.formstep {
  margin-bottom: 20px;
}

.multistep-form-submit {
  background-color: #2c2c2c;
  border-radius: 8px;
  width: 100%;
  margin-top: 40px;
  font-weight: 300;
  display: block;
}

.multistep-form-submit:hover {
  background-color: #015d0b;
}

.step-number-progress {
  color: #015d0b;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.form-step-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  border: 1px solid #000;
}

.next-step-btn {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.select-able-button {
  text-align: center;
  padding-left: 0;
}

.question-label {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.select-able-button-label {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  display: block;
}

.form-control-input {
  color: #000;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 16px;
}

.form-control-input:focus {
  border-color: #000;
}

.form {
  background-color: #0000;
}

.checkbox-field {
  margin-top: 20px;
}

.select-able-button-radio {
  display: none;
}

.prev-step-btn {
  color: #757575;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.prev-step-btn:hover {
  color: #000;
  border-color: #000;
}

.checkbox-label {
  color: #1e1e1e;
  font-weight: 400;
}

.body-2 {
  background-color: #141414;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 5%;
  display: flex;
}

.div-block-79 {
  width: 80%;
}

.terms-paragraph {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.tearms-heading {
  color: #fff;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.tearms-heading.smaller-t {
  padding-top: 20px;
  font-size: 20px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 700;
}

.list-unordered {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 8px;
  font-family: "Inter 28 Pt", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .terms-p, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74 {
  font-weight: 700;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83, .text-span-84, .text-span-85 {
  font-weight: 700;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96 {
  font-weight: 700;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107 {
  font-weight: 700;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113 {
  font-weight: 700;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118 {
  font-weight: 700;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.text-span-119, .text-span-120, .text-span-121, .text-span-122 {
  font-weight: 700;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129 {
  font-weight: 700;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.text-span-130, .text-span-131, .text-span-132, .text-span-133, .text-span-134, .text-span-135, .text-span-136 {
  font-weight: 700;
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.text-span-137, .text-span-138, .text-span-139, .text-span-140, .text-span-141 {
  font-weight: 700;
}

.link-11 {
  color: #fff;
  text-decoration: none;
}

.text-span-142, .text-span-143, .text-span-144, .text-span-145, .text-span-146, .text-span-147, .text-span-148 {
  font-weight: 700;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.text-span-149, .text-span-150, .text-span-151, .text-span-152, .text-span-153 {
  font-weight: 700;
}

.link-13 {
  color: #fff;
  text-decoration: none;
}

.text-span-154 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  ._1st-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .h2-title.brown.center {
    font-size: 35px;
    line-height: 42px;
  }

  .h4-title {
    font-size: 21px;
  }

  .div-block-8 {
    height: 300px;
  }

  ._6th-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blur-on-hover {
    width: 70%;
  }

  .light-gray {
    height: 300px;
  }

  .number {
    margin-bottom: 5px;
  }

  .h1-main-title {
    font-size: 46px;
  }

  .image-10 {
    left: 0;
  }

  .trading-title {
    font-size: 22px;
    line-height: 30px;
  }

  .code-embed {
    left: 7%;
  }
}

@media screen and (min-width: 1440px) {
  .menu-item {
    font-size: 16px;
  }

  .h1-title {
    font-size: 50px;
    line-height: 60px;
  }

  .button-style-icon {
    width: 65%;
  }

  .blur-on-hover {
    width: 70%;
  }

  .h1-main-title {
    font-size: 57px;
    line-height: 70px;
  }

  .div-block-53 {
    width: 40%;
  }

  .image-10 {
    left: -10px;
  }

  .trading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-61 {
    height: 620px;
  }

  .div-block-72 {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  ._1st-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .div-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .menu-item {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-2 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-columns: 1.25fr 1.5fr;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-title {
    font-size: 35px;
    line-height: 42px;
  }

  .h1-title {
    padding-right: 20px;
    font-size: 66px;
    line-height: 80px;
  }

  ._500-number {
    font-size: 31px;
    line-height: 37px;
  }

  .div-block-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brown-heading-small {
    font-size: 18px;
  }

  .gray-paragraph {
    font-size: 12px;
  }

  .h5-title {
    font-size: 18px;
  }

  .div-block-8 {
    padding-left: 48px;
    padding-right: 48px;
  }

  ._2nd-section {
    width: 80%;
  }

  .text.white {
    font-size: 18px;
  }

  .div-block-10 {
    width: 70%;
  }

  .div-block-13 {
    width: 60%;
    padding-right: 5%;
  }

  .div-block-14 {
    width: 40%;
  }

  .div-block-16 {
    width: 80%;
  }

  .div-block-19 {
    height: 810px;
  }

  .container {
    width: 1155px;
  }

  .div-block-21 {
    width: 60%;
  }

  .button-style-icon {
    width: 90%;
  }

  .button-style-icon.open-iframe {
    width: 100%;
  }

  .blur-on-hover {
    width: 63%;
  }

  .light-gray {
    width: 357px;
    height: 357px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .number {
    font-size: 70px;
    line-height: 84px;
  }

  .number-text {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }

  .number-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .dark-gray {
    width: 357px;
    height: 357px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dark-gray.margin {
    margin-top: 0;
  }

  .div-block-27 {
    margin-right: -50%;
  }

  .div-block-28 {
    padding-right: 50%;
  }

  .testimonials-column-1 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .grid-8 {
    width: 63%;
  }

  .footer-txt {
    font-size: 20px;
    line-height: 24px;
  }

  .image-9 {
    padding-left: 60px;
  }

  .footer-title {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-title.center {
    text-align: right;
    padding-right: 60px;
  }

  .footer-links {
    font-size: 20px;
    line-height: 24px;
  }

  .guarantee {
    font-size: 29px;
    line-height: 35px;
  }

  .h1-main-title {
    font-size: 76px;
    line-height: 92px;
  }

  .div-block-51 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-52 {
    width: 201px;
    height: 91px;
  }

  .div-block-53 {
    width: 40%;
  }

  .div-block-53.port2 {
    width: 30%;
  }

  .a-to-z {
    font-size: 53px;
    line-height: 55px;
  }

  .courses {
    font-size: 25px;
    line-height: 30px;
  }

  .trading-title {
    font-size: 40px;
    line-height: 48px;
  }

  .trading-title.pt {
    font-size: 37px;
  }

  .trading-title.french-title {
    font-size: 33px;
  }

  .div-block-60 {
    height: 579px;
  }

  .div-block-61 {
    height: 740px;
  }

  .button {
    font-size: 25px;
  }

  .start-button {
    padding-left: 130px;
    padding-right: 130px;
  }

  .start-button.open-iframe {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-72 {
    width: 60%;
  }

  .div-block-72.port {
    width: 70%;
  }

  .div-block-74, .div-block-76, .image-20, .image-21 {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .grid {
    text-align: left;
    grid-template-columns: .75fr;
    justify-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-button {
    margin-top: 20px;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
  }

  .h2-title.brown {
    text-align: left;
  }

  .div-block-5 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2nd-section {
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .text {
    text-align: center;
  }

  .text.white {
    text-align: left;
  }

  .grid-4 {
    grid-template-columns: 1.75fr;
  }

  .div-block-10 {
    width: 80%;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-15 {
    padding-top: 50px;
  }

  ._4th-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: block;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    width: 80%;
  }

  .div-block-19 {
    background-size: cover;
    height: 840px;
  }

  .container {
    width: 100%;
    max-width: 90%;
  }

  .div-block-21 {
    width: 95%;
  }

  ._6th-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blur-on-hover {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .light-gray {
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    height: 350px;
  }

  .dark-gray {
    width: 350px;
    height: 350px;
    margin-bottom: 20px;
  }

  .div-block-27 {
    margin-right: 0%;
  }

  .div-block-28 {
    padding-right: 0%;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .testimonials-column-1.border-right {
    border-right-width: 0;
  }

  .testimonials-column-1.border-left {
    border-left-width: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
  }

  .footer-title.center {
    text-align: left;
  }

  .div-block-45 {
    justify-content: flex-start;
    align-items: center;
  }

  .guarantee {
    font-size: 22px;
    line-height: 26px;
  }

  .h1-main-title {
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-52 {
    width: 220px;
    height: 90px;
  }

  .div-block-53 {
    width: 40%;
  }

  .image-10 {
    left: -10px;
  }

  .trading-title {
    font-size: 38px;
    line-height: 45px;
  }

  .div-block-56 {
    padding-left: 30px;
  }

  .div-block-60 {
    height: 450px;
  }

  .div-block-61 {
    height: 380px;
  }

  .image-14 {
    text-align: center;
  }

  .div-block-62 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-63 {
    text-align: center;
    width: 100%;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-65 {
    display: none;
  }

  .div-block-66 {
    flex-flow: column;
  }

  .div-block-70, .div-block-71 {
    display: none;
  }

  .div-block-72 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .h2-title.brown {
    text-align: left;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: space-between;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-8 {
    border-top-width: 1px;
    border-left-width: 0;
    width: 100%;
  }

  .green-button {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-10 {
    height: 420px;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-19 {
    height: 900px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-21 {
    width: 100%;
  }

  .testimonials-column-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h1-main-title {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-52 {
    width: 180px;
    height: 80px;
  }

  .trading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-56 {
    padding-left: 0;
  }

  .div-block-61 {
    height: 300px;
  }

  .button {
    padding-left: 100px;
  }

  .image-17 {
    width: 35%;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  ._1st-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .menu-item {
    font-size: 12px;
  }

  .h2-title.brown {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .h2-title.brown.center {
    font-size: 20px;
  }

  .h4-title {
    text-align: center;
    font-size: 20px;
  }

  .div-block-8 {
    height: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .green-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2nd-section {
    padding-top: 50px;
  }

  .text.white {
    text-align: center;
    padding-right: 0;
  }

  ._3d-section {
    padding-top: 10px;
  }

  .div-block-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .separator.new {
    height: 25px;
  }

  ._4th-section {
    padding-right: 0%;
    display: flex;
  }

  .div-block-16 {
    height: 450px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    height: 980px;
    padding: 40px 20px;
  }

  .button-style-icon {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .button-style-icon.open-iframe {
    text-align: center;
    width: 100%;
  }

  .check-title {
    font-size: 18px;
    line-height: 22px;
  }

  ._6th-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .light-gray {
    width: 250px;
    height: 300px;
  }

  .number {
    margin-bottom: 0;
  }

  .dark-gray {
    width: 250px;
    height: 300px;
  }

  .dark-gray.margin {
    height: 300px;
    margin-top: 20px;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._7th-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .testimonials-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    height: 30px;
  }

  ._8th-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clients-title {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .grid-8 {
    width: 90%;
  }

  .footer-txt {
    padding-right: 0%;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-items: center;
    width: 40%;
  }

  .image-9 {
    padding-left: 10px;
  }

  .div-block-42 {
    height: 40px;
  }

  .div-block-44 {
    width: 100%;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-46 {
    border-left-width: 0;
    border-right-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .guarantee {
    font-size: 20px;
  }

  .h1-main-title {
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-51 {
    flex-flow: column;
  }

  .div-block-52 {
    width: 200px;
  }

  .div-block-53 {
    width: 50%;
  }

  .trading-title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-60 {
    height: 350px;
  }

  .div-block-61 {
    height: 200px;
  }

  .button {
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 40px;
    font-size: 13px;
    line-height: 20px;
  }

  .code-embed {
    width: 20%;
  }

  .start-button {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .div-block-66 {
    width: 95%;
  }

  .image-17 {
    width: 25%;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-18 {
    max-width: 45%;
    padding-top: 20px;
  }

  .text-block {
    font-size: 12px;
    line-height: 40px;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76 {
    width: 100%;
  }

  .div-block-77 {
    width: 60%;
  }
}

#w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-a826760d {
  place-self: center start;
}

#w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-a826760d {
  justify-self: auto;
}

#w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-a826760d {
  place-self: center end;
}

#w-node-_805dc086-56ce-b518-6298-9caefe04cfcc-a826760d, #w-node-_8dbb97cd-4140-073d-f881-b0713c30720d-a826760d {
  place-self: center;
}

#w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-a826760d, #w-node-_2ee87408-5b69-58c3-39a4-98f7af01443b-a826760d {
  place-self: center end;
}

#w-node-_715c49be-9006-ed3f-4f8c-2a1d58112309-a826760d {
  place-self: center start;
}

#w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-a826760d, #w-node-_9cdcdc9d-e381-3518-f5f6-bde0531809f6-a826760d, #w-node-a52daa38-9d21-d602-83b1-19c526b73e57-a826760d {
  place-self: center;
}

#w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-a826760d {
  justify-self: center;
}

#w-node-_092ce0d8-90ba-e8cb-af4c-86c491dc12b5-a826760d {
  place-self: auto center;
}

#w-node-_783e7e3d-cbec-6a4c-4b8b-dbdc312aeeb7-a826760d {
  justify-self: center;
}

#w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-78c237f8 {
  place-self: center start;
}

#w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-78c237f8 {
  justify-self: auto;
}

#w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-78c237f8 {
  place-self: center end;
}

#w-node-_805dc086-56ce-b518-6298-9caefe04cfcc-78c237f8, #w-node-_8dbb97cd-4140-073d-f881-b0713c30720d-78c237f8 {
  place-self: center;
}

#w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-78c237f8, #w-node-_2ee87408-5b69-58c3-39a4-98f7af01443b-78c237f8 {
  place-self: center end;
}

#w-node-_715c49be-9006-ed3f-4f8c-2a1d58112309-78c237f8 {
  place-self: center start;
}

#w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-78c237f8, #w-node-_9cdcdc9d-e381-3518-f5f6-bde0531809f6-78c237f8, #w-node-a52daa38-9d21-d602-83b1-19c526b73e57-78c237f8 {
  place-self: center;
}

#w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-78c237f8 {
  justify-self: center;
}

#w-node-_092ce0d8-90ba-e8cb-af4c-86c491dc12b5-78c237f8 {
  place-self: auto center;
}

#w-node-_783e7e3d-cbec-6a4c-4b8b-dbdc312aeeb7-78c237f8 {
  justify-self: center;
}

#w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-3af85af7 {
  place-self: center start;
}

#w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-3af85af7 {
  justify-self: auto;
}

#w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-3af85af7 {
  place-self: center end;
}

#w-node-_805dc086-56ce-b518-6298-9caefe04cfcc-3af85af7, #w-node-_8dbb97cd-4140-073d-f881-b0713c30720d-3af85af7 {
  place-self: center;
}

#w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-3af85af7, #w-node-_2ee87408-5b69-58c3-39a4-98f7af01443b-3af85af7 {
  place-self: center end;
}

#w-node-_715c49be-9006-ed3f-4f8c-2a1d58112309-3af85af7 {
  place-self: center start;
}

#w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-3af85af7, #w-node-_9cdcdc9d-e381-3518-f5f6-bde0531809f6-3af85af7, #w-node-a52daa38-9d21-d602-83b1-19c526b73e57-3af85af7 {
  place-self: center;
}

#w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-3af85af7 {
  justify-self: center;
}

#w-node-_092ce0d8-90ba-e8cb-af4c-86c491dc12b5-3af85af7 {
  place-self: auto center;
}

#w-node-_783e7e3d-cbec-6a4c-4b8b-dbdc312aeeb7-3af85af7 {
  justify-self: center;
}

#w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-52f60f7d {
  place-self: center start;
}

#w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-52f60f7d {
  justify-self: auto;
}

#w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-52f60f7d {
  place-self: center end;
}

#w-node-_805dc086-56ce-b518-6298-9caefe04cfcc-52f60f7d, #w-node-_8dbb97cd-4140-073d-f881-b0713c30720d-52f60f7d {
  place-self: center;
}

#w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-52f60f7d, #w-node-_2ee87408-5b69-58c3-39a4-98f7af01443b-52f60f7d {
  place-self: center end;
}

#w-node-_715c49be-9006-ed3f-4f8c-2a1d58112309-52f60f7d {
  place-self: center start;
}

#w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-52f60f7d, #w-node-_9cdcdc9d-e381-3518-f5f6-bde0531809f6-52f60f7d, #w-node-a52daa38-9d21-d602-83b1-19c526b73e57-52f60f7d {
  place-self: center;
}

#w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-52f60f7d {
  justify-self: center;
}

#w-node-_092ce0d8-90ba-e8cb-af4c-86c491dc12b5-52f60f7d {
  place-self: auto center;
}

#w-node-_783e7e3d-cbec-6a4c-4b8b-dbdc312aeeb7-52f60f7d {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-a826760d {
    place-self: center;
  }

  #w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-a826760d {
    justify-self: auto;
  }

  #w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-a826760d {
    place-self: center end;
  }

  #w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-a826760d, #w-node-_07aadbe6-57f3-9855-7d40-9794e71d6808-a826760d, #w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-a826760d, #w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-78c237f8 {
    place-self: center;
  }

  #w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-78c237f8 {
    justify-self: auto;
  }

  #w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-78c237f8 {
    place-self: center end;
  }

  #w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-78c237f8, #w-node-_07aadbe6-57f3-9855-7d40-9794e71d6808-78c237f8, #w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-78c237f8, #w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-3af85af7 {
    place-self: center;
  }

  #w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-3af85af7 {
    justify-self: auto;
  }

  #w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-3af85af7 {
    place-self: center end;
  }

  #w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-3af85af7, #w-node-_07aadbe6-57f3-9855-7d40-9794e71d6808-3af85af7, #w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-3af85af7, #w-node-add3ddd9-3e3b-af7f-e35a-655b169eff23-52f60f7d {
    place-self: center;
  }

  #w-node-_557b0e43-8e9c-6bbb-884f-5ec6b8600bc5-52f60f7d {
    justify-self: auto;
  }

  #w-node-_634ea76a-cd8a-9d7e-7373-d67d1608087a-52f60f7d {
    place-self: center end;
  }

  #w-node-_1a151a3a-e240-58db-33dd-71321c5f35a3-52f60f7d, #w-node-_07aadbe6-57f3-9855-7d40-9794e71d6808-52f60f7d, #w-node-_7f9a9c96-2465-ca0f-28e6-14c02c6ac2c8-52f60f7d {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-a826760d {
    justify-self: center;
  }

  #w-node-_07aadbe6-57f3-9855-7d40-9794e71d6808-78c237f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-78c237f8, #w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-3af85af7, #w-node-_9d1b8bbc-2d84-63a7-dc6c-e5b725d18886-52f60f7d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}