@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Italic.ttf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
}

header {
  background: url("../img/header-bg-img.png") no-repeat center/cover;
  padding-bottom: 933px;
}

.main-logo-top {
  padding: 25px 0;
  background: #00000045;
  backdrop-filter: blur(4px)
}

.logo a {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo span {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  color: #E1E1E1;
}

main {
  margin-top: -873px;
}

.main-logo {
  display: flex;
  justify-content: center;
}

.broker {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.broker-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.broker-header h2 {
  width: 100%;
  font-size: 76px;
  font-weight: 500;
  color: #fff;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  max-width: 1040px;
}

.broker-header p{
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 12px;
  max-width: 764px;
}

.broker-table-holder {
  position: relative;
  z-index: 3;
  margin-top: 38px;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
}

.broker-table-holder-item-wrap {
  display: flex;
}

.broker-table-holder-item {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 53px 50px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  backdrop-filter: blur(4px);
  box-shadow: 
  0px 10px 22px 0px #0000001A,
  0px 41px 41px 0px #00000017,
  0px 92px 55px 0px #0000000D,
  0px 163px 65px 0px #00000003,
  0px 255px 71px 0px #00000000;
  border-radius: 8px;
}

.broker-table-holder-item-logo {
  width: 100%;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
}

.broker-table-holder-item-adv {
  width: 100%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.broker-table-holder-item-adv-block {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  gap: 14px;
  justify-content: flex-start;
}

.broker-table-holder-item-adv-block span {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #1E1E1E;
  font-style: italic;
}

.broker-table-holder-item-assets {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.broker-table-holder-item-assets-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  border: 1px solid #FF0202;
  border-radius: 8px;
}

.broker-table-holder-item-assets-block .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #1E1E1E;
}

.broker-table-holder-item-assets-block .number {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #1E1E1E;
}

.broker-table-holder-item-link {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.broker-table-holder-item-link a {
  align-self: stretch;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  background-color: #03BF35;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 14px; 
  transition: all ease 0.3s;
  border-radius: 8px;
  text-transform: uppercase;
}

.broker-table-holder-item-link a:hover {
  background-color: #02972a;
}

.faq-block-holder-wrap {
  padding: 78px 0;
}

.faq-block-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.faq-block-holder h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #272727;
}

.faq-block-holder-items {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1126px;
}

.faq-block-questions-item {
  width: 100%;
  cursor: pointer;
}

.faq-block-questions-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding: 32px;
  transition: all ease .3s;
  background: #252525;
}

.faq-block-questions-item-icon {
  width: 100%;
  max-width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: all ease .3s;
  border: 3px solid #FF0202;
}

.faq-block-questions-item-label {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  transition: all ease .3s;
  border: 1px solid transparent;
}

.faq-block-questions-item-bottom {
  height: 0;
  color: #383737;
  background-color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  border-width: 1px;
  border-style: solid;
  border-color: #BBBBBB;
  border-top: none;
}

.faq-block-questions-item.active {
  box-shadow: 
  0px 3px 7px 0px #0000000D,
  0px 13px 13px 0px #0000000A,
  0px 30px 18px 0px #00000008,
  0px 53px 21px 0px #00000003,
  0px 82px 23px 0px #00000000;
}

.faq-block-questions-item.active .faq-block-questions-item-icon {
  background-image: url("../img/red-dot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.faq-block-questions-item.active .faq-block-questions-item-bottom {
  padding: 32px 56px;
  height: auto;
  opacity: 1;
}

.footer-top {
  padding: 64px 0;
  background: url("../img/footer-bg-img.png") no-repeat center/cover;
}

.footer-top-content {
  
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.footer-top-content-wrap {
  max-width: 1124px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top-content-wrap .logo {
  display: flex;
  justify-content: center;
}

.footer-top-content-wrap .logo span {
  color: #fff;
}

.footer-content-top-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.footer-content-top-links a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.footer-middle-content {
  display: flex;
  justify-content: center;
}

.footer-middle-content-items {
  width: 100%;
  max-width: 728px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}
.footer-block-text-item h3 {
  color: #FF0202;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.footer-block-text-item p {
  color: #C0C0C0;
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.footer-bottom {
  padding: 55px 0;
  background-color: #0D0D0D;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

.footer-block-images {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 36px;
}

@media screen and (max-width: 1360px) {
  .container {
    max-width: 90%;
  }

  .footer-bottom-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 1280px) {
  .broker-table-holder-number {
    display: none;
  }

  .footer-middle-content-items {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-block-text-item {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .broker-table-holder-item {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 385px;
  }

  .broker-table-holder-item-wrap {
    width: 100%;
    max-width: 380px;
  }

  .broker-table-holder {
    justify-items: center;
  }

  .footer-top-content {
    flex-direction: column;
    align-items: center;
  }

  .broker-header,
  .broker-header p {
    max-width: 100%;
  }

  .broker-header h2,
  .broker-header p {
    text-align: center;
  }

  .footer-middle-content-items {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .broker-header {
    flex-direction: column;
    align-items: center;
  }

  .faq-block-holder,
  .footer-top-content {
    padding-left: 0;
  }

  .footer-right {
    gap: 20px;
  }

  .footer-content-top-links {
    align-items: center;
  }

  .broker-header h2, 
  .broker-header p {
    margin-left: 0;
  }

  .broker-table-holder-item-logo {
    align-self: center;
    padding: 20px;
  }

  .count-number {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-content-top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-block-images {
    justify-content: center;
  }

  .footer-content-middle {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-middle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .broker-header {
    margin-left: 0;
  }

  .broker-header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .footer-block-images,
  .footer-content-top-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .faq-block-questions-item-top {
    padding: 18px 24px;
  }

  .faq-block-questions-item-label {
    font-size: 20px;
  }

  .faq-block-questions-item.active .faq-block-questions-item-bottom {
    padding: 20px;
  }

  .footer-bottom-content p {
    text-align: center;
  }
}

.policy-section{
  padding: 50px 0;
}

.policy-section .section-heading{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.policy-section .card-text{
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.5;
}

.policy-section .card-heading {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}

.policy-section .container{
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}