
.fx-section--about-us-hero[_ngcontent-sc345] {
  padding-top: 138px;
  background: url(/assets/img/pages/about-us-page/bg-adegroup.jpg);
  background-position: 50% 50%;
  background-color: #262626;
  filter: brightness(1.2);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .fx-section--about-us-hero[_ngcontent-sc345] {
    padding-top: 200px;
    padding-bottom: 50px !important;
  }
  .fx-section--about-us-hero.bg-video-loaded[_ngcontent-sc345] {
    background: none;
  }
}
.fx-section--about-us-hero[_ngcontent-sc345]
  .sup-title[_ngcontent-sc345] {
  font-size: 25px;
}
@media (min-width: 1024px) {
  .fx-section--about-us-hero[_ngcontent-sc345]
    .sup-title[_ngcontent-sc345] {
    font-size: 32px;
  }
}
.fx-section--about-us-hero[_ngcontent-sc345] h1[_ngcontent-sc345] {
  margin-bottom: 0;
  color: #d91222 !important;
}
.fx-section--about-us-hero[_ngcontent-sc345] .slogan[_ngcontent-sc345] {
  color: #dfe6e9;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  margin-bottom: 40px;
}
.fx-section--about-us-hero[_ngcontent-sc345]
  .fx-modal-backdrop[_ngcontent-sc345] {
  opacity: 0;
}
.fx-section--about-us-hero[_ngcontent-sc345] .play-caption {
  display: none;
}
.fx-section--about-us-hero[_ngcontent-sc345]
  .bg-video-container[_ngcontent-sc345] {
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--about-us-hero[_ngcontent-sc345]
    .bg-video-container[_ngcontent-sc345] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    background: #010101;
    z-index: -1;
  }
  .fx-section--about-us-hero[_ngcontent-sc345]
    .bg-video-container[_ngcontent-sc345]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000c;
  }
  .fx-section--about-us-hero[_ngcontent-sc345]
    .bg-video-container[_ngcontent-sc345]
    video[_ngcontent-sc345] {
    min-height: 100%;
    min-width: 100%;
    height: auto !important;
    width: auto !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

.play-button[_ngcontent-sc200] {
  display: block;
  font-size: 50px;
  height: 50px;
  width: 50px;
  margin: 0 auto 14px;
  color: #a79582;
  border-radius: 50%;
  transition: box-shadow 0.4s;
  position: relative;
}
@media (min-width: 1024px) {
  .play-button[_ngcontent-sc200] {
    font-size: 70px;
    height: 70px;
    width: 70px;
  }
}
.play-button.shadow-expanded[_ngcontent-sc200] {
  z-index: 9998;
  animation: expand 1.4s forwards;
}
.play-button.shadow-expanded[_ngcontent-sc200]
  .play-icon__circle[_ngcontent-sc200] {
  opacity: 0;
}
@keyframes expand {
  0% {
    box-shadow: 0 0 0 0 #a795824d;
  }
  33% {
    box-shadow: 0 0 0 50px #a7958200;
  }
  66% {
    box-shadow: 0 0 0 20px #a7958233;
  }
  85% {
    box-shadow: 0 0 0 9999px #a795824d;
  }
  to {
    box-shadow: 0 0 0 9999px #282828e6;
  }
}
.play-button[_ngcontent-sc200]:focus,
.play-button[_ngcontent-sc200]:hover {
  box-shadow: inset 0 0 15px #a795824d;
}
.play-button[_ngcontent-sc200]:hover
  .play-icon__circle[_ngcontent-sc200] {
  animation: goAndBackCircle 1s;
}
@keyframes goAndBackCircle {
  0%,
  to {
    stroke-dasharray: 97.8141502221px 9px;
    stroke-dashoffset: -30;
  }
  50% {
    stroke-dasharray: 50;
  }
}
.play-button[_ngcontent-sc200]:hover
  .play-icon__triangle[_ngcontent-sc200] {
  animation: goAndBackTriangle 1s;
}
@keyframes goAndBackTriangle {
  0%,
  to {
    stroke-dasharray: 77;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 20;
  }
}
.play-caption[_ngcontent-sc200] {
  text-align: center;
  display: block;
  font-size: 14px;
}
.play-icon[_ngcontent-sc200] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.4s;
}
.play-icon__circle[_ngcontent-sc200] {
  stroke-dasharray: 97.8141502221px 9px;
  stroke-dashoffset: -30;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .play-icon__circle[_ngcontent-sc200] {
    height: 70px;
    width: 70px;
  }
}
.play-icon__triangle[_ngcontent-sc200] {
  --fill: none;
  stroke-dasharray: 77;
  stroke-dashoffset: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .play-icon__triangle[_ngcontent-sc200] {
    height: 70px;
    width: 70px;
  }
}
[lang="ar"] .play-button {
  transform: rotate(180deg);
}

.fx-section--fxpro-history[_ngcontent-sc327] {
  overflow: hidden;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .fx-section--fxpro-history[_ngcontent-sc327] {
    padding-top: 100px;
  }
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .panel__heading[_ngcontent-sc327] {
  max-width: 630px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .fx-section--fxpro-history[_ngcontent-sc327]
    .panel__heading[_ngcontent-sc327] {
    padding-bottom: 100px;
  }
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logos-history[_ngcontent-sc327] {
  justify-content: center;
  display: flex;
  background: #f8f8f8;
  padding: 40px 0 60px;
}
@media (max-width: 1199.98px) {
  .fx-section--fxpro-history[_ngcontent-sc327]
    .logos-history[_ngcontent-sc327] {
    margin: 0 auto;
  }
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327] {
  --simple-color: #636e72;
  --disabled-color: #c4c4c4;
  --default-color: #2d3436;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  img[_ngcontent-sc327] {
  max-width: 100%;
  height: auto;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block_float[_ngcontent-sc327] {
  position: absolute;
  right: -70px;
  top: 150px;
  justify-content: center;
  max-width: 140px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .line-separator[_ngcontent-sc327] {
  background: var(--disabled-color);
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .line-separator_short[_ngcontent-sc327] {
  height: 20px;
  width: 1px;
  margin-top: -20px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .line-separator_conc[_ngcontent-sc327] {
  height: 25px;
  width: 1px;
  margin-top: 10px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .line-separator_long[_ngcontent-sc327] {
  height: 85px;
  width: 1px;
  margin-bottom: 10px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .placeholder[_ngcontent-sc327] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}
@media (min-width: 1200px) {
  .fx-section--fxpro-history[_ngcontent-sc327]
    .logo-block[_ngcontent-sc327]
    .placeholder[_ngcontent-sc327] {
    width: 170px;
    height: 170px;
  }
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .description[_ngcontent-sc327] {
  display: block;
  margin-bottom: 8px;
  margin-top: 10px;
  color: var(--default-color);
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .description_disabled[_ngcontent-sc327] {
  color: var(--disabled-color);
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .description_simple[_ngcontent-sc327] {
  color: var(--simple-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  margin-top: 9px;
  max-width: 140px;
  width: 140px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .description_small[_ngcontent-sc327] {
  width: 126px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .year[_ngcontent-sc327] {
  color: var(--default-color);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .year_simple[_ngcontent-sc327] {
  color: var(--simple-color);
  font-size: 12px;
  line-height: 14.52px;
}
.fx-section--fxpro-history[_ngcontent-sc327]
  .logo-block[_ngcontent-sc327]
  .year_disabled[_ngcontent-sc327] {
  color: var(--disabled-color);
}

.fx-section--fxpro-history-entry[_ngcontent-sc338] {
  padding-bottom: 30px;
}
.fx-section--fxpro-history-entry[_ngcontent-sc338]
  .panel__heading[_ngcontent-sc338] {
  max-width: 570px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--fxpro-history-entry[_ngcontent-sc338]
    .panel__heading[_ngcontent-sc338] {
    padding-bottom: 80px;
  }
}
.fx-section--fxpro-history-entry[_ngcontent-sc338]
  .panel__heading[_ngcontent-sc338]
  p[_ngcontent-sc338] {
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 0;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.fx-section--fxpro-history-entry[_ngcontent-sc338]
  .entry-box[_ngcontent-sc338] {
  padding: 50px 33px 37px;
  border-radius: 15px;
  margin-bottom: 10px;
  background-color: #d912220d;
}
@media (min-width: 1024px) {
  .fx-section--fxpro-history-entry[_ngcontent-sc338]
    .entry-box[_ngcontent-sc338] {
    min-height: 330px;
    padding: 50px 70px 20px 100px;
    height: 100%;
  }
}
.fx-section--fxpro-history-entry[_ngcontent-sc338]
  .entry-box__row[_ngcontent-sc338] {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--fxpro-history-entry[_ngcontent-sc338]
    .entry-box__row[_ngcontent-sc338] {
    padding-bottom: 66px;
  }
}
.fx-section--fxpro-history-entry[_ngcontent-sc338]
  .entry-box[_ngcontent-sc338]
  .icon[_ngcontent-sc338] {
  height: 40px;
  width: 40px;
  font-size: 40px;
  display: block;
  line-height: 1;
  margin-bottom: 35px;
  color: #d91222;
}


.fx-section--numbers[_ngcontent-sc326] {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--numbers[_ngcontent-sc326] {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}
.fx-section--numbers[_ngcontent-sc326] .name[_ngcontent-sc326] {
  font-weight: 700;
  font-size: 130px;
  line-height: 80%;
  color: #f8f4f1;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 77px auto 0;
  z-index: 0;
  display: none;
  letter-spacing: -0.05em;
}
[lang="hu"][_nghost-sc326]
  .fx-section--numbers[_ngcontent-sc326]
  .name[_ngcontent-sc326],
[lang="hu"]
  [_nghost-sc326]
  .fx-section--numbers[_ngcontent-sc326]
  .name[_ngcontent-sc326] {
  font-size: 130px;
}
[lang="vi"][_nghost-sc326]
  .fx-section--numbers[_ngcontent-sc326]
  .name[_ngcontent-sc326],
[lang="vi"]
  [_nghost-sc326]
  .fx-section--numbers[_ngcontent-sc326]
  .name[_ngcontent-sc326] {
  font-size: 130px;
}
@media (max-width: 1200px) {
  .fx-section--numbers[_ngcontent-sc326] .name[_ngcontent-sc326] {
    font-size: 130px;
  }
}
@media (max-width: 1400px) {
  [lang="hu"][_nghost-sc326]
    .fx-section--numbers[_ngcontent-sc326]
    .name[_ngcontent-sc326],
  [lang="hu"]
    [_nghost-sc326]
    .fx-section--numbers[_ngcontent-sc326]
    .name[_ngcontent-sc326] {
    font-size: 100px;
  }
  [lang="vi"][_nghost-sc326]
    .fx-section--numbers[_ngcontent-sc326]
    .name[_ngcontent-sc326],
  [lang="vi"]
    [_nghost-sc326]
    .fx-section--numbers[_ngcontent-sc326]
    .name[_ngcontent-sc326] {
    font-size: 100px;
  }
}
@media (min-width: 1563px) {
  .fx-section--numbers[_ngcontent-sc326] .name[_ngcontent-sc326] {
    font-size: 166px;
  }
}
@media (min-width: 1024px) {
  .fx-section--numbers[_ngcontent-sc326] .name[_ngcontent-sc326] {
    display: block;
  }
}
.fx-section--numbers[_ngcontent-sc326]
  .fx-section--numbers-inner[_ngcontent-sc326] {
  background: #fbf9f7;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--numbers[_ngcontent-sc326]
    .fx-section--numbers-inner[_ngcontent-sc326] {
    margin-bottom: 56px;
  }
}
.fx-section--numbers[_ngcontent-sc326] .items-holder[_ngcontent-sc326] {
  position: relative;
  z-index: 1;
}
.fx-section--numbers[_ngcontent-sc326] .item-number[_ngcontent-sc326] {
  text-align: center;
  position: relative;
  color: #d91222;
}
.fx-section--numbers[_ngcontent-sc326]
  .item-number-8[_ngcontent-sc326]
  .inner[_ngcontent-sc326] {
  border: none !important;
}
.fx-section--numbers[_ngcontent-sc326]
  .item-number[_ngcontent-sc326]
  .inner[_ngcontent-sc326] {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4d8cb;
}
@media (min-width: 480px) {
  .fx-section--numbers[_ngcontent-sc326]
    .item-number[_ngcontent-sc326]
    .inner[_ngcontent-sc326] {
    border: none;
  }
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-1[_ngcontent-sc326]
    .inner[_ngcontent-sc326],
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-2[_ngcontent-sc326]
    .inner[_ngcontent-sc326],
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-3[_ngcontent-sc326]
    .inner[_ngcontent-sc326],
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-4[_ngcontent-sc326]
    .inner[_ngcontent-sc326],
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-5[_ngcontent-sc326]
    .inner[_ngcontent-sc326],
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-6[_ngcontent-sc326]
    .inner[_ngcontent-sc326] {
    border-bottom: 1px solid #e4d8cb;
  }
}
@media (min-width: 1024px) {
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-5[_ngcontent-sc326]
    .inner[_ngcontent-sc326],
  .fx-section--numbers[_ngcontent-sc326]
    .item-number-6[_ngcontent-sc326]
    .inner[_ngcontent-sc326] {
    border: none;
  }
}
.fx-section--numbers[_ngcontent-sc326]
  .item-number[_ngcontent-sc326]
  .number[_ngcontent-sc326] {
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  display: block;
}
.fx-section--numbers[_ngcontent-sc326]
  .item-number[_ngcontent-sc326]
  .caption[_ngcontent-sc326] {
  line-height: 29px;
  font-weight: 500;
  font-size: 16px;
  color: #2d3436;
}
@media (min-width: 1024px) {
  .fx-section--numbers[_ngcontent-sc326]
    .item-number[_ngcontent-sc326]
    .caption[_ngcontent-sc326] {
    max-width: 175px;
    margin: 0 auto;
  }
}


.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .description[_ngcontent-sc341]
  ul[_ngcontent-sc341],
.fx-section--company-profile[_ngcontent-sc341]
  .pdf-list[_ngcontent-sc341] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fx-section--company-profile[_ngcontent-sc341] {
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.fx-section--company-profile[_ngcontent-sc341]
  .centered[_ngcontent-sc341] {
  justify-content: center;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .centered[_ngcontent-sc341] {
    margin-bottom: 80px;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .logos-holder[_ngcontent-sc341] {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .logos-holder[_ngcontent-sc341] {
    margin-bottom: 4.688rem;
    flex-direction: row;
  }
}
.fx-section--company-profile[_ngcontent-sc341] .logo[_ngcontent-sc341] {
  margin: 0 18px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341] .logo[_ngcontent-sc341] {
    padding-bottom: 0;
    flex: 0 0 30%;
    text-align: center;
    margin: 0;
  }
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .logo[_ngcontent-sc341],
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .logo[_ngcontent-sc341] {
    padding-right: 0;
    padding-left: 10%;
    text-align: left;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .logo[_ngcontent-sc341]
  fx-retina-image
  img {
  max-width: 82px;
  width: 100%;
  height: auto;
}
.fx-section--company-profile[_ngcontent-sc341]
  .logo[_ngcontent-sc341]
  + .logo[_ngcontent-sc341] {
  text-align: left;
  padding-right: 0;
}
[lang="ar"][_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .logo[_ngcontent-sc341]
  + .logo[_ngcontent-sc341],
[lang="ar"]
  [_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .logo[_ngcontent-sc341]
  + .logo[_ngcontent-sc341] {
  padding-left: 0;
  text-align: right;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .logo[_ngcontent-sc341]
    + .logo[_ngcontent-sc341] {
    padding-left: 10%;
    border-left: 1px solid #dfe6e9;
  }
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .logo[_ngcontent-sc341]
    + .logo[_ngcontent-sc341],
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .logo[_ngcontent-sc341]
    + .logo[_ngcontent-sc341] {
    border-right: 1px solid #dfe6e9;
    padding-left: 0;
    padding-right: 10%;
    border-left: 0;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .fxpro-bw[_ngcontent-sc341] {
  width: 140px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .fxpro-bw[_ngcontent-sc341] {
    width: auto;
  }
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341] {
    width: 50%;
    flex-shrink: 0;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341],
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341] {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341] {
    padding-right: 10%;
  }
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341],
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341] {
    padding-right: 0;
    padding-left: 10%;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  + .column-company[_ngcontent-sc341] {
  padding-right: 0;
  border-top: 1px solid #dfe6e9;
}
[lang="ar"][_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  + .column-company[_ngcontent-sc341],
[lang="ar"]
  [_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  + .column-company[_ngcontent-sc341] {
  padding-left: 0;
}
@media (min-width: 480px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    + .column-company[_ngcontent-sc341] {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    + .column-company[_ngcontent-sc341] {
    border-left: 1px solid #dfe6e9;
    padding-left: 10%;
    border-top: 0;
  }
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    + .column-company[_ngcontent-sc341],
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    + .column-company[_ngcontent-sc341] {
    border-right: 1px solid #dfe6e9;
    border-left: 0;
    padding-right: 10%;
    padding-left: 0;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .profile-info[_ngcontent-sc341] {
  padding: 0 0 19px;
}
@media (max-width: 1199.98px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    .profile-info[_ngcontent-sc341] {
    padding: 20px 0 19px;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .profile-info[_ngcontent-sc341]:not(:first-child) {
  padding: 19px 0;
  border-top: 1px solid #dfe6e9;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .name {
  display: block;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .title[_ngcontent-sc341] {
  color: #2d3436;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  flex: 0 0 95px;
  margin: 0 20px 0 0;
}
[lang="ar"][_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .title[_ngcontent-sc341],
[lang="ar"]
  [_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .title[_ngcontent-sc341] {
  margin: 0 0 0 20px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    .title[_ngcontent-sc341] {
    flex: 0 0 200px;
    font-size: 17px;
    line-height: 1;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .title[_ngcontent-sc341]
  i[_ngcontent-sc341] {
  font-size: 20px;
  color: #b2bec3;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  address[_ngcontent-sc341] {
  margin: 0;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .address-block[_ngcontent-sc341] {
  display: block;
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    .address-block[_ngcontent-sc341] {
    padding-top: 2.125rem;
    margin-top: 1.875rem;
    border-top: 1px solid #dfe6e9;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .address-block[_ngcontent-sc341]
  address[_ngcontent-sc341] {
  margin-bottom: 0.9375rem;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .address-block[_ngcontent-sc341]
  .btn[_ngcontent-sc341] {
  min-width: 170px;
  font-size: 14px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .address-block[_ngcontent-sc341]
  fx-retina-image {
  width: 28px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .address-block[_ngcontent-sc341]
  fx-retina-image
  .google-icon {
  width: 100%;
  max-width: 28px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .description[_ngcontent-sc341] {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .column-company[_ngcontent-sc341]
    .description[_ngcontent-sc341] {
    font-size: 14px;
    min-width: 58%;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .description[_ngcontent-sc341]
  ul[_ngcontent-sc341]
  li[_ngcontent-sc341] {
  margin-bottom: 20px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .description[_ngcontent-sc341]
  ul[_ngcontent-sc341]
  li[_ngcontent-sc341]:last-child {
  margin-bottom: 0;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .description[_ngcontent-sc341]
  ul.links-list[_ngcontent-sc341]
  li[_ngcontent-sc341] {
  margin-bottom: 5px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .column-company[_ngcontent-sc341]
  .description[_ngcontent-sc341]
  ul.links-list[_ngcontent-sc341]
  li[_ngcontent-sc341]:last-child {
  margin-bottom: 0;
}
.fx-section--company-profile[_ngcontent-sc341]
  .borderbottom[_ngcontent-sc341] {
  border-bottom: 1px solid #dfe6e9;
}
.fx-section--company-profile[_ngcontent-sc341] .martop[_ngcontent-sc341] {
  padding-top: 40px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .column-company[_ngcontent-sc341] {
  border: none;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .profile-info[_ngcontent-sc341] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .profile-info-bottom[_ngcontent-sc341] {
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .profile-info-bottom[_ngcontent-sc341]
  .title[_ngcontent-sc341] {
  margin-right: 0;
  flex: 0;
  font-size: 14px;
  line-height: 120%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .profile-info[_ngcontent-sc341]
  .fx-symbol-download[_ngcontent-sc341] {
  color: #2d3436;
  padding-left: 10px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .brochure[_ngcontent-sc341] {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .martop[_ngcontent-sc341]
    .brochure[_ngcontent-sc341] {
    padding-top: 0;
    text-align: left;
    padding-left: 0;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .brochure[_ngcontent-sc341]
  .title[_ngcontent-sc341] {
  text-align: left;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .welcome-img[_ngcontent-sc341] {
  padding-top: 17px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .welcome-img[_ngcontent-sc341]
  img[_ngcontent-sc341] {
  max-width: 220px;
  width: 100%;
  height: auto;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .thepdfs[_ngcontent-sc341] {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .martop[_ngcontent-sc341]
    .thepdfs[_ngcontent-sc341] {
    padding-top: 80px;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .thepdfs[_ngcontent-sc341]
  a[_ngcontent-sc341] {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #303135;
  background: #30313508;
  border-radius: 56px;
  padding: 8px 16px 10px 6px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .thepdfs[_ngcontent-sc341]
  a[_ngcontent-sc341]
  span[_ngcontent-sc341] {
  color: #303135;
  background-color: #fff;
  width: 24px;
  height: 24px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-right: 6px;
  padding: 6px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .martop[_ngcontent-sc341]
  .thepdfs[_ngcontent-sc341]
  a[_ngcontent-sc341]:hover {
  background-color: #303135;
  color: #fff;
}
.fx-section--company-profile[_ngcontent-sc341]
  .pdf-list[_ngcontent-sc341] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 17px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .pdf-list[_ngcontent-sc341] {
    margin-left: -10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .sub-title[_ngcontent-sc341] {
  color: #303135;
  display: block;
  font-size: 14px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341] {
  position: absolute;
  top: 67px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341] {
    margin: 64px 0 0 218px;
    top: auto;
    position: relative;
  }
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341],
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341] {
    left: 100%;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address-mob[_ngcontent-sc341] {
  padding: 25px 0;
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address-mob[_ngcontent-sc341]
  fx-retina-image
  img {
  width: 100%;
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341]
  fx-retina-image
  img {
  display: block;
  margin: 35px 0 -85px -39%;
  width: 147px;
  max-width: 147px;
}
[lang="ar"][_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341]
  fx-retina-image
  img,
[lang="ar"]
  [_nghost-sc341]
  .fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341]
  fx-retina-image
  img {
  margin: 35px -39% -85px 0;
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341]
    fx-retina-image
    img {
    position: absolute;
    top: -400px;
    left: -374px;
    width: auto;
    margin: 0 0 0 -27%;
    max-width: 400px;
  }
  [lang="ar"][_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341]
    fx-retina-image
    img,
  [lang="ar"]
    [_nghost-sc341]
    .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341]
    fx-retina-image
    img {
    margin-right: 0;
    margin-left: 70px;
  }
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341]
  .name[_ngcontent-sc341] {
  font-size: 14px;
  color: #2d3436;
  line-height: 18px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341]
  address[_ngcontent-sc341] {
  display: block;
  margin-bottom: 10px;
}
.fx-section--company-profile[_ngcontent-sc341]
  .contact-address[_ngcontent-sc341]
  .btn[_ngcontent-sc341] {
  min-width: 10px;
}
@media (min-width: 1024px) {
  .fx-section--company-profile[_ngcontent-sc341]
    .contact-address[_ngcontent-sc341]
    .btn[_ngcontent-sc341] {
    padding: 10px 0.5rem;
  }
  .fx-section--company-profile[_ngcontent-sc341] .mb-4[_ngcontent-sc341] {
    margin-bottom: 100px;
  }
}
.fx-section--profile-info[_ngcontent-sc341] {
  padding: 25px;
}
@media (min-width: 1024px) {
  .fx-section--profile-info[_ngcontent-sc341] {
    padding: 56px;
  }
}
@media (max-width: 1023.98px) {
  .fx-section--profile-info-second[_ngcontent-sc341] {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .fx-section--profile-info-second[_ngcontent-sc341] {
    padding-bottom: 0;
  }
}
@media (min-width: 480px) {
  .fx-section--profile-info-second[_ngcontent-sc341]
    .about-company-table[_ngcontent-sc341] {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .fx-section--profile-info-second[_ngcontent-sc341]
    .about-company-table[_ngcontent-sc341]
    .column-company[_ngcontent-sc341] {
    width: 50%;
    padding: 0 10px;
  }
}


.fx-section--trusted-broker[_ngcontent-sc339] {
  padding-top: 30px;
  padding-bottom: 0;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .holders-brand[_ngcontent-sc339] {
  margin: auto;
  gap: 20px;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .holders-brand[_ngcontent-sc339]
  .box-brand-wrapper[_ngcontent-sc339] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .holders-brand[_ngcontent-sc339]
  .box-brand-wrapper[_ngcontent-sc339]
  .box-brand[_ngcontent-sc339] {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  max-width: 270px;
  border-radius: 15px;
  background-color: #f8f8f8;
  height: 100%;
  transition: box-shadow 0.4s ease-in-out;
  color: #636e72;
}
@media (min-width: 1024px) {
  .fx-section--trusted-broker[_ngcontent-sc339]
    .holders-brand[_ngcontent-sc339]
    .box-brand-wrapper[_ngcontent-sc339]
    .box-brand[_ngcontent-sc339] {
    min-height: 420px;
  }
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .holders-brand[_ngcontent-sc339]
  .box-brand-wrapper[_ngcontent-sc339]
  .box-brand[_ngcontent-sc339]
  fx-retina-image
  .img {
  width: 100%;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .holders-brand[_ngcontent-sc339]
  .box-brand-wrapper[_ngcontent-sc339]
  .box-brand[_ngcontent-sc339]:hover {
  box-shadow: 0 2px 10px #0000001a;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .holders-brand[_ngcontent-sc339]
  .box-brand-wrapper[_ngcontent-sc339]
  .box-brand[_ngcontent-sc339]
  p[_ngcontent-sc339] {
  padding: 0 30px 20px;
}
@media (min-width: 1024px) {
  .fx-section--trusted-broker[_ngcontent-sc339] {
    padding-top: 110px;
  }
}
@media (max-width: 1199.98px) {
  .fx-section--trusted-broker[_ngcontent-sc339]
    .panel__heading[_ngcontent-sc339]
    h2[_ngcontent-sc339] {
    padding-top: 30px;
    font-size: 36px;
  }
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339] {
  max-width: 210px;
  margin: 0 auto 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .fx-section--trusted-broker[_ngcontent-sc339]
    .award-background[_ngcontent-sc339] {
    margin-bottom: 60px;
  }
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .image-container[_ngcontent-sc339] {
  position: absolute;
  z-index: 0;
  max-width: 162px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .image-container[_ngcontent-sc339]
  img[_ngcontent-sc339] {
  width: 100%;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .texts[_ngcontent-sc339] {
  position: relative;
  z-index: 1;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .texts[_ngcontent-sc339]
  .fx-symbol-award[_ngcontent-sc339] {
  font-size: 40px;
  color: #d91222;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .texts[_ngcontent-sc339]
  .award-title[_ngcontent-sc339] {
  padding-top: 13px;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .texts[_ngcontent-sc339]
  .award-title[_ngcontent-sc339]
  p[_ngcontent-sc339] {
  margin-bottom: 0;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .texts[_ngcontent-sc339]
  .award-title[_ngcontent-sc339]
  p.text[_ngcontent-sc339] {
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d91222;
}
.fx-section--trusted-broker[_ngcontent-sc339]
  .award-background[_ngcontent-sc339]
  .texts[_ngcontent-sc339]
  .award-title[_ngcontent-sc339]
  p.caption[_ngcontent-sc339] {
  font-size: 12px;
  line-height: 150%;
  color: #888;
}



.fx-section--about-invest-in-great[_ngcontent-sc340] {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340] {
    padding-top: 80px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .logo[_ngcontent-sc340] {
  margin-bottom: 40px;
}
@media (max-width: 1023.98px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .logo[_ngcontent-sc340] {
    margin: 0 auto 40px;
    max-width: 160px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .logo[_ngcontent-sc340]
  fx-retina-image
  img {
  width: 100%;
  max-width: 160px;
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .slogan[_ngcontent-sc340] {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #2d3436;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .slogan[_ngcontent-sc340] {
    font-size: 26px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .slogan[_ngcontent-sc340]
  strong {
  display: block;
  font-weight: 500;
  font-size: 30px;
  color: #d91222;
}
@media (min-width: 1024px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .slogan[_ngcontent-sc340]
    strong {
    font-size: 36px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .text[_ngcontent-sc340] {
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .text[_ngcontent-sc340] {
    margin-bottom: 40px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .logos[_ngcontent-sc340] {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
@media (min-width: 1024px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .logos[_ngcontent-sc340] {
    margin-bottom: 40px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .logos[_ngcontent-sc340]
  .image[_ngcontent-sc340] {
  padding: 0 25px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .logos[_ngcontent-sc340]
    .image[_ngcontent-sc340] {
    padding: 0 30px;
  }
}
@media (max-width: 1023.98px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .logos[_ngcontent-sc340]
    .image[_ngcontent-sc340] {
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .fx-section--about-invest-in-great[_ngcontent-sc340]
    .logos[_ngcontent-sc340]
    .image[_ngcontent-sc340] {
    padding: 0 50px;
  }
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .logos[_ngcontent-sc340]
  .image[_ngcontent-sc340]:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #3031351a;
  top: 0;
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .logos[_ngcontent-sc340]
  .image[_ngcontent-sc340]
  img[_ngcontent-sc340] {
  max-width: 100%;
}
.fx-section--about-invest-in-great[_ngcontent-sc340]
  .text-more-info[_ngcontent-sc340] {
  font-weight: 500;
  font-size: 20px;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #2d3436;
}

.fx-section--our-strategy[_ngcontent-sc342] {
  position: relative;
  padding-bottom: 10rem;
  background: url(/assets/img/sections/section-our-strategy/bg-section-mobile-new.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
  height: 520px;
}
@media (min-width: 480px) {
  .fx-section--our-strategy[_ngcontent-sc342] {
    background: url(/assets/img/sections/section-our-strategy/bg-section-new.webp);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .fx-section--our-strategy[_ngcontent-sc342] {
    height: 920px;
    padding-bottom: 0;
  }
}
.fx-section--our-strategy[_ngcontent-sc342] .img-decor[_ngcontent-sc342] {
  width: 1070px;
  height: 704px;
  margin: 0 auto;
}
.fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342] {
  position: relative;
  margin: 40px 12px 0;
}
@media (min-width: 1024px) {
  .fx-section--our-strategy[_ngcontent-sc342]
    .image-placeholder[_ngcontent-sc342] {
    margin-top: -80px;
  }
}
.fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .slogan[_ngcontent-sc342] {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  max-width: 470px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .fx-section--our-strategy[_ngcontent-sc342]
    .image-placeholder[_ngcontent-sc342]
    .slogan[_ngcontent-sc342] {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 20px;
  }
}
[lang="ar"][_nghost-sc342]
  .fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .slogan[_ngcontent-sc342],
[lang="ar"]
  [_nghost-sc342]
  .fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .slogan[_ngcontent-sc342] {
  right: 0;
  left: auto;
}
.fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .slogan[_ngcontent-sc342]
  .name[_ngcontent-sc342] {
  display: block;
  font-weight: 500;
  color: #fff;
  margin: 0;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .note[_ngcontent-sc342] {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-weight: 400;
  color: #b5c7ce;
  font-size: 14px;
  line-height: 150%;
}
.fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .placeholder[_ngcontent-sc342] {
  max-width: 1114px;
}
.fx-section--our-strategy[_ngcontent-sc342]
  .image-placeholder[_ngcontent-sc342]
  .placeholder[_ngcontent-sc342]
  img[_ngcontent-sc342] {
  width: 100%;
}

.fx-section--award-winning[_ngcontent-sc343] {
  padding-bottom: 0;
  overflow-x: hidden;
}
.fx-section--award-winning[_ngcontent-sc343]
  .items-holder[_ngcontent-sc343] {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .items-holder[_ngcontent-sc343] {
    margin: 0;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .items-holder[_ngcontent-sc343]
  .item-product[_ngcontent-sc343] {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .items-holder[_ngcontent-sc343]
    .item-product[_ngcontent-sc343] {
    margin-bottom: 90px;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .heading-title[_ngcontent-sc343] {
  margin-bottom: 1rem;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343] {
  max-width: 210px;
  margin: 0 auto 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .award-background[_ngcontent-sc343] {
    margin-bottom: 60px;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .image-container[_ngcontent-sc343] {
  position: absolute;
  z-index: 0;
  max-width: 162px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .image-container[_ngcontent-sc343]
  img[_ngcontent-sc343] {
  width: 100%;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .texts[_ngcontent-sc343] {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 7px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .texts[_ngcontent-sc343]
  i[_ngcontent-sc343] {
  font-size: 40px;
  color: #d91222;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .texts[_ngcontent-sc343]
  .award-title[_ngcontent-sc343] {
  padding-top: 13px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .texts[_ngcontent-sc343]
  .award-title[_ngcontent-sc343]
  p[_ngcontent-sc343] {
  margin-bottom: 0;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .texts[_ngcontent-sc343]
  .award-title[_ngcontent-sc343]
  p.text[_ngcontent-sc343] {
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d91222;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-background[_ngcontent-sc343]
  .texts[_ngcontent-sc343]
  .award-title[_ngcontent-sc343]
  p[_ngcontent-sc343]
  small {
  font-size: 12px;
  line-height: 150%;
  color: #888;
  display: block;
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large-container[_ngcontent-sc343] {
  margin: 0 10px;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .award-large-container[_ngcontent-sc343] {
    margin: 0;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343] {
  background: #fbf9f7;
  border-radius: 20px;
  max-width: 770px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .awards-icons[_ngcontent-sc343]
  img[_ngcontent-sc343] {
  width: 230px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .awards-icons[_ngcontent-sc343]
  .left-icon-abs[_ngcontent-sc343] {
  position: absolute;
  left: -200px;
  top: 268px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .awards-icons[_ngcontent-sc343]
  .right-icon-abs[_ngcontent-sc343] {
  position: absolute;
  right: -200px;
  top: 260px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .more[_ngcontent-sc343] {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #2d3436;
  padding: 30px 0 40px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .number[_ngcontent-sc343] {
  max-width: 234px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .award-large[_ngcontent-sc343]
    .number[_ngcontent-sc343] {
    max-width: 100%;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .number[_ngcontent-sc343]
  img[_ngcontent-sc343] {
  width: 100%;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .details[_ngcontent-sc343] {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #2d3436;
  text-align: center;
  text-transform: uppercase;
  max-width: 570px;
  margin: 0 auto;
  padding: 40px 0;
  display: block;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .details[_ngcontent-sc343]
  sub {
  bottom: 0;
  text-transform: none;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .panel__heading[_ngcontent-sc343] {
  margin-bottom: 0;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .content-slogan[_ngcontent-sc343] {
  font-weight: 450;
  font-size: 22px;
  line-height: 130%;
  color: #2d3436;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
  padding-bottom: 41px;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .btn-container[_ngcontent-sc343]
  .btn.btn-outline--icon[_ngcontent-sc343],
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .btn-container[_ngcontent-sc343]
  .btn.btn-outline--icon[_ngcontent-sc343]:focus,
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .btn-container[_ngcontent-sc343]
  .btn.btn-outline--icon[_ngcontent-sc343]:hover {
  background: #f6f1ec;
  border-radius: 29px;
  border-color: #0000;
  color: #2d3436;
}
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .btn-container[_ngcontent-sc343]
  .btn.btn-outline--icon[_ngcontent-sc343]
  i[_ngcontent-sc343],
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .btn-container[_ngcontent-sc343]
  .btn.btn-outline--icon[_ngcontent-sc343]:focus
  i[_ngcontent-sc343],
.fx-section--award-winning[_ngcontent-sc343]
  .award-large[_ngcontent-sc343]
  .btn-container[_ngcontent-sc343]
  .btn.btn-outline--icon[_ngcontent-sc343]:hover
  i[_ngcontent-sc343] {
  color: #2d3436;
}
.fx-section--award-winning[_ngcontent-sc343]
  .icon__row[_ngcontent-sc343] {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .icon__row[_ngcontent-sc343] {
    padding-top: 60px;
    padding-bottom: 71px;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .icon__block[_ngcontent-sc343] {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #a79582;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .icon__block[_ngcontent-sc343] {
    margin-bottom: 0;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .icon__block-inner[_ngcontent-sc343] {
  background: #f6f1ec;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d91222;
  margin-bottom: 20px;
  border-radius: 50%;
}
.fx-section--award-winning[_ngcontent-sc343]
  .icon__block-inner[_ngcontent-sc343]
  i[_ngcontent-sc343] {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .fx-section--award-winning[_ngcontent-sc343]
    .icon__block-middle[_ngcontent-sc343] {
    border-left: 1px solid #dfe6e9;
    border-right: 1px solid #dfe6e9;
  }
}
.fx-section--award-winning[_ngcontent-sc343]
  .icon__caption[_ngcontent-sc343] {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  max-width: 206px;
  margin: 0 auto;
  text-align: center;
  color: #2d3436;
}
.fx-section--award-winning[_ngcontent-sc343]
  .icon__caption[_ngcontent-sc343]
  span {
  display: block;
}

.logo__about-us{

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 50px;
    font-weight: 600;
    font-style: normal;

    color: #0071cd !important;
    text-shadow: 4px -2px 2px rgba(0, 0, 0, 0.288);

}
