body {
  font-family: "Gilroy", sans-serif !important;
  font-size: 16px !important;
  overflow-x: auto !important;
}
body.dark {
  background-color: #202020;
}
body.dark .container {
  background-color: #202020;
}
.footer-redbird {
  display: none;
}
body.dark .eft_headline {
  color: var(--white);
}
.preload_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4 !important;
  z-index: 99999999;
}
body.dark .topbar-contact .button:hover {
  background-color: var(--red);
  color: var(--white);
}
body.dark .topbar-contact .button {
  background-color: var(--white);
  color: var(--black);
}
.topbar-contact .button {
  background-color: var(--black);
  font-size: 0.875em;
}
.topbar-contact .button:hover {
  background-color: var(--red);
}
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
.efts_dropdown:not(.active) .eft_dropdown--links {
  pointer-events: none;
}
.eft_dropdown--links {
  display: flex;
  flex-direction: column;
  padding: 0 1.25em;
  background-color: #ffffffe5;
  box-shadow: 0px 4px 15.6px 0px #00000040;
  position: absolute;
  top: 100%;
  right: 0;
  width: max-content;
  overflow: hidden;
}
.efts_dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em;
  gap: 0.375em;
}
@media (min-width: 992px) {
  .efts_dropdown:hover .ed_text::before {
    width: 0%;
  }
}
@media (max-width: 992px) {
  .efts_dropdown.active .ed_text::before {
    width: 0%;
  }
  .eft_dropdown--links {
    background-color: #ffffff;
    max-width: 200rem;
  }
}
.ed_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125em;
  width: 100%;
  background-color: currentColor;
  transition: all 0.25s ease;
}
.ed_text {
  font-size: 1em;
  margin: 0;
  position: relative;
  font-weight: 600;
  letter-spacing: normal;
}

.efts_dropdown.active::after {
  rotate: 180deg;
}
body.dark .eft_dropdown--links {
  background-color: #2f2f2f;
}
body.dark .efts_dropdown {
  color: var(--white);
}
body.dark .efts_dropdown::after {
  border-top-color: var(--white);
}
.efts_dropdown::after {
  content: "";
  display: block;
  border-left: 0.3125em solid transparent;
  border-right: 0.3125em solid transparent;
  border-top: 0.3125em solid var(--black);
  transition: rotate 0.25s ease;
}

.eftd_link {
  padding: 1.25em 0;
  border-bottom: 0.06125em solid #0000001a;
  letter-spacing: normal;
}

.eftd_link:last-child {
  border-bottom: none;
}

.eftd_link:hover {
  color: var(--red);
}
.container {
  background-color: #f4f4f4;
}
.header {
  position: relative;
  background-color: transparent;
  backdrop-filter: blur(0);
}
.video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  max-width: none;
}
body.dark .video_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #202020 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 5;
}
.video_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 5;
}
.video_bg {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_wrap {
  position: relative;
  z-index: 2;
}
.footer {
  z-index: 2;
}
h1 {
  font-weight: 500;
}
.eft_headline--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.875em;
  margin: 5em 0;
}
.eft_headline {
  grid-column: 4/10;
  text-align: center;
  line-height: 1.14;
  letter-spacing: -0.01em;
  max-width: 1000px;
  margin: 0 auto;
}
.sections_wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.875em;
}

.section_links {
  grid-column: 1/4;
  grid-row: 1/1;
  position: relative;
  top: 0;
  z-index: 5;
  padding-top: 7.5em;
}

.template_sections--wrap {
  grid-column: 1/13;
  grid-row: 1/1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.875em;
  row-gap: 0;
}

.template_section {
  grid-row: auto;
  grid-column: 1/13;
  width: 100%;
  padding: 7.5em 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.template_content {
  grid-column: 4/11;
}
.section_links--wrap {
  position: sticky;
  top: 5em;
}
.section_links--wrap {
  display: flex;
  flex-direction: column;
  padding-left: var(--wr);
}
.section_links--inner__wrap {
  display: flex;
  flex-direction: column;
  background-color: #8080800d;
  backdrop-filter: blur(0.1875em);
}
.section_link {
  padding: 1.125em 0.875em;
  cursor: pointer;
  transition: all 0.25s ease;
}
.section_links--wrap.dark .section_link--text {
  color: #888888;
}
.section_links--wrap.dark .section_link.active .section_link--text {
  color: #fff;
}
.section_link.active {
  background-color: #8080804d;
}
@media (min-width: 992px) {
  .section_links--wrap.dark .section_link:hover .section_link--text {
    color: var(--white);
  }
  .section_links--wrap.dark .sl_button:hover {
    background-color: var(--white);
    color: var(--black);
  }
  .section_link:hover .section_link--text {
    color: var(--black);
  }
  .section_link:hover {
    background-color: #8080801c;
  }
}

.section_link--text {
  font-size: var(--f-s);
  letter-spacing: 0.01em;
  line-height: 1;
  color: #6d6d6d;
  font-weight: 500;
  transition: all 0.25s ease;
}

.section_link.active .section_link--text {
  color: var(--black);
}
.sl_button .button-text {
  font-size: 0.875em;
}
.button-text {
  letter-spacing: normal;
  font-weight: 600;
}
.buy_eft--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  grid-template-columns: 1fr 1fr;
  display: none;
  opacity: 0;
}
body.dark .popup_content {
  background-color: #202020;
}
.popup_content {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3em var(--wr);
  gap: 2.5em;
  overflow: auto;
}

.popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 1;
}
.bep_header h2 {
  font-weight: 500;
  font-size: 46px !important;
}
body.dark .popup_content p {
  color: #888888;
}
.popup_content p {
  margin: 0;
  font-size: 16px;
  color: #444;
  line-height: 1.3;
  letter-spacing: normal;
  font-weight: 500;
}

.bep_header {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}

.bep_brokers {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.bep_tag {
  font-weight: 600 !important;
}

.bep_brokers--wrap {
  display: flex;
  gap: 0.6125em;
  flex-wrap: wrap;
}

.bep_broker--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375em;
  padding: 0.75em;
  background-color: #f4f4f4;
  font-weight: 500;
  transition: background-color 0.25s ease;
}
body.dark .bh_close::after {
  background-color: #262626;
}
body.dark .bep_header h2 {
  color: var(--white);
}
body.dark .bh_close path {
  stroke: var(--white);
}
body.dark .black_text {
  color: var(--white) !important;
}
body.dark .bep_broker--link_title {
  color: var(--white) !important;
}
body.dark .bep_broker--link {
  background-color: #262626;
}
.bep_broker--link .bb_arrow {
  transition: translate 0.25s ease;
}
@media (min-width: 992px) {
  .bep_broker--link:hover .bb_arrow {
    translate: 0.125em -0.125em;
  }
  body.dark .bep_broker--link:hover {
    background-color: #1c1c1c;
  }
  .bep_broker--link:hover {
    background-color: #dbdbdb;
  }
}
.bep_broker--link svg {
  width: 1.25em;
  height: 1.25em;
}
.popup_info {
  margin-top: auto;
}
.bep_info p {
  font-size: 14px !important;
  margin-bottom: 1em;
}
.bep_info a:hover {
  text-decoration: none;
}
.bep_info a {
  color: var(--red);
  text-decoration: underline;
}

.financial_advisor {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.bh_title--close {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .bh_close::after {
    content: "";
    position: absolute;
    background-color: #f4f4f4;
    width: 160%;
    height: 160%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .bh_close:hover::after {
    opacity: 1;
  }
}
.bh_close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1366px) {
  .template_content {
    grid-column: 4/12;
  }
  .popup_content {
    width: 50%;
  }
}
.mobile_only {
  display: none;
}
@media (max-width: 992px) {
  .popup_content {
    width: 75%;
  }
  .bep_header h2 {
    font-size: 32px !important;
  }
  .button.sl_button.mobile_only {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .eft_headline--grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5em;
    padding: 0 var(--wr);
  }
  .desktop_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .template_sections--wrap,
  .template_section {
    display: flex;
    flex-direction: column;
  }
  .template_section {
    padding: 2.5em 0;
  }
  .section_links--wrap {
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    overflow: scroll;
    background: #ffffff01;
    backdrop-filter: blur(1.25em);
    top: 0;
  }

  .section_link {
    padding: 1em var(--wr);
    flex-shrink: 0;
    transition: color 0.25s ease;
  }

  .section_links--wrap::-webkit-scrollbar {
    display: none;
  }
  .video_bg video {
    max-width: none;
    object-fit: contain;
    width: 250%;
  }
  body.dark .video_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(
      180deg,
      #202020 0%,
      rgba(244, 244, 244, 0) 100%
    );
    z-index: 5;
  }
  .video_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(
      180deg,
      #f4f4f4 0%,
      rgba(244, 244, 244, 0) 100%
    );
    z-index: 5;
  }
  .section_links.mobile_only {
    position: sticky;
    top: 0;
    padding-top: 0;
    margin-top: -25rem;
    display: flex;
    flex-direction: column;
    min-height: 86px;
  }
  .section_link.active {
    background-color: transparent;
  }
  p.section_link--text {
    color: #6d6d6d;
  }
  a.section_link.active .section_link--text {
    color: black;
  }
  .eftd_link {
    font-size: 12px;
    padding: 1em 0;
  }
  .eft_headline--grid {
    margin: 3.75em 0;
  }
  .eft_headline--button {
    min-height: 40px;
  }
  .eft_headline {
    letter-spacing: -0.02em;
    font-size: 36px;
  }
  .header {
    backdrop-filter: blur(1.25em);
  }
  .video_bg {
    max-height: 80vh;
  }
  .popup_content p {
    font-size: 14px;
  }
}
@media (max-width: 675px) {
  .topbar-contact {
    gap: 0;
  }
  .popup_content {
    width: 100%;
  }
  .topbar-contact .button {
    font-size: 12px;
    padding: 0 16px;
  }
  .efts_dropdown {
    padding: 8px;
  }
  .ed_text {
    font-size: 12px;
  }
  .topbar-logo {
    max-width: 150rem;
  }
}
html {
  scroll-behavior: smooth !important;
}
.black_text {
  color: var(--black);
}
@media (min-width: 1600px) {
  .template_content {
    grid-column: 4/10;
  }
}
.bep_desc {
  padding-right: 2.5em;
}
@media (min-width: 1366px) {
  .section_links--wrap {
    max-width: 80%;
  }
}
.grecaptcha-badge {
  display: none !important;
}
