.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Aclonica', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Aclonica', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8b7500 !important;
}
.bg-success {
  background-color: #3c1e4b !important;
}
.bg-info {
  background-color: #fff0b0 !important;
}
.bg-warning {
  background-color: #fceb3b !important;
}
.bg-danger {
  background-color: #f8d56b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8b7500 !important;
  border-color: #8b7500 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #342c00 !important;
  border-color: #342c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #342c00 !important;
  border-color: #342c00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fb77be !important;
  border-color: #fb77be !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f92396 !important;
  border-color: #f92396 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f92396 !important;
  border-color: #f92396 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3c1e4b !important;
  border-color: #3c1e4b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a050d !important;
  border-color: #0a050d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a050d !important;
  border-color: #0a050d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fceb3b !important;
  border-color: #fceb3b !important;
  color: #373201 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ddca03 !important;
  border-color: #ddca03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #373201 !important;
  background-color: #ddca03 !important;
  border-color: #ddca03 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8d56b !important;
  border-color: #f8d56b !important;
  color: #5f4905 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f4be18 !important;
  border-color: #f4be18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5f4905 !important;
  background-color: #f4be18 !important;
  border-color: #f4be18 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8b7500;
  color: #8b7500;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #342c00 !important;
  background-color: transparent!important;
  border-color: #342c00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8b7500 !important;
  border-color: #8b7500 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fb77be;
  color: #fb77be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f92396 !important;
  background-color: transparent!important;
  border-color: #f92396 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb77be !important;
  border-color: #fb77be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fff0b0;
  color: #fff0b0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: #ffe059 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3c1e4b;
  color: #3c1e4b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a050d !important;
  background-color: transparent!important;
  border-color: #0a050d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3c1e4b !important;
  border-color: #3c1e4b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fceb3b;
  color: #fceb3b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ddca03 !important;
  background-color: transparent!important;
  border-color: #ddca03 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #373201 !important;
  background-color: #fceb3b !important;
  border-color: #fceb3b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f8d56b;
  color: #f8d56b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f4be18 !important;
  background-color: transparent!important;
  border-color: #f4be18 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5f4905 !important;
  background-color: #f8d56b !important;
  border-color: #f8d56b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8b7500 !important;
}
.text-secondary {
  color: #fb77be !important;
}
.text-success {
  color: #3c1e4b !important;
}
.text-info {
  color: #fff0b0 !important;
}
.text-warning {
  color: #fceb3b !important;
}
.text-danger {
  color: #f8d56b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #251f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f8148f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020102 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffdd4a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cebc03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f2b80b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8b7500;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff0b0;
}
.alert-warning {
  background-color: #fceb3b;
}
.alert-danger {
  background-color: #f8d56b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8b7500;
  border-color: #8b7500;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8b7500;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd80b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b482cd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8b7500 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #8b7500;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8b7500;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8b7500;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8b7500;
  border-bottom-color: #8b7500;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8b7500 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fb77be !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238b7500' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyoxDYiDfo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uyoxDYiDfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyoxDYiDfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyoxDYiDfo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uyoxDYiDfo .img-item {
  position: relative;
}
.cid-uyoxDYiDfo .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uyoxDYiDfo .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uyoxDYiDfo .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uyoxDYiDfo .widget-container {
  width: 350px;
  height: 220px;
}
#custom-html-p2 {
  /* start */
}
#custom-html-p2 :root {
  color-scheme: dark;
}
#custom-html-p2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-p2 body {
  font-family: "Open Sans", sans-serif;
  padding: 0rem;
  background: #fff;
}
#custom-html-p2 h1 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}
#custom-html-p2 .news-ticker {
  display: flex;
  gap: 1rem;
  height: 40px;
  background: white;
  max-width: 90%;
  margin: 0.5rem auto;
  border: 1px solid #ffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
#custom-html-p2 .label {
  white-space: nowrap;
  background: #ed474a;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  border-radius: 8px 0 0 8px;
}
#custom-html-p2 .label::after {
  content: "";
  position: absolute;
  right: -20px;
  border: 10px solid transparent;
  border-left-color: #ed474a;
}
#custom-html-p2 .headlines {
  list-style: none;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#custom-html-p2 .headlines li {
  color: #000;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 40px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 1s ease-in-out;
}
#custom-html-p2 .headlines li.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.cid-uNUigEfGDn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNUigEfGDn img,
.cid-uNUigEfGDn .item-img {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 12px;
}
.cid-uNUigEfGDn .item:focus,
.cid-uNUigEfGDn span:focus {
  outline: none;
}
.cid-uNUigEfGDn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNUigEfGDn .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .cid-uNUigEfGDn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNUigEfGDn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUigEfGDn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNUigEfGDn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNUigEfGDn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNUigEfGDn .mbr-section-title {
  color: #3c1e4b;
}
.cid-uNUigEfGDn .mbr-text,
.cid-uNUigEfGDn .mbr-section-btn {
  text-align: left;
}
.cid-uNUigEfGDn .item-title {
  text-align: left;
  color: #8b7500;
}
.cid-uNUigEfGDn .item-subtitle {
  text-align: left;
  color: #949393;
}
.cid-uNUigEfGDn .live-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: green;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(0, 255, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
  }
}
.cid-uNUigEfGDn .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uOZulNWQmC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3c1e4b;
}
.cid-uOZulNWQmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZulNWQmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZulNWQmC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uOZulNWQmC .img-item {
  position: relative;
}
.cid-uOZulNWQmC .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uOZulNWQmC .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uOZulNWQmC .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uOZulNWQmC .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uTnK3HhH4u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnK3HhH4u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnK3HhH4u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnK3HhH4u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnK3HhH4u .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnK3HhH4u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnK3HhH4u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnK3HhH4u .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnK3HhH4u .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnK3HhH4u .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnK3HhH4u .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnK3HhH4u .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnK3HhH4u .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnK3HhH4u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnK3HhH4u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnK3HhH4u .skeleton,
.cid-uTnK3HhH4u #ticker-tape,
.cid-uTnK3HhH4u #symbol-info,
.cid-uTnK3HhH4u #advanced-chart,
.cid-uTnK3HhH4u #company-profile,
.cid-uTnK3HhH4u #fundamental-data,
.cid-uTnK3HhH4u #technical-analysis,
.cid-uTnK3HhH4u #top-stories,
.cid-uTnK3HhH4u #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnK3HhH4u #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnK3HhH4u .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORfuCAr4m {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uORfuCAr4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfuCAr4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfuCAr4m .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uORfuCAr4m .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uORfuCAr4m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uORfuCAr4m .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uORfuCAr4m .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uORfuCAr4m .mbr-section-title {
  color: #3c1e4b;
  text-align: center;
}
.cid-uSZjqWiWH4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSZjqWiWH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZjqWiWH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZjqWiWH4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #8b7500;
  margin-left: 1rem;
}
.cid-uSZjqWiWH4 .panel-group {
  border: none;
}
.cid-uSZjqWiWH4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSZjqWiWH4 .panel-body,
.cid-uSZjqWiWH4 .card-header {
  padding: 1rem 0;
}
.cid-uSZjqWiWH4 .panel-title-edit {
  color: #3c1e4b;
}
.cid-uSZjqWiWH4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSZjqWiWH4 H3 {
  color: #3c1e4b;
}
.cid-uSZjqWiWH4 H4 {
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO5D1jaU4q {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/altinim-dunya-1500x911.jpg");
}
.cid-uO5D1jaU4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO5D1jaU4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO5D1jaU4q .mbr-section-title {
  color: #fffea7;
}
.cid-uO5D1jaU4q .mbr-section-subtitle {
  color: #43f506;
}
.cid-uO0iLANBDZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffea7;
}
.cid-uO0iLANBDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0iLANBDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0iLANBDZ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #8b7500;
  margin-bottom: 2rem;
}
.cid-uO0iLANBDZ .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #3c1e4b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uO0iLANBDZ .card-title,
.cid-uO0iLANBDZ .card-box {
  color: #fceb3b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSOVhuvxUd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-uSOVhuvxUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOVhuvxUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSOVhuvxUd .mbr-text,
.cid-uSOVhuvxUd .mbr-section-btn {
  text-align: left;
  color: #fff0b0;
}
.cid-uSOVhuvxUd .mbr-section-title {
  color: #fff0b0;
}
.cid-uSOVhuvxUd .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uRke5xVn4B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uRke5xVn4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRke5xVn4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRke5xVn4B .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uRke5xVn4B .img-item {
  position: relative;
}
.cid-uRke5xVn4B .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uRke5xVn4B .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uRke5xVn4B .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uRke5xVn4B .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uRkd2Icmo4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uRkd2Icmo4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRkd2Icmo4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRkd2Icmo4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRkd2Icmo4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRkd2Icmo4 .mbr-section-title {
  color: #3c1e4b;
}
.cid-uRkd2Icmo4 .mbr-section-subtitle {
  color: #ff6666;
}
.cid-uRkfz7HmMK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRkfz7HmMK img,
.cid-uRkfz7HmMK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uRkfz7HmMK .item:focus,
.cid-uRkfz7HmMK span:focus {
  outline: none;
}
.cid-uRkfz7HmMK .item-wrapper {
  position: relative;
}
.cid-uRkfz7HmMK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRkfz7HmMK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRkfz7HmMK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uRkfz7HmMK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRkfz7HmMK .mbr-section-title {
  color: #3c1e4b;
}
.cid-uRkfz7HmMK .mbr-text,
.cid-uRkfz7HmMK .mbr-section-btn {
  text-align: left;
}
.cid-uRkfz7HmMK .item-title {
  text-align: left;
  color: #3c1e4b;
}
.cid-uRkfz7HmMK .item-subtitle {
  text-align: left;
  color: #8b7500;
}
.cid-uRkfz7HmMK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uRkfz7HmMK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uRkfz7HmMK .embla__button--next,
.cid-uRkfz7HmMK .embla__button--prev {
  display: flex;
}
.cid-uRkfz7HmMK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uRkfz7HmMK .embla__button {
    display: none;
  }
}
.cid-uRkfz7HmMK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRkfz7HmMK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uRkfz7HmMK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRkfz7HmMK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRkfz7HmMK .embla__button {
    top: auto;
  }
}
.cid-uRkfz7HmMK .embla {
  position: relative;
  width: 100%;
}
.cid-uRkfz7HmMK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uRkfz7HmMK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRkfz7HmMK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRkfz7HmMK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRkfz7HmMK .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uSOVibsO1c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3c1e4b;
}
.cid-uSOVibsO1c img {
  width: 120px;
  margin: auto;
}
.cid-uSOVibsO1c .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSOVibsO1c .card {
    max-width: 12.5%;
  }
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSOWunGfS9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/kulce-altin.png");
}
.cid-uSOWunGfS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOWunGfS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSOWunGfS9 .mbr-text,
.cid-uSOWunGfS9 .mbr-section-btn {
  text-align: left;
  color: #3c1e4b;
}
.cid-uSOWunGfS9 .mbr-section-title {
  color: #3c1e4b;
}
.cid-uSOWunGfS9 .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uSs158Hvve {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uSs158Hvve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSs158Hvve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSs158Hvve .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSs158Hvve .img-item {
  position: relative;
}
.cid-uSs158Hvve .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uSs158Hvve .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uSs158Hvve .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uSs158Hvve .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uSs1592QLq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uSs1592QLq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uSs1592QLq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uSs1592QLq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uSs1592QLq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uSs1592QLq .mbr-section-title {
  color: #3c1e4b;
}
.cid-uSs1592QLq .mbr-section-subtitle {
  color: #ff6666;
}
.cid-uSs159qmPv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSs159qmPv img,
.cid-uSs159qmPv .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uSs159qmPv .item:focus,
.cid-uSs159qmPv span:focus {
  outline: none;
}
.cid-uSs159qmPv .item-wrapper {
  position: relative;
}
.cid-uSs159qmPv .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSs159qmPv .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSs159qmPv .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uSs159qmPv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSs159qmPv .mbr-section-title {
  color: #3c1e4b;
}
.cid-uSs159qmPv .mbr-text,
.cid-uSs159qmPv .mbr-section-btn {
  text-align: left;
}
.cid-uSs159qmPv .item-title {
  text-align: left;
  color: #8b7500;
}
.cid-uSs159qmPv .item-subtitle {
  text-align: left;
  color: #8b7500;
}
.cid-uSs159qmPv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uSs159qmPv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSs159qmPv .embla__button--next,
.cid-uSs159qmPv .embla__button--prev {
  display: flex;
}
.cid-uSs159qmPv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uSs159qmPv .embla__button {
    display: none;
  }
}
.cid-uSs159qmPv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSs159qmPv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uSs159qmPv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSs159qmPv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSs159qmPv .embla__button {
    top: auto;
  }
}
.cid-uSs159qmPv .embla {
  position: relative;
  width: 100%;
}
.cid-uSs159qmPv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uSs159qmPv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSs159qmPv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSs159qmPv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSs159qmPv .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uSOWoXIm4u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3c1e4b;
}
.cid-uSOWoXIm4u img {
  width: 120px;
  margin: auto;
}
.cid-uSOWoXIm4u .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSOWoXIm4u .card {
    max-width: 12.5%;
  }
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJakZMOSp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/globex-1920x400.png");
}
.cid-uQJakZMOSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJakZMOSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJakZMOSp .mbr-section-title {
  color: #3c1e4b;
}
.cid-uQJakZMOSp .mbr-section-subtitle {
  color: #1d222d;
}
.cid-uQJakZMOSp .mbr-text,
.cid-uQJakZMOSp .mbr-section-btn {
  color: #43f506;
}
#custom-html-gf {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
}
#custom-html-gf #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-gf #tradingview-container {
  width: 100% !important;
  height: 600px;
  min-height: 400px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-gf .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-gf .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#custom-html-gf .tradingview-widget-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 11px;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* Yarı saydam arkaplan */
}
@media (max-width: 1200px) {
  #custom-html-gf #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-gf #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-gf #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-gf #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-gf #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-gf #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-gf #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-gf .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-gs {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
  /* TradingView Widget için özel arkaplan */
  /* Widget içeriği için ayarlar */
  /* Koyu tema için metin renkleri */
  /* Mobil uyumluluk */
}
#custom-html-gs #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-gs #tradingview-container {
  width: 100% !important;
  height: 200px;
  min-height: 340px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-gs .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-gs .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1200px) {
  #custom-html-gs #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-gs #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-gs #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-gs #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-gs #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-gs #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-gs #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-gs .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-gs #tradingview-container-wrapper {
  background-color: #3c1e4b !important;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
#custom-html-gs #tradingview-container {
  background-color: #3c1e4b !important;
  border: 1px solid #5d3a6f !important;
}
#custom-html-gs .tradingview-widget-container {
  background-color: transparent !important;
}
#custom-html-gs .tradingview-widget-copyright a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #custom-html-gs #tradingview-container-wrapper {
    padding: 10px;
  }
}
.cid-uSxfjIKjfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSxfjIKjfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxfjIKjfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxfjIKjfl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #8b7500;
  margin-left: 1rem;
}
.cid-uSxfjIKjfl .panel-group {
  border: none;
}
.cid-uSxfjIKjfl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSxfjIKjfl .panel-body,
.cid-uSxfjIKjfl .card-header {
  padding: 1rem 0;
}
.cid-uSxfjIKjfl .panel-title-edit {
  color: #3c1e4b;
}
.cid-uSxfjIKjfl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSxfjIKjfl H3 {
  color: #3c1e4b;
}
.cid-uSxfjIKjfl .panel-text {
  color: #3c1e4b;
}
.cid-uQJUj8VEUi {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-uQJUj8VEUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJUj8VEUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJUj8VEUi .mbr-text,
.cid-uQJUj8VEUi .mbr-section-btn {
  text-align: left;
  color: #fceb3b;
}
.cid-uQJUj8VEUi .mbr-section-title {
  color: #fceb3b;
  text-align: left;
}
.cid-uQJUj8VEUi .mbr-section-subtitle {
  color: #fceb3b;
  text-align: left;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-lq {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
}
#custom-html-lq #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-lq #tradingview-container {
  width: 100% !important;
  height: 600px;
  min-height: 400px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-lq .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-lq .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#custom-html-lq .tradingview-widget-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 11px;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* Yarı saydam arkaplan */
}
@media (max-width: 1200px) {
  #custom-html-lq #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-lq #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-lq #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-lq #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-lq #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-lq #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-lq #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-lq .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-lw {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
  /* TradingView Widget için özel arkaplan */
  /* Widget içeriği için ayarlar */
  /* Koyu tema için metin renkleri */
  /* Mobil uyumluluk */
}
#custom-html-lw #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-lw #tradingview-container {
  width: 100% !important;
  height: 200px;
  min-height: 280px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-lw .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-lw .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(90%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1200px) {
  #custom-html-lw #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-lw #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-lw #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-lw #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-lw #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-lw #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-lw #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-lw .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-lw #tradingview-container-wrapper {
  background-color: #3c1e4b !important;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
#custom-html-lw #tradingview-container {
  background-color: #3c1e4b !important;
  border: 1px solid #5d3a6f !important;
}
#custom-html-lw .tradingview-widget-container {
  background-color: transparent !important;
}
#custom-html-lw .tradingview-widget-copyright a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #custom-html-lw #tradingview-container-wrapper {
    padding: 10px;
  }
}
.cid-uUSs1E9SyL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uUSs1E9SyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSs1E9SyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSs1E9SyL .mbr-section-title {
  color: #3c1e4b;
}
.cid-uUSs1E9SyL .mbr-text,
.cid-uUSs1E9SyL .mbr-section-btn {
  color: #3c1e4b;
  text-align: left;
}
.cid-uUSs1E9SyL .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uSeC3Rwk1S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3c1e4b;
}
.cid-uSeC3Rwk1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeC3Rwk1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeC3Rwk1S .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSeC3Rwk1S .img-item {
  position: relative;
}
.cid-uSeC3Rwk1S .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uSeC3Rwk1S .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uSeC3Rwk1S .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uSeC3Rwk1S .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3mMSKoEXy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3mMSKoEXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3mMSKoEXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3mMSKoEXy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3mMSKoEXy .row {
  flex-direction: row-reverse;
}
.cid-v3mMSKoEXy img {
  width: 100%;
}
.cid-uUSzzSojUK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #3c1e4b;
}
.cid-uUSzzSojUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSzzSojUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSzzSojUK .mbr-section-title {
  color: #f8d56b;
}
.cid-uUSzzSojUK .mbr-text,
.cid-uUSzzSojUK .mbr-section-btn {
  color: #f8d56b;
  text-align: left;
}
.cid-uUSzzSojUK .mbr-section-subtitle {
  color: #f8d56b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-hw {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
}
#custom-html-hw #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 60px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-hw #tradingview-container {
  width: 100% !important;
  height: 600px;
  min-height: 400px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-hw .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-hw .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#custom-html-hw .tradingview-widget-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 11px;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* Yarı saydam arkaplan */
}
@media (max-width: 1200px) {
  #custom-html-hw #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-hw #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-hw #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-hw #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-hw #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-hw #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-hw #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-hw .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-n7 {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
  /* TradingView Widget için özel arkaplan */
  /* Widget içeriği için ayarlar */
  /* Koyu tema için metin renkleri */
  /* Mobil uyumluluk */
}
#custom-html-n7 #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-n7 #tradingview-container {
  width: 100% !important;
  height: 200px;
  min-height: 340px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-n7 .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-n7 .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1200px) {
  #custom-html-n7 #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-n7 #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-n7 #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-n7 #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-n7 #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-n7 #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-n7 #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-n7 .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-n7 #tradingview-container-wrapper {
  background-color: #3c1e4b !important;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
#custom-html-n7 #tradingview-container {
  background-color: #3c1e4b !important;
  border: 1px solid #5d3a6f !important;
}
#custom-html-n7 .tradingview-widget-container {
  background-color: transparent !important;
}
#custom-html-n7 .tradingview-widget-copyright a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #custom-html-n7 #tradingview-container-wrapper {
    padding: 10px;
  }
}
.cid-uUStIv435g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uUStIv435g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUStIv435g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUStIv435g .mbr-section-title {
  color: #3c1e4b;
}
.cid-uUStIv435g .mbr-text,
.cid-uUStIv435g .mbr-section-btn {
  color: #3c1e4b;
  text-align: left;
}
.cid-uUStIv435g .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uPjgvRrN2C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3c1e4b;
}
.cid-uPjgvRrN2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjgvRrN2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjgvRrN2C .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uPjgvRrN2C .img-item {
  position: relative;
}
.cid-uPjgvRrN2C .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uPjgvRrN2C .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uPjgvRrN2C .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uPjgvRrN2C .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uPvrvzzVT9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uPvrvzzVT9 img,
.cid-uPvrvzzVT9 .item-img {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 12px;
}
.cid-uPvrvzzVT9 .item:focus,
.cid-uPvrvzzVT9 span:focus {
  outline: none;
}
.cid-uPvrvzzVT9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPvrvzzVT9 .item-wrapper {
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .cid-uPvrvzzVT9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPvrvzzVT9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPvrvzzVT9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPvrvzzVT9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPvrvzzVT9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPvrvzzVT9 .mbr-section-title {
  color: #2c1339;
}
.cid-uPvrvzzVT9 .mbr-text,
.cid-uPvrvzzVT9 .mbr-section-btn {
  text-align: left;
}
.cid-uPvrvzzVT9 .item-title {
  text-align: left;
  color: #8b7500;
}
.cid-uPvrvzzVT9 .item-subtitle {
  text-align: left;
  color: #949393;
}
.cid-uPvrvzzVT9 .mbr-section-subtitle {
  color: #2c1339;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJ2U8DxGt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istanbul-borsasi-1920x400.jpg");
}
.cid-uQJ2U8DxGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJ2U8DxGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJ2U8DxGt .mbr-section-title {
  color: #fff0b0;
}
.cid-uQJ2U8DxGt .mbr-section-subtitle {
  color: #fff0b0;
}
#custom-html-g8 {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
}
#custom-html-g8 #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-g8 #tradingview-container {
  width: 100% !important;
  height: 600px;
  min-height: 400px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-g8 .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-g8 .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#custom-html-g8 .tradingview-widget-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 11px;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* Yarı saydam arkaplan */
}
@media (max-width: 1200px) {
  #custom-html-g8 #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-g8 #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-g8 #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-g8 #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-g8 #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-g8 #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-g8 #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-g8 .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-n8 {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
  /* TradingView Widget için özel arkaplan */
  /* Widget içeriği için ayarlar */
  /* Koyu tema için metin renkleri */
  /* Mobil uyumluluk */
}
#custom-html-n8 #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-n8 #tradingview-container {
  width: 100% !important;
  height: 200px;
  min-height: 340px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-n8 .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-n8 .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1200px) {
  #custom-html-n8 #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-n8 #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-n8 #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-n8 #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-n8 #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-n8 #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-n8 #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-n8 .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-n8 #tradingview-container-wrapper {
  background-color: #3c1e4b !important;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
#custom-html-n8 #tradingview-container {
  background-color: #3c1e4b !important;
  border: 1px solid #5d3a6f !important;
}
#custom-html-n8 .tradingview-widget-container {
  background-color: transparent !important;
}
#custom-html-n8 .tradingview-widget-copyright a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #custom-html-n8 #tradingview-container-wrapper {
    padding: 10px;
  }
}
.cid-uSxU2l4bhY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSxU2l4bhY .mbr-section-subtitle {
  color: #3c1e4b;
  text-align: center;
}
.cid-uSxU2l4bhY .mbr-text {
  color: #3c1e4b;
}
.cid-uSxU2l4bhY .mbr-section-title {
  text-align: center;
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-nm {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
}
#custom-html-nm #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 60px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-nm #tradingview-container {
  width: 100% !important;
  height: 600px;
  min-height: 400px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-nm .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-nm .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#custom-html-nm .tradingview-widget-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 11px;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* Yarı saydam arkaplan */
}
@media (max-width: 1200px) {
  #custom-html-nm #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-nm #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-nm #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-nm #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-nm #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-nm #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-nm #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-nm .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-nn {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
  /* TradingView Widget için özel arkaplan */
  /* Widget içeriği için ayarlar */
  /* Koyu tema için metin renkleri */
  /* Mobil uyumluluk */
}
#custom-html-nn #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-nn #tradingview-container {
  width: 100% !important;
  height: 200px;
  min-height: 300px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-nn .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-nn .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(90%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1200px) {
  #custom-html-nn #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-nn #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-nn #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-nn #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-nn #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-nn #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-nn #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-nn .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-nn #tradingview-container-wrapper {
  background-color: #3c1e4b !important;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
#custom-html-nn #tradingview-container {
  background-color: #3c1e4b !important;
  border: 1px solid #5d3a6f !important;
}
#custom-html-nn .tradingview-widget-container {
  background-color: transparent !important;
}
#custom-html-nn .tradingview-widget-copyright a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #custom-html-nn #tradingview-container-wrapper {
    padding: 10px;
  }
}
.cid-uUSsXwon7d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uUSsXwon7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSsXwon7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSsXwon7d .mbr-section-title {
  color: #3c1e4b;
}
.cid-uUSsXwon7d .mbr-text,
.cid-uUSsXwon7d .mbr-section-btn {
  color: #3c1e4b;
  text-align: left;
}
.cid-uUSsXwon7d .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uSTA6MdhaL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3c1e4b;
}
.cid-uSTA6MdhaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTA6MdhaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTA6MdhaL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSTA6MdhaL .img-item {
  position: relative;
}
.cid-uSTA6MdhaL .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uSTA6MdhaL .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uSTA6MdhaL .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uSTA6MdhaL .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZceDAUWW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/thegrand1.jpg");
}
.cid-uUZceDAUWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZceDAUWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZceDAUWW .mbr-section-title {
  color: #fff0b0;
}
.cid-uUZceDAUWW .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uP2PwOIGby {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3c1e4b;
}
.cid-uP2PwOIGby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2PwOIGby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2PwOIGby .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uP2PwOIGby .img-item {
  position: relative;
}
.cid-uP2PwOIGby .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uP2PwOIGby .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uP2PwOIGby .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uP2PwOIGby .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uS3wVC0Vpx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uS3wVC0Vpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3wVC0Vpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uS3wVC0Vpx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uS3wVC0Vpx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uS3wVC0Vpx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uS3wVC0Vpx .mbr-text {
  color: #3c1e4b;
}
.cid-uS3wVC0Vpx .mbr-section-title {
  color: #3c1e4b;
}
.cid-uS3wVC0Vpx .mbr-description {
  color: #3c1e4b;
}
.cid-uOiy2KF5Yq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/grand3.jpeg");
}
.cid-uOiy2KF5Yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiy2KF5Yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiy2KF5Yq .mbr-section-title {
  color: #fceb3b;
}
.cid-uOiy2KF5Yq .mbr-section-subtitle {
  color: #fceb3b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAwnxonMfG {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uAwnxonMfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwnxonMfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwnxonMfG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uAwnxonMfG .img-item {
  position: relative;
}
.cid-uAwnxonMfG .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uAwnxonMfG .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uAwnxonMfG .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uAwnxonMfG .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uzi7055X3y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x977.jpg");
}
.cid-uzi7055X3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzi7055X3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzi7055X3y .mbr-text,
.cid-uzi7055X3y .mbr-section-btn {
  color: #1d222d;
  text-align: left;
}
.cid-uzi7055X3y .mbr-section-subtitle {
  color: #fceb3b;
}
.cid-uzi7055X3y .mbr-section-title {
  color: #fceb3b;
}
.cid-uz1A2guI3W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz1A2guI3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz1A2guI3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz1A2guI3W .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uz1A2guI3W .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uz1A2guI3W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uz1A2guI3W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uz1A2guI3W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uz1A2guI3W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uz1A2guI3W .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uz1A2guI3W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz1A2guI3W .card-title {
  color: #fceb3b;
}
.cid-uz1A2guI3W .mbr-text,
.cid-uz1A2guI3W .mbr-section-btn {
  color: #fceb3b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSQDzk4ul {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uUSQDzk4ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSQDzk4ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSQDzk4ul .mbr-text,
.cid-uUSQDzk4ul .mbr-section-btn {
  text-align: left;
  color: #fceb3b;
}
.cid-uUSQDzk4ul .mbr-section-title {
  color: #fceb3b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSPvykV9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iscilik2.png");
}
.cid-uUSPvykV9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSPvykV9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSPvykV9b .mbr-section-title {
  color: #3c1e4b;
}
.cid-uPecByDWfa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3c1e4b;
}
.cid-uPecByDWfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPecByDWfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPecByDWfa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uPecByDWfa .img-item {
  position: relative;
}
.cid-uPecByDWfa .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uPecByDWfa .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uPecByDWfa .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uPecByDWfa .widget-container {
  width: 350px;
  height: 220px;
}
.cid-uSOPiyYWOy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSOPiyYWOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOPiyYWOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSOPiyYWOy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #8b7500;
  margin-left: 1rem;
}
.cid-uSOPiyYWOy .panel-group {
  border: none;
}
.cid-uSOPiyYWOy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSOPiyYWOy .panel-body,
.cid-uSOPiyYWOy .card-header {
  padding: 1rem 0;
}
.cid-uSOPiyYWOy .panel-title-edit {
  color: #3c1e4b;
}
.cid-uSOPiyYWOy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSOPiyYWOy H3 {
  color: #3c1e4b;
}
.cid-uSOPiyYWOy .panel-text {
  color: #3c1e4b;
}
.cid-uSOPiyYWOy H4 {
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSRI5wa4l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSRI5wa4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSRI5wa4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSRI5wa4l .mbr-section-title {
  color: #3c1e4b;
}
.cid-uAkE9BUl8z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAkE9BUl8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAkE9BUl8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAkE9BUl8z .content-wrapper {
  background: #ffc125;
}
@media (max-width: 991px) {
  .cid-uAkE9BUl8z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAkE9BUl8z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAkE9BUl8z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAkE9BUl8z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uAkE9BUl8z .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uAkE9BUl8z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAkE9BUl8z .card-title {
  color: #3c1e4b;
}
.cid-uAkE9BUl8z .mbr-text,
.cid-uAkE9BUl8z .mbr-section-btn {
  color: #3c1e4b;
}
.cid-uOh7XAgjCI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOh7XAgjCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh7XAgjCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh7XAgjCI .content-wrapper {
  background: #ffc125;
}
@media (max-width: 991px) {
  .cid-uOh7XAgjCI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOh7XAgjCI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOh7XAgjCI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOh7XAgjCI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uOh7XAgjCI .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uOh7XAgjCI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOh7XAgjCI .card-title {
  color: #3c1e4b;
}
.cid-uOh7XAgjCI .mbr-text,
.cid-uOh7XAgjCI .mbr-section-btn {
  color: #3c1e4b;
}
.cid-uAkFg5hG96 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAkFg5hG96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAkFg5hG96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAkFg5hG96 .content-wrapper {
  background: #ffc125;
}
@media (max-width: 991px) {
  .cid-uAkFg5hG96 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAkFg5hG96 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAkFg5hG96 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAkFg5hG96 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uAkFg5hG96 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uAkFg5hG96 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAkFg5hG96 .card-title {
  color: #3c1e4b;
}
.cid-uAkFg5hG96 .mbr-text,
.cid-uAkFg5hG96 .mbr-section-btn {
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4IEIszWv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1275.jpg");
}
.cid-uQ4IEIszWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4IEIszWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4IEIszWv .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQ4IEIszWv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ4IEIszWv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ4IEIszWv .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQ4IEIszWv .card-title {
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ne {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
}
#custom-html-ne #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 60px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-ne #tradingview-container {
  width: 100% !important;
  height: 600px;
  min-height: 400px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-ne .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-ne .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(80%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#custom-html-ne .tradingview-widget-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 11px;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* Yarı saydam arkaplan */
}
@media (max-width: 1200px) {
  #custom-html-ne #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-ne #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-ne #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-ne #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-ne #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-ne #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-ne #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-ne .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-nf {
  /* TradingView için özel responsive çözüm */
  /* Responsive ayarlar */
  /* TradingView Widget için özel arkaplan */
  /* Widget içeriği için ayarlar */
  /* Koyu tema için metin renkleri */
  /* Mobil uyumluluk */
}
#custom-html-nf #tradingview-container-wrapper {
  width: 100%;
  max-width: 1200px;
  /* Maksimum genişlik belirleme */
  margin: 30px auto;
  /* Üst-alt 30px, otomatik yan boşluklar */
  padding: 0 15px;
  /* Yanlardan 15px boşluk */
  position: relative;
  box-sizing: border-box;
}
#custom-html-nf #tradingview-container {
  width: 100% !important;
  height: 200px;
  min-height: 300px;
  margin: 0;
  padding: 20px;
  /* İç boşluk ekleme */
  border: 1px solid #e0e0e0;
  /* Hafif çerçeve */
  border-radius: 8px;
  /* Köşeleri yuvarlatma */
  position: relative;
  background-color: #ffffff;
  /* Arkaplan rengi */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* Hafif gölge */
  box-sizing: border-box;
}
#custom-html-nf .tradingview-widget-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden !important;
}
#custom-html-nf .tradingview-widget-container__widget {
  width: 100% !important;
  height: calc(90%) !important;
  /* Copyright alanı için yer bırak */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 1200px) {
  #custom-html-nf #tradingview-container {
    height: 500px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  #custom-html-nf #tradingview-container-wrapper {
    margin: 25px auto;
  }
  #custom-html-nf #tradingview-container {
    height: 450px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #custom-html-nf #tradingview-container-wrapper {
    margin: 20px auto;
    padding: 0 10px;
  }
  #custom-html-nf #tradingview-container {
    height: 400px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  #custom-html-nf #tradingview-container-wrapper {
    margin: 15px auto;
    padding: 0 8px;
  }
  #custom-html-nf #tradingview-container {
    height: 350px;
    min-height: 350px;
    padding: 8px;
    border-radius: 4px;
  }
  #custom-html-nf .tradingview-widget-copyright {
    font-size: 10px;
    bottom: 5px;
  }
}
#custom-html-nf #tradingview-container-wrapper {
  background-color: #3c1e4b !important;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
#custom-html-nf #tradingview-container {
  background-color: #3c1e4b !important;
  border: 1px solid #5d3a6f !important;
}
#custom-html-nf .tradingview-widget-container {
  background-color: transparent !important;
}
#custom-html-nf .tradingview-widget-copyright a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #custom-html-nf #tradingview-container-wrapper {
    padding: 10px;
  }
}
.cid-uUSAgSvIfR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uUSAgSvIfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSAgSvIfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSAgSvIfR .mbr-section-title {
  color: #3c1e4b;
}
.cid-uUSAgSvIfR .mbr-text,
.cid-uUSAgSvIfR .mbr-section-btn {
  color: #3c1e4b;
  text-align: left;
}
.cid-uUSAgSvIfR .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV42bg4zjd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV42bg4zjd nav.navbar {
  position: fixed;
}
.cid-uV42bg4zjd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV42bg4zjd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV42bg4zjd .dropdown-item:hover,
.cid-uV42bg4zjd .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV42bg4zjd .dropdown-item:hover span {
  color: white;
}
.cid-uV42bg4zjd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV42bg4zjd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV42bg4zjd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV42bg4zjd .nav-link {
  position: relative;
}
.cid-uV42bg4zjd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV42bg4zjd .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown-menu,
.cid-uV42bg4zjd .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV42bg4zjd .nav-item:focus,
.cid-uV42bg4zjd .nav-link:focus {
  outline: none;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV42bg4zjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV42bg4zjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV42bg4zjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV42bg4zjd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.opened {
  transition: all 0.3s;
}
.cid-uV42bg4zjd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV42bg4zjd .navbar .navbar-logo img {
  width: auto;
}
.cid-uV42bg4zjd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar.collapsed {
  justify-content: center;
}
.cid-uV42bg4zjd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV42bg4zjd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV42bg4zjd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV42bg4zjd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV42bg4zjd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV42bg4zjd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV42bg4zjd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV42bg4zjd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV42bg4zjd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV42bg4zjd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV42bg4zjd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV42bg4zjd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV42bg4zjd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV42bg4zjd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV42bg4zjd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV42bg4zjd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV42bg4zjd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV42bg4zjd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV42bg4zjd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV42bg4zjd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV42bg4zjd .dropdown-item.active,
.cid-uV42bg4zjd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV42bg4zjd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV42bg4zjd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV42bg4zjd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV42bg4zjd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV42bg4zjd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV42bg4zjd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV42bg4zjd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV42bg4zjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV42bg4zjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV42bg4zjd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV42bg4zjd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bg4zjd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV42bg4zjd .navbar {
    height: 70px;
  }
  .cid-uV42bg4zjd .navbar.opened {
    height: auto;
  }
  .cid-uV42bg4zjd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSTocciYC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUSTocciYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSTocciYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSTocciYC .mbr-section-title {
  color: #3c1e4b;
}
.cid-uUSTocciYC .mbr-text,
.cid-uUSTocciYC .mbr-section-btn {
  color: #3c1e4b;
}
.cid-uUSTocciYC .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uUSUaAbaET {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUSUaAbaET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSUaAbaET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUSUaAbaET .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSUaAbaET .row {
  flex-direction: row-reverse;
}
.cid-uUSUaAbaET img {
  width: 100%;
}
.cid-uUSUaAbaET .mbr-description {
  color: #3c1e4b;
}
.cid-uRkvLh5B9k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkvLh5B9k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uRkvLh5B9k form {
    width: 50%;
  }
}
.cid-uRkvLh5B9k form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRkvLh5B9k form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRkvLh5B9k .mbr-section-title {
  color: #3c1e4b;
}
.cid-uRkvLh5B9k .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uSsfZOIuut {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSsfZOIuut .line {
  background-color: #3c1e4b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSsfZOIuut .mbr-text {
  color: #3c1e4b;
}
.cid-uTnJaLaoyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uTnJaLaoyi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTnJaLaoyi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTnJaLaoyi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTnJaLaoyi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTnJaLaoyi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTnJaLaoyi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTnJaLaoyi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTnJaLaoyi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTnJaLaoyi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTnJaLaoyi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTnJaLaoyi .skeleton,
.cid-uTnJaLaoyi #ticker-tape,
.cid-uTnJaLaoyi #symbol-info,
.cid-uTnJaLaoyi #advanced-chart,
.cid-uTnJaLaoyi #company-profile,
.cid-uTnJaLaoyi #fundamental-data,
.cid-uTnJaLaoyi #technical-analysis,
.cid-uTnJaLaoyi #top-stories,
.cid-uTnJaLaoyi #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uTnJaLaoyi #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uTnJaLaoyi .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV49Nu2oim {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV49Nu2oim nav.navbar {
  position: fixed;
}
.cid-uV49Nu2oim .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV49Nu2oim .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV49Nu2oim .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV49Nu2oim .dropdown-item:hover,
.cid-uV49Nu2oim .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV49Nu2oim .dropdown-item:hover span {
  color: white;
}
.cid-uV49Nu2oim .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV49Nu2oim .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV49Nu2oim .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV49Nu2oim .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV49Nu2oim .nav-link {
  position: relative;
}
.cid-uV49Nu2oim .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV49Nu2oim .container {
    flex-wrap: wrap;
  }
}
.cid-uV49Nu2oim .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV49Nu2oim .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV49Nu2oim .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV49Nu2oim .dropdown-menu,
.cid-uV49Nu2oim .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV49Nu2oim .nav-item:focus,
.cid-uV49Nu2oim .nav-link:focus {
  outline: none;
}
.cid-uV49Nu2oim .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV49Nu2oim .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV49Nu2oim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV49Nu2oim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV49Nu2oim .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV49Nu2oim .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV49Nu2oim .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV49Nu2oim .navbar.opened {
  transition: all 0.3s;
}
.cid-uV49Nu2oim .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV49Nu2oim .navbar .navbar-logo img {
  width: auto;
}
.cid-uV49Nu2oim .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV49Nu2oim .navbar.collapsed {
  justify-content: center;
}
.cid-uV49Nu2oim .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV49Nu2oim .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV49Nu2oim .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uV49Nu2oim .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV49Nu2oim .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV49Nu2oim .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV49Nu2oim .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV49Nu2oim .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV49Nu2oim .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV49Nu2oim .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV49Nu2oim .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV49Nu2oim .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV49Nu2oim .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV49Nu2oim .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV49Nu2oim .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV49Nu2oim .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV49Nu2oim .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV49Nu2oim .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV49Nu2oim .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV49Nu2oim .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV49Nu2oim .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV49Nu2oim .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV49Nu2oim .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV49Nu2oim .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV49Nu2oim .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV49Nu2oim .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV49Nu2oim .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV49Nu2oim .dropdown-item.active,
.cid-uV49Nu2oim .dropdown-item:active {
  background-color: transparent;
}
.cid-uV49Nu2oim .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV49Nu2oim .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV49Nu2oim .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV49Nu2oim .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV49Nu2oim .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV49Nu2oim .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV49Nu2oim ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV49Nu2oim .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV49Nu2oim button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV49Nu2oim button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV49Nu2oim button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV49Nu2oim button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV49Nu2oim button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV49Nu2oim button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV49Nu2oim nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV49Nu2oim nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV49Nu2oim nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV49Nu2oim nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV49Nu2oim .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV49Nu2oim a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV49Nu2oim .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV49Nu2oim .navbar {
    height: 70px;
  }
  .cid-uV49Nu2oim .navbar.opened {
    height: auto;
  }
  .cid-uV49Nu2oim .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ot :root {
  --primary-color: #3c1e4b;
  --secondary-color: #f8d56b;
  --text-color: #3c1e4b;
  --light-bg: #f5f5f5;
  --white: #fff;
}
#custom-html-ot body {
  font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;
  color: #3c1e4b;
  background-color: var(--light-bg);
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
#custom-html-ot .calculator-container {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 20px;
}
#custom-html-ot h2 {
  color: #3c1e4b;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}
#custom-html-ot .input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
#custom-html-ot .input-field {
  flex: 1;
  min-width: 200px;
}
#custom-html-ot label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3c1e4b;
}
#custom-html-ot input[type="number"],
#custom-html-ot input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
#custom-html-ot input[type="number"]:focus,
#custom-html-ot input[type="text"]:focus {
  border-color: #3c1e4b;
  outline: none;
  box-shadow: 0 0 0 2px rgba(60, 30, 75, 0.2);
}
#custom-html-ot .slider-container {
  margin: 25px 0;
}
#custom-html-ot .slider {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: #ddd;
  outline: none;
  -webkit-appearance: none;
}
#custom-html-ot .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #3c1e4b;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#custom-html-ot .slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #3c1e4b;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#custom-html-ot .purity-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin: 20px 0;
}
#custom-html-ot .purity-btn {
  padding: 10px;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
#custom-html-ot .purity-btn:hover {
  background-color: #f0f0f0;
}
#custom-html-ot .purity-btn.active {
  background-color: #3c1e4b;
  color: white;
  border-color: #3c1e4b;
}
#custom-html-ot .result-container {
  background-color: #3c1e4b;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 25px 0;
}
#custom-html-ot .result-title {
  font-size: 20px;
  margin-bottom: 10px;
}
#custom-html-ot .result-value {
  font-size: 32px;
  font-weight: bold;
  color: #f8d56b;
}
#custom-html-ot .result-secondary {
  font-size: 20px;
  margin-top: 10px;
  color: #ddd;
}
#custom-html-ot .exchange-rate-container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-end;
}
#custom-html-ot .exchange-rate-field {
  flex: 1;
}
#custom-html-ot .auto-update-btn {
  background-color: #3c1e4b;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  height: 46px;
  font-size: 14px;
}
#custom-html-ot .auto-update-btn:hover {
  background-color: #2a1538;
}
#custom-html-ot .live-rate-btn {
  background-color: #28a745;
  margin-left: 10px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
#custom-html-ot .input-with-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
#custom-html-ot .input-with-button input {
  flex: 1;
  min-width: 0;
}
@media (max-width: 600px) {
  #custom-html-ot .input-group {
    flex-direction: column;
  }
  #custom-html-ot .input-field {
    width: 100%;
  }
  #custom-html-ot .purity-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-ot .exchange-rate-container {
    flex-direction: column;
    align-items: stretch;
  }
  #custom-html-ot .auto-update-btn {
    height: auto;
    padding: 10px;
  }
  #custom-html-ot .slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }
  #custom-html-ot .slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }
  #custom-html-ot .input-with-button {
    flex-direction: row;
    align-items: center;
  }
  #custom-html-ot .input-with-button input {
    flex: 1;
    min-width: 0;
  }
}
.cid-uV4xvm4z3B {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4xvm4z3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4xvm4z3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4xvm4z3B .mbr-section-title {
  color: #3c1e4b;
}
.cid-uV4xvm4z3B .mbr-text,
.cid-uV4xvm4z3B .mbr-section-btn {
  color: #3c1e4b;
  text-align: left;
}
.cid-uV4xvm4z3B .mbr-section-subtitle {
  color: #3c1e4b;
}
.cid-uV49Nv6DeU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uV49Nv6DeU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV49Nv6DeU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uV49Nv6DeU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uV49Nv6DeU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uV49Nv6DeU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV49Nv6DeU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uV49Nv6DeU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uV49Nv6DeU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uV49Nv6DeU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uV49Nv6DeU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uV49Nv6DeU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uV49Nv6DeU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV49Nv6DeU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uV49Nv6DeU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uV49Nv6DeU .skeleton,
.cid-uV49Nv6DeU #ticker-tape,
.cid-uV49Nv6DeU #symbol-info,
.cid-uV49Nv6DeU #advanced-chart,
.cid-uV49Nv6DeU #company-profile,
.cid-uV49Nv6DeU #fundamental-data,
.cid-uV49Nv6DeU #technical-analysis,
.cid-uV49Nv6DeU #top-stories,
.cid-uV49Nv6DeU #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uV49Nv6DeU #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uV49Nv6DeU .media-container-row .mbr-text {
  color: #1d222d;
}
.cid-uV4AUxIxCS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uV4AUxIxCS nav.navbar {
  position: fixed;
}
.cid-uV4AUxIxCS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4AUxIxCS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uV4AUxIxCS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uV4AUxIxCS .dropdown-item:hover,
.cid-uV4AUxIxCS .dropdown-item:focus {
  background: #8b7500 !important;
  color: white !important;
}
.cid-uV4AUxIxCS .dropdown-item:hover span {
  color: white;
}
.cid-uV4AUxIxCS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uV4AUxIxCS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uV4AUxIxCS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4AUxIxCS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4AUxIxCS .nav-link {
  position: relative;
}
.cid-uV4AUxIxCS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV4AUxIxCS .container {
    flex-wrap: wrap;
  }
}
.cid-uV4AUxIxCS .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV4AUxIxCS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uV4AUxIxCS .iconfont-wrapper {
  color: #fb77be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV4AUxIxCS .dropdown-menu,
.cid-uV4AUxIxCS .navbar.opened {
  background: #3c1e4b !important;
}
.cid-uV4AUxIxCS .nav-item:focus,
.cid-uV4AUxIxCS .nav-link:focus {
  outline: none;
}
.cid-uV4AUxIxCS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4AUxIxCS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4AUxIxCS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4AUxIxCS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4AUxIxCS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV4AUxIxCS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV4AUxIxCS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3c1e4b;
}
.cid-uV4AUxIxCS .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4AUxIxCS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4AUxIxCS .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4AUxIxCS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV4AUxIxCS .navbar.collapsed {
  justify-content: center;
}
.cid-uV4AUxIxCS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV4AUxIxCS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV4AUxIxCS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uV4AUxIxCS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV4AUxIxCS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV4AUxIxCS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV4AUxIxCS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV4AUxIxCS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV4AUxIxCS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV4AUxIxCS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4AUxIxCS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4AUxIxCS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4AUxIxCS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4AUxIxCS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4AUxIxCS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4AUxIxCS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4AUxIxCS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4AUxIxCS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4AUxIxCS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4AUxIxCS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV4AUxIxCS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uV4AUxIxCS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV4AUxIxCS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV4AUxIxCS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV4AUxIxCS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV4AUxIxCS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4AUxIxCS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV4AUxIxCS .dropdown-item.active,
.cid-uV4AUxIxCS .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4AUxIxCS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4AUxIxCS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4AUxIxCS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4AUxIxCS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c1e4b;
}
.cid-uV4AUxIxCS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4AUxIxCS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4AUxIxCS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4AUxIxCS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV4AUxIxCS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV4AUxIxCS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb77be;
}
.cid-uV4AUxIxCS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV4AUxIxCS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV4AUxIxCS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV4AUxIxCS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4AUxIxCS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4AUxIxCS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4AUxIxCS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4AUxIxCS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4AUxIxCS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uV4AUxIxCS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4AUxIxCS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4AUxIxCS .navbar {
    height: 70px;
  }
  .cid-uV4AUxIxCS .navbar.opened {
    height: auto;
  }
  .cid-uV4AUxIxCS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ow :root {
  --primary-color: #3c1e4b;
  --secondary-color: #f8d56b;
  --text-color: #3c1e4b;
  --light-bg: #f5f5f5;
  --white: #fff;
}
#custom-html-ow body {
  font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;
  color: #3c1e4b;
  background-color: var(--light-bg);
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
#custom-html-ow .calculator-container {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 20px;
}
#custom-html-ow h2 {
  color: #3c1e4b;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}
#custom-html-ow .input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
#custom-html-ow .input-field {
  flex: 1;
  min-width: 200px;
}
#custom-html-ow label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3c1e4b;
}
#custom-html-ow input[type="number"],
#custom-html-ow input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
#custom-html-ow input[type="number"]:focus,
#custom-html-ow input[type="text"]:focus {
  border-color: #3c1e4b;
  outline: none;
  box-shadow: 0 0 0 2px rgba(60, 30, 75, 0.2);
}
#custom-html-ow .slider-container {
  margin: 25px 0;
}
#custom-html-ow .slider {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: #ddd;
  outline: none;
  -webkit-appearance: none;
}
#custom-html-ow .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #3c1e4b;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#custom-html-ow .slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #3c1e4b;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#custom-html-ow .purity-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin: 20px 0;
}
#custom-html-ow .purity-btn {
  padding: 10px;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
#custom-html-ow .purity-btn:hover {
  background-color: #f0f0f0;
}
#custom-html-ow .purity-btn.active {
  background-color: #3c1e4b;
  color: white;
  border-color: #3c1e4b;
}
#custom-html-ow .result-container {
  background-color: #3c1e4b;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 25px 0;
}
#custom-html-ow .result-title {
  font-size: 20px;
  margin-bottom: 10px;
}
#custom-html-ow .result-value {
  font-size: 32px;
  font-weight: bold;
  color: #f8d56b;
}
#custom-html-ow .result-secondary {
  font-size: 20px;
  margin-top: 10px;
  color: #ddd;
}
#custom-html-ow .exchange-rate-container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-end;
}
#custom-html-ow .exchange-rate-field {
  flex: 1;
}
#custom-html-ow .auto-update-btn {
  background-color: #3c1e4b;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  height: 46px;
  font-size: 14px;
}
#custom-html-ow .auto-update-btn:hover {
  background-color: #2a1538;
}
#custom-html-ow .live-rate-btn {
  background-color: #28a745;
  margin-left: 10px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
#custom-html-ow .input-with-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
#custom-html-ow .input-with-button input {
  flex: 1;
  min-width: 0;
}
@media (max-width: 600px) {
  #custom-html-ow .input-group {
    flex-direction: column;
  }
  #custom-html-ow .input-field {
    width: 100%;
  }
  #custom-html-ow .purity-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-ow .exchange-rate-container {
    flex-direction: column;
    align-items: stretch;
  }
  #custom-html-ow .auto-update-btn {
    height: auto;
    padding: 10px;
  }
  #custom-html-ow .slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }
  #custom-html-ow .slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }
  #custom-html-ow .input-with-button {
    flex-direction: row;
    align-items: center;
  }
  #custom-html-ow .input-with-button input {
    flex: 1;
    min-width: 0;
  }
}
.cid-uV4B3Gt1va {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #3c1e4b;
}
.cid-uV4B3Gt1va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4B3Gt1va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4B3Gt1va .mbr-section-title {
  color: #f8d56b;
}
.cid-uV4B3Gt1va .mbr-text,
.cid-uV4B3Gt1va .mbr-section-btn {
  color: #f8d56b;
  text-align: left;
}
.cid-uV4B3Gt1va .mbr-section-subtitle {
  color: #f8d56b;
}
.cid-uV4AUyJZj2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7db88;
}
.cid-uV4AUyJZj2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV4AUyJZj2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uV4AUyJZj2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uV4AUyJZj2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uV4AUyJZj2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV4AUyJZj2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uV4AUyJZj2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uV4AUyJZj2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uV4AUyJZj2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uV4AUyJZj2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uV4AUyJZj2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uV4AUyJZj2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV4AUyJZj2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uV4AUyJZj2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uV4AUyJZj2 .skeleton,
.cid-uV4AUyJZj2 #ticker-tape,
.cid-uV4AUyJZj2 #symbol-info,
.cid-uV4AUyJZj2 #advanced-chart,
.cid-uV4AUyJZj2 #company-profile,
.cid-uV4AUyJZj2 #fundamental-data,
.cid-uV4AUyJZj2 #technical-analysis,
.cid-uV4AUyJZj2 #top-stories,
.cid-uV4AUyJZj2 #ticker-tape {
  text-align: center;
  padding: 16px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.cid-uV4AUyJZj2 #ticker-tape {
  width: 70%;
  margin-bottom: var(--gap-size);
  height: 75px;
}
.cid-uV4AUyJZj2 .media-container-row .mbr-text {
  color: #1d222d;
}
