@media only screen and (min-width: 1221px) {
  .header_e nav ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .e-cta,
  .e-cta-alt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .tradingview-widget-container,
  .table-widget .tradingview-widget-container iframe {
    width: 100% !important;
  }

  iframe {
    width: 100% !important;
  }

  .in-card-10 .uk-card-default p {
    height: 80px;
  }
}

@media only screen and (min-width: 1101px) {
  .header_e {
    padding: 0 34px;
  }

  .s1 .header_e .logo {
    display: block;
    float: left;
    left: 29px;
    top: 22px;
    width: 102px;
    height: 38px;
  }

  .s1 .navbar_mobile {
    display: none;
  }

  .s1 .navigation {
    float: right;
    position: relative;
    z-index: 10;
    transition: transform 0.3s, opacity 0.3s;
  }

  .s1 .mobile_login,
  .s1 .mobile_signup,
  .s1 li.help {
    display: none;
  }

  .header_e nav ul > li > a {
    font-weight: 300;
  }

  .list_trust {
    flex-wrap: nowrap;
  }

  .list__item {
    width: 19% !important;
    flex-basis: calc((100% - 60px) / 4) !important;
  }
}

@media (min-width: 1101px) {
  .s1 nav ul li ol {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 7px 2px rgb(0 0 0 / 15%);
    transition: opacity 0.2s, transform 0.3s, visibility 0s linear 0.3s;
    transform: translateY(-15px);
    border-radius: 6px;
  }

  .s1 nav ul li ol:before {
    position: absolute;
    top: -10px;
    right: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
  }

  .s1 nav ul li ol li:first-child a {
    padding-top: 24px;
  }

  .text-box {
    padding: 80px !important;
  }

  .footer-wrapper {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1100px) {
  .s1 .navigation {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 100vh;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 20%);
    transition: transform 0.3s ease-in-out;
    transform: translateX(-101%);
  }

  .s1 .navigation.open {
    transform: translateX(0);
  }
}

@media (min-width: 960px) {
  .uk-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .uk-width-3-5\@m {
    margin: 0 auto;
  }
}

@media screen and (min-width: 740px) and (max-width: 1100px) {
  .s1 .navigation {
    width: 300px;
  }
}

@media (max-width: 739px) {
  .s1 .header_e.nav_open {
    height: 100%;
  }

  .cover__superbowl .cover-text {
    height: 0px;
  }

  .cover__superbowl .cover-text > div {
    margin-bottom: 350px !important;
  }

  .cover__superbowl h1 {
    font-size: 40px !important;
  }

  .cover__superbowl .cv_d {
    font-size: 13px !important;
  }

  .e-cta,
  .e-cta-alt {
    margin-bottom: 30px;
  }

  .logo img {
    height: 55px;
  }

  .sticky-content.fixed {
    height: 70px;
  }

  .pips_comunity_bg {
    height: 300px;
  }

  .pips_comunity_content-2 {
    font-size: 15px;
  }

  .pips_comunity_content-3 {
    font-size: 9px;
  }

  .pips_comunity_content-4 {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  body.en-gb .sponsorship .sponsorship__title {
    margin: 0 0 40px;
  }

  .sponsorship__team {
    margin: 0 40px;
    flex: 0 0 105px;
  }

  .sponsorship__logo {
    width: 105px;
    height: 140px;
  }
}

@media screen and (max-width: 992px) {
  .block-margin > * {
    flex: 0 0 50% !important;
  }

  .uk-flex {
    display: block;
  }

  .uk-grid-medium div {
    margin-top: 30px;
  }

  .uk-grid.uk-flex.uk-flex-middle div {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 740px) {
  .app-links {
    display: flex;
    justify-content: space-between;
  }

  .footer__disclaimer-content {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 661px) {
  .header_dis {
    font-size: 14px;
  }

  .header-dis_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cover__superbowl .cage {
    height: 100vh;
    min-height: 500px;
    max-height: 1240px;
  }

  .cover__superbowl .cover-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .video-box_mobile,
  .video-cover_mobile {
    display: none;
  }

  .video-cover_desktop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .cover__superbowl .cover-bg .video-cover_desktop {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
  }

  .cover__superbowl .cover-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
  }

  .text-box,
  .pbox {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cover__superbowl .cover-text > div {
    margin-bottom: 300px;
  }

  .play-video-mobile {
    display: none;
  }

  .cover__superbowl h1 {
    font-size: clamp(60px, 9vw, 150px);
  }

  .cover__superbowl h1 span {
    opacity: 0.75;
  }

  p {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.35em;
  }

  .cover__superbowl .cover-bg .video-cover_desktop img,
  .cover__superbowl .cover-bg .video-cover_desktop video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  .cover__superbowl .cover-bg .video-cover_desktop video {
    z-index: 1;
  }

  .video-cover_desktop video,
  .video-cover_desktop .fallback-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .cover__superbowl .e-cta {
    min-width: 200px;
    margin-top: 30px;
  }

  .e-cta,
  .e-cta-alt {
    font-size: 18px;
    padding: 10px 30px 12px;
  }

  .e-cta,
  .e-cta-alt {
    min-width: 180px;
    font-size: 18px;
    padding: 10px 30px 12px;
  }

  .etoro-instruments {
    background-color: #000021;
  }

  .e-row-instruments_bg-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .e-row {
    display: flex;
    flex-wrap: wrap;
  }

  .col {
    display: flex;
    align-items: center;
    flex: 1 0 0;
  }

  .e-row > * {
    width: 100%;
    max-width: 100%;
  }

  .etoro-instruments h1 {
    font-size: clamp(32px, 4vw, 50px);
    letter-spacing: -1.36px;
  }

  .etoro-instruments h2 {
    font-size: 24px;
  }

  .train {
    margin-bottom: 15px;
  }

  .e-row_d2-1 {
    flex-direction: row-reverse;
  }

  .video-box_desktop {
    display: block;
    padding: 100px 10px;
    max-width: 780px;
  }

  video.lazy.loaded {
    visibility: visible;
  }

  .e-row_d2-1 .col:last-child {
    justify-content: flex-end;
  }

  .e-row_cols2 > .col {
    max-width: 50%;
  }

  h2 {
    font-size: clamp(18px, 4vw, 40px);
    margin-bottom: 0.46em;
  }

  .col_text p {
    margin-bottom: 1.4em;
  }

  .container_trust {
    padding: 100px 0 130px;
  }

  .trust__titles {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 100px;
    text-align: center;
  }

  .text-box,
  .pbox {
    padding-left: 40px;
    padding-right: 40px;
  }

  .trust__titles p {
    font-size: 28px;
  }

  .list_trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list__item {
    width: 49%;
    flex-basis: calc((100% - 30px) / 2);
    border: solid 1px #ededed;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 30px;
  }

  .list__image {
    width: 186px;
    height: 207px;
    transform: translate(-40px, -40px);
  }

  .list__content {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.34px;
    flex-grow: 1;
  }

  h3 {
    font-size: clamp(16px, 3vw, 28px);
    line-height: 1.35em;
  }

  .list__content h3 {
    margin-bottom: 0.7em;
  }

  .list__content p {
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.5em;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-wrapper {
    max-width: 1423px;
    margin: 0 auto;
  }

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

  .footer__social,
  .footer__apps {
    width: 22%;
    margin-right: 10%;
  }

  .footer__social .links {
    margin-top: 30px;
  }

  .footer__social .links .soc-twitter {
    margin-left: 0;
  }

  .sitemap {
    width: 68%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    overflow-wrap: break-word;
  }

  .sitemap__column {
    width: 32%;
    vertical-align: top;
  }

  .sitemap h4 {
    margin-bottom: 22px;
  }

  .sitemap ul {
    margin-bottom: 3em;
  }

  .sitemap ul li {
    margin-bottom: 0.5em;
  }

  .footer__bottom {
    border-top: solid 1px #ededed;
    margin-top: 12px;
    padding-top: 60px;
  }

  .slide-text__inner {
    padding: 40px 40px 24px;
  }

  .etoro-instruments h3 {
    letter-spacing: -0.61px;
    font-size: 22px;
    line-height: 37px;
  }

  .etoro-instruments h3 strong {
    font-size: 34px;
  }

  .slide-disclaimer {
    padding: 0 40px 40px;
  }

  .slide-disclaimer * {
    color: #2c2c2c;
    font-size: 14px;
  }
}

@media screen and (max-height: 450px) and (orientation: landscape) {
  .train3 {
    display: none;
  }

  .slide-text__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
  }

  .etoro-instruments h3 {
    font-size: 20px;
  }

  .slide-disclaimer {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 375px) {
  body.en-gb .sponsorship .sponsorship__title {
    margin: 0 70px 20px;
  }
}

@media (max-width: 700px) {
  .cover__superbowl .cover-text > div {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .sticky-content.fixed a.logo {
    top: 0 !important;
  }

  .navbar_mobile {
    top: -5px;
  }

  .s1 .navigation.open {
    transform: translateX(0);
    z-index: 1500;
  }

  .s1 .navigation .sidebar_head {
    height: 60px;
  }

  .s1 .navigation .sidebar_head .close {
    float: right;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
  }

  .s1 .navigation .sidebar_head .close:before,
  .s1 .navigation .sidebar_head .close:after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #777;
    position: absolute;
    top: 37px;
    left: 16px;
    transform: rotate(45deg);
    border-radius: 2px;
  }

  .s1 .navigation .sidebar_head .close:after {
    transform: rotate(-45deg);
    top: 37px;
    left: 16px;
  }

  .s1 .navigation {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 100vh;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 20%);
    transition: transform 0.3s ease-in-out;
    transform: translateX(-101%);
  }

  .s1 .navigation .sidebar_head .mobile_login,
  .s1 .navigation .sidebar_head .mobile_signup {
    position: relative;
    float: right;
    display: block;
    height: 100%;
    padding: 29px 20px 0;
    line-height: 1em;
    font-size: 15px;
    text-decoration: none;
  }

  .header_e nav {
    width: 100%;
    padding: 44px 22px;
    overflow: auto;
    height: calc(100% - 60px);
  }

  .header_e nav > ul {
    margin-bottom: 70px;
  }

  .header_e nav ul > li {
    display: block;
    margin: 0;
    cursor: pointer;
  }

  .header_e nav ul li a {
    padding: 0 22px 0 0;
    margin-bottom: 14px;
    font-size: 18px;
    color: #000021;
  }

  .header_e nav ul > li > a {
    display: block;
    position: relative;
    font-size: 24px;
    width: 100%;
  }

  /* .header_e nav ul > li.dd > a::after {
        content: "";
        border: solid #777;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.3s ease;
        position: absolute;
        right: 4px;
        top: 10px;
    }

    .header_e nav ul > li.dd.open > a::after {
        top: 50%;
        transform: rotate(225deg);
    } */

  .s1 nav ul li ol {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  .s1 nav ul li.open ol {
    max-height: 630px;
    overflow: visible;
  }

  .s1 nav ul li ol li:first-child a {
    padding-top: 20px;
  }

  .s1 nav ul li ol li a {
    padding: 2px 15px;
    white-space: initial;
    overflow: auto;
    text-overflow: initial;
  }
}

@media only screen and (max-width: 767px) {
  .in-card-10 .uk-card-default h4 {
    height: 55px;
  }

  .in-card-10 .uk-card-default p {
    height: 110px;
  }

  .uk-grid.uk-flex-middle {
    text-align: center;
  }

  .uk-width-auto {
    margin-top: 20px !important;
    margin: 0 auto;
  }

  ul.in-faq-3.uk-margin-medium-top {
    padding-left: 0;
  }
}

@media only screen and (max-width: 744px) {
  .sticky-content.fixed {
    top: 20px;
  }
}

@media only screen and (max-width: 660px) {
  .s01,
  .s1,
  .cover__superbowl,
  .header_all {
    height: 100%;
  }

  .s01,
  .s1,
  .header_all.content-page {
    height: auto !important;
    min-height: 170px;
    overflow: visible;
  }

  .s01,
  .s1,
  .header_all.content-page {
    height: auto !important;
    min-height: 170px;
    overflow: visible;
  }

  .about-header {
    overflow: hidden !important;
  }
  .cover__superbowl {
    padding-bottom: 30px;
  }
  .play-video-mobile {
    display: block;
    background-image: url(./../images/icons/play-icon.svg);
    background-position: center;
    width: 50px;
    height: 40px;
    background-size: cover;
    margin-bottom: 12px;
  }

  .cover__superbowl .cover-bg .video-cover_mobile {
    width: 100%;
    height: 0;
    padding-top: 215%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-position: center;
  }

  .cover__superbowl h1 {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 12px;
  }

  .cover__superbowl .cover-text {
    padding: 0 40px;
    top: -70px;
  }

  .superbowl-play {
    display: none;
  }

  .e-row-instruments .col-flex-end {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex: 1 0 0;
  }

  .slider-text {
    margin-top: 10px;
  }

  .scroller-points,
  .cage-scroll-wrapper {
    top: 310px;
  }

  .sticky-content.fixed {
    padding-top: 0 !important;
    top: -15px;
  }

  .sticky-content.fixed a.logo {
    top: 82px !important;
  }

  .video-box_mobile,
  .video-cover_mobile {
    display: block;
  }

  .video-box_desktop,
  .video-cover_desktop {
    display: none;
  }

  .video-box_mobile {
    margin: 0 auto;
    overflow: hidden;
  }

  video.banner {
    position: absolute;
    background-size: cover;
    margin: 0 auto;
  }

  video.lazy {
    max-width: 320px;
    margin: 0 auto;
  }

  .container_trust {
    padding-top: 33px;
    padding-bottom: 50px;
  }

  .container_copytrader {
    background-color: #000021;
    margin-bottom: 60px;
  }

  .container_copytrader .col_media {
    height: 0;
    padding-bottom: 55%;
    position: relative;
  }

  .container_copytrader .video-cover_mobile {
    position: relative;
    z-index: 0;
  }

  .container_copytrader .video-cover_mobile video,
  .container_copytrader .video-cover_mobile img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    object-fit: cover;
  }

  .container_copytrader .video-cover_mobile::before {
    content: "";
    display: block;
    height: 0;
    padding-top: 154%;
    position: relative;
    z-index: 0;
  }

  .container_copytrader .video-cover_mobile::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    background-image: linear-gradient(
      to bottom,
      rgba(36, 44, 54, 0),
      #000021 50%
    );
    z-index: 1;
    display: block;
  }

  .footer__social {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .footer__social .links {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sitemap {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .sticky-content.fixed {
    top: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .block-margin > * {
    flex: 0 0 100% !important;
  }

  .in-card-10 .uk-card-default h4,
  .in-card-10 .uk-card-default p {
    height: auto;
  }
}

@media only screen and (max-width: 525px) {
  .s1 .header_e {
    padding-top: 32px;
  }

  .logo {
    top: 40px;
  }

  .sticky-content.fixed a.logo {
    top: 5px !important;
  }

  .s01,
  .s1,
  .cover__superbowl,
  .header_all {
    height: 150%;
  }
  .about-header .s01,
  .about-header .s1,
  .about-header .cover__superbowl,
  .about-header .header_all {
    overflow: visible;
  }

  .container_copytrader .col_media {
    padding-bottom: 85%;
  }
}

@media only screen and (max-width: 400px) {
  .s1 .navigation.open {
    top: 32px;
    z-index: 1500;
  }
}

@media only screen and (max-width: 661px) {
  .cover__superbowl .cage {
    height: 75vh;
    min-height: 300px;
    max-height: 500px;
  }
}

@media only screen and (max-width: 510px) {
  .cover__superbowl .cage {
    height: 90vh;
  }
}

@media only screen and (max-width: 383px) {
  .cover__superbowl .cage {
    height: 105vh;
    min-height: 300px;
    max-height: 560px;
  }

  .etoro-instruments {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 335px) {
  .etoro-instruments {
    padding-top: 110px;
  }
}
