/* Minification failed. Returning unminified contents.
(1020,1176): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1020,1225): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1020,8672): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,8832): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,11465): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,13403): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,18815): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,23499): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,27278): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,30565): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,42615): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,50340): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,52732): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,53886): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,55557): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,59134): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,70366): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,71502): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,73097): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,80708): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,84074): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,94630): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,102497): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,104896): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,106870): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,111991): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,112376): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,112564): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,113387): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,118493): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,120983): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,121955): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,123863): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,131756): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,135638): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,148583): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,161732): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,162512): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,163243): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,163526): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(1020,163639): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
 */
.pignose-calendar .icon-arrow-left,
.pignose-calendar .icon-arrow-right {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.pignose-calendar .icon-arrow-left:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/down-chevron.svg) center center/cover;
    top: 14px;
    right: 15px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    transition: 0.2s ease;
    transform: rotate(90deg);
}

.pignose-calendar .icon-arrow-right:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/down-chevron.svg) center center/cover;
    top: 14px;
    right: 15px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    transition: 0.2s ease;
    transform: rotate(-90deg);
}

.pignose-calendar-wrapper {
	display: none;
	position: fixed;
	width: 80%;
	max-width: 360px;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	z-index: 50001;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 16px #000;
	box-shadow: 0 4px 16px #000;
	-webkit-transform: translate3d(0, 160px, 0);
	transform: translate3d(0, 160px, 0);
	opacity: 0;
	-webkit-transition: opacity .3s ease, -webkit-transform .5s ease-out;
	transition: opacity .3s ease, -webkit-transform .5s ease-out;
	transition: opacity .3s ease, transform .5s ease-out;
	transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out
}

.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pignose-calendar-wrapper .pignose-calendar {
	max-width: auto;
	width: 100%;
	border: none
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
	border-top: 1px solid #e2e2e2;
	overflow: hidden
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
	width: 50%;
	display: block;
	float: left;
	height: 3.2em;
	text-align: center;
	line-height: 3.2em;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
	background-color: #efefef
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
	color: #fff;
	background-color: #2fabb7
}

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
	background-color: #49c4d0
}

.pignose-calendar-wrapper-overlay {
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 50000
}

.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
	opacity: .7
}

.pignose-calendar {
	width: 80%;
	max-width: 360px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	font-size: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25)
}

.pignose-calendar .pignose-calendar-top {
	padding: 2.6em 0;
	background-color: #fafafa;
	border-bottom: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
	position: relative;
	overflow: hidden
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1.2em 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month,
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	display: block;
	text-align: center
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	font-size: 90%;
	color: rgba(0, 0, 0, .5)
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
	margin-bottom: .4em;
	font-size: 100%;
	font-weight: 600
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	position: relative;
	z-index: 5;
	text-decoration: none
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
	display: inline-block;
	color: #777;
	font-size: 115%;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
	color: #555;
	font-size: 160%
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
	float: left;
	margin-left: 1.6em
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
	margin-left: .2em
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
	float: right;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
	margin-right: .2em
}

.pignose-calendar .pignose-calendar-header {
	padding: 0 .5em;
	margin-top: 1.2em;
	font-weight: 600;
	overflow: hidden
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
	float: left;
	width: 14.28%;
	height: 2.8em;
	font-size: 75%;
	text-align: center;
	line-height: 2.8em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
	color: white
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
	width: 14.32%
}

.pignose-calendar .pignose-calendar-body {
	padding: 1.2em .5em
}

.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
	overflow: hidden
}

.pignose-calendar .pignose-calendar-unit {
	float: left;
	display: block;
	height: 2em;
	width: 14.28%;
	text-align: center;
	line-height: 2.8em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pignose-calendar .pignose-calendar-unit:last-child {
	width: 14.32%
}

.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
	line-height: .5em
}

.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
	display: inline-block;
	background-color: #777;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	margin-right: .2em
}

.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
	margin-right: 0
}

.pignose-calendar .pignose-calendar-unit a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	color: #49c4d0;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease
}

.pignose-calendar .pignose-calendar-unit a:active {
	background-color: #d8d8d8
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
	opacity: .5;
	background-color: #efefef
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
	background-color: #2fabb7;
	color: #fff;
	font-weight: 600;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a {
	color: #fff
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
	background-color: #efefef;
	border-radius: 0;
	width: 100%
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
	color: #b2b9bb;
	background-color: #e1e1e1
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
	border-top-left-radius: 1.2em;
	border-bottom-left-radius: 1.2em
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
	border-top-right-radius: 1.2em;
	border-bottom-right-radius: 1.2em
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a {
	color: white
}

.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
	color: #ccc!important
}

.pignose-calendar.pignose-calendar-default.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
	color: #ccc!important
}

.pignose-calendar.pignose-calendar-dark {
	border-color: #029243;
	background-color: black;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .5)
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
	background-color: black;
	border-bottom-color: white;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .175)
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
	color: #fff
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
	color: #fff
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
	color: #a2a9ab
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
	color: #a2a9ab
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
	color: #fff
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sat,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sun {
	color: white
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
	color: white
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a {
	color: white
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
	color: #868e8f;
	background-color: #5d6365
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
	color: black;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .75)
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
	color: #8b8f94
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
	background-color: #5a5d62
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
	color: #727a7c;
	background-color: #4f5558
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
	border-top: 1px solid #029243;
	overflow: hidden
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button {
	color: #fff
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
	background-color: #5a5d62
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
	color: #fff;
	background-color: #fff
}

.pignose-calendar.pignose-calendar-blue {
	background-color: #fafafa
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
	background-color: #009fe3;
	border-bottom-color: #e1e1e1
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month {
	color: #fff
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
	color: #fff
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
	color: #fff
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
	color: #fff
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
	color: #5c6270
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
	color: white
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
	color: #5c6270
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a {
	color: white
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
	background-color: #efefef
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
	color: #fff;
	background-color: #009fe3;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .75)
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
	color: #ccc
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
	background-color: #efefef
}

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
	background-color: #efefef
}
.daterangepicker {
    position: absolute;
    color: inherit;
    border-radius: 4px;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
    margin: 0;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    outline: 0;
    z-index: 99999;
    border: unset !important;
}
.daterangepicker:after, .daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.opensright:before {
    left: 9px;
}
.daterangepicker.opensright:after {
    left: 10px;
}
.daterangepicker.drop-up {
    margin-top: -7px;
}
.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
}
.daterangepicker.single .drp-selected {
    display: none;
}
.daterangepicker.show-calendar .drp-calendar {
    display: block;
}
.daterangepicker.show-calendar .drp-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.daterangepicker.auto-apply .drp-buttons {
    display: none;
}
.daterangepicker .drp-calendar {
    display: none;
}
.daterangepicker .drp-calendar.left {
    width: 420px;
}
.daterangepicker .drp-calendar.right {
    padding: 0 0 0 8px;
    width: 420px;
}
.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
        width: 50%;
    }
    .daterangepicker {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
        width: 100%;
    }
    .daterangepicker {
        padding: 5px;
    }
    .daterangepicker .drp-calendar.right {
        padding-left: 0;
        padding-top: 8px;
    }
    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        line-height: 0 !important;
    }
}
@media (max-width: 220px) {
    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        font-size: 5vw !important;
    }
}
.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding: 5px;
}
@media screen and (max-width: 280px) {
    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        min-width: unset;
        line-height: unset !important;
        font-size: 1vw 1vw !important;
    }
}
.daterangepicker .calendar-table {
    border-radius: 4px;
    background-color: #fff;
    color: #fff;
}
.daterangepicker .calendar-table table {
    background-color: #fff;
    color: #000;
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #A9C23F;
    color: #fff;
}
.daterangepicker .calendar-table td:hover span, .daterangepicker .calendar-table th:hover span {
    border-color: #fff !important;
}
.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    border-color: transparent;
    color: #999;
    padding: 5px;
}
.daterangepicker td.in-range {
    background-color: #d3d3d3;
    border-color: transparent;
    color: #000;
    font-weight: 700;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #A9C23F;
    color: #fff;
    border-color: transparent;
}
.daterangepicker th.month {
    width: auto;
    font-weight: 700;
    font-size: 14px;
    padding: 5px;
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.daterangepicker .drp-buttons {
    clear: both;
    padding: 8px;
    display: none;
    line-height: 12px;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    background-color: transparent;
    text-align: center;
}
.daterangepicker .drp-selected {
    display: none;
    font-size: 12px;
    padding-right: 8px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 5px;
}
.daterangepicker .drp-buttons .btn {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    margin-right: 15px;
    border: unset;
}
.daterangepicker .drp-buttons .btn:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}
.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}
.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}
.daterangepicker .ranges li:hover {
    background-color: #fff;
}
.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}
@media (min-width: 585px) {
    .daterangepicker {
        width: 95%;
    }
    .daterangepicker .ranges ul {
        width: 140px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
        float: left;
    }
    .daterangepicker {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker .drp-calendar, .daterangepicker .ranges {
        float: left;
    }
}
@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: 100%;
    }
    .daterangepicker .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}
.htd__form {
    display: flex;
    align-items: center;
}
.htd__form__claneder--input {
    padding: 5px 44px 5px 7px;
    border-radius: unset;
    font-size: 12px;
    color: #000;
    background-color: transparent;
    width: 250px;
    height: 24px;
    border: 1px solid #5B6770;
    z-index: 1;
    cursor: pointer;
}
.htd__form__claneder--input::placeholder {
    color: gray !important;
}
.htd__form__claneder {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 15px;
    background-color: white;
}
.htd__form__claneder::after {
    content: url("../../images/calender-icon.svg");
    position: absolute;
    right: 13px;
    top: 8px;
    cursor: pointer;
    z-index: 0;
}
.htd__form__claneder--input::placeholder {
    color: #5B6770;
}
.htd__form__date {
    color:#5B6770;
    font-weight: 100;
}
.htd__form-btn {
    background-color: #616161;
    width: 100px;
    padding: 8px 0px;
    border-radius: unset;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    border: unset;
    cursor: pointer;
}
@media (max-width: 767px) {
    .htd__form {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
    }
    .htd__form__claneder {
        margin: 0 0;
        width: 100%;
    }
    .htd__form__date {
        display: none;
    }
    .htd__form__claneder--input {
        width: 100%;
        height: unset;
        padding: 10px 5px;
        font-size: 14px;
    }
    .htd__form-btn {
        width: 100%;
        height: unset;
        padding: 10px 5px;
    }
    .htd__form__claneder::after {
        top: 10px;
    }
    @media screen and (orientation: landscape) {
        .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
            line-height: 0;
        }
        .daterangepicker .drp-buttons .btn {
            padding: 6px 10px;
        }
        .daterangepicker .drp-calendar.left {
            width: calc(50% - 40px);
        }
        .daterangepicker .drp-calendar.right {
            width: calc(50% - 40px);
            padding-top: 0;
            padding-left: 8px;
        }
    }
}
@media (max-width: 400px) {
    .htd__form__claneder--input {
        font-size: 4vw;
    }
    .htd__form-btn {
        font-size: 4vw;
    }
}

@font-face {font-family: "Avenir";src: url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Heavy.woff2") format("woff2"), url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Heavy.woff") format("woff");font-weight: 900;font-style: normal;font-display: swap;}@font-face {font-family: "Avenir";src: url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Black.woff2") format("woff2"), url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Black.woff") format("woff");font-weight: 900;font-style: normal;font-display: swap;}@font-face {font-family: "Avenir Book";src: url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Book.woff2") format("woff2"), url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Book.woff") format("woff");font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: "Avenir";src: url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Medium.woff2") format("woff2"), url("/ResourcePackages/Theme/investor-relations/assest/fonts/Avenir-Medium.woff") format("woff");font-weight: 500;font-style: normal;font-display: swap;}:root {--color-green: #a9c23f;}body.greenColorContrast {--color-green: #2e6158;}.sticky-header {position: -webkit-sticky;position: sticky;top: 0;z-index: 1000;padding: 10px 24px;transition: all 0.5s;transition-property: background-color, box-shadow, display;color: #5B6770;}@media (max-width: 767px) {.sticky-header {padding: 10px 10px;}}@media (min-width: 768px) and (max-width: 1100px) {.sticky-header {padding: 10px 15px;}}.sticky-header.sticky-header-change {background-color: #5B6770 !important;box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16) !important;}.sticky-header.sticky-header-change nav {padding: 5px 24px;}@media (max-width: 991px) {.sticky-header.sticky-header-change nav {padding: 5px 24px;}}@media (min-width: 768px) and (max-width: 1100px) {.sticky-header.sticky-header-change nav {padding: 5px 15px;}}@media (max-width: 767px) {.sticky-header.sticky-header-change nav {padding: 5px 5px;}}.sticky-header nav {padding: 30px 24px;}@media (max-width: 991px) {.sticky-header nav {padding: 20px 24px;}}@media (min-width: 768px) and (max-width: 1100px) {.sticky-header nav {padding: 20px 15px;}}@media (max-width: 767px) {.sticky-header nav {padding: 20px 5px;}}.sticky-header nav .nav-container {margin-bottom: 30px;max-width: 1170px;margin: auto;}.sticky-header nav .nav-container__lang-btn {color: white;text-decoration: none;font-weight: bold;position: absolute;right: 3%;top: 45px;}@media (max-width: 1050px) {.sticky-header nav .nav-container__lang-btn {top: 60px;right: 30px;}}@media (min-width: 1051px) and (max-width: 1100px) {.sticky-header nav .nav-container__lang-btn {top: 34px;right: 10px;}}@media (max-width: 767px) {.sticky-header nav .nav-container__lang-btn {right: 15px;font-size: 14px;}}@media (max-width: 1050px) {.sticky-header nav .nav-container .lang-btn-change-mobaile {top: 44px;}}@media (min-width: 1051px) {.sticky-header nav .nav-container .lang-btn-change-mobaile {top: 23px;}}.sticky-header nav .nav-container__desktop {display: flex;}@media (max-width: 1050px) {.sticky-header nav .nav-container__desktop {justify-content: space-between;}}.sticky-header nav .nav-container__desktop__logo {display: block;}.sticky-header nav .nav-container__desktop__logo__img {max-height: 90px;height: auto;width: 258.5px;}.sticky-header nav .nav-container__desktop__logo__img.change-color {filter: brightness(0) invert(1) !important;}@media (max-width: 1050px) {.sticky-header nav .nav-container__desktop__logo__img {width: 175px;}}.sticky-header nav .nav-container__desktop__links {margin-left: 45px;display: flex;align-items: center;height: 32px;border: 1px solid white;}@media (max-width: 1050px) {.sticky-header nav .nav-container__desktop__links {display: none;}}.sticky-header nav .nav-container__desktop__links__link {text-decoration: none;color: white;min-width: 110px;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 14px;text-align: center;border-right: 1px solid white;padding: 0px 5px;}.sticky-header nav .nav-container__desktop__links__link:last-child {border-right: unset;}.sticky-header nav .nav-container__desktop__links .active {background-color: white;color: rgb(1, 80, 119);}.sticky-header nav .nav-container__desktop__bar {cursor: pointer;}@media (min-width: 1051px) {.sticky-header nav .nav-container__desktop__bar {display: none;}}.sticky-header nav .nav-container__desktop__bar__img {width: 30px;-o-object-fit: cover;object-fit: cover;}.sticky-header nav .nav-container__mobile {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 5000;background-color: white;display: none;transition: all 0.4s ease;transform: translate(100%, 0%);}@media (max-width: 1050px) {.sticky-header nav .nav-container__mobile {display: block;}}.sticky-header nav .nav-container__mobile__header {position: fixed;top: 0;left: 0;right: 0;padding: 30px 15px;display: flex;align-items: center;justify-content: space-between;}@media (max-width: 767px) {.sticky-header nav .nav-container__mobile__header {padding: 20px 15px;}}.sticky-header nav .nav-container__mobile__header__logo {display: block;}.sticky-header nav .nav-container__mobile__header__logo__img {max-height: 90px;height: auto;width: 258.5px;}@media (max-width: 1050px) {.sticky-header nav .nav-container__mobile__header__logo__img {width: 175px;}}.sticky-header nav .nav-container__mobile__header__btn {cursor: pointer;}.sticky-header nav .nav-container__mobile__header__btn__icon {width: 20px;height: 20px;-o-object-fit: cover;object-fit: cover;}.sticky-header nav .nav-container__mobile__body {height: 100%;width: 100;display: flex;flex-direction: column;align-items: center;justify-content: center;background-color: #F5F5F5;color: white;}.sticky-header nav .nav-container__mobile__body__link {padding: 5px 15px;margin: 15px 0px;text-decoration: none;font-size: 16px;font-weight: 500;transition: all 0.3s;color: white;}.sticky-header nav .nav-container__mobile__body .active {color: #5B6770;background-color: white;border-radius: 3px;}.sticky-header__service {transition: all 0.3s;}.sticky-header.sticky-header-change .sticky-header__service {display: flex;align-items: center;justify-content: space-between;max-width: 800px;color: white;}@media (max-width: 470px) {.sticky-header.sticky-header-change .sticky-header__service {display: block;}}.sticky-header__service__title {font-size: 35px;font-weight: 500;}@media (min-width: 550px) and (max-width: 800px) {.sticky-header__service__title {font-size: 30px;}}@media (max-width: 549px) {.sticky-header__service__title {font-size: 22px;}}.sticky-header__service__values {display: flex;align-items: center;}.sticky-header__service__values__number {font-size: 40px;font-weight: 300;margin-right: 20px;}@media (min-width: 550px) and (max-width: 800px) {.sticky-header__service__values__number {font-size: 30px;}}@media (max-width: 549px) {.sticky-header__service__values__number {font-size: 22px;}}@media (max-width: 767px) {.sticky-header__service__values__number {margin-right: 0px;}}.sticky-header__service__values__indicators {color: #EF7676;font-size: 28px;margin-left: 20px;}@media (max-width: 800px) {.sticky-header__service__values__indicators {font-size: 22px;}}@media (max-width: 767px) {.sticky-header__service__values__indicators {margin-left: 15px;}}.sticky-header__service__values__indicators__pointer {margin-right: 8px;}@media (max-width: 767px) {.sticky-header__service__values__indicators__pointer {margin-right: 0px;}}.sticky-header__service__values__indicators__pointer i {margin-right: 2px;}.sticky-header__service__values__indicators__percent {margin-left: 8px;}@media (max-width: 767px) {.sticky-header__service__values__indicators__percent {margin-left: 0px;}}.sticky-header__service__values .green {color: green;}.sticky-header__description {font-size: 14px;margin: 20px 0px;max-width: 1100px;}.sticky-header__description__more {font-weight: bold;cursor: pointer;font-size: 15px;}.sticky-header__tabs {display: flex;justify-content: space-between;align-items: flex-start;width: 100%;list-style: none;padding: 0;margin-bottom: 0px;background-color: #F5F5F5;padding: 15px;position: -webkit-sticky;position: sticky;top: 0;z-index: 1000;}.sticky-header.sticky-header-change .sticky-header__tabs {margin-top: 5px;border-top: 1px solid white;color: white;}@media (max-width: 1150px) {.sticky-header__tabs {display: none;}}.sticky-header__tabs li {cursor: pointer;border-bottom: 2px solid transparent;font-size: 13px;}.sticky-header__tabs li.active {border-bottom: 2px solid #5B6770;font-weight: bold;color: var(--color-green);}.sticky-header.sticky-header-change .sticky-header__tabs li.active {border-bottom: 2px solid #5B6770;}.sticky-header__tabs li:hover {color: var(--color-green);border-bottom: 2px solid #5B6770;}.sticky-header-indicator {height: 0.1px;background-color: transparent !important;}.company-img {position: absolute;width: 100%;height: 100vh;z-index: -1;opacity: 1;transition: all 0.3s;}.company-img.company-img-change {opacity: 0;}.overlay-container {background-color: rgba(0, 0, 0, 0.6);position: fixed;z-index: 1500;align-items: center;justify-content: center;top: 0;left: 0;right: 0;bottom: 0;display: none !important;}.overlay-inner {background-color: #5B6770;width: 90%;height: auto;border-radius: unset;position: relative;display: flex;align-items: center;justify-content: center;}#wClose {position: absolute;top: 20px;right: 20px;width: 18px;height: 18px;-o-object-fit: cover;object-fit: cover;cursor: pointer;color: white;}.show {display: flex !important;}.mobile-dropdown {width: 100%;display: none;margin-top: 15px;}.sticky-header.sticky-header-change .mobile-dropdown {border: 1px solid white;margin-top: 5px;}@media (max-width: 1150px) {.mobile-dropdown {display: block;}}.mobile-dropdown .item {display: flex;justify-content: space-between;align-items: center;width: 100%;cursor: pointer;background-color: #5B6770;color: white;padding: 10px 10px;border-radius: unset;}.mobile-dropdown .item span {font-weight: bold;font-size: 18px;}.mobile-dropdown .item i {font-size: 16px;}.drop-down {list-style: none;padding: 0;margin: 0;width: 100%;padding: 60px 10px 25px 10px;}.drop-down li {cursor: pointer;transition: 0.2s;border-bottom: 1px solid white;padding: 5px 5px;font-weight: bold;font-size: 16px;color: white;}.drop-down li br {display: none !important;}.drop-down li:first-child {margin-top: 10px;}.drop-down li.active {color: #5B6770;background-color: white;}.overview__header {display: flex;flex-direction: column;justify-content: flex-end;position: relative;height: 320px;}@media (min-width: 768px) {.overview__header {height: 360px;}}.overview__header::before {content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.2;background-image: url("/ResourcePackages/Theme/investor-relations/assest/css/en/images/homepage.png");background-repeat: no-repeat, repeat;background-position: center;background-size: cover;}.overview__header__content {position: relative;display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.overview__header__content {flex-direction: column;margin-bottom: 20px;}}.overview__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.overview__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.overview__header__content--numbers {width: 200px;}.overview__header__content--numbers p {margin: 0px 10px;}.overview__header__content--numbers p:first-child {margin-left: 0px;}.overview__header__content--numbers p:last-child {margin-right: 0px;}}.overview__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.overview__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.overview__header__content--text {font-size: 9vw;}}.overview__header__content--list {position: relative;padding-bottom: 15px;font-size: 13px;}.overview__header__content--list ul {width: 100%;justify-content: space-between;}.overview__header__content--list ul li {display: inline-block;}.overview__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.overview__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.overview__header__content--list ul {font-size: 14px;}}.ticker {background-color: #F5F5F5;padding: 15px;border-radius: unset;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;position: relative;margin-right: 24px;margin-bottom: 24px;width: calc(33.3% - 16px);order: 1;}@media (max-width: 991px) {.ticker {width: 100%;margin-right: 0;}}.ticker__header--text {color: #5B6770;font-weight: bold;}.ticker__pointer {color: green;text-align: center;font-weight: 500;}.ticker__percent {color: green;font-weight: 500;}.ticker .red {color: #EF7676;}.ticker .ticker-tab {display: flex;justify-content: space-between;align-items: flex-start;width: 100%;list-style: none;padding: 2px 0px;margin-bottom: 15px;}.ticker .ticker-tab li {cursor: pointer;transition: 0.2s;padding: 4px 4px;border-radius: 5px;color: #5B6770;}@media (max-width: 350px) {.ticker .ticker-tab li {font-size: 14px;}}.ticker .ticker-tab li.active {background-color: var(--color-green);color: white;font-weight: bold;}.ticker .ticker-container > div:not(:first-child) {display: none;}.ticker__more {position: unset;bottom: 15px;right: 15px;left: 15px;display: flex;justify-content: space-between;align-items: center;color: #5B6770;text-decoration: none;margin-top: 20px;cursor: pointer;font-weight: bold;padding-top: 5px;}@media (max-width: 767px) {.ticker__more {position: unset;}}.ticker__more i {font-size: 13px;}.ticker .highcharts-credits {display: none;}.marketvalue {background-color: #F5F5F5;border-radius: unset;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;margin-bottom: 24px;width: calc(66.7% - 8px);padding: 0px 15px;order: 2;}@media (max-width: 991px) {.marketvalue {width: 100%;order: 2;}}.marketvalue__header {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #4E5A5F;padding: 15px 0px;width: 100%;}.marketvalue__header__title {font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.marketvalue__header__title {font-size: 21px;}}.marketvalue__header__value {font-size: 16px;}.marketvalue__container {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;padding-bottom: 15px;}@media (max-width: 549px) {.marketvalue__container {display: block;}}.marketvalue__container__right {width: 50%;}@media (max-width: 549px) {.marketvalue__container__right {width: 100%;}}.marketvalue__container__right__data {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 40px;border-bottom: 1px solid #4E5A5F;}@media (max-width: 549px) {.marketvalue__container__right__data:last-child {display: none;}}@media (max-width: 549px) {.marketvalue__container__right__data br {display: none;}}.marketvalue__container__right__data__text {text-align: left;}@media (max-width: 549px) {.marketvalue__container__right__data__text {display: flex;align-items: baseline;}}@media (max-width: 350px) {.marketvalue__container__right__data__text {font-size: 14px;}}.marketvalue__container__right__data__text--small {font-size: 11px;}@media (max-width: 549px) {.marketvalue__container__right__data__text--small {margin-left: 5px;}}.marketvalue__container__right__data__number {text-align: right;padding-right: 25px;color: #5B6770;font-weight: bold;}@media (max-width: 549px) {.marketvalue__container__right__data__number {padding-right: 0px;}}@media (max-width: 350px) {.marketvalue__container__right__data__number {font-size: 14px;}}.marketvalue__container__left {width: 50%;}@media (max-width: 549px) {.marketvalue__container__left {width: 100%;}}.marketvalue__container__left__data {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 40px;border-bottom: 1px solid #4E5A5F;}@media (max-width: 549px) {.marketvalue__container__left__data br {display: none;}}.marketvalue__container__left__data__text {text-align: left;padding-left: 25px;line-height: 17px;}@media (max-width: 549px) {.marketvalue__container__left__data__text {padding-left: 0px;display: flex;align-items: baseline;}}@media (min-width: 550px) and (max-width: 679px) {.marketvalue__container__left__data__text {padding-left: 5px;}}@media (max-width: 350px) {.marketvalue__container__left__data__text {font-size: 14px;}}.marketvalue__container__left__data__text--small {font-size: 11px;}@media (max-width: 549px) {.marketvalue__container__left__data__text--small {margin-left: 5px;}}.marketvalue__container__left__data__number {text-align: right;color: #5B6770;font-weight: bold;}@media (max-width: 350px) {.marketvalue__container__left__data__number {font-size: 14px;}}.marketvalue__container__change {width: 100%;display: flex;align-items: flex-end;justify-content: space-between;flex-wrap: wrap;height: 70px;}@media (max-width: 590px) {.marketvalue__container__change {height: unset;}}.marketvalue__container__change__name {color: #5B6770;font-weight: bold;}@media (max-width: 590px) {.marketvalue__container__change__name {width: 100%;margin-top: 22px;}}.marketvalue__container__change__data {text-align: left;}@media (max-width: 590px) {.marketvalue__container__change__data {width: 50%;margin-top: 10px;}.marketvalue__container__change__data:nth-child(3), .marketvalue__container__change__data:nth-child(5) {text-align: right;}}.marketvalue__container__change__data__period {display: block;font-size: 14px;margin-bottom: 3px;}.marketvalue__container__change__data__perecntage {display: block;color: #5B6770;}.annual-reports {background-color: #F5F5F5;padding: 15px;position: relative;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;width: calc(22.2% - 16px);margin-left: 24px;order: 4;}@media (max-width: 991px) {.annual-reports {width: 100%;margin-left: 0;margin-bottom: 24px;}}.annual-reports__title {font-weight: 400;font-size: 25px;margin-top: 0px;text-transform: uppercase;}@media (max-width: 350px) {.annual-reports__title {font-size: 21px;}}.annual-reports__container {display: flex;flex-direction: column;align-items: center;margin-top: 50px;}.annual-reports__number {font-size: 14px;}.annual-reports__download {margin: 10px 0px;display: flex;align-items: center;justify-content: space-between;width: 85%;text-decoration: none;color: #5B6770;}.annual-reports__download--text {margin-left: 20px;text-decoration: unset;color: #5B6770;}.annual-reports__download > div {display: flex;}.annual-reports__download svg {width: 22px;height: 22px;}.annual-reports__download svg path {fill: var(--color-green);}.annual-reports__download span {margin: 0px 15px;}@media (max-width: 350px) {.annual-reports__download span {font-size: 14px;}}.annual-reports__more {position: absolute;bottom: 15px;right: 15px;left: 15px;display: flex;justify-content: space-between;align-items: center;color: #5B6770;text-decoration: none;margin-top: 20px;font-weight: bold;cursor: pointer;padding-top: 5px;}@media (max-width: 991px) {.annual-reports__more {position: unset;}}.annual-reports__more i {font-size: 13px;}.analyst-recommendations {background-color: #F5F5F5;border-radius: unset;padding: 15px;position: relative;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;width: calc(33.3% - 16px);order: 4;}@media (max-width: 991px) {.analyst-recommendations {width: 100%;margin-right: 0;margin-bottom: 24px;order: 3;}}.analyst-recommendations__title {font-weight: 400;font-size: 25px;margin-top: 0px;margin-bottom: 20px;text-transform: uppercase;}@media (max-width: 350px) {.analyst-recommendations__title {font-size: 21px;}}.analyst-recommendations__table {width: 100%;border-collapse: collapse;text-align: left;}.analyst-recommendations__table--header {color: #5B6770;font-weight: bold;border-bottom: 1px solid #4E5A5F;padding-bottom: 5px;}.analyst-recommendations__table--date {border-bottom: unset !important;padding: 10px 0px 0px 0px !important;}.analyst-recommendations__table--date p {font-size: 12px;}.analyst-recommendations__table tbody tr td {border-bottom: 1px solid #4E5A5F;padding: 5px 0px 5px 0px;}.analyst-recommendations__table tbody tr td:nth-child(2) {color: #5B6770;}@media (max-width: 350px) {.analyst-recommendations__table tbody tr td {font-size: 14px;}}.analyst-recommendations__more {display: flex;align-items: center;justify-content: space-between;cursor: pointer;margin-top: 20px;left: 15px;right: 15px;bottom: 15px;font-weight: bold;padding-top: 5px;color: #5B6770;}@media (max-width: 767px) {.analyst-recommendations__more {position: unset;}}@media (min-width: 768px) and (max-width: 1000px) {.analyst-recommendations__more {position: unset;}}.analyst-recommendations__more i {font-size: 13px;}.financial-ratio {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;position: relative;margin-bottom: 24px;margin-right: 24px;width: calc(66.7% - 8px);}@media (min-width: 768px) and (max-width: 1000px) {.financial-ratio {width: 100%;margin-right: 0px;order: 6;}}@media (max-width: 767px) {.financial-ratio {width: 100%;margin-right: 0;}}.financial-ratio__heading {margin-bottom: 20px;font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.financial-ratio__heading {font-size: 21px;}}.financial-ratio__list {list-style-type: none;padding-left: 0px;}.financial-ratio__list__item {border-bottom: 1px solid #4E5A5F;display: flex;align-items: center;justify-content: space-between;margin-bottom: 12px;padding-bottom: 5px;}.financial-ratio__list__item br {display: none;}@media (max-width: 400px) {.financial-ratio__list__item br {display: block;}}.financial-ratio__list__item:last-child {border-bottom: unset;}.financial-ratio__list__item:nth-child(11) {padding-bottom: 12px;}@media (max-width: 350px) {.financial-ratio__list__item__name {font-size: 14px;}}.financial-ratio__list__item__number {color: #5B6770;font-weight: bold;}@media (max-width: 350px) {.financial-ratio__list__item__number {font-size: 14px;}}.financial-ratio__more {display: flex;justify-content: space-between;align-items: center;position: unset;left: 15px;right: 15px;bottom: 15px;color: #5B6770;text-decoration: none;margin-top: 20px;font-weight: bold;padding-top: 5px;}.financial-ratio__more__icon {font-size: 13px;}.corporate-actions {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;position: relative;margin-bottom: 24px;width: calc(33.3% - 16px);}@media (min-width: 768px) and (max-width: 1000px) {.corporate-actions {width: calc(50% - 12px);margin-right: 24px;order: 7;}}@media (max-width: 767px) {.corporate-actions {width: 100%;}}.corporate-actions__title {margin-bottom: 20px;font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.corporate-actions__title {font-size: 21px;}}.corporate-actions__tabs {position: relative;list-style: none;padding: 0;margin-bottom: 0px;display: flex;align-items: center;margin-bottom: 15px;}.corporate-actions__tabs li {cursor: pointer;border-bottom: 2px solid transparent;}.corporate-actions__tabs li:first-child {margin-right: 20px;}@media (max-width: 350px) {.corporate-actions__tabs li {font-size: 14px;}}.corporate-actions__tabs .active-tab {font-weight: bold;border-bottom: 3px solid var(--color-green);}.corporate-actions__list {list-style-type: none;padding-left: 0px;}.corporate-actions__list__item {border-bottom: 1px solid #4E5A5F;display: flex;align-items: center;justify-content: space-between;margin-bottom: 12px;padding-bottom: 5px;line-height: 16px;}@media (max-width: 320px) {.corporate-actions__list__item {font-size: 14px;}}.corporate-actions__list__item br {display: none;}@media (max-width: 265px) {.corporate-actions__list__item br {display: block;}}.corporate-actions__list__item:last-child {border-bottom: unset;}.corporate-actions__list__item:nth-child(11) {padding-bottom: 12px;}.corporate-actions__list__item__number {color: #5B6770;}.corporate-actions__more {display: flex;justify-content: space-between;align-items: center;position: absolute;left: 15px;right: 15px;bottom: 15px;color: #5B6770;text-decoration: none;margin-top: 20px;font-weight: bold;padding-top: 5px;}@media (max-width: 767px) {.corporate-actions__more {position: unset;}}@media (min-width: 768px) and (max-width: 1000px) {.corporate-actions__more {position: unset;}}.corporate-actions__more__icon {font-size: 13px;}.corporate-actions__container ul {display: none;}.box-filled {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;width: calc(22.2% - 24px);margin-left: 24px;order: 5;}@media (max-width: 991px) {.box-filled {width: 100%;margin-top: 24px;margin-left: 0px;order: 5;}}.box-filled__title {margin-bottom: 20px;font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.box-filled__title {font-size: 21px;}}.contact-ir {background: radial-gradient(66.03% 66.89% at 100% 0.11%, rgba(239, 209, 159, 0.47) 0%, rgba(238, 243, 218, 0.188) 44%, rgba(169, 194, 63, 0.0705) 69.06%) !important;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;width: calc(22.2% - 16px);margin-left: 24px;order: 5;position: relative;}@media (max-width: 991px) {.contact-ir {width: 100%;margin-top: 24px;margin-left: 0px;order: 6;}}.contact-ir__title {margin-bottom: 20px;font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.contact-ir__title {font-size: 21px;}}.contact-ir__address {margin-bottom: 8px;}.contact-ir__address i {color: #5B6770;}.contact-ir__address span {margin-left: 10px;color: #5B6770;}.contact-ir__address-details {list-style-type: none;padding-right: 0px;margin: 20px 0px;font-size: 14px;margin-left: 24px;}.contact-ir__contact {list-style-type: none;padding-right: 0px;margin-bottom: 65px;}.contact-ir__contact__item {margin: 5px 0px;font-size: 14px;}.contact-ir__contact__item i {color: #5B6770;margin-right: 6px;}.contact-ir__contact__item span, .contact-ir__contact__item a {color: #5B6770;text-decoration: none;}.contact-ir__contact__item span:hover, .contact-ir__contact__item a:hover {text-decoration: none;}.contact-ir__more {position: absolute;bottom: 15px;right: 15px;left: 15px;display: flex;justify-content: space-between;align-items: center;color: #5B6770;text-decoration: none;margin-top: 20px;font-weight: bold;cursor: pointer;padding-top: 5px;}@media (max-width: 991px) {.contact-ir__more {position: unset;}}.contact-ir__more i {font-size: 13px;}.profile__header {padding: 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.profile__header {padding: 25px 10px;}}.profile__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.profile__header__content {flex-direction: column;margin-bottom: 20px;}}.profile__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.profile__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.profile__header__content--numbers {width: 200px;}.profile__header__content--numbers p {margin: 0px 10px;}.profile__header__content--numbers p:first-child {margin-left: 0px;}.profile__header__content--numbers p:last-child {margin-right: 0px;}}.profile__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.profile__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.profile__header__content--text {font-size: 9vw;}}.profile__header__content--list {position: relative;font-size: 13px;}.profile__header__content--list ul {width: 100%;justify-content: space-between;}.profile__header__content--list ul li {display: inline-block;}.profile__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.profile__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.profile__header__content--list ul {font-size: 14px;}}.intro {width: 100%;margin-bottom: 24px;background-color: #F5F5F5;}.intro__container {padding: 20px 0px;}@media (max-width: 991px) {.intro__container {display: block;}}.intro__container__title {font-size: 25px;}@media (max-width: 991px) {.intro__container__title {margin-right: 0px;margin-bottom: 10px;}}@media (max-width: 350px) {.intro__container__text {font-size: 14px;}}.intro__container__text span {font-family: "Avenir" !important;}.Financials-Highlights {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;margin-right: 24px;margin-bottom: 24px;position: relative;width: calc(65% - 12px);}@media (max-width: 991px) {.Financials-Highlights {width: 100%;margin-right: 0px;}}.Financials-Highlights__currency {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}@media (max-width: 650px) {.Financials-Highlights__currency {display: block;}}.Financials-Highlights__title {font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.Financials-Highlights__title {font-size: 21px;}}@media (max-width: 450px) {.Financials-Highlights__title span {display: block;}}@media (max-width: 480px) {.Financials-Highlights__title__type {display: inline;margin-top: 5px;}}.Financials-Highlights__table {width: 100%;min-width: 100%;margin-bottom: 15px;}@media (max-width: 1015px) {.Financials-Highlights__table {width: 1000px;}}.Financials-Highlights__table__row {border-bottom: 1px solid #4E5A5F;line-height: 15px;}.Financials-Highlights__table__row__header {font-size: 16px;line-height: 17px;font-weight: bold;text-align: center;padding-bottom: 2px;color: #5B6770;}.Financials-Highlights__table__row__header:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: #F5F5F5;}.Financials-Highlights__table__row__data {text-align: center;padding-top: 15px;padding-bottom: 2px;font-size: 14px;}.Financials-Highlights__table__row__data:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: #F5F5F5;}.Financials-Highlights__table__row__data__text__icon {width: 20px;height: 20px;cursor: pointer;}.Financials-Highlights__table__row__data__text__icon path {fill: var(--color-green);}.Financials-Highlights__table__row .desc {width: 230px;font-size: 14px;}@media (max-width: 600px) {.Financials-Highlights__table__row .desc {width: 120px;word-wrap: break-word;}}.Financials-Highlights .Financials-Highlights-tabs {display: flex;justify-content: space-evenly;align-items: center;width: 104px;border-radius: unset;border: 1px solid #616161;list-style: none;padding: 0;overflow: hidden;margin-bottom: 0px;position: relative;z-index: 10;color: #5B6770;background-color: #F5F5F5;}@media (max-width: 650px) {.Financials-Highlights .Financials-Highlights-tabs {float: right;margin: 15px 0px 30px 0px;}}.Financials-Highlights .Financials-Highlights-tabs li {cursor: pointer;font-size: 14px;padding: 3px 12px;border-radius: unset;}.Financials-Highlights .Financials-Highlights-tabs li.active {background-color: #616161;border-radius: unset;color: #5B6770;font-weight: bold;display: block !important;}.Financials-Highlights .Financials-Highlights__container {position: relative;z-index: 1;}.Financials-Highlights .active {display: block !important;}.Financials-Highlights .Financials-Highlights__container > div {display: none;}.Financials-Highlights__popup {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;display: none;transition: all 0.3s;}.Financials-Highlights__popup__overlay {height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}.Financials-Highlights__popup__overlay__chart {width: 95%;max-width: 600px;background-color: #4E5A5F;padding: 15px;}.Financials-Highlights__popup__overlay__chart__close {display: flex;justify-content: flex-end;align-items: center;margin-bottom: 20px;}.Financials-Highlights__popup__overlay__chart__close img {width: 20px;height: 20px;-o-object-fit: cover;object-fit: cover;cursor: pointer;}.Financials-Highlights__popup__overlay__chart__graph img {width: 100%;display: block;}.Financials-Highlights__more {display: flex;align-items: center;justify-content: space-between;cursor: pointer;margin-top: 20px;position: unset;left: 15px;right: 15px;bottom: 15px;font-weight: bold;padding-top: 5px;color: #5B6770;}@media (max-width: 767px) {.Financials-Highlights__more {position: unset;}}.Financials-Highlights__more i {font-size: 13px;}.Financials-Highlights__riyal, .Financials-Highlights__usd {width: 100%;position: relative;}.Financials-Highlights__riyal__container, .Financials-Highlights__usd__container {width: 100%;}@media (max-width: 1015px) {.Financials-Highlights__riyal__container, .Financials-Highlights__usd__container {-ms-overflow-style: none;scrollbar-width: none;overflow-x: scroll;}.Financials-Highlights__riyal__container::-webkit-scrollbar, .Financials-Highlights__usd__container::-webkit-scrollbar {display: none;}}.Financials-Highlights__riyal__panner, .Financials-Highlights__usd__panner {display: none;position: absolute;top: 22px;color: #5B6770;transition: all 0.5s;z-index: 200;font-size: 12px;}@media (max-width: 1015px) {.Financials-Highlights__riyal__panner, .Financials-Highlights__usd__panner {display: block;}}.Financials-Highlights__riyal__panner:hover, .Financials-Highlights__usd__panner:hover {cursor: pointer;}.Financials-Highlights__riyal .active-scroll, .Financials-Highlights__usd .active-scroll {color: green;}.Financials-Highlights__riyal #Financials-Highlights__riyal__panner-left, .Financials-Highlights__riyal #Financials-Highlights__usd__panner-left, .Financials-Highlights__usd #Financials-Highlights__riyal__panner-left, .Financials-Highlights__usd #Financials-Highlights__usd__panner-left {left: -14px;}.Financials-Highlights__riyal #Financials-Highlights__riyal__panner-right, .Financials-Highlights__riyal #Financials-Highlights__usd__panner-right, .Financials-Highlights__usd #Financials-Highlights__riyal__panner-right, .Financials-Highlights__usd #Financials-Highlights__usd__panner-right {right: -14px;}.trading-data {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;position: relative;margin-bottom: 24px;width: calc(35% - 12px);}@media (max-width: 991px) {.trading-data {width: 100%;margin-left: 0px;}}.trading-data__title {margin-bottom: 20px;font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.trading-data__title {font-size: 21px;}}.trading-data__list {list-style-type: none;padding-left: 0px;margin-bottom: 15px;}.trading-data__list__item {display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;border-bottom: 1px solid #4E5A5F;}@media (max-width: 350px) {.trading-data__list__item {font-size: 14px;}}.trading-data__list__item:nth-child(11) {padding-bottom: 12px;}.trading-data__list__item__number {color: #5B6770;font-weight: bold;}.trading-data__more {display: flex;align-items: center;justify-content: space-between;cursor: pointer;margin-top: 20px;position: absolute;left: 15px;right: 15px;bottom: 15px;font-weight: bold;padding-top: 5px;color: #5B6770;}@media (max-width: 991px) {.trading-data__more {position: unset;}}.trading-data__more i {font-size: 13px;}.stock-information {background-color: #F5F5F5;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;position: relative;margin-bottom: 24px;width: calc(35% - 12px);display: flex;flex-direction: column;}@media (max-width: 991px) {.stock-information {width: 100%;}}.stock-information__title {font-weight: 400;font-size: 25px;margin-bottom: 20px;text-transform: uppercase;}@media (max-width: 350px) {.stock-information__title {font-size: 21px;}}.stock-information__list {margin-bottom: 30px;}.stock-information__list__item {font-size: 16px;padding: 10px 0px;list-style-type: none;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #4E5A5F;}@media (max-width: 350px) {.stock-information__list__item {font-size: 14px;}}.stock-information__list__item__number {color: #5B6770;font-weight: bold;}.stock-information .stock-information-tabs {display: flex;justify-content: space-evenly;align-items: center;width: 114px;border-radius: unset;border: 1px solid #616161;margin: 0px auto 20px auto;list-style: none;padding: 0;overflow: hidden;color: #5B6770;}.stock-information .stock-information-tabs li {cursor: pointer;font-size: 14px;padding: 3px 15px;border-radius: unset;}.stock-information .stock-information-tabs li.active {background-color: #616161;border-radius: unset;color: #5B6770;font-weight: bold;}.stock-information .stock-information__container div {display: none;}.stock-information__more {position: absolute;bottom: 15px;right: 15px;left: 15px;display: flex;justify-content: space-between;align-items: center;color: #5B6770;text-decoration: none;font-weight: bold;padding-top: 5px;}.stock-information__more__icon {font-size: 13px;}@media (max-width: 991px) {.stock-information__more {position: unset;}}.Major-Shareholders {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;margin-bottom: 24px;position: relative;width: calc(65% - 12px);margin-left: 24px;position: relative;z-index: 1;}@media (max-width: 991px) {.Major-Shareholders {width: 100%;margin-left: 0px;}}.Major-Shareholders__title {font-weight: 400;font-size: 25px;margin-bottom: 20px;text-transform: uppercase;}@media (max-width: 350px) {.Major-Shareholders__title {font-size: 21px;}}.Major-Shareholders__container {margin-bottom: 50px;}@media (max-width: 1015px) {.Major-Shareholders__container {-ms-overflow-style: none;scrollbar-width: none;overflow-x: scroll;}.Major-Shareholders__container::-webkit-scrollbar {display: none;}}.Major-Shareholders__table {min-width: 100%;}.Major-Shareholders__table__row {border-bottom: 1px solid #4E5A5F;}.Major-Shareholders__table__row__header {padding: 10px;text-align: center;font-weight: bold;color: #5B6770;}@media (max-width: 767px) {.Major-Shareholders__table__row__header {min-width: 52vw;}}.Major-Shareholders__table__row__header:first-child {padding-left: 0px;text-align: left;background-color: #F5F5F5;position: -webkit-sticky;position: sticky;left: 0;}@media (max-width: 767px) {.Major-Shareholders__table__row__header:first-child {min-width: 40vw;}}.Major-Shareholders__table__row__header:last-child {padding-right: 0px;}@media (max-width: 767px) {.Major-Shareholders__table__row__header:last-child {min-width: 40vw;}}.Major-Shareholders__table__row__header__text {font-size: 16px;}@media (max-width: 479px) {.Major-Shareholders__table__row__header__text {font-size: 14px;}}.Major-Shareholders__table__row__data {padding: 10px;text-align: center;color: #5B6770;font-weight: bold;}@media (max-width: 767px) {.Major-Shareholders__table__row__data {min-width: 50vw;}}.Major-Shareholders__table__row__data:first-child {padding-left: 0px;text-align: left;color: black;font-weight: 300;background-color: #F5F5F5;position: -webkit-sticky;position: sticky;left: 0;}@media (max-width: 767px) {.Major-Shareholders__table__row__data:first-child {min-width: 40vw;}}.Major-Shareholders__table__row__data:last-child {padding-right: 0px;}@media (max-width: 767px) {.Major-Shareholders__table__row__data:last-child {min-width: unset !important;}}.Major-Shareholders__table__row__data__text {font-size: 16px;}@media (max-width: 479px) {.Major-Shareholders__table__row__data__text {font-size: 14px;}}.Major-Shareholders__more {display: flex;justify-content: space-between;align-items: center;position: absolute;left: 15px;right: 15px;bottom: 15px;color: #5B6770;text-decoration: none;font-weight: bold;padding-top: 5px;}@media (max-width: 991px) {.Major-Shareholders__more {position: unset;}}.Major-Shareholders__more__icon {font-size: 13px;}.Major-Shareholders__panner {display: none;position: absolute;top: 22px;color: #5B6770;transition: all 0.5s;z-index: 200;font-size: 12px;}@media (max-width: 769px) {.Major-Shareholders__panner {display: block;}}.Major-Shareholders__panner:hover {cursor: pointer;color: green;}.Major-Shareholders .active-scroll {color: green;}.Major-Shareholders #Major-Shareholders__panner-left, .Major-Shareholders #Major-Shareholders__panner-left {left: 0px;top: 80px;}.Major-Shareholders #Major-Shareholders__panner-right, .Major-Shareholders #Major-Shareholders__panner-right {right: 0px;top: 80px;}.milestones {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;width: 100%;position: relative;}.milestones__title {margin-bottom: 20px;font-weight: 400;font-size: 25px;text-transform: uppercase;}@media (max-width: 350px) {.milestones__title {font-size: 21px;}}.milestones__list {list-style-type: none;padding-left: 0px;}.milestones__list__item {border-bottom: 1px solid #4E5A5F;display: flex;align-items: center;font-size: 16px;padding: 10px 0px;}.milestones__list__item:first-child {padding-top: 0px;}@media (max-width: 767px) {.milestones__list__item {display: block;}}@media (max-width: 350px) {.milestones__list__item {font-size: 14px;}}.milestones__list__item__number {width: 30%;color: #5B6770;font-weight: bold;}@media (max-width: 767px) {.milestones__list__item__number {display: inline-block;width: unset;margin-bottom: 5px;border: 1px solid gray;padding: 3px;}}.milestones__list__item__name {text-align: left;width: 70%;}@media (max-width: 767px) {.milestones__list__item__name {display: block;width: 100%;}}.milestones__more {display: flex;justify-content: space-between;align-items: center;color: #5B6770;text-decoration: none;margin-top: 20px;font-weight: bold;padding-top: 5px;}.milestones__more__icon {font-size: 13px;}.chart__header {padding: 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.chart__header {padding: 25px 10px;}}.chart__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.chart__header__content {flex-direction: column;margin-bottom: 20px;}}.chart__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.chart__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.chart__header__content--numbers {width: 200px;}.chart__header__content--numbers p {margin: 0px 10px;}.chart__header__content--numbers p:first-child {margin-left: 0px;}.chart__header__content--numbers p:last-child {margin-right: 0px;}}.chart__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.chart__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.chart__header__content--text {font-size: 9vw;}}.chart__header__content--list {position: relative;font-size: 13px;}.chart__header__content--list ul {width: 100%;justify-content: space-between;}.chart__header__content--list ul li {display: inline-block;}.chart__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.chart__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.chart__header__content--list ul {font-size: 14px;}}.main-chart {width: 100%;background-color: #F5F5F5;padding: 25px;margin-bottom: 24px;}@media (max-width: 767px) {.main-chart {padding: 25px 10px;}}.main-chart__form {width: calc(100% - 25px);border-bottom: 4px solid #5B6770;padding-bottom: 25px;}@media (max-width: 767px) {.main-chart__form {width: 100%;}}.main-chart__form select {background-color: white;outline: unset;border: 1px solid #5B6770;cursor: pointer;padding: 6px 5px;color: #5B6770;font-size: 16px;margin: 0px 10px;}.main-chart__form select:first-child {margin-left: 0px;}@media (max-width: 767px) {.main-chart__form select {width: calc(50% - 15px);margin: 10px 0px 0px 0px;}.main-chart__form select:first-child, .main-chart__form select:nth-child(3) {margin-right: 10px;}}.main-chart__form select option {background-color: #F5F5F5;}.main-chart__form--btn {padding: 10px 10px;background-color: #616161;color: black;border-radius: unset;border: unset;outline: unset;font-size: 16px;cursor: pointer;margin-left: 10px;}@media (max-width: 767px) {.main-chart__form--btn {width: 80px;margin-top: 10px;margin-left: 0px;}}.main-chart--name {font-size: 22px;color: #5B6770;font-weight: bold;margin: 16px 0px;}.main-chart__chart {width: 100%;padding: 0px 15px;}@media (max-width: 767px) {.main-chart__chart {padding: 0px;}}.historical-trading-data {background-color: white;border-radius: unset;width: 100%;color: black;padding-bottom: 15px;border-bottom: 1px solid #4E5A5F;}.historical-trading-data__header {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #4E5A5F;background-color: #F5F5F5;margin-bottom: 15px;}@media (max-width: 400px) {.historical-trading-data__header {display: block;}}@media (max-width: 991px) {.historical-trading-data__header {flex-direction: column;display: block;}}.historical-trading-data__header__title {font-size: 22px;line-height: normal;margin-top: 0px;margin: 16px 0px;padding: 0px 15px;}@media (max-width: 350px) {.historical-trading-data__header__title {font-size: 21px;}}.historical-trading-data__header__options {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 100%;padding: 15px;}@media (max-width: 400px) {.historical-trading-data__header__options {margin-top: 10px;}}@media (max-width: 767px) {.historical-trading-data__header__options {justify-content: center;padding-bottom: 5px;}}@media (max-width: 991px) {.historical-trading-data__header__options {margin-top: 10px;}}.historical-trading-data__header__options > div {display: flex;align-items: center;}.historical-trading-data__header__options__link {margin: 0px 5px;cursor: pointer;}@media (max-width: 500px) {.historical-trading-data__header__options__link {margin: 0px 3px;}}.historical-trading-data__header__options__link svg {width: 24px;height: 24px;}@media (max-width: 767px) {.historical-trading-data__header__options__link svg {margin-top: 10px;}}@media (max-width: 500px) {.historical-trading-data__header__options__link svg {width: 5.5vw;height: 5.5vw;}}.historical-trading-data__header__options__link svg path {fill: #5B6770;}.historical-trading-data__header__options__link:last-child {margin-right: 0px;}.historical-trading-data__data {position: relative;padding: 0px 15px;}.historical-trading-data__data__panner {position: absolute;top: 0;transition: all 0.5s;}@media (min-width: 1133px) {.historical-trading-data__data__panner {display: none;}}.historical-trading-data__data__panner svg {width: 18px;height: 18px;cursor: pointer;}.historical-trading-data__data__panner svg:hover path {stroke: black !important;}.historical-trading-data__data .active-scroll {color: black;}.historical-trading-data__data #historical-trading-data__data__pan-left {left: 120px;z-index: 10;}.historical-trading-data__data #historical-trading-data__data__pan-right {right: 0px;z-index: 10;}.historical-trading-data__data__container {-ms-overflow-style: none;scrollbar-width: none;overflow-x: auto;}.historical-trading-data__data__container::-webkit-scrollbar {display: none;}.historical-trading-data__data__table {min-width: 100%;width: -webkit-max-content;width: -moz-max-content;width: max-content;}.historical-trading-data__data__table__row__head {font-weight: bold;text-align: center;border-bottom: 1px solid #4E5A5F;font-size: 16px;padding-bottom: 5px;color: #5B6770;width: 120px;}.historical-trading-data__data__table__row__head:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: white;padding-right: 10px;border-bottom: 1px solid #4E5A5F;}.historical-trading-data__data__table__row__body {text-align: center;padding: 15px 5px 0px 5px;font-size: 14px;border-bottom: 1px solid #4E5A5F;}.historical-trading-data__data__table__row__body:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: white;padding-right: 10px;padding-left: 0px;width: 100px;color: #5B6770;font-weight: bold;border-bottom: 1px solid #4E5A5F;}.historical-trading-data__data__table__row__body:nth-child(2), .historical-trading-data__data__table__row__body:nth-child(3), .historical-trading-data__data__table__row__body:nth-child(4), .historical-trading-data__data__table__row__body:nth-child(5) {width: 90px;}.historical-trading-data__data__table__row__body:nth-child(6), .historical-trading-data__data__table__row__body:nth-child(7) {width: 120px;}.historical-trading-data__data__table__row__body:nth-child(8), .historical-trading-data__data__table__row__body:nth-child(9) {width: 160px;}#calender--chart {border: 1px solid #5B6770;padding: 8px 44px 8px 7px;width: 200px;font-size: 13px;color: #4E5A5F;background-color: transparent;}@media (max-width: 769px) {#calender--chart {width: 100%;}}.form__calender {position: relative;margin: 0px 20px;background-color: white;z-index: 1;}@media (max-width: 769px) {.form__calender {width: 100%;margin: 0px 0px 10px 0px;}}.form__calender::after {content: url("/ResourcePackages/Theme/investor-relations/assest/images/calender-icon.svg");position: absolute;right: 13px;top: 8px;cursor: pointer;z-index: -1;}.investors-presentation__header {padding: 25px 25px 0px 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.investors-presentation__header {padding: 25px 10px 0px 10px;}}.investors-presentation__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.investors-presentation__header__content {flex-direction: column;margin-bottom: 20px;}}.investors-presentation__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.investors-presentation__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.investors-presentation__header__content--numbers {width: 200px;}.investors-presentation__header__content--numbers p {margin: 0px 10px;}.investors-presentation__header__content--numbers p:first-child {margin-left: 0px;}.investors-presentation__header__content--numbers p:last-child {margin-right: 0px;}}.investors-presentation__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.investors-presentation__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.investors-presentation__header__content--text {font-size: 9vw;}}.investors-presentation__header__content--list {position: relative;font-size: 13px;}.investors-presentation__header__content--list ul {width: 100%;justify-content: space-between;}.investors-presentation__header__content--list ul li {display: inline-block;}.investors-presentation__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.investors-presentation__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.investors-presentation__header__content--list ul {font-size: 14px;}}.earning-presntation {width: 100%;background-color: white;border-radius: unset;padding: 15px 25px;position: relative;}@media (max-width: 767px) {.earning-presntation {padding: 25px 10px;}}.earning-presntation--text {margin-top: 9px;color: #5B6770;}.earning-presntation--text a {color: #ff6600;text-decoration: none;border-bottom: 1px solid black;}.earning-presntation--text a:hover {border-color: green;}.earning-presntation__content {color: white;margin-top: 30px;display: flex;flex-wrap: wrap;}.earning-presntation__content__data {display: block;color: white;background-color: #5B6770;width: calc(25% - 20px);margin: 0px 20px 25px 20px;text-decoration: none;}.earning-presntation__content__data:nth-child(odd) {margin: 0px 0px 25px 0px;}@media (max-width: 991px) {.earning-presntation__content__data {width: 100%;margin: 0px 0px 25px 0px;}}.earning-presntation__content__data:hover h3 {text-decoration: underline;}.earning-presntation__content__data:hover h2 {text-decoration: underline;}.earning-presntation__content__data--header {text-align: center;padding: 10px 0px;font-weight: 100;}.earning-presntation__content__data--download {background-color: var(--color-green);font-size: 13px;}.earning-presntation__content__data--download ul li {padding: 0px 5px;}.earning-presntation__content__data--download ul li span {text-decoration: none;}.earning-presntation__content__data--download:hover {color: #5B6770;}.earning-presntation__content--date {font-size: 26px;font-weight: 500;}.earning-presntation__content--text {font-size: 18px;font-weight: 500;}.earning-presntation .icon-download::before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f175";margin-left: 0.2em;}.business-segments__header {padding: 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.business-segments__header {padding: 25px 10px;}}.business-segments__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.business-segments__header__content {flex-direction: column;margin-bottom: 20px;}}.business-segments__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.business-segments__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.business-segments__header__content--numbers {width: 200px;}.business-segments__header__content--numbers p {margin: 0px 10px;}.business-segments__header__content--numbers p:first-child {margin-left: 0px;}.business-segments__header__content--numbers p:last-child {margin-right: 0px;}}.business-segments__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.business-segments__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.business-segments__header__content--text {font-size: 9vw;}}.business-segments__header__content--list {position: relative;font-size: 13px;}.business-segments__header__content--list ul {width: 100%;justify-content: space-between;}.business-segments__header__content--list ul li {display: inline-block;}.business-segments__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.business-segments__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.business-segments__header__content--list ul {font-size: 14px;}}.business-segments__section {padding: 0px 25px 25px 25px;}@media (max-width: 767px) {.business-segments__section {padding: 0px 10px 10px 10px;}}.business-segments__tabs {list-style: none;position: relative;font-size: 20px;color: #4E5A5F;}.business-segments__tabs .active-tab {border-bottom: none;position: relative;font-weight: bold;}.business-segments__tabs .active-tab:after {width: 100%;height: 2px;position: absolute;content: "";bottom: -0.1em;left: 0;background: white;border-bottom: 3px solid var(--color-green);}.business-segments__tabs > li {display: inline-block;cursor: pointer;}.business-segments__tabs > li:first-child {margin-right: 20px;}.business-segments__content {padding: 0;list-style: none;margin-top: 10px;}.business-segments__content > li {display: none;margin-top: 15px;}.business-segments__content__table {width: 100%;font-size: 14px;}@media (max-width: 350px) {.business-segments__content__table {font-size: 4vw;}}.business-segments__content__table tr {border-bottom: 1px solid #4E5A5F;}.business-segments__content__table tr:last-child {border-bottom: unset;}.business-segments__content__table tr td {padding: 5px 0px;}.business-segments__content__table tr td:first-child {color: #5B6770;font-weight: 600;}.main-financial-statement {border-radius: unset;width: 100%;font-size: 14px;padding: 25px;}@media (max-width: 767px) {.main-financial-statement {padding: 25px 0px;}}.main-financial-statement__title {display: flex;justify-content: flex-end;align-items: center;padding: 0px 15px 15px 15px;background-color: #F5F5F5;color: black;}@media (max-width: 500px) {.main-financial-statement__title {display: flex;justify-content: center;}}.main-financial-statement__title__options {display: flex;justify-content: flex-end;align-items: center;}@media (max-width: 500px) {.main-financial-statement__title__options {margin-top: 15px;padding-top: 15px;}}.main-financial-statement__title__options__currency {margin-right: 2px;font-size: 13px;color: #5B6770;}.main-financial-statement__title__options__tabs {display: flex;justify-content: space-evenly;align-items: center;border-radius: unset;border: 1px solid white;list-style: none;padding: 0;margin: 0px 5px 0px 2px;}.main-financial-statement__title__options__tabs li {cursor: pointer;font-size: 13px;padding: 3px 10px;color: black;width: 50%;border: 1px solid transparent;background-color: white;}.main-financial-statement__title__options__tabs .active {background-color: #616161;color: #5B6770;font-weight: bold;}.main-financial-statement__title__options__link {display: flex;align-items: center;margin: 0px 2px;}.main-financial-statement__title__options__link svg {width: 18px;height: 18px;}.main-financial-statement__title__options__link svg path {fill: #5B6770;}.main-financial-statement__tabs {display: flex;align-items: center;list-style: none;padding: 15px;background-color: #F5F5F5;text-transform: uppercase;}@media (max-width: 579px) {.main-financial-statement__tabs {justify-content: space-between;}}.main-financial-statement__tabs li {cursor: pointer;border-bottom: 2px solid transparent;font-size: 20px;display: flex;align-items: center;}.main-financial-statement__tabs li .main-financial-ratio__tabs__short {margin-left: 5px;}@media (max-width: 430px) {.main-financial-statement__tabs li .main-financial-ratio__tabs__short {display: none;}}.main-financial-statement__tabs li .main-financial-ratio__tabs__note {display: flex;align-items: center;margin-left: 5px;}.main-financial-statement__tabs li .main-financial-ratio__tabs__note svg {width: 20px;height: 20px;}.main-financial-statement__tabs li .main-financial-ratio__tabs__note svg path {fill: #5B6770;}@media (max-width: 350px) {.main-financial-statement__tabs li {font-size: 16px;}}.main-financial-statement__tabs li:nth-child(2) {margin: 0px 60px;}@media (min-width: 580px) and (max-width: 899px) {.main-financial-statement__tabs li:nth-child(2) {margin: 0px 30px;}}@media (max-width: 579px) {.main-financial-statement__tabs li:nth-child(2) {margin: 0px;}}.main-financial-statement__tabs .active {font-weight: bold;border-bottom: 3px solid var(--color-green);}.head-brd {position: relative;background-color: #F5F5F5;}.head-brd::after {content: "";position: absolute;background-color: white;height: 1px;bottom: 0;left: 0;right: 0;}.row-border td {background-color: black;height: 1px;}@media (max-width: 800px) {.mobile-change-bg {background-color: #5B6770 !important;}}.fs-sc-arr-left-mobile {width: 25px;color: #5B6770;position: absolute;left: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;display: none;background-color: white;}.fs-sc-arr-left-mobile i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left-mobile {display: flex;}}.fs-sc-arr-left {width: 25px;color: #5B6770;position: absolute;right: 0;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;transition: all 0.4s;z-index: 10;cursor: pointer;background-color: white;}.fs-sc-arr-left i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left {display: none;}}.fs-sc-arr-right {width: 25px;color: #5B6770;position: absolute;right: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;background-color: white;border-right: 9px solid #F5F5F5;}.fs-sc-arr-right i {background-color: #616161;padding: 2px;border-radius: 50%;}.active-scroll {color: #5B6770;}#financialStatementMain > div:not(:first-child) {display: none;}.financial-statement .level2 {background: #fff;}.red:not(.button) {color: #EF7676 !important;}.icon, .PetroCaption li:before, .ck-list li:before, .most-viewed .cmnt-count:after, .mn-comment-count:after {background: url(images/icons-en.png) no-repeat 0 0;display: inline-block;}.ico {display: inline-block;}.clear {clear: both;}.pull-left {float: right;}.pull-right {float: left;}.icon.chart {background-position: -24px -20px;height: 28px;width: 30px;float: left;}.relative-pos {position: relative;}input {margin: 0;padding: 0;}.m-bottom {margin-bottom: 15px !important;}.financial-statement .table .year th {background: white !important;white-space: nowrap;color: black !important;}.financial-statement .table td > div {padding: 5px 16px;}.financial-statement .table .year th {padding: 8px 6px;vertical-align: middle;border: 0;}.financial-statement.company-fsa .table .year th {padding: 0px 6px;white-space: nowrap;}.currency {float: right;line-height: 28px;}.currency span {height: 28px;float: right;line-height: 28px;background: #F5F5F5;border-radius: 3px;display: block;}.currency label {float: left;padding: 0 10px 0 0;font-size: 12px;}.currency a {float: left;font-weight: bold;display: inline-block;padding: 0 12px;cursor: pointer;color: #ee7b0b;border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;}.currency a + a {border: 0;border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;}.currency a:hover {color: #5B6770;background: #fff5ec;}.currency .active, .currency .active:hover {color: #5B6770;background: #ee7b0b;}.financial-statement .table .head td {font-weight: bold;padding: 5px 0px 5px 32px;background-color: #F5F5F5;}.chart-btn {display: flex;align-items: center;justify-content: center;cursor: unset !important;}.chart-btn svg {cursor: pointer;}.chart-btn svg path {fill: #5B6770;}.financial-statement .table .seperator td {border-bottom-color: #5B6770;padding: 0;}.colum.chart .icon {background-position: -44px -400px;height: 12px;width: 20px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.colum.chart a {padding: 4px 10px 3px;display: inline-block;border-radius: 3px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.financial-statement {float: left;width: 100%;}.financial-statement .level2 {background: #F5F5F5;border-bottom: 1px solid #4E5A5F;}.financial-statement .level1 {background-color: #F5F5F5;}.financial-statement .level1 td {color: black;font-weight: bold;line-height: 19px;}.financial-statement .trChildOpen {background: #F5F5F5;}.financial-statement .trChildOpen td > div {padding-left: 42px;}.financial-statement .trChildOpen td {background: #F5F5F5;}.financial-statement .group1, .financial-statement .group1:hover {background: #F5F5F5;}.dummy {background-color: white !important;position: relative;}.financial-statement .dummy, .financial-statement .dummy:hover {background: none;}.financial-statement .dummy th {padding: 0;height: 12px;}@media (max-width: 767px) {.financial-statement .dummy th {display: none;}}.financial-statement .group1 th + th {text-align: center;}.financial-statement .level1:hover {background: #F5F5F5;}.financial-statement .level2 td {border-left: 0;border-right: 0;padding: 5px 0px;}@media (max-width: 550px) {.financial-statement .level2 td {font-size: 15px;}}.financial-statement .level2 td + td {text-align: center;}.table {text-align: left;}th {font-weight: normal;}.aplusholdBM {margin-bottom: 15px;}.h2hold {padding-bottom: 5px;clear: both;overflow: hidden;}table {border-collapse: collapse;border-spacing: 0;}.inlineDialog {display: none;padding: 0 !important;top: -23px;z-index: 100;}.center {text-align: center !important;}.pdf-language-outer {display: inline-block;}.pdf-language {margin: 3px 0 0 5px;float: left;}.pdf-language a {width: 20px;height: 14px;line-height: 12px;border-radius: 3px;text-align: center;background: #fff;color: #ee7b0b;display: inline-block;font-size: 10px;float: left;border: 1px solid #ffdebd;}.pdf-language a:hover {border: 1px solid #ee7b0b;background: #ee7b0b;color: #fff;}.pdf-language a + a {margin-left: 5px;}.green {color: green;}.red {color: #EF7676;}input, button {outline: none;}.ps {overflow: hidden !important;overflow-anchor: none;-ms-overflow-style: none;touch-action: auto;-ms-touch-action: auto;}.ps__rail-x {transition: background-color 0.2s linear, opacity 0.2s linear;-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;height: 5px;margin-top: 5px;bottom: 0;position: absolute;}.ps__thumb-x {background-color: #aaa;border-radius: 6px;transition: background-color 0.2s linear, height 0.2s ease-in-out;-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;height: 11px;bottom: -3px;position: absolute;}.ps__rail-x > .ps__thumb-x, .ps__rail-x > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {background: #ee7b0b url(/Content/images/scrollbar-img.jpg) no-repeat center;height: 11px;}.ps__rail-x {top: 0;bottom: auto;margin-left: 243px;}#divExcelTable {position: relative;padding: 10px 0px;background-color: #F5F5F5;}#divExcelTable td.argaam-font-normal {position: -webkit-sticky;position: sticky;left: 0;background: #F5F5F5;z-index: 1;}@media (max-width: 550px) {#divExcelTable td.argaam-font-normal {font-size: 14px;}}.col_sticky {position: -webkit-sticky !important;position: sticky !important;left: 0 !important;background-color: #F5F5F5;width: 300px;word-wrap: break-word;}@media (max-width: 550px) {.col_sticky {width: 170px;}}.col_bg {background: #F5F5F5;}#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: #F5F5F5 !important;color: #5B6770;font-weight: bold;}@media (max-width: 800px) {#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: white !important;}}.financial-statement #divExcelTable .group1 th + th, .financial-statement #financialstatementntable .group1 th + th {text-align: center;height: 40px;color: #5B6770;background-color: #F5F5F5;}.financial-statement #divExcelTable .level1 td:first-child, .financial-statement .financialstatementntable1 .level1 td:first-child {border-right: 0;border-left: unset;z-index: 9;padding: 20px 15px;font-size: 21px;font-weight: normal;}@media (max-width: 550px) {.financial-statement #divExcelTable .level1 td:first-child, .financial-statement .financialstatementntable1 .level1 td:first-child {font-size: 15px;width: 170px;}}.financial-statement #divExcelTable .level1 td:last-child, .financial-statement .financialstatementntable1 .level1 td:last-child {border-left: 0;border-right: 0 solid #eee;position: relative;color: #5B6770;}.h2-head-dropdown {float: left;width: 100%;overflow: initial;}.scrollbar2.clear {z-index: 9;}.h2-head-dropdown {position: relative;}.widget {padding: 0px 20px;background-color: #F5F5F5;}.scroll-container {overflow-y: hidden;overflow-x: scroll;position: relative;width: 100%;-ms-overflow-style: none;scrollbar-width: none;}.scroll-container::-webkit-scrollbar {display: none;}.floatThead-container {position: -webkit-sticky !important;position: sticky !important;top: 0;transform: translateX(0) translateY(0) !important;background: #fff;}.divExcelTable table {min-width: 1400px;width: 100%;background-color: #F5F5F5;}@media (max-width: 550px) {.divExcelTable table {width: 900px;min-width: unset;}}#companyFinancialResult .size-row, .financialstatement .size-row {display: none;}.ps__rail-y {display: none !important;}.fs-popup {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;display: none;transition: all 0.3s;}.fs-popup__overlay {height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}.fs-popup__overlay__chart {width: 95%;max-width: 600px;background-color: #4E5A5F;padding: 15px;}.fs-popup__overlay__chart__close {display: flex;justify-content: flex-end;align-items: center;margin-bottom: 20px;}.fs-popup__overlay__chart__close img {width: 20px;height: 20px;cursor: pointer;}.fs-popup__overlay__chart__graph img {width: 100%;display: block;}.financial-reports {width: 100%;background-color: white;border-radius: unset;padding: 15px 25px;position: relative;}@media (max-width: 767px) {.financial-reports {padding: 25px 10px;}}.financial-reports__title {font-size: 25px;margin-top: 0px;margin-bottom: 20px;font-weight: 400;}@media (max-width: 350px) {.financial-reports__title {font-size: 21px;}}.financial-reports--text {margin-top: 9px;color: #5B6770;}.financial-reports--text a {color: #ff6600;text-decoration: none;border-bottom: 1px solid black;}.financial-reports--text a:hover {border-color: green;}.financial-reports__content {color: white;margin-top: 30px;display: flex;flex-wrap: wrap;}.financial-reports__content__data {display: block;color: white;background-color: #5B6770;width: calc(25% - 20px);margin: 0px 20px 25px 20px;text-decoration: none;}.financial-reports__content__data:nth-child(odd) {margin: 0px 0px 25px 0px;}@media (max-width: 991px) {.financial-reports__content__data {width: 100%;margin: 0px 0px 25px 0px;}}.financial-reports__content__data:hover h3 {text-decoration: underline;}.financial-reports__content__data:hover h2 {text-decoration: underline;}.financial-reports__content__data--header {text-align: center;padding: 10px 0px;font-weight: 100;}.financial-reports__content__data--download {background-color: var(--color-green);font-size: 13px;}.financial-reports__content__data--download ul li {padding: 0px 5px;}.financial-reports__content__data--download ul li span {text-decoration: none;}.financial-reports__content__data--download:hover {color: #5B6770;}.financial-reports__content--date {font-size: 26px;font-weight: 500;}.financial-reports__content--text {font-size: 18px;font-weight: 500;}.financial-reports .icon-download::before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f175";margin-left: 0.2em;}.analyst-coverage__header {padding: 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.analyst-coverage__header {padding: 25px 10px;}}.analyst-coverage__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.analyst-coverage__header__content {flex-direction: column;margin-bottom: 20px;}}.analyst-coverage__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.analyst-coverage__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.analyst-coverage__header__content--numbers {width: 200px;}.analyst-coverage__header__content--numbers p {margin: 0px 10px;}.analyst-coverage__header__content--numbers p:first-child {margin-left: 0px;}.analyst-coverage__header__content--numbers p:last-child {margin-right: 0px;}}.analyst-coverage__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.analyst-coverage__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.analyst-coverage__header__content--text {font-size: 9vw;}}.analyst-coverage__header__content--list {position: relative;font-size: 13px;}.analyst-coverage__header__content--list ul {width: 100%;justify-content: space-between;}.analyst-coverage__header__content--list ul li {display: inline-block;}.analyst-coverage__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.analyst-coverage__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.analyst-coverage__header__content--list ul {font-size: 14px;}}.analyst-coverage__tabs {padding: 0;list-style: none;position: relative;font-size: 20px;}@media (max-width: 350px) {.analyst-coverage__tabs {font-size: 16px;}}.analyst-coverage__tabs li {display: inline-block;cursor: pointer;}.analyst-coverage__tabs li:first-child {margin-right: 20px;}@media (max-width: 350px) {.analyst-coverage__tabs li:first-child {margin-right: 10px;}}.analyst-coverage__tabs .active-tab {border-bottom: 3px solid var(--color-green);position: relative;font-weight: bold;}.analyst-coverage__tabs .active-tab:after {width: 100%;position: absolute;content: "";bottom: -0.1em;left: 0;}.analyst-coverage__tab {float: left;}.analyst-coverage__tab-content {padding: 0;list-style: none;}.analyst-coverage__tab-content--list {display: none;}.analyst-coverage__tab-content__header {display: flex;justify-content: space-between;align-items: center;padding: 5px 5px;background-color: #F5F5F5;margin: 15px 0px;}@media (max-width: 400px) {.analyst-coverage__tab-content__header {display: block;}}@media (max-width: 991px) {.analyst-coverage__tab-content__header {flex-direction: column;display: block;}}.analyst-coverage__tab-content__header__options {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 100%;padding: 4px 15px;}@media (max-width: 400px) {.analyst-coverage__tab-content__header__options {margin-top: 10px;}}@media (max-width: 767px) {.analyst-coverage__tab-content__header__options {justify-content: center;padding: 4px 0px;}}@media (max-width: 991px) {.analyst-coverage__tab-content__header__options {margin-top: 10px;}}.analyst-coverage__tab-content__header__options > div {display: flex;align-items: center;}@media (min-width: 768px) and (max-width: 991px) {.analyst-coverage__tab-content__header__options > div {width: 100%;margin-top: 15px;justify-content: flex-end;}}.analyst-coverage__tab-content__header__options__link {margin: 0px 5px;cursor: pointer;}@media (max-width: 500px) {.analyst-coverage__tab-content__header__options__link {margin: 0px 3px;}}.analyst-coverage__tab-content__header__options__link svg {width: 24px;height: 24px;}@media (max-width: 767px) {.analyst-coverage__tab-content__header__options__link svg {margin-top: 10px;}}@media (max-width: 500px) {.analyst-coverage__tab-content__header__options__link svg {width: 5.5vw;height: 5.5vw;}}.analyst-coverage__tab-content__header__options__link svg path {fill: #5B6770;}.analyst-coverage__tab-content__header__options__link:last-child {margin-right: 0px;}.analyst-coverage__tab-content__header__options input {margin: 0px 15px;box-sizing: border-box;border: 1px solid #5B6770;cursor: pointer;width: 200px;padding: 0px 5px;height: 26px;font-size: 12px;}@media (max-width: 767px) {.analyst-coverage__tab-content__header__options input {width: 100%;margin-bottom: 10px;padding: 5px 5px;height: 36px;margin: 0px 0px 10px 0px;}}.analyst-coverage__tab-content__data {position: relative;}.analyst-coverage__tab-content__data__panner {position: absolute;top: 0;transition: all 0.5s;z-index: 100;cursor: pointer;}@media (min-width: 1100px) {.analyst-coverage__tab-content__data__panner {display: none;}}.analyst-coverage__tab-content__data__panner svg {width: 18px;height: 18px;cursor: pointer;}.analyst-coverage__tab-content__data__panner svg:hover path {stroke: black !important;fill: #616161;}.analyst-coverage__tab-content__data .active-scroll {color: black;}.analyst-coverage__tab-content__data #analyst-coverage__tab-content__data__pan-left {left: 100px;}.analyst-coverage__tab-content__data #analyst-coverage__tab-content__data__pan-right {right: -5px;}@media (max-width: 479px) {.analyst-coverage__tab-content__data #analyst-coverage__tab-content__data__pan-right {right: 0px;}}.analyst-coverage__tab-content__data__container {-ms-overflow-style: none;scrollbar-width: none;overflow-x: auto;}.analyst-coverage__tab-content__data__container::-webkit-scrollbar {display: none;}.analyst-coverage__tab-content__data__table {min-width: 100%;width: -webkit-max-content;width: -moz-max-content;width: max-content;}.analyst-coverage__tab-content__data__table__row__head {font-weight: bold;text-align: center;border-bottom: 1px solid #4E5A5F;padding-bottom: 5px;color: #5B6770;width: 120px;}@media (min-width: 351px) and (max-width: 400px) {.analyst-coverage__tab-content__data__table__row__head {font-size: 13px;}}@media (max-width: 350px) {.analyst-coverage__tab-content__data__table__row__head {font-size: 4vw;}}.analyst-coverage__tab-content__data__table__row__head:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: white;padding-right: 10px;}.analyst-coverage__tab-content__data__table__row__body {text-align: center;padding: 15px 5px 0px 5px;font-size: 15px;border-bottom: 1px solid #4E5A5F;}@media (min-width: 351px) and (max-width: 400px) {.analyst-coverage__tab-content__data__table__row__body {font-size: 13px;}}@media (max-width: 350px) {.analyst-coverage__tab-content__data__table__row__body {font-size: 4vw;}}.analyst-coverage__tab-content__data__table__row__body:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: white;padding-right: 10px;padding-left: 0px;width: 100px;color: #5B6770;font-weight: bold;}.analyst-coverage__tab-content__data__table__row__body:nth-child(2), .analyst-coverage__tab-content__data__table__row__body:nth-child(3), .analyst-coverage__tab-content__data__table__row__body:nth-child(4), .analyst-coverage__tab-content__data__table__row__body:nth-child(5) {width: 200px;}.analyst-coverage__tab-content__data__table__row__body:nth-child(6), .analyst-coverage__tab-content__data__table__row__body:nth-child(7) {width: 120px;}.analyst-coverage__tab-content__data__table__row__body:nth-child(8), .analyst-coverage__tab-content__data__table__row__body:nth-child(9) {width: 160px;}.analyst-estimate__header {width: 100%;background-color: #F5F5F5;display: flex;align-items: center;padding: 4px 15px;margin: 15px 0px;}.analyst-estimate__body {background-color: #F5F5F5;text-align: left;}.analyst-estimate__body__options {display: flex;align-items: center;justify-content: flex-end;padding: 0px 15px 15px 15px;}.analyst-estimate__body__options__currency {margin-right: 2px;font-size: 13px;color: #5B6770;}.analyst-estimate__body__options__tabs {display: flex;justify-content: space-evenly;align-items: center;border-radius: unset;border: 1px solid white;list-style: none;padding: 0;margin: 0px 5px 0px 2px;}.analyst-estimate__body__options__tabs li {cursor: pointer;font-size: 13px;padding: 3px 10px;color: black;width: 50%;border: 1px solid transparent;background-color: white;}.analyst-estimate__body__options__tabs .active {background-color: #616161;color: #5B6770;font-weight: bold;}.analyst-estimate__body__options__link {display: flex;align-items: center;margin: 0px 2px;}.analyst-estimate__body__options__link svg {width: 18px;height: 18px;}.analyst-estimate__body__options__link svg path {fill: #5B6770;}.analyst-estimate__body--plus {margin-right: 5px;}.analyst-estimate__analyst-estimate__table-header {display: table;table-layout: fixed;width: 100%;background-color: #F5F5F5;font-size: 14px;text-align: center;}.table-body tbody {display: table;table-layout: fixed;width: 100%;padding: 0px 25px;}.analyst-estimate__analyst-estimate__table-header tr, .table-body tr {height: 30px;border-bottom: 1px solid gray;min-width: 120px;}.analyst-estimate__table--date {background-color: white;font-weight: bold;}.analyst-estimate__table__header-text {color: #5B6770;border-bottom: unset !important;}.analyst-estimate__table__header-text th:first-child {font-weight: bold;}.analyst-estimate__table__header-text th:first-child:first-child {text-align: left;}.expandable-row {cursor: pointer;text-align: left;font-size: 21px;font-weight: normal;}.expandable-row td:first-child {padding: 20px 0px;}.analyst-estimate__body__tabs {position: relative;padding: 15px;}.analyst-estimate__body__tabs .active-tab {border-bottom: none;position: relative;color: black;font-weight: bold;border-bottom: 3px solid var(--color-green);}.analyst-estimate__body__tabs li {display: inline-block;cursor: pointer;color: black;}.analyst-estimate__body__tabs li:first-child {margin-right: 20px;}.analyst-estimate__body__tabs-content {padding: 15px;}.analyst-estimate__body__tabs-content li {display: none;}.analyst-estimate-sticky {position: -webkit-sticky;position: sticky;left: 0;z-index: 1;text-align: left;width: 300px;display: block;background-color: #F5F5F5;}.analyst-financial-statement {border-radius: unset;width: 100%;font-size: 14px;padding: 25px;}@media (max-width: 767px) {.analyst-financial-statement {padding: 25px 0px;}}.analyst-financial-statement__title {display: flex;justify-content: flex-end;align-items: center;padding: 0px 15px 15px 15px;background-color: #F5F5F5;color: black;}@media (max-width: 500px) {.analyst-financial-statement__title {display: flex;justify-content: center;}}.analyst-financial-statement__title__options {display: flex;justify-content: flex-end;align-items: center;}@media (max-width: 500px) {.analyst-financial-statement__title__options {margin-top: 15px;padding-top: 15px;}}.analyst-financial-statement__title__options__currency {margin-right: 2px;font-size: 13px;color: #5B6770;}.analyst-financial-statement__title__options__tabs {display: flex;justify-content: space-evenly;align-items: center;border-radius: unset;border: 1px solid white;list-style: none;padding: 0;margin: 0px 5px 0px 2px;}.analyst-financial-statement__title__options__tabs li {cursor: pointer;font-size: 13px;padding: 3px 10px;color: black;width: 50%;border: 1px solid transparent;background-color: white;}.analyst-financial-statement__title__options__tabs .active {background-color: #616161;color: #5B6770;font-weight: bold;}.analyst-financial-statement__title__options__link {display: flex;align-items: center;margin: 0px 2px;}.analyst-financial-statement__title__options__link svg {width: 18px;height: 18px;}.analyst-financial-statement__title__options__link svg path {fill: #5B6770;}.analyst-financial-statement__tabs {display: flex;align-items: center;list-style: none;padding: 15px;background-color: #F5F5F5;text-transform: uppercase;}@media (max-width: 579px) {.analyst-financial-statement__tabs {justify-content: space-between;}}.analyst-financial-statement__tabs li {cursor: pointer;border-bottom: 2px solid transparent;font-size: 20px;display: flex;align-items: center;}.analyst-financial-statement__tabs li .main-financial-ratio__tabs__short {margin-left: 5px;}@media (max-width: 430px) {.analyst-financial-statement__tabs li .main-financial-ratio__tabs__short {display: none;}}.analyst-financial-statement__tabs li .main-financial-ratio__tabs__note {display: flex;align-items: center;margin-left: 5px;}.analyst-financial-statement__tabs li .main-financial-ratio__tabs__note svg {width: 20px;height: 20px;}.analyst-financial-statement__tabs li .main-financial-ratio__tabs__note svg path {fill: #5B6770;}@media (max-width: 350px) {.analyst-financial-statement__tabs li {font-size: 16px;}}.analyst-financial-statement__tabs li:nth-child(2) {margin: 0px 60px;}@media (min-width: 580px) and (max-width: 899px) {.analyst-financial-statement__tabs li:nth-child(2) {margin: 0px 30px;}}@media (max-width: 579px) {.analyst-financial-statement__tabs li:nth-child(2) {margin: 0px;}}.analyst-financial-statement__tabs .active {font-weight: bold;border-bottom: 3px solid var(--color-green);}.head-brd {position: relative;background-color: #F5F5F5;}.head-brd::after {content: "";position: absolute;background-color: white;height: 1px;bottom: 0;left: 0;right: 0;}.row-border td {background-color: black;height: 1px;}@media (max-width: 800px) {.mobile-change-bg {background-color: #5B6770 !important;}}.fs-sc-arr-left-mobile {width: 25px;color: #5B6770;position: absolute;left: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;display: none;background-color: white;}.fs-sc-arr-left-mobile i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left-mobile {display: flex;}}.fs-sc-arr-left {width: 25px;color: #5B6770;position: absolute;right: 0;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;transition: all 0.4s;z-index: 10;cursor: pointer;background-color: white;}.fs-sc-arr-left i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left {display: none;}}.fs-sc-arr-right {width: 25px;color: #5B6770;position: absolute;right: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;background-color: white;border-right: 9px solid #F5F5F5;}.fs-sc-arr-right i {background-color: #616161;padding: 2px;border-radius: 50%;}.active-scroll {color: #5B6770;}#analystFinancialStatement > div:not(:first-child) {display: none;}.financial-statement .level2 {background: #fff;}.red:not(.button) {color: #EF7676 !important;}.icon, .PetroCaption li:before, .ck-list li:before, .most-viewed .cmnt-count:after, .mn-comment-count:after {background: url(images/icons-en.png) no-repeat 0 0;display: inline-block;}.ico {display: inline-block;}.clear {clear: both;}.pull-left {float: right;}.pull-right {float: left;}.icon.chart {background-position: -24px -20px;height: 28px;width: 30px;float: left;}.relative-pos {position: relative;}input {margin: 0;padding: 0;}.m-bottom {margin-bottom: 15px !important;}.financial-statement .table .year th {background: white !important;white-space: nowrap;color: black !important;}.financial-statement .table td > div {padding: 5px 16px;}.financial-statement .table .year th {padding: 8px 6px;vertical-align: middle;border: 0;}.financial-statement.company-fsa .table .year th {padding: 0px 6px;white-space: nowrap;}.currency {float: right;line-height: 28px;}.currency span {height: 28px;float: right;line-height: 28px;background: #F5F5F5;border-radius: 3px;display: block;}.currency label {float: left;padding: 0 10px 0 0;font-size: 12px;}.currency a {float: left;font-weight: bold;display: inline-block;padding: 0 12px;cursor: pointer;color: #ee7b0b;border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;}.currency a + a {border: 0;border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;}.currency a:hover {color: #5B6770;background: #fff5ec;}.currency .active, .currency .active:hover {color: #5B6770;background: #ee7b0b;}.financial-statement .table .head td {font-weight: bold;padding: 5px 0px 5px 32px;background-color: #F5F5F5;}.chart-btn {display: flex;align-items: center;justify-content: center;cursor: unset !important;}.chart-btn svg {cursor: pointer;}.chart-btn svg path {fill: #5B6770;}.financial-statement .table .seperator td {border-bottom-color: #5B6770;padding: 0;}.colum.chart .icon {background-position: -44px -400px;height: 12px;width: 20px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.colum.chart a {padding: 4px 10px 3px;display: inline-block;border-radius: 3px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.financial-statement {float: left;width: 100%;}.financial-statement .level2 {background: #F5F5F5;border-bottom: 1px solid #4E5A5F;}.financial-statement .level1 {background-color: #F5F5F5;}.financial-statement .level1 td {color: black;font-weight: bold;line-height: 19px;}.financial-statement .trChildOpen {background: #F5F5F5;}.financial-statement .trChildOpen td > div {padding-left: 42px;}.financial-statement .trChildOpen td {background: #F5F5F5;}.financial-statement .group1, .financial-statement .group1:hover {background: #F5F5F5;}.dummy {background-color: white !important;position: relative;}.financial-statement .dummy, .financial-statement .dummy:hover {background: none;}.financial-statement .dummy th {padding: 0;height: 12px;}@media (max-width: 767px) {.financial-statement .dummy th {display: none;}}.financial-statement .group1 th + th {text-align: center;}.financial-statement .level1:hover {background: #F5F5F5;}.financial-statement .level2 td {border-left: 0;border-right: 0;padding: 5px 0px;}@media (max-width: 550px) {.financial-statement .level2 td {font-size: 15px;}}.financial-statement .level2 td + td {text-align: center;}.table {text-align: left;}th {font-weight: normal;}.aplusholdBM {margin-bottom: 15px;}.h2hold {padding-bottom: 5px;clear: both;overflow: hidden;}table {border-collapse: collapse;border-spacing: 0;}.inlineDialog {display: none;padding: 0 !important;top: -23px;z-index: 100;}.center {text-align: center !important;}.pdf-language-outer {display: inline-block;}.pdf-language {margin: 3px 0 0 5px;float: left;}.pdf-language a {width: 20px;height: 14px;line-height: 12px;border-radius: 3px;text-align: center;background: #fff;color: #ee7b0b;display: inline-block;font-size: 10px;float: left;border: 1px solid #ffdebd;}.pdf-language a:hover {border: 1px solid #ee7b0b;background: #ee7b0b;color: #fff;}.pdf-language a + a {margin-left: 5px;}.green {color: green;}.red {color: #EF7676;}input, button {outline: none;}.ps {overflow: hidden !important;overflow-anchor: none;-ms-overflow-style: none;touch-action: auto;-ms-touch-action: auto;}.ps__rail-x {transition: background-color 0.2s linear, opacity 0.2s linear;-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;height: 5px;margin-top: 5px;bottom: 0;position: absolute;}.ps__thumb-x {background-color: #aaa;border-radius: 6px;transition: background-color 0.2s linear, height 0.2s ease-in-out;-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;height: 11px;bottom: -3px;position: absolute;}.ps__rail-x > .ps__thumb-x, .ps__rail-x > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {background: #ee7b0b url(/Content/images/scrollbar-img.jpg) no-repeat center;height: 11px;}.ps__rail-x {top: 0;bottom: auto;margin-left: 243px;}#divExcelTable {position: relative;padding: 10px 0px;background-color: #F5F5F5;}#divExcelTable td.argaam-font-normal {position: -webkit-sticky;position: sticky;left: 0;background: #F5F5F5;z-index: 1;}@media (max-width: 550px) {#divExcelTable td.argaam-font-normal {font-size: 14px;}}.col_sticky {position: -webkit-sticky !important;position: sticky !important;left: 0 !important;background-color: #F5F5F5;width: 300px;word-wrap: break-word;}@media (max-width: 550px) {.col_sticky {width: 170px;}}.col_bg {background: #F5F5F5;}#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: #F5F5F5 !important;color: #5B6770;font-weight: bold;}@media (max-width: 800px) {#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: white !important;}}.financial-statement #divExcelTable .group1 th + th, .financial-statement #financialstatementntable .group1 th + th {text-align: center;height: 40px;color: #5B6770;background-color: #F5F5F5;}.financial-statement #divExcelTable .level1 td:first-child, .financial-statement .financialstatementntable1 .level1 td:first-child {border-right: 0;border-left: unset;z-index: 9;padding: 20px 0px;font-size: 21px;font-weight: normal;}@media (max-width: 550px) {.financial-statement #divExcelTable .level1 td:first-child, .financial-statement .financialstatementntable1 .level1 td:first-child {font-size: 15px;width: 170px;}}.financial-statement #divExcelTable .level1 td:last-child, .financial-statement .financialstatementntable1 .level1 td:last-child {border-left: 0;border-right: 0 solid #eee;position: relative;color: #5B6770;}.h2-head-dropdown {float: left;width: 100%;overflow: initial;}.scrollbar2.clear {z-index: 9;}.h2-head-dropdown {position: relative;}.widget {padding: 0px 20px;background-color: #F5F5F5;}@media (max-width: 767px) {.widget {padding: 0px;}}.scroll-container {overflow-y: hidden;overflow-x: scroll;position: relative;width: 100%;-ms-overflow-style: none;scrollbar-width: none;}.scroll-container::-webkit-scrollbar {display: none;}.floatThead-container {position: -webkit-sticky !important;position: sticky !important;top: 0;transform: translateX(0) translateY(0) !important;background: #fff;}.divExcelTable table {min-width: 1400px;width: 100%;background-color: #F5F5F5;}@media (max-width: 550px) {.divExcelTable table {width: 900px;min-width: unset;}}#companyFinancialResult .size-row, .financialstatement .size-row {display: none;}.ps__rail-y {display: none !important;}.as-popup {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;display: none;transition: all 0.3s;}.as-popup__overlay {height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}.as-popup__overlay__chart {width: 95%;max-width: 600px;background-color: #4E5A5F;padding: 15px;}.as-popup__overlay__chart__close {display: flex;justify-content: flex-end;align-items: center;margin-bottom: 20px;}.as-popup__overlay__chart__close img {width: 20px;height: 20px;cursor: pointer;}.as-popup__overlay__chart__graph img {width: 100%;display: block;}.merges__header {padding: 25px 25px 0px 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.merges__header {padding: 25px 10px;}}.merges__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.merges__header__content {flex-direction: column;margin-bottom: 20px;}}.merges__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.merges__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.merges__header__content--numbers {width: 200px;}.merges__header__content--numbers p {margin: 0px 10px;}.merges__header__content--numbers p:first-child {margin-left: 0px;}.merges__header__content--numbers p:last-child {margin-right: 0px;}}.merges__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.merges__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.merges__header__content--text {font-size: 9vw;}}.merges__header__content--list {position: relative;font-size: 13px;}.merges__header__content--list ul {width: 100%;justify-content: space-between;}.merges__header__content--list ul li {display: inline-block;}.merges__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.merges__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.merges__header__content--list ul {font-size: 14px;}}.merges-data {background-color: white;border-radius: unset;width: 100%;color: black;padding-bottom: 15px;border-bottom: 1px solid #4E5A5F;}.merges-data__header {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #4E5A5F;padding: 5px 0px;background-color: #F5F5F5;margin-bottom: 15px;}@media (max-width: 400px) {.merges-data__header {display: block;}}@media (max-width: 991px) {.merges-data__header {flex-direction: column;display: block;}}.merges-data__header__title {font-size: 22px;line-height: normal;margin-top: 0px;color: black;margin: 16px 0px;}@media (min-width: 371px) and (max-width: 400px) {.merges-data__header__title {font-size: 21px;}}@media (max-width: 370px) {.merges-data__header__title {font-size: 6vw;}}.merges-data__header__options {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 100%;padding: 4px 15px;}@media (max-width: 400px) {.merges-data__header__options {margin-top: 10px;}}@media (max-width: 767px) {.merges-data__header__options {justify-content: center;padding-bottom: 5px;}}@media (max-width: 991px) {.merges-data__header__options {margin-top: 10px;}}.merges-data__header__options > div {display: flex;align-items: center;}@media (max-width: 991px) and (min-width: 768px) {.merges-data__header__options > div {width: 100%;margin-top: 15px;justify-content: flex-end;}}.merges-data__header__options__link {margin: 0px 5px;cursor: pointer;}@media (max-width: 500px) {.merges-data__header__options__link {margin: 0px 3px;}}.merges-data__header__options__link--dw svg {width: 18px;height: 18px;}@media (max-width: 767px) {.merges-data__header__options__link--dw svg {margin-top: 10px;}}@media (max-width: 500px) {.merges-data__header__options__link--dw svg {width: 5.5vw;height: 5.5vw;}}.merges-data__header__options__link--dw svg path {fill: #5B6770;}.merges-data__header__options__link svg {width: 24px;height: 24px;}@media (max-width: 767px) {.merges-data__header__options__link svg {margin-top: 10px;}}@media (max-width: 500px) {.merges-data__header__options__link svg {width: 5.5vw;height: 5.5vw;}}.merges-data__header__options__link svg path {fill: #5B6770;}.merges-data__header__options__link:last-child {margin-right: 0px;}.merges-data__data {position: relative;}.merges-data__data__panner {position: absolute;top: 0;transition: all 0.5s;cursor: pointer;}@media (min-width: 1133px) {.merges-data__data__panner {display: none;}}.merges-data__data__panner svg {width: 18px;height: 18px;cursor: pointer;}.merges-data__data__panner svg:hover path {stroke: black !important;}.merges-data__data .active-scroll {color: black;}.merges-data__data #merges-data__data__pan-left {left: 100px;z-index: 10;background-color: white;}.merges-data__data #merges-data__data__pan-right {right: 0px;z-index: 10;background-color: white;}.merges-data__data__container {-ms-overflow-style: none;scrollbar-width: none;overflow-x: auto;}.merges-data__data__container::-webkit-scrollbar {display: none;}.merges-data__data__table {min-width: 100%;width: -webkit-max-content;width: -moz-max-content;width: max-content;}.merges-data__data__table__row__head {font-weight: bold;text-align: center;border-bottom: 1px solid #4E5A5F;font-size: 15px;padding-bottom: 5px;color: #5B6770;}@media (min-width: 351px) and (max-width: 400px) {.merges-data__data__table__row__head {font-size: 13px;}}@media (max-width: 350px) {.merges-data__data__table__row__head {font-size: 4vw;}}.merges-data__data__table__row__head:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: white;padding-right: 10px;}.merges-data__data__table__row__body {text-align: center;padding: 15px 5px 0px 5px;font-size: 14px;}.merges-data__data__table__row__body:first-child {text-align: left;position: -webkit-sticky;position: sticky;left: 0;background-color: white;padding-right: 10px;padding-left: 0px;width: 150px;color: #5B6770;font-weight: bold;}.merges-data__data__table__row__body:nth-child(2), .merges-data__data__table__row__body:nth-child(3), .merges-data__data__table__row__body:nth-child(4), .merges-data__data__table__row__body:nth-child(5) {width: 200px;}.merges-data__data__table__row__body:nth-child(6), .merges-data__data__table__row__body:nth-child(7) {width: 120px;}.merges-data__data__table__row__body:nth-child(8), .merges-data__data__table__row__body:nth-child(9) {width: 160px;}.merges-details {width: 100%;}.merges-details__options {background-color: #F5F5F5;width: 100%;padding: 15px;color: #5B6770;display: flex;justify-content: space-between;}.merges-details__options--back {cursor: pointer;}.merges-details__options--back span {color: black;margin-right: 5px;font-size: 11px;vertical-align: middle;}.merges-details__options__link {margin: 0px 2px;}.merges-details__options__link:last-child {margin: 0px 0px 0px 2px;}.merges-details__options__link svg {cursor: pointer;width: 24px;height: 24px;}.merges-details__options__link svg path {fill: #5B6770;}.merges-details__options__show-hide {margin: 0px 2px;}.merges-details__options__show-hide:last-child {margin: 0px 0px 0px 2px;}.merges-details__options__show-hide svg {cursor: pointer;width: 20px;height: 20px;}.merges-details__options__show-hide svg path {fill: #5B6770;}.merges-details__body {background-color: #F5F5F5;margin-top: 25px;display: flex;justify-content: center;position: relative;}@media (max-width: 769px) {.merges-details__body {flex-direction: column;}}.merges-details__body__content {width: 50%;display: flex;justify-content: space-evenly;}@media (max-width: 769px) {.merges-details__body__content {width: 100%;}}@media (max-width: 480px) {.merges-details__body__content {flex-direction: column;}}.merges-details__body__content__container {padding: 25px 0px;}@media (max-width: 480px) {.merges-details__body__content__container {text-align: center;padding: 15px 0px;}}.merges-details__body__content--text {color: #5B6770;font-weight: bold;margin-bottom: 15px;text-align: center;}.merges-details__body::after {content: "";position: absolute;width: 0;height: 0;border: 30px solid transparent;border-top: 0;border-bottom: 25px solid #F5F5F5;bottom: -25px;z-index: -1;transform: rotate(180deg);}@media (max-width: 769px) {.merges-details__body::after {left: 43%;}}@media (max-width: 480px) {.merges-details__body::after {display: none;}}.merges-details__party {display: flex;justify-content: space-between;flex-wrap: wrap;}@media (max-width: 991px) {.merges-details__party {flex-direction: column;}}.merges-details__party__content {margin-top: 50px;width: calc(50% - 50px);}@media (max-width: 991px) {.merges-details__party__content {width: 100%;}}.merges-details__party__content--heading {color: white;background-color: #45555F;font-weight: bold;padding: 10px 15px;border-radius: 6px;}.merges-details__party__content--bayara {color: white;background-color: var(--color-green);font-weight: bold;padding: 10px 15px;border-radius: 6px;}.merges-details__party__content__list {background-color: #F5F5F5;margin-top: 15px;padding: 10px 15px;}.merges-details__party__content__list li {display: flex;justify-content: space-between;border-bottom: 1px solid #4E5A5F;padding: 8px 0px;}.merges-details__party__content__list li:first-child {margin-bottom: 10px;}.merges-details__party__content__list li:last-child {margin-bottom: 15px;}.merges-details__party__content__list--heading {color: #5B6770;font-weight: bold;}.merges-details__party--data-available {border-bottom: 1px solid #4E5A5F;width: 100%;padding-top: 25px;}.merges-details__card {margin-top: 25px;display: flex;flex-wrap: wrap;}.merges-details__card__content {background-color: #F5F5F5;padding: 15px;width: calc(33.3% - 16px);}.merges-details__card__content:nth-child(2) {margin: 0px 24px;}@media (max-width: 991px) {.merges-details__card__content:nth-child(2) {margin: 24px 0px;}}@media (max-width: 991px) {.merges-details__card__content {width: 100%;}}.merges-details__card__content:last-child ul li:first-child {font-weight: bold;color: #5B6770;}.merges-details__card__content:last-child ul li:nth-child(2) p:first-child {color: #5B6770;}.merges-details__card__content:last-child ul li:nth-child(2) p:nth-child(2) {color: black;}.merges-details__card__content--header {margin-bottom: 15px;}.merges-details__card__content li {display: flex;justify-content: space-between;border-bottom: 1px solid #4E5A5F;padding: 8px 0px;}.merges-details__card__content li p:nth-child(2) {color: #5B6770;}#calender--merges {border: 1px solid #5B6770;padding: 8px 44px 8px 7px;width: 200px;font-size: 13px;color: #4E5A5F;}@media (max-width: 991px) {#calender--merges {width: 100%;}}.financial-statements__header {padding: 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.financial-statements__header {padding: 25px 10px;}}.financial-statements__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.financial-statements__header__content {flex-direction: column;margin-bottom: 20px;}}.financial-statements__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.financial-statements__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.financial-statements__header__content--numbers {width: 200px;}.financial-statements__header__content--numbers p {margin: 0px 10px;}.financial-statements__header__content--numbers p:first-child {margin-left: 0px;}.financial-statements__header__content--numbers p:last-child {margin-right: 0px;}}.financial-statements__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.financial-statements__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.financial-statements__header__content--text {font-size: 9vw;}}.financial-statements__header__content--list {position: relative;font-size: 13px;}.financial-statements__header__content--list ul {width: 100%;justify-content: space-between;}.financial-statements__header__content--list ul li {display: inline-block;}.financial-statements__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.financial-statements__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.financial-statements__header__content--list ul {font-size: 14px;}}.col_sticky .fOpen {cursor: pointer;}.col_sticky .fOpen::after {content: "-";}.col_sticky .fClose {cursor: pointer;}.col_sticky .fClose::after {content: "+";}.subscription__header {padding: 25px 25px 0px 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.subscription__header {padding: 25px 10px;}}.subscription__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.subscription__header__content {flex-direction: column;margin-bottom: 20px;}}.subscription__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.subscription__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.subscription__header__content--numbers {width: 200px;}.subscription__header__content--numbers p {margin: 0px 10px;}.subscription__header__content--numbers p:first-child {margin-left: 0px;}.subscription__header__content--numbers p:last-child {margin-right: 0px;}}.subscription__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.subscription__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.subscription__header__content--text {font-size: 9vw;}}.subscription__header__content--list {position: relative;font-size: 13px;}.subscription__header__content--list ul {width: 100%;justify-content: space-between;}.subscription__header__content--list ul li {display: inline-block;}.subscription__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.subscription__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.subscription__header__content--list ul {font-size: 14px;}}.subscription {width: 100%;}.subscription__container {display: flex;flex-wrap: wrap;padding: 25px;}@media (max-width: 767px) {.subscription__container {padding: 25px 10px;}}.subscription__form {width: 50%;border-radius: 15px;padding: 15px;}@media (max-width: 991px) {.subscription__form {width: 100%;margin-top: 24px;}}@media (max-width: 767px) {.subscription__form {padding: 25px 10px;}}.subscription__form__custom-checkbox {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;display: inline-block;margin-bottom: 10px;display: flex;flex-wrap: wrap;}@media (max-width: 479px) {.subscription__form__custom-checkbox {flex-direction: column;}}.subscription__form__custom-checkbox__input {position: absolute;opacity: 0%;z-index: -1;font-size: 16px;}.subscription__form__custom-checkbox__input:enabled:checked + .subscription__form__custom-checkbox__label::before {background-color: #5B6770;}.subscription__form__custom-checkbox__label {position: relative;display: block;align-items: center;padding-left: 30px;margin-bottom: 12px;width: 50%;cursor: pointer;}@media (max-width: 849px) {.subscription__form__custom-checkbox__label {cursor: none;}}@media (max-width: 479px) {.subscription__form__custom-checkbox__label {width: 100%;}}.subscription__form__custom-checkbox__label::before {content: " ";position: absolute;width: 15px;height: 15px;left: -29px;transform: translate(30px, 0px);border: 1px solid #4E5A5F;border-radius: unset;transition: all 0.1s ease-out;background-color: white;}.subscription__form--info {color: #5B6770;font-weight: bold;margin: 15px 0px;}.subscription__inputs__container {width: 100%;display: flex;flex-wrap: wrap;}.subscription__inputs__container--data {box-sizing: border-box;width: calc(50% - 8px);background-color: white;padding: 12px 15px;display: block;margin-bottom: 15px;border: 1px solid #4E5A5F;border-radius: 6px;}.subscription__inputs__container--data:nth-child(odd) {margin-right: 16px;}@media (max-width: 479px) {.subscription__inputs__container--data {width: 100%;}.subscription__inputs__container--data:nth-child(odd) {margin-right: 0px;}}.subscription__inputs__container--data:focus {background-color: white;color: black !important;border: 1px solid #4E5A5F !important;outline: none !important;}.subscription__inputs__container--data:focus::-moz-placeholder {color: #5B6770;}.subscription__inputs__container--data:focus:-ms-input-placeholder {color: #5B6770;}.subscription__inputs__container--data:focus::placeholder {color: #5B6770;}.subscription__inputs__container ::-moz-placeholder {color: #5B6770;}.subscription__inputs__container :-ms-input-placeholder {color: #5B6770;}.subscription__inputs__container ::placeholder {color: #5B6770;}.subscription__custom--country {width: calc(50% - 8px);position: relative;background-color: white;box-sizing: border-box;height: -webkit-fit-content;height: -moz-fit-content;height: fit-content;}@media (max-width: 479px) {.subscription__custom--country {width: 100%;}}.subscription__custom--country__select {padding: 12px 15px;width: 100%;color: #5B6770;display: block;border: 1px solid #4E5A5F;font-weight: 100;position: relative;z-index: 10;border-radius: 6px;cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-color: transparent;}.subscription__custom--country__select:focus {outline: unset;}.subscription__custom--country option {background-color: black;color: white;}.subscription__custom--country option[value=""][disabled] {display: none;}.subscription__custom--country::after {font-family: "FontAwesome";content: "\f0d7";width: 16px;height: 16px;text-align: center;color: black;position: absolute;top: calc(50% - 10px);right: 15px;z-index: 2;color: #5B6770;}.subscription__subscribe-btn {color: #fff;margin-top: 15px;display: inline-block;text-decoration: none;background-color: #616161;text-align: center;padding: 7px 28px;transition: all 0.5s ease;width: 200px;font-weight: bold;}.subscription__subscribe-btn:hover {color: white;background-color: var(--color-green);}@media (max-width: 280px) {.subscription__subscribe-btn {width: 100%;}}.subscription__subscribe-link {color: black;display: block;text-decoration: none;margin-top: 14px;}.subscription__update {width: calc(50% - 16px);padding-right: 16px;}@media (max-width: 991px) {.subscription__update {width: 100%;padding-right: 0px;}}.subscription__update p:first-child {color: var(--color-green);font-size: 30px;margin-bottom: 5px;}.subscription__update p:nth-child(2) {color: #5B6770;font-size: 30px;font-weight: bold;padding-bottom: 10px;border-bottom: 2px solid var(--color-green);}@media (max-width: 991px) {.subscription__update p:nth-child(4) {margin-bottom: 10px;}}#email-input, #first-name-input, #last-name-input, #company-input {color: black;}.Corporate-Actions__header {padding: 25px 25px 0px 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.Corporate-Actions__header {padding: 25px 10px;}}.Corporate-Actions__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.Corporate-Actions__header__content {flex-direction: column;margin-bottom: 20px;}}.Corporate-Actions__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.Corporate-Actions__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.Corporate-Actions__header__content--numbers {width: 200px;}.Corporate-Actions__header__content--numbers p {margin: 0px 10px;}.Corporate-Actions__header__content--numbers p:first-child {margin-left: 0px;}.Corporate-Actions__header__content--numbers p:last-child {margin-right: 0px;}}.Corporate-Actions__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.Corporate-Actions__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.Corporate-Actions__header__content--text {font-size: 9vw;}}.Corporate-Actions__header__content--list {position: relative;font-size: 13px;}.Corporate-Actions__header__content--list ul {width: 100%;justify-content: space-between;}.Corporate-Actions__header__content--list ul li {display: inline-block;}.Corporate-Actions__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.Corporate-Actions__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.Corporate-Actions__header__content--list ul {font-size: 14px;}}.Corporate-Actions__chart {background-color: #F5F5F5;padding: 15px;margin-top: 25px;}.Corporate-Actions__chart p {padding-top: 15px;margin-bottom: 12px;font-size: 25px;}@media (max-width: 767px) {.Corporate-Actions__chart p {padding-top: 0px;padding-bottom: 15px;}}@media (max-width: 350px) {.Corporate-Actions__chart p {font-size: 21px;}}.Corporate-Actions__chart img {width: 100%;}.Corporate-Actions__container {padding: 0px 25px;display: flex;flex-wrap: wrap;}@media (max-width: 767px) {.Corporate-Actions__container {padding: 0px 10px;}}.Corporate-Actions__container__recent {background-color: #F5F5F5;width: calc(33.3% - 8px);margin-top: 24px;padding: 15px;}@media (max-width: 769px) {.Corporate-Actions__container__recent {width: 100%;}}.Corporate-Actions__container__recent--header {font-size: 25px;margin-bottom: 12px;padding-top: 15px;}@media (max-width: 767px) {.Corporate-Actions__container__recent--header {padding-top: 0px;padding-bottom: 15px;}}@media (max-width: 350px) {.Corporate-Actions__container__recent--header {font-size: 21px;}}.Corporate-Actions__container__recent ul li {display: flex;justify-content: space-between;border-bottom: 1px solid #4E5A5F;padding-bottom: 5px;margin-bottom: 15px;}@media (max-width: 350px) {.Corporate-Actions__container__recent ul li {font-size: 14px;}}.Corporate-Actions__container__recent ul li p:nth-child(2) {color: #5B6770;text-align: justify;}.Corporate-Actions__container__recent ul li:last-child {display: block;}.Corporate-Actions__container__recent ul li:last-child p:nth-child(2) {font-size: 13px;margin-top: 5px;}.Corporate-Actions__container__historical {background-color: #F5F5F5;width: calc(66.7% - 16px);margin-top: 24px;padding: 15px;margin-left: 24px;}@media (max-width: 769px) {.Corporate-Actions__container__historical {width: 100%;margin-left: 0px;}}.Corporate-Actions__container__historical--header {font-size: 25px;margin-bottom: 20px;padding-top: 15px;}@media (max-width: 767px) {.Corporate-Actions__container__historical--header {padding-top: 0px;padding-bottom: 15px;}}@media (max-width: 350px) {.Corporate-Actions__container__historical--header {font-size: 21px;}}.Corporate-Actions__container__historical img {width: 100%;}.main-corporate-actions {background-color: #F5F5F5;border-radius: unset;padding: 15px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;width: 100%;position: relative;margin-top: 24px;}.main-corporate-actions__panner {display: none;position: absolute;top: 50%;color: #5B6770;transition: all 0.5s;z-index: 200;font-size: 13px;background-color: #F5F5F5;}@media (max-width: 1350px) {.main-corporate-actions__panner {display: block;}}.main-corporate-actions__panner:hover {cursor: pointer;}.main-corporate-actions .active-scroll {color: green;}.main-corporate-actions #main-corporate-actions__pan-left {left: 95px;top: 82px;}@media (max-width: 449px) {.main-corporate-actions #main-corporate-actions__pan-left {left: 0px;top: 72px;}}.main-corporate-actions #main-corporate-actions__pan-right {right: 1px;top: 82px;}@media (max-width: 449px) {.main-corporate-actions #main-corporate-actions__pan-right {right: 0px;top: 72px;}}.main-corporate-actions__tabs {list-style: none;display: flex;align-items: center;margin-bottom: 24px;text-transform: uppercase;}@media (max-width: 479px) {.main-corporate-actions__tabs {justify-content: space-between;}}.main-corporate-actions__tabs li {cursor: pointer;font-size: 20px;border-bottom: 2px solid transparent;}@media (max-width: 450px) {.main-corporate-actions__tabs li {font-size: 14px;}}@media (max-width: 340px) {.main-corporate-actions__tabs li {font-size: 4vw;}}.main-corporate-actions__tabs li:first-child {margin-right: 30px;}@media (max-width: 767px) {.main-corporate-actions__tabs li:first-child {margin-right: 25px;}}@media (max-width: 479px) {.main-corporate-actions__tabs li:first-child {margin-right: 0px;}}.main-corporate-actions__tabs .active {font-weight: bold;border-bottom: 3px solid var(--color-green);}.main-corporate-actions .main-corporate-actions__container > div:not(:first-child) {display: none;}.main-corporate-actions__capital-changes, .main-corporate-actions__dividend-history {white-space: nowrap;-ms-overflow-style: none;scrollbar-width: none;overflow-x: auto;}.main-corporate-actions__capital-changes::-webkit-scrollbar, .main-corporate-actions__dividend-history::-webkit-scrollbar {display: none;}.main-corporate-actions__capital-changes__table, .main-corporate-actions__dividend-history__table {width: 100%;}.main-corporate-actions__capital-changes__table__row:first-child, .main-corporate-actions__dividend-history__table__row:first-child {color: #5B6770;font-weight: bold;}.main-corporate-actions__capital-changes__table__row--before, .main-corporate-actions__dividend-history__table__row--before {display: flex;color: #5B6770;font-weight: bold;justify-content: space-between;width: 35%;margin: auto;margin-bottom: 5px;}@media (max-width: 450px) {.main-corporate-actions__capital-changes__table__row--before, .main-corporate-actions__dividend-history__table__row--before {width: 100%;font-size: 14px;}}.main-corporate-actions__capital-changes__table__row__data, .main-corporate-actions__dividend-history__table__row__data {text-align: center;padding: 10px;font-size: 16px;min-width: 150px;}@media (max-width: 479px) {.main-corporate-actions__capital-changes__table__row__data, .main-corporate-actions__dividend-history__table__row__data {font-size: 3.4vw;min-width: 25vw;}}.main-corporate-actions__capital-changes__table__row__data:first-child, .main-corporate-actions__dividend-history__table__row__data:first-child {min-width: 20vw;position: -webkit-sticky;position: sticky;left: 0;text-align: left;padding-left: 0px;min-width: 100px;background-color: #F5F5F5;}@media (max-width: 479px) {.main-corporate-actions__capital-changes__table__row__data:first-child, .main-corporate-actions__dividend-history__table__row__data:first-child {min-width: 20vw;}}.main-corporate-actions__capital-changes__table__row__data:last-child, .main-corporate-actions__dividend-history__table__row__data:last-child {padding-right: 0px;text-align: left;}.main-corporate-actions__capital-changes__table__row__data__link svg, .main-corporate-actions__dividend-history__table__row__data__link svg {width: 16px;height: 16px;}.main-corporate-actions__capital-changes__table__row__data__link svg path, .main-corporate-actions__dividend-history__table__row__data__link svg path {fill: var(--color-green);}.main-corporate-actions__capital-changes__table__row__data__link--pdf svg, .main-corporate-actions__dividend-history__table__row__data__link--pdf svg {width: 20px;height: 20px;}.main-corporate-actions__capital-changes__table__row__data__link--pdf svg path, .main-corporate-actions__dividend-history__table__row__data__link--pdf svg path {fill: #5B6770;}.disclosures__header {padding: 25px 25px 0px 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.disclosures__header {padding: 25px 10px;}}.disclosures__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.disclosures__header__content {flex-direction: column;margin-bottom: 20px;}}.disclosures__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.disclosures__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.disclosures__header__content--numbers {width: 200px;}.disclosures__header__content--numbers p {margin: 0px 10px;}.disclosures__header__content--numbers p:first-child {margin-left: 0px;}.disclosures__header__content--numbers p:last-child {margin-right: 0px;}}.disclosures__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.disclosures__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.disclosures__header__content--text {font-size: 9vw;}}.disclosures__header__content--list {position: relative;font-size: 13px;}.disclosures__header__content--list ul {width: 100%;justify-content: space-between;}.disclosures__header__content--list ul li {display: inline-block;}.disclosures__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.disclosures__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.disclosures__header__content--list ul {font-size: 14px;}}.disclosures__container {width: 100%;background-color: #F5F5F5;padding: 15px;}@media (max-width: 767px) {.disclosures__container {padding: 25px 10px;}}.disclosures__container__tabs {list-style: none;position: relative;font-size: 20px;color: #4E5A5F;display: flex;}@media (max-width: 991px) {.disclosures__container__tabs {font-size: 16px;justify-content: space-between;}}@media (max-width: 791px) {.disclosures__container__tabs {font-size: 14px;}}@media (max-width: 399px) {.disclosures__container__tabs {flex-direction: column;width: 150px;}}.disclosures__container__tabs .active-tab {border-bottom: none;position: relative;font-weight: bold;}.disclosures__container__tabs .active-tab:after {width: 100%;height: 2px;position: absolute;content: "";bottom: -0.1em;left: 0;background: white;border-bottom: 3px solid var(--color-green);}.disclosures__container__tabs > li {display: inline-block;cursor: pointer;margin-right: 20px;}.disclosures__container__tabs > li:last-child {margin-right: 0px;}@media (max-width: 969px) {.disclosures__container__tabs > li {margin-right: 0px;}}@media (max-width: 399px) {.disclosures__container__tabs > li {margin-bottom: 10px;}}.disclosures__container__content {padding: 0;list-style: none;margin-top: 10px;}.disclosures__container__content > li {display: none;margin-top: 15px;}.disclosures-sc {display: flex;align-items: center;}@media (max-width: 769px) {.disclosures-sc {font-size: 14px;}}.disclosures-sc--date {margin-right: 40px;width: 100px;font-weight: bold;color: #5B6770;}@media (max-width: 769px) {.disclosures-sc--date {margin-right: 15px;}}.disclosures-sc--data {display: flex;align-items: center;justify-content: space-between;width: calc(100% - 100px);}.disclosures-sc--icon {width: 19px;height: 19px;color: #5B6770;cursor: pointer;}.disclosures-sc--icon path {fill: #616161;}.latest-news-sc {display: flex;align-items: center;}@media (max-width: 769px) {.latest-news-sc {font-size: 14px;}}.latest-news-sc--date {margin-right: 40px;width: 100px;font-weight: bold;color: #5B6770;}@media (max-width: 769px) {.latest-news-sc--date {margin-right: 15px;}}.latest-news-sc--data {display: flex;align-items: center;justify-content: space-between;width: calc(100% - 100px);}.latest-news-sc--icon {width: 19px;height: 19px;color: #5B6770;cursor: pointer;}.latest-news-sc--icon path {fill: #616161;}.popup-ln {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;transition: all 0.3s;display: none;}.popup-ln__overlay {padding: 25px;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}@media (max-width: 969px) {.popup-ln__overlay {padding: 10px;}}.popup-ln--closeicon {text-align: right;}.popup-ln--closeicon svg {cursor: pointer;}.popup-ln--closeicon svg path {fill: #616161;}.popup-ln__container {width: 90%;height: 95%;padding: 25px;background-color: #F5F5F5;overflow-y: auto;}@media (max-width: 769px) {.popup-ln__container {padding: 10px;width: 100%;}}.popup-ln__body {display: flex;justify-content: space-between;}@media (max-width: 991px) {.popup-ln__body {flex-direction: column;}}.popup-ln__body__social {display: flex;flex-direction: column;justify-content: space-between;}.popup-ln__body__social--text {font-size: 22px;text-align: justify;}@media (max-width: 991px) {.popup-ln__body__social--text {margin: 10px 0px;}}@media (max-width: 769px) {.popup-ln__body__social--text {font-size: 16px;}}.popup-ln__body__social__footer {display: flex;justify-content: space-between;}@media (max-width: 469px) {.popup-ln__body__social__footer {flex-direction: column;}}.popup-ln__body__social__footer p {color: #5B6770;}.popup-ln__body__social__footer p span {margin-right: 15px;}.popup-ln__body__social__links--icon {width: 20px;height: 20px;}.popup-ln__body__social__links--icon path {fill: #5B6770;}@media (max-width: 469px) {.popup-ln__body__social__links {margin: 10px 0px;}}.popup-ln--img {width: 100%;}@media (max-width: 991px) {.popup-ln--img {text-align: center;margin: 15px 0px;}}.popup-ln--img img {padding-right: 30px;width: 300px;}@media (max-width: 991px) {.popup-ln--img img {padding-right: 0px;}}@media (max-width: 469px) {.popup-ln--img img {width: 100%;}}.popup-ln--details {font-size: 14px;color: #5B6770;}.popup-ln--text {color: #5B6770;margin: 20px 0px;text-align: justify;}.analyst-sc {display: flex;align-items: center;}@media (max-width: 769px) {.analyst-sc {font-size: 14px;}}.analyst-sc--date {margin-right: 40px;width: 100px;font-weight: bold;color: #5B6770;}@media (max-width: 769px) {.analyst-sc--date {margin-right: 15px;}}.analyst-sc--data {display: flex;align-items: center;justify-content: space-between;width: calc(100% - 100px);}.analyst-sc--icon {width: 19px;height: 19px;color: #5B6770;cursor: pointer;}.analyst-sc--icon path {fill: #616161;}.analyst-sc .popup-analyst {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;transition: all 0.3s;display: none;}.analyst-sc .popup-analyst__overlay {padding: 25px;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}@media (max-width: 969px) {.analyst-sc .popup-analyst__overlay {padding: 10px;}}.analyst-sc .popup-analyst--closeicon {text-align: right;}.analyst-sc .popup-analyst--closeicon svg {cursor: pointer;}.analyst-sc .popup-analyst--closeicon svg path {fill: #616161;}.analyst-sc .popup-analyst__container {width: 90%;height: 95%;padding: 25px;background-color: #F5F5F5;overflow-y: auto;}@media (max-width: 769px) {.analyst-sc .popup-analyst__container {padding: 10px;width: 100%;}}.analyst-sc .popup-analyst__body {display: flex;justify-content: space-between;}@media (max-width: 991px) {.analyst-sc .popup-analyst__body {flex-direction: column;}}.analyst-sc .popup-analyst__body__social {display: flex;flex-direction: column;justify-content: space-between;}.analyst-sc .popup-analyst__body__social--text {font-size: 22px;text-align: justify;}@media (max-width: 991px) {.analyst-sc .popup-analyst__body__social--text {margin: 10px 0px;}}@media (max-width: 769px) {.analyst-sc .popup-analyst__body__social--text {font-size: 16px;}}.analyst-sc .popup-analyst__body__social__footer {display: flex;justify-content: space-between;}@media (max-width: 469px) {.analyst-sc .popup-analyst__body__social__footer {flex-direction: column;}}.analyst-sc .popup-analyst__body__social__footer p {color: #5B6770;}.analyst-sc .popup-analyst__body__social__footer p span {margin-right: 15px;}.analyst-sc .popup-analyst__body__social__links--icon {width: 20px;height: 20px;}.analyst-sc .popup-analyst__body__social__links--icon path {fill: #5B6770;}@media (max-width: 469px) {.analyst-sc .popup-analyst__body__social__links {margin: 10px 0px;}}.analyst-sc .popup-analyst--img {width: 100%;}@media (max-width: 991px) {.analyst-sc .popup-analyst--img {text-align: center;margin: 15px 0px;}}.analyst-sc .popup-analyst--img img {padding-right: 30px;width: 300px;}@media (max-width: 991px) {.analyst-sc .popup-analyst--img img {padding-right: 0px;}}@media (max-width: 469px) {.analyst-sc .popup-analyst--img img {width: 100%;}}.analyst-sc .popup-analyst--details {font-size: 14px;color: #5B6770;}.analyst-sc .popup-analyst--text {color: #5B6770;margin: 20px 0px;text-align: justify;}.popup-analyst--text p:first-child {text-align: center;}.popup-analyst--text img {width: 600px;margin: 15px 0px;}@media (max-width: 769px) {.popup-analyst--text img {width: 100%;height: 100%;}}.calendar-sc {border-radius: unset;width: 100%;position: relative;}.calendar-sc__table {width: 100%;}.calendar-sc__table__row {border-bottom: 1px solid #4E5A5F;}.calendar-sc__table__row:first-child {font-weight: bold;}.calendar-sc__table__row__data {padding: 15px 15px 2px 0px;}@media (min-width: 370px) and (max-width: 500px) {.calendar-sc__table__row__data {font-size: 12px;}}@media (max-width: 369px) {.calendar-sc__table__row__data {font-size: 11px;}}.calendar-sc__table__row__data:last-child {text-align: right;padding-right: 0px;}.calendar-sc__table__row__data:nth-child(2) {max-width: 20%;}.calendar-sc__table__row__data p i {cursor: pointer;}.Financial-Ratios__header {padding: 25px;width: 100%;display: flex;flex-direction: column;justify-content: flex-end;}@media (max-width: 767px) {.Financial-Ratios__header {padding: 25px 10px;}}.Financial-Ratios__header__content {display: flex;justify-content: space-between;align-items: baseline;}@media (max-width: 767px) {.Financial-Ratios__header__content {flex-direction: column;margin-bottom: 20px;}}.Financial-Ratios__header__content--numbers {width: 280px;display: flex;justify-content: space-between;font-size: 25px;align-items: baseline;color: #4E5A5F;}.Financial-Ratios__header__content--numbers i {color: var(--color-green);font-size: 25px;display: block;margin-top: 100%;}@media (max-width: 767px) {.Financial-Ratios__header__content--numbers {width: 200px;}.Financial-Ratios__header__content--numbers p {margin: 0px 10px;}.Financial-Ratios__header__content--numbers p:first-child {margin-left: 0px;}.Financial-Ratios__header__content--numbers p:last-child {margin-right: 0px;}}.Financial-Ratios__header__content--text {font-size: 35px;color: #5B6770;padding-bottom: 25px;font-weight: bold;}@media (min-width: 991px) {.Financial-Ratios__header__content--text {font-size: 50px;}}@media (max-width: 479px) {.Financial-Ratios__header__content--text {font-size: 9vw;}}.Financial-Ratios__header__content--list {position: relative;font-size: 13px;}.Financial-Ratios__header__content--list ul {width: 100%;justify-content: space-between;}.Financial-Ratios__header__content--list ul li {display: inline-block;}.Financial-Ratios__header__content--list ul li a {text-decoration: none;color: #4E5A5F;}.Financial-Ratios__header__content--list ul li i {font-size: 10px;margin: 0px 5px;}@media (min-width: 768px) {.Financial-Ratios__header__content--list ul {font-size: 14px;}}.financial-ratios {border-radius: unset;width: 100%;font-size: 14px;padding: 0px 25px 25px 25px;}@media (max-width: 767px) {.financial-ratios {padding: 25px 10px;}}.financial-ratios__title {display: flex;justify-content: flex-end;align-items: center;padding: 0px 15px 15px 15px;background-color: #F5F5F5;color: black;}@media (max-width: 500px) {.financial-ratios__title {display: block;}}.financial-ratios__title__options {display: flex;justify-content: flex-end;align-items: center;}@media (max-width: 500px) {.financial-ratios__title__options {margin-top: 15px;padding-top: 15px;justify-content: center;}}.financial-ratios__title__options__currency {margin-right: 2px;font-size: 13px;color: #5B6770;}.financial-ratios__title__options__tabs {display: flex;justify-content: space-evenly;align-items: center;border-radius: unset;border: 1px solid white;list-style: none;padding: 0;margin: 0px 5px 0px 2px;}.financial-ratios__title__options__tabs li {cursor: pointer;font-size: 13px;padding: 3px 10px;color: black;width: 50%;border: 1px solid transparent;background-color: white;}.financial-ratios__title__options__tabs .active {background-color: #616161;color: #5B6770;font-weight: bold;}.financial-ratios__title__options__link {display: flex;align-items: center;margin: 0px 2px;}.financial-ratios__title__options__link svg {width: 18px;height: 18px;}.financial-ratios__title__options__link svg path {fill: #5B6770;}.financial-ratios__tabs {display: flex;align-items: center;list-style: none;padding: 25px;background-color: #F5F5F5;}@media (max-width: 579px) {.financial-ratios__tabs {justify-content: space-between;}}.financial-ratios__tabs li {cursor: pointer;border-bottom: 2px solid transparent;font-size: 20px;display: flex;align-items: center;}.financial-ratios__tabs li .main-financial-ratio__tabs__short {margin-left: 5px;}@media (max-width: 430px) {.financial-ratios__tabs li .main-financial-ratio__tabs__short {display: none;}}.financial-ratios__tabs li .main-financial-ratio__tabs__note {display: flex;align-items: center;margin-left: 5px;}.financial-ratios__tabs li .main-financial-ratio__tabs__note svg {width: 20px;height: 20px;}.financial-ratios__tabs li .main-financial-ratio__tabs__note svg path {fill: #5B6770;}@media (max-width: 579px) {.financial-ratios__tabs li {font-size: 4vw;}}@media (min-width: 580px) and (max-width: 699px) {.financial-ratios__tabs li {font-size: 17px;}}.financial-ratios__tabs li:nth-child(2) {margin: 0px 60px;}@media (min-width: 580px) and (max-width: 899px) {.financial-ratios__tabs li:nth-child(2) {margin: 0px 30px;}}@media (max-width: 579px) {.financial-ratios__tabs li:nth-child(2) {margin: 0px;}}.financial-ratios__tabs .active {font-weight: bold;border-bottom: 3px solid var(--color-green);}.head-brd {position: relative;background-color: #F5F5F5;}.head-brd::after {content: "";position: absolute;background-color: white;height: 1px;bottom: 0;left: 0;right: 0;}.row-border td {background-color: black;height: 1px;}@media (max-width: 800px) {.mobile-change-bg {background-color: #5B6770 !important;}}.fs-sc-arr-left-mobile {width: 25px;color: #5B6770;position: absolute;left: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;display: none;background-color: white;}.fs-sc-arr-left-mobile i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left-mobile {display: flex;}}.fs-sc-arr-left {width: 25px;color: #5B6770;position: absolute;right: 0;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;transition: all 0.4s;z-index: 10;cursor: pointer;background-color: white;}.fs-sc-arr-left i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left {display: none;}}.fs-sc-arr-right {width: 25px;color: #5B6770;position: absolute;right: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;background-color: white;}.fs-sc-arr-right i {background-color: #616161;padding: 2px;border-radius: 50%;}.active-scroll {color: #5B6770;}#financialRatios > div:not(:first-child) {display: none;}.financial-ratios .level2 {background: #fff;}.red:not(.button) {color: #EF7676 !important;}.icon, .PetroCaption li:before, .ck-list li:before, .most-viewed .cmnt-count:after, .mn-comment-count:after {background: url(images/icons-en.png) no-repeat 0 0;display: inline-block;}.ico {display: inline-block;}.clear {clear: both;}.pull-left {float: right;}.pull-right {float: left;}.icon.chart {background-position: -24px -20px;height: 28px;width: 30px;float: left;}.relative-pos {position: relative;}input {margin: 0;padding: 0;}.m-bottom {margin-bottom: 15px !important;}.financial-ratios .table .year th {background: white !important;white-space: nowrap;color: black !important;}.financial-ratios .table td > div {padding: 5px 16px;color: #5B6770;}@media (max-width: 360px) {.financial-ratios .table td > div {padding: 5px 0px;}}.financial-ratios .table .year th {padding: 8px 6px;vertical-align: middle;border: 0;}.financial-ratios.company-fsa .table .year th {padding: 0px 6px;white-space: nowrap;}.currency {float: right;line-height: 28px;}.currency span {height: 28px;float: right;line-height: 28px;background: #F5F5F5;border-radius: 3px;display: block;}.currency label {float: left;padding: 0 10px 0 0;font-size: 12px;}.currency a {float: left;font-weight: bold;display: inline-block;padding: 0 12px;cursor: pointer;color: #ee7b0b;border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;}.currency a + a {border: 0;border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;}.currency a:hover {color: #5B6770;background: #fff5ec;}.currency .active, .currency .active:hover {color: #5B6770;background: #ee7b0b;}.financial-ratios .table .head td {font-weight: bold;padding: 5px 0px 5px 32px;background-color: #F5F5F5;}.chart-btn {display: flex;align-items: center;justify-content: center;cursor: unset !important;}.chart-btn svg {cursor: pointer;}.chart-btn svg path {fill: #5B6770;}.financial-ratios .table .seperator td {border-bottom-color: #5B6770;padding: 0;}.colum.chart .icon {background-position: -44px -400px;height: 12px;width: 20px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.colum.chart a {padding: 4px 10px 3px;display: inline-block;border-radius: 3px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.financial-ratios {float: left;width: 100%;background-color: white;}.financial-ratios .level2 {background: #F5F5F5;border-bottom: 1px solid black;}.financial-ratios .level1 {background-color: #F5F5F5;}.financial-ratios .level1 td {color: black;font-weight: bold;line-height: 19px;}.financial-ratios .trChildOpen {background: #F5F5F5;}.financial-ratios .trChildOpen td > div {padding-left: 42px;}.financial-ratios .trChildOpen td {background: #F5F5F5;}.financial-ratios .group1, .financial-ratios .group1:hover {background: #F5F5F5;}.dummy {background-color: white !important;position: relative;}.financial-ratios .dummy, .financial-ratios .dummy:hover {background: none;}.financial-ratios .dummy th {padding: 0;height: 12px;}@media (max-width: 767px) {.financial-ratios .dummy th {display: none;}}.financial-ratios .group1 th + th {text-align: center;}.financial-ratios .level1:hover {background: #F5F5F5;}.financial-ratios .level2 td {border-left: 0;border-right: 0;padding: 5px 0px;min-width: 170px;}@media (max-width: 550px) {.financial-ratios .level2 td {font-size: 15px;min-width: 90px;}}.financial-ratios .level2 td + td {text-align: center;}.table {text-align: left;}th {font-weight: normal;}.aplusholdBM {margin-bottom: 15px;}.h2hold {padding-bottom: 5px;clear: both;overflow: hidden;}table {border-collapse: collapse;border-spacing: 0;}.inlineDialog {display: none;padding: 0 !important;top: -23px;z-index: 100;}.center {text-align: center !important;}.pdf-language-outer {display: inline-block;}.pdf-language {margin: 3px 0 0 5px;float: left;}.pdf-language a {width: 20px;height: 14px;line-height: 12px;border-radius: 3px;text-align: center;background: #fff;color: #ee7b0b;display: inline-block;font-size: 10px;float: left;border: 1px solid #ffdebd;}.pdf-language a:hover {border: 1px solid #ee7b0b;background: #ee7b0b;color: #fff;}.pdf-language a + a {margin-left: 5px;}.green {color: green;}.red {color: #EF7676;}input, button {outline: none;}.ps {overflow: hidden !important;overflow-anchor: none;-ms-overflow-style: none;touch-action: auto;-ms-touch-action: auto;}.ps__rail-x {transition: background-color 0.2s linear, opacity 0.2s linear;-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;height: 5px;margin-top: 5px;bottom: 0;position: absolute;}.ps__thumb-x {background-color: #aaa;border-radius: 6px;transition: background-color 0.2s linear, height 0.2s ease-in-out;-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;height: 11px;bottom: -3px;position: absolute;}.ps__rail-x > .ps__thumb-x, .ps__rail-x > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {background: #ee7b0b url(/Content/images/scrollbar-img.jpg) no-repeat center;height: 11px;}.ps__rail-x {top: 0;bottom: auto;margin-left: 243px;}#divExcelTable {position: relative;padding: 10px 0px;background-color: #F5F5F5;}#divExcelTable td.argaam-font-normal {position: -webkit-sticky;position: sticky;left: 0;background: #F5F5F5;z-index: 1;}@media (max-width: 550px) {#divExcelTable td.argaam-font-normal {font-size: 14px;}}.col_sticky {position: -webkit-sticky !important;position: sticky !important;left: 0 !important;background-color: #F5F5F5;width: 300px;word-wrap: break-word;}@media (max-width: 550px) {.col_sticky {width: 170px;}}.col_bg {background: #F5F5F5;}#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: #F5F5F5 !important;color: #5B6770;font-weight: bold;}@media (max-width: 800px) {#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: white !important;}}.financial-ratios #divExcelTable .group1 th + th, .financial-ratios #financialstatementntable .group1 th + th {text-align: center;height: 40px;color: #5B6770;background-color: #F5F5F5;}.financial-ratios #divExcelTable .level1 td:first-child, .financial-ratios .financialstatementntable1 .level1 td:first-child {border-right: 0;border-left: unset;z-index: 9;padding: 20px 0px;font-size: 21px;font-weight: normal;min-width: 120px;}@media (max-width: 550px) {.financial-ratios #divExcelTable .level1 td:first-child, .financial-ratios .financialstatementntable1 .level1 td:first-child {font-size: 15px;width: 170px;}}.financial-ratios #divExcelTable .level1 td:last-child, .financial-ratios .financialstatementntable1 .level1 td:last-child {border-left: 0;border-right: 0 solid #eee;position: relative;color: #5B6770;}.h2-head-dropdown {float: left;width: 100%;overflow: initial;}.scrollbar2.clear {z-index: 9;}.h2-head-dropdown {position: relative;}.widget {padding: 0px 20px;background-color: #F5F5F5;}@media (max-width: 767px) {.widget {padding: 0px;}}.scroll-container {overflow-y: hidden;overflow-x: scroll;position: relative;width: 100%;-ms-overflow-style: none;scrollbar-width: none;}.scroll-container::-webkit-scrollbar {display: none;}.floatThead-container {position: -webkit-sticky !important;position: sticky !important;top: 0;transform: translateX(0) translateY(0) !important;background: #fff;}.divExcelTable table {min-width: 1400px;width: 100%;background-color: #F5F5F5;}@media (max-width: 550px) {.divExcelTable table {width: 900px;min-width: unset;}}#companyFinancialResult .size-row, .financialstatement .size-row {display: none;}.ps__rail-y {display: none !important;}.fr-popup {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;display: none;transition: all 0.3s;}.fr-popup__overlay {height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}.fr-popup__overlay__chart {width: 95%;max-width: 600px;background-color: #4E5A5F;padding: 15px;}.fr-popup__overlay__chart__close {display: flex;justify-content: flex-end;align-items: center;margin-bottom: 20px;}.fr-popup__overlay__chart__close img {width: 20px;height: 20px;cursor: pointer;}.fr-popup__overlay__chart__graph img {width: 100%;display: block;}.financial-statement {border-radius: unset;width: 100%;font-size: 14px;padding: 25px;color: #5B6770;}@media (max-width: 767px) {.financial-statement {padding: 25px 10px;}}.financial-statement__title {display: flex;justify-content: flex-end;align-items: center;padding: 0px 15px 15px 15px;background-color: #F5F5F5;color: black;}@media (max-width: 500px) {.financial-statement__title {display: block;}}.financial-statement__title__options {display: flex;justify-content: flex-end;align-items: center;}@media (max-width: 500px) {.financial-statement__title__options {margin-top: 15px;padding-top: 15px;justify-content: center;}}.financial-statement__title__options__currency {margin-right: 2px;font-size: 13px;color: #5B6770;}.financial-statement__title__options__tabs {display: flex;justify-content: space-evenly;align-items: center;border-radius: unset;border: 1px solid white;list-style: none;padding: 0;margin: 0px 5px 0px 2px;}.financial-statement__title__options__tabs li {cursor: pointer;font-size: 13px;padding: 3px 10px;color: black;width: 50%;border: 1px solid transparent;background-color: white;}.financial-statement__title__options__tabs .active {background-color: #616161;color: #5B6770;font-weight: bold;}.financial-statement__title__options__link {display: flex;align-items: center;margin: 0px 2px;}.financial-statement__title__options__link svg {width: 18px;height: 18px;}.financial-statement__title__options__link svg path {fill: #5B6770;}.financial-statement__title__options__link--row {display: inline-block;margin: 0px 2px;vertical-align: super;}.financial-statement__title__options__link--row img {vertical-align: super;width: 20px;height: 24px;}.financial-statement__tabs {display: flex;align-items: center;list-style: none;padding: 15px;background-color: #F5F5F5;color: black;}@media (max-width: 579px) {.financial-statement__tabs {justify-content: space-between;}}.financial-statement__tabs li {cursor: pointer;border-bottom: 2px solid transparent;font-size: 20px;display: flex;align-items: center;}.financial-statement__tabs li .main-financial-ratio__tabs__short {margin-left: 5px;}@media (max-width: 430px) {.financial-statement__tabs li .main-financial-ratio__tabs__short {display: none;}}.financial-statement__tabs li .main-financial-ratio__tabs__note {display: flex;align-items: center;margin-left: 5px;}.financial-statement__tabs li .main-financial-ratio__tabs__note svg {width: 20px;height: 20px;}.financial-statement__tabs li .main-financial-ratio__tabs__note svg path {fill: #5B6770;}@media (max-width: 350px) {.financial-statement__tabs li {font-size: 16px;}}.financial-statement__tabs li:nth-child(2) {margin: 0px 60px;}@media (min-width: 580px) and (max-width: 899px) {.financial-statement__tabs li:nth-child(2) {margin: 0px 30px;}}@media (max-width: 579px) {.financial-statement__tabs li:nth-child(2) {margin: 0px;}}.financial-statement__tabs .active {font-weight: bold;border-bottom: 3px solid var(--color-green);}.head-brd {position: relative;background-color: #F5F5F5;}.head-brd::after {content: "";position: absolute;background-color: white;height: 1px;bottom: 0;left: 0;right: 0;}.row-border td {background-color: black;height: 1px;}@media (max-width: 800px) {.mobile-change-bg {background-color: #5B6770 !important;}}.fs-sc-arr-left-mobile {width: 25px;color: #5B6770;position: absolute;left: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;display: none;background-color: white;}.fs-sc-arr-left-mobile i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left-mobile {display: flex;background-color: #F5F5F5;}}.fs-sc-arr-left {width: 25px;color: #5B6770;position: absolute;right: 0;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;transition: all 0.4s;z-index: 10;cursor: pointer;background-color: white;}.fs-sc-arr-left i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-left {display: none;}}.fs-sc-arr-right {width: 25px;color: #5B6770;position: absolute;right: 0;top: 10;height: 40px;display: flex;justify-content: center;align-items: center;z-index: 10;cursor: pointer;transition: all 0.4s;background-color: white;}.fs-sc-arr-right i {background-color: #616161;padding: 2px;border-radius: 50%;}@media (max-width: 800px) {.fs-sc-arr-right {background-color: #F5F5F5 !important;}}.active-scroll {color: #5B6770;}#financialStatement > div:not(:first-child) {display: none;}.financial-statement .level2 {background: #F5F5F5;}.red:not(.button) {color: #EF7676 !important;}.icon, .PetroCaption li:before, .ck-list li:before, .most-viewed .cmnt-count:after, .mn-comment-count:after {background: url(images/icons-en.png) no-repeat 0 0;display: inline-block;}.ico {display: inline-block;}.clear {clear: both;}.pull-left {float: right;}.pull-right {float: left;}.icon.chart {background-position: -24px -20px;height: 28px;width: 30px;float: left;}.relative-pos {position: relative;}input {margin: 0;padding: 0;}.m-bottom {margin-bottom: 15px !important;}.financial-statement .table .year th {background: white;white-space: nowrap;color: black !important;}.financial-statement .table td > div {padding: 5px 16px;}.financial-statement .table .year th {padding: 8px 6px;vertical-align: middle;border: 0;}.financial-statement.company .table .year th {padding: 0px 6px;white-space: nowrap;}.currency {float: right;line-height: 28px;}.currency span {height: 28px;float: right;line-height: 28px;background: #F5F5F5;border-radius: 3px;display: block;}.currency label {float: left;padding: 0 10px 0 0;font-size: 12px;}.currency a {float: left;font-weight: bold;display: inline-block;padding: 0 12px;cursor: pointer;color: #ee7b0b;border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;}.currency a + a {border: 0;border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;}.currency a:hover {color: #5B6770;background: #fff5ec;}.currency .active, .currency .active:hover {color: #5B6770;background: #ee7b0b;}.financial-statement .table .head td {font-weight: bold;padding: 5px 0px 5px 32px;background-color: #F5F5F5;}.chart-btn {display: flex;align-items: center;justify-content: center;cursor: unset !important;}.chart-btn svg {cursor: pointer;}.chart-btn svg path {fill: #5B6770;}.financial-statement .table .seperator td {border-bottom-color: #5B6770;padding: 0;}.colum.chart .icon {background-position: -44px -400px;height: 12px;width: 20px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.colum.chart a {padding: 4px 10px 3px;display: inline-block;border-radius: 3px;transition: all 0.5s ease 0;-moz-transition: all 0.5s ease 0;-webkit-transition: all 0.5s ease 0;-o-transition: all 0.5s ease 0;-ms-transition: all 0.5s ease 0;}.financial-statement {float: left;width: 100%;}.financial-statement .level2 {background: #F5F5F5;border-bottom: 1px solid #4E5A5F;}.financial-statement .level1 {background-color: #F5F5F5;}.financial-statement .level1 td {color: black;font-weight: bold;line-height: 19px;}.financial-statement .trChildOpen {background: #F5F5F5;}.financial-statement .trChildOpen td > div {padding-left: 42px;}.financial-statement .trChildOpen td {background: #F5F5F5;}.financial-statement .group1, .financial-statement .group1:hover {background: #F5F5F5;}.dummy {background-color: white !important;position: relative;}.financial-statement .dummy, .financial-statement .dummy:hover {background: none;}.financial-statement .dummy th {padding: 0;height: 12px;}@media (max-width: 767px) {.financial-statement .dummy th {display: none;}}.financial-statement .group1 th + th {text-align: center;}.financial-statement .level1:hover {background: #F5F5F5;}.financial-statement .level2 td {border-left: 0;border-right: 0;padding: 5px 0px;min-width: 150px;}@media (max-width: 550px) {.financial-statement .level2 td {font-size: 15px;}}.financial-statement .level2 td + td {text-align: center;}.table {text-align: left;}th {font-weight: normal;}.aplusholdBM {margin-bottom: 15px;}.h2hold {padding-bottom: 5px;clear: both;overflow: hidden;}table {border-collapse: collapse;border-spacing: 0;}.inlineDialog {display: none;padding: 0 !important;top: -23px;z-index: 100;}.center {text-align: center !important;}.pdf-language-outer {display: inline-block;}.pdf-language {margin: 3px 0 0 5px;float: left;}.pdf-language a {width: 20px;height: 14px;line-height: 12px;border-radius: 3px;text-align: center;background: #fff;color: #ee7b0b;display: inline-block;font-size: 10px;float: left;border: 1px solid #ffdebd;}.pdf-language a:hover {border: 1px solid #ee7b0b;background: #ee7b0b;color: #fff;}.pdf-language a + a {margin-left: 5px;}.green {color: green;}.red {color: #EF7676;}input, button {outline: none;}.ps {overflow: hidden !important;overflow-anchor: none;-ms-overflow-style: none;touch-action: auto;-ms-touch-action: auto;}.ps__rail-x {transition: background-color 0.2s linear, opacity 0.2s linear;-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;height: 5px;margin-top: 5px;bottom: 0;position: absolute;}.ps__thumb-x {background-color: #aaa;border-radius: 6px;transition: background-color 0.2s linear, height 0.2s ease-in-out;-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;height: 11px;bottom: -3px;position: absolute;}.ps__rail-x > .ps__thumb-x, .ps__rail-x > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {background: #ee7b0b url(/Content/images/scrollbar-img.jpg) no-repeat center;height: 11px;}.ps__rail-x {top: 0;bottom: auto;margin-left: 243px;}#divExcelTable {position: relative;padding: 10px 0px;background-color: #F5F5F5;}#divExcelTable td.argaam-font-normal {position: -webkit-sticky;position: sticky;left: 0;background: #F5F5F5;z-index: 1;min-width: 200px;}@media (max-width: 550px) {#divExcelTable td.argaam-font-normal {font-size: 15px;}}@media (max-width: 350px) {#divExcelTable td.argaam-font-normal {min-width: unset;max-width: 100px;}}.col_sticky {position: -webkit-sticky !important;position: sticky !important;left: 0 !important;background-color: #F5F5F5;max-width: 250px;word-wrap: break-word;}@media (max-width: 550px) {.col_sticky {max-width: 170px;}}.col_bg {background: #F5F5F5;}#companyFinancialResult .group1 th:first-child, #financialstatementntable table.financialstatement .group1 th:first-child {background-color: #F5F5F5 !important;color: #5B6770;font-weight: bold;}.financial-statement #divExcelTable .group1 th + th, .financial-statement #financialstatementntable .group1 th + th {text-align: center;height: 40px;color: #5B6770;background-color: #F5F5F5;}@media (max-width: 800px) {.financial-statement #divExcelTable .group1 th + th, .financial-statement #financialstatementntable .group1 th + th {background-color: #F5F5F5 !important;}}.financial-statement #divExcelTable .level1 td:first-child, .financial-statement .financialstatementntable1 .level1 td:first-child {border-right: 0;border-left: unset;z-index: 9;padding: 20px 0px;font-size: 21px;font-weight: normal;}@media (max-width: 550px) {.financial-statement #divExcelTable .level1 td:first-child, .financial-statement .financialstatementntable1 .level1 td:first-child {font-size: 15px;width: 170px;}}.financial-statement #divExcelTable .level1 td:last-child, .financial-statement .financialstatementntable1 .level1 td:last-child {border-left: 0;border-right: 0 solid #eee;position: relative;}.h2-head-dropdown {float: left;width: 100%;overflow: initial;}.scrollbar2.clear {z-index: 9;}.h2-head-dropdown {position: relative;}.widget {padding: 0px 20px;background-color: #F5F5F5;}.scroll-container {overflow-y: hidden;overflow-x: scroll;position: relative;width: 100%;-ms-overflow-style: none;scrollbar-width: none;}.scroll-container::-webkit-scrollbar {display: none;}.floatThead-container {position: -webkit-sticky !important;position: sticky !important;top: 0;transform: translateX(0) translateY(0) !important;background: #fff;}.divExcelTable table {min-width: 1400px;width: 100%;background-color: #F5F5F5;}@media (max-width: 550px) {.divExcelTable table {width: 900px;min-width: unset;}}#companyFinancialResult .size-row, .financialstatement .size-row {display: none;}.ps__rail-y {display: none !important;}.fn-popup {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1000;display: none;transition: all 0.3s;}.fn-popup__overlay {height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.5);}.fn-popup__overlay__chart {width: 95%;max-width: 600px;background-color: #4E5A5F;padding: 15px;}.fn-popup__overlay__chart__close {display: flex;justify-content: flex-end;align-items: center;margin-bottom: 20px;}.fn-popup__overlay__chart__close img {width: 20px;height: 20px;cursor: pointer;}.fn-popup__overlay__chart__graph img {width: 100%;display: block;}.nested {color: #5B6770;font-weight: bold;cursor: pointer;position: relative;padding: 5px 32px !important;}.nOpen {cursor: pointer;position: relative;}.nOpen::after {content: "+";position: absolute;top: 3px;left: 16px;font-size: 16px;}.nClose {cursor: pointer;position: relative;}.nClose::after {content: "-";position: absolute;top: 0px;left: 16px;font-size: 18px;}.nested2 {display: none !important;}.bold-row {font-weight: bold !important;}.bg-row {background-color: rgba(201, 201, 201, 0.5294117647) !important;}.contact {border-radius: unset;padding: 15px;width: calc(50% - 24px);margin-right: 24px;border-radius: 15px;}@media (max-width: 991px) {.contact {width: 100%;margin-right: 0px;}}.contact__title {margin-bottom: 20px;font-weight: 400;font-size: 25px;}@media (max-width: 767px) {.contact__title {font-size: 21px;}}.contact__address {margin-bottom: 8px;}.contact__address i {color: #5B6770;}.contact__address span {border-bottom: 1px solid #5B6770;margin-left: 10px;}.contact__address-details {list-style-type: none;padding-right: 0px;margin: 20px 0px;font-size: 14px;}.contact__contact {list-style-type: none;padding-right: 0px;margin-bottom: 24px;display: flex;justify-content: space-between;max-width: 650px;}@media (max-width: 767px) {.contact__contact {display: block;max-width: unset;}}.contact__contact__item {margin: 5px 0px;font-size: 14px;}.contact__contact__item i {color: #5B6770;margin-right: 10px;}@media (max-width: 767px) {.contact__contact__item i {margin-right: 25px;}}.contact__contact__item span, .contact__contact__item a {color: #5B6770;text-decoration: none;}.contact__contact__item span:hover, .contact__contact__item a:hover {text-decoration: none;color: black;}.contact__download {text-align: center;}.contact__download__link {display: inline-block;text-decoration: none;color: #5B6770;font-size: 15px;margin-bottom: 10px;}.contact__download__link:hover {text-decoration: none;color: black;}.contact__download__apps {display: flex;justify-content: center;width: 90%;margin: 5px auto;}.contact__download__apps__apple {margin-right: 3px;}.contact__download__apps__apple__link__img {width: 120px;-o-object-fit: cover;object-fit: cover;}.contact__download__apps__andriod {margin-left: 3px;}.contact__download__apps__andriod__link__img {width: 120px;-o-object-fit: cover;object-fit: cover;}.contact-pg {padding: 25px;}@media (max-width: 767px) {.contact-pg {padding: 25px 10px;}}html {scroll-behavior: smooth;}*, *:before, *:after {box-sizing: border-box;padding: 0;margin: 0;}p {margin: 0;}table {border-collapse: collapse;border-spacing: 0;}body {overflow-x: hidden;font-family: "Avenir";font-size: 16px;color: #4E5A5F;-webkit-overflow-scrolling: touch;}ul {list-style: none;margin: 0px;padding: 0px;}input, select {font-size: 100%;}.widgets-container {margin: 0px auto;}.container {margin: 0px auto;padding: 0px 25px;}@media (max-width: 767px) {.container {padding: 25px 10px;}}.widgets-container > div:not(:first-child) {display: none;}.space-border {width: 145px;height: 4px;background-color: var(--color-green);margin-bottom: 8px;}.widgets-content {padding: 25px;display: flex;flex-wrap: wrap;}@media (max-width: 767px) {.widgets-content {padding: 25px 10px;}}::-webkit-scrollbar {width: 10px;}::-webkit-scrollbar-track {background: #F5F5F5;}::-webkit-scrollbar-thumb {background: #5B6770;}::-webkit-scrollbar-thumb:hover {background: #4E5A5F;}.new__contact__card p, .new__contact__card p a, .new__contact__card p strong {font-size: 16px;font-weight: 500;margin-bottom: 0px;text-align: center;color: #45555f;font-family: "Avenir";}.new__contact__card p:not(:last-of-type){margin-bottom: 10px;}.new__contact__card p:nth-of-type(2), .new__contact__card p:nth-of-type(2) a, .new__contact__card p:nth-of-type(2) strong {font-weight: 800;}.new__contact__card p a:hover {color: var(--color-green);}.new__contact__card h4 {font-size: 14px;font-weight: 800;line-height: 1.5;font-family: "Avenir";text-align: center;position: relative;color: #5B6770;padding-bottom: 0px;text-transform: capitalize;margin-bottom: 0px;}.new__contact__card__row {margin: 0 -10px;display: flex;flex-wrap: wrap;}.new__contact__card__row__column {margin: 0 -15px;display: flex;flex-wrap: wrap;}.new__contact__card .new__contact__card__header .new__contact__card__header__iconwrap img {width: 100%;height: 100%;object-fit: contain;}.new__contact__card .new__contact__card__header .new__contact__card__header__iconwrap {width: 134px;height: 134px;display: flex;justify-content: center;align-items: center;padding: 35px;background-color: var(--color-green);border-radius: 50%;margin: -70px auto 48px;}.new__contact__card .new__contact__card__header {background-color: #fff;padding: 30px;margin-bottom: 30px;}.new__contact__card {padding: 0px 0px 25px;position: relative;z-index: 5;height: 100%;border-bottom: 2.5px solid var(--color-green);}.initial__title::after {content: "";width: 70px;height: 5px;display: block;background-color: var(--color-green);position: absolute;top: calc(100% + 25px);left: 0;z-index: 1;}.initial__title {position: relative;}@media (max-width: 1200px) {.new__contact__card__row > div {margin-bottom: 40px;width: 100%;}}.investors-investor-relations-investor-contacts .carousel-slide.carousel-slide-white h1 {margin-bottom: 0px;}.new__contact__card__row__column > div {width: 50%;padding: 0 15px;}@media (min-width: 1200px) {.new__contact__card {}}@media (max-width: 1500px) {.new__contact__card .new__contact__card__header .new__contact__card__header__iconwrap {padding: 30px;width: 110px;height: 110px;margin: -70px auto 30px;}.new__contact__card h4 {font-size: 14px;}}@media (max-width: 1200px) {.new__contact__card__row__column > div {width: 100%;margin-bottom: 40px;}}
