/* screen - cookie-policy-all-breakpoints */

.cookie-policy-all-breakpoints {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 2409px;
  min-width: 1440px;
  width: 100%;
}

.cookie-policy-all-breakpoints .rectangle-1 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 720px);
  position: fixed;
  top: 0;
  width: 1440px;
  z-index: 3;
}

.cookie-policy-all-breakpoints .tradingtip-logo {
  cursor: pointer;
  height: 32px;
  left: 605px;
  position: fixed;
  top: 18px;
  width: 230px;
  z-index: 4;
}

.cookie-policy-all-breakpoints .title {
  height: 61px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 570px;
  margin-top: 119px;
  text-align: center;
  width: 298px;
  z-index: 1;
}

.cookie-policy-all-breakpoints .cookie-policy-when-a {
  height: 2178px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 15px;
  margin-top: 31px;
  width: 1397px;
  z-index: 2;
}
/* screen - cookie-policy-mob */

.cookie-policy-mob {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 5522px;
  min-width: 375px;
  overflow: hidden;
  width: 100%;
}

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

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

.cookie-policy-mob .title-1 {
  color: var(--text);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  height: 41px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 89px;
  margin-top: 103px;
  text-align: center;
  width: 199px;
  z-index: 1;
}

.cookie-policy-mob .cookie-policy-when-a-1 {
  height: 5346px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 11px;
  margin-top: 32px;
  width: 354px;
  z-index: 2;
}
/* screen - cookie-policy-tab */

.cookie-policy-tab {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 3357px;
  min-width: 768px;
  overflow: hidden;
  width: 100%;
}

.cookie-policy-tab .rectangle-1-2 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 720px);
  position: fixed;
  top: 0;
  width: 1440px;
  z-index: 3;
}

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

.cookie-policy-tab .title-2 {
  height: 61px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 235px;
  margin-top: 109px;
  text-align: center;
  width: 298px;
  z-index: 1;
}

.cookie-policy-tab .cookie-policy-when-a-2 {
  height: 3146px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 15px;
  margin-top: 41px;
  width: 733px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .screen.cookie-policy-all-breakpoints { 
    display: none;
   }
  .screen.cookie-policy-tab { 
    display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .screen.cookie-policy-all-breakpoints { 
    display: none;
   }
  .screen.cookie-policy-mob { 
    display: none;
   }
}
@media screen and (min-width: 1440px) {
  .screen.cookie-policy-mob { 
    display: none;
   }
  .screen.cookie-policy-tab { 
    display: none;
   }
}