/* screen - terms-all-breakpoints */

.terms-all-breakpoints {
  align-items: center;
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 7787px;
  width: 1440px;
}

.terms-all-breakpoints .flex-row {
  align-items: flex-start;
  background-color: var(--boxes);
  display: flex;
  height: 68px;
  min-width: 1440px;
  padding: 18px 604.8px;
}

.terms-all-breakpoints .tradingtip-logo {
  cursor: pointer;
  height: 32px;
  width: 230px;
}

.terms-all-breakpoints .flex-row-1 {
  align-items: flex-start;
  display: flex;
  gap: 165px;
  height: 62px;
  margin-left: 312.0px;
  min-width: 804px;
}

.terms-all-breakpoints .title {
  letter-spacing: 0.05px;
  line-height: normal;
  min-height: 61px;
  min-width: 491px;
  text-align: center;
}

.terms-all-breakpoints .rectangle-384 {
  align-self: flex-end;
  background-color: var(--background);
  height: 32px;
  width: 148px;
}

.terms-all-breakpoints .the-following-descri {
  letter-spacing: 0.05px;
  line-height: normal;
  width: 1388px;
}
/* screen - terms-mob */

.terms-mob {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 24947px;
  min-width: 375px;
  width: 100%;
}

.terms-mob .rectangle-1-1 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 188px);
  position: fixed;
  top: 0;
  width: 375px;
  z-index: 3;
}

.terms-mob .tradingtip-logo-2 {
  cursor: pointer;
  height: 32px;
  left: 73px;
  position: fixed;
  top: 18px;
  width: 230px;
  z-index: 4;
}

.terms-mob .title-2 {
  color: var(--text);
  font-family: var(--font-family-open_sans);
  font-size: 25px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 51px;
  margin-top: 116px;
  text-align: center;
  width: 274px;
  z-index: 1;
}

.terms-mob .the-following-descri-2 {
  height: 24750px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 15px;
  margin-top: 27px;
  width: 345px;
  z-index: 2;
}
/* screen - terms-tab */

.terms-tab {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 12561px;
  min-width: 768px;
  width: 100%;
}

.terms-tab .rectangle-1 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 384px);
  position: fixed;
  top: 0;
  width: 768px;
  z-index: 3;
}

.terms-tab .tradingtip-logo-1 {
  cursor: pointer;
  height: 32px;
  left: 269px;
  position: fixed;
  top: 18px;
  width: 230px;
  z-index: 4;
}

.terms-tab .title-1 {
  color: var(--text);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 193px;
  margin-top: 116px;
  text-align: center;
  width: 382px;
  z-index: 1;
}

.terms-tab .the-following-descri-1 {
  height: 12320px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 20px;
  margin-top: 33px;
  width: 730px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .screen.terms-all-breakpoints { 
    display: none;
   }
  .screen.terms-tab { 
    display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .screen.terms-all-breakpoints { 
    display: none;
   }
  .screen.terms-mob { 
    display: none;
   }
}
@media screen and (min-width: 1440px) {
  .screen.terms-tab { 
    display: none;
   }
  .screen.terms-mob { 
    display: none;
   }
}