@import url(/FormBuilder/_Resource/_module/plugin/fontawesome5.min.css);
@import url("/FormBuilder/_Resource/_module/plugin/base/styles.min.css");
@font-face {
    font-family: 'National 2';
    src: url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Regular.eot');
    src: url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Regular.eot?#iefix') format('embedded-opentype'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Regular.woff2') format('woff2'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Regular.woff') format('woff'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Regular.ttf') format('truetype'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Regular.svg#National2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'National 2';
    src: url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Medium.eot');
    src: url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Medium.eot?#iefix') format('embedded-opentype'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Medium.woff2') format('woff2'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Medium.woff') format('woff'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Medium.ttf') format('truetype'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2-Medium.svg#National2-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'National 2';
    src: url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2Condensed-Extrabold.eot');
    src: url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2Condensed-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2Condensed-Extrabold.woff2') format('woff2'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2Condensed-Extrabold.woff') format('woff'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2Condensed-Extrabold.ttf') format('truetype'),
        url('/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/font/2026/National2Condensed-Extrabold.svg#National2Condensed-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    word-wrap: break-word;
    font-family: 'National 2', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    background: #1c8dff;
}
.container {
    max-width: 1200px;
}
._grey {
    color: #4f585b;
}
._bg-lightgrey {
    background: #eceded;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #000;
    font-weight: 800;
    letter-spacing: 0;
    font-family: 'National 2', sans-serif;
    margin-bottom: 20px;
    
}
h2, .h2 {
    font-size: 56px;
    line-height: .8;
    margin-bottom: 28px;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 36px;
}
.text-red {
    color: #c72230;
}
strong,
.strong {
    font-weight: 600;
}
::-moz-selection {
    background: #1C8DFF;
    color: #fff;
}
::selection {
    background: #1C8DFF;
    color: #fff;
}
a {
    color: #1C8DFF;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    font-weight: 500;
    border-bottom-width: 2px;
}
a:hover,
a:focus,
a:active {
    color: #1C8DFF;
    border-color: transparent;
}
a[data-icon="pdf"],
a[data-icon="webcast"] {
    position: relative;
    display: inline-block;
    margin-left: 35px;
}
a[data-icon="pdf"]::before,
a[data-icon="webcast"]::before {
    font-family: "Font Awesome 5 Pro";
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    position: absolute;
    left: -35px;
    top: -3px;
}
a[data-icon="pdf"]:hover,
a[data-icon="pdf"]:focus,
a[data-icon="pdf"]:active,
a[data-icon="webcast"]:hover,
a[data-icon="webcast"]:focus,
a[data-icon="webcast"]:active {
    border-color: transparent;
    text-decoration: underline !important;
}
a[data-icon="pdf"]::before {
    content: "\f1c1";
}
a[data-icon="webcast"]::before {
    content: "\f26c";
    font-size: 17px;
    font-weight: 300;
}
ul li,
ol li {
    margin-bottom: 0.5rem;
}
.fw-medium {
    font-weight: 500 !important;
}
.dates td:first-child,
.dates td:last-child {
    width: 20%;
    white-space: nowrap;
    min-width: 175px;
}
table.side td,
table.side th {
    vertical-align: top;
}
table {
    border: 1px solid #D7D7D7 !important;
    border-radius: 16px;
    border-collapse: separate !important;
    border-spacing: 0; 
    overflow: hidden; 
    margin-bottom: 20px !important;
}
table th {
    border-bottom: 1px solid #D7D7D7 !important;
    border-right: 1px solid #D7D7D7 !important;
    background: #F1F1F3;
    font-weight: 500;
    padding: 20px 25px;
    line-height: 1.5;
}
table tr th:last-child {
    border-right: 0 !important;
}
table td {
    border-bottom: 1px solid #D7D7D7 !important;
    border-right: 1px solid #D7D7D7 !important;
    padding: 20px !important;
    line-height: 1.5;
}
table td:last-child {
    border-right: none !important;
}
table tr:last-child td {
    border-bottom: none !important;
}
table tr:nth-child(even) {
    background: #FFF;
}
table td a {
    border-bottom-width: 0;
}
table a[href*=".pdf"] {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    color: #000;
}
table.links a[href*=".pdf"]::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Pro";
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    position: absolute;
    left: -35px;
    top: -3px;
}
table.links a[href*=".pdf"]:hover,
table.links a[href*=".pdf"]:focus,
table.links a[href*=".pdf"]:active {
    border-color: transparent;
    text-decoration: underline !important;
}
table.presentation th:last-child,
table.presentation td:last-child {
    text-align: center;
}
table.presentation td a {
    font-size: 0;
    border: 0;
}
table.presentation td a::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    font-weight: 300;
    padding: 6px;
}
table.results {
    display: none;
}
table.results th:last-child,
table.results td:last-child {
    width: 20%;
    white-space: nowrap;
}
table.agm td a {
    border: 0;
    white-space: nowrap;
}
table.agm td a::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    font-weight: 300;
    padding: 6px;
}
table.dividends {
    text-align: center;
}
table.dividends th:first-child,
table.dividends td:first-child {
    text-align: left;
}
table.dividends td {
    white-space: nowrap;
}
table.presentation-table a {
    font-size: 1.25rem;
    border: none;
    margin-left: 0;
}
.key-dates td:last-child {
    white-space: nowrap;
    width: 20%;
    min-width: 172px;
}
.key-dates td:last-child a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    padding-left: 5px;
}
.key-dates td:last-child a.done::after {
    content: "\f00c";
}
.btn,
.btn-return,
input[type="button"],
input[type="submit"],
.tab-button,
.loadNext {
    background: #1C8DFF;
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 16px 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    height: auto;
    text-decoration: none;
    white-space: nowrap;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
}
.btn:hover,
.btn:focus,
.btn-return:hover,
.btn-return:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.tab-button:hover,
.tab-button:focus,
.loadNext:hover,
.loadNext:focus {
    background: #1671cc !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn::after,
.btn-return::after,
input[type="button"]::after,
input[type="submit"]::after,
.tab-button::after,
.loadNext::after {
    display: none;
}
.tab-button:not(.current) {
    background: #F1F1F3;
    color: #000 !important;
}
.tab-button:not(.current):hover {
    color: #FFF !important;
}
.tab-button.current {
    background: #1C8DFF !important;
}
.page__header {
    background: transparent;
    margin-top: 12px;
    transition: margin-top 0.3s ease;
}
.page__header.scrolled {
    margin-top: 0px;
}
.page__header .container {
    background: #FFF;
    border-radius: 100px;
    padding: 16px 32px;
}
.page__header .navbar {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page__header .navbar .navbar-brand {
    position: relative;
    padding: 0;
    width: 110px;
}
.page__header .navbar .navbar-brand a {
    border: none;
    width: inherit;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    display: inline-block;
    line-height: 1;
}
.page__header .navbar .navbar-brand img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 36px;
}
.page__header .navbar .navbar-nav {
    margin: 10px 0;
    width: 100%;
}
.page__header .navbar .navbar-nav .nav-item {
    margin: 0 12px;
    padding: 0;
    text-align: center;
}
.page__header .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.page__header .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.page__header .navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    color: #000;
    padding: 5px 0;
    font-size: 16px;
    border-bottom: none;
}
.page__header .navbar .navbar-nav .nav-item .nav-link:hover,
.page__header .navbar .navbar-nav .nav-item .nav-link:active,
.page__header .navbar .navbar-nav .nav-item .nav-link:focus,
.page__header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #1c8dff;
}
.page__header .navbar .navbar-nav .nav-item.nav-home {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.page__header .navbar .navbar-nav .nav-item.nav-home .nav-link {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
}
.page__header .navbar .navbar-nav .nav-item.nav-home .nav-link:hover,
.page__header .navbar .navbar-nav .nav-item.nav-home .nav-link.active {
    color: #1C8DFF;
}
.page__header .navbar .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1;
    padding: 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
.page__header .navbar .navbar-toggler .navbar-icon {
    position: relative;
    width: 28px;
    display: block;
    height: 19px;
}
.page__header .navbar .navbar-toggler .navbar-icon i {
    color: #000;
    width: 24px;
    height: 24px;
    font-size: 20px;
}
.page__header .navbar .navbar-toggler .navbar-icon .navbar-icon-line {
    background: #000;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
}
.page__header .navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(1) {
    top: 0;
}
.page__header .navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(2) {
    top: 8px;
}
.page__header .navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(3) {
    bottom: 0;
}
.page__banner {
    position: relative;
    padding: 50px 0;
    background: #1c8dff;
    margin-top: 92px;
}
.page__banner::before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026-home-Vector.svg) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026-home-Vector.svg) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner {
    background: #1c8dff;
}
.page__banner.inner::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape4.png) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape4.png) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.investor-fact-sheet::before,
.page__banner.inner.annual-reports::before,
.page__banner.inner.email-alerts::before,
.page__banner.inner.historical-share-price::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape7.png) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape7.png) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.board-of-directors::before,
.page__banner.inner.results-centre::before,
.page__banner.inner.frequently-asked-questions::before,
.page__banner.inner.investment-calculator::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape1.svg) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape1.svg) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.senior-leadership-team::before,
.page__banner.inner.events-calendar::before,
.page__banner.inner.sustainability::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape5.png) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape5.png) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.corporate-governance::before,
.page__banner.inner.share-price::before,
.page__banner.inner.annual-general-meetings::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape8.png) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape8.png) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.asx-announcements::before,
.page__banner.inner.my-shareholding::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape2.svg) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape2.svg) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.media-releases::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape3.png) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026_inner_shape3.png) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner.inner.regulatory-disclosure::before {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026-home-Vector.svg) no-repeat right center, -webkit-gradient(linear, left top, right top, color-stop(50%, #1c8dff), color-stop(50%, rgba(0, 0, 0, 0)));
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/2026-home-Vector.svg) no-repeat right center, linear-gradient(90deg, #1c8dff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: contain, auto;
}
.page__banner h1 {
    margin: 0;
    position: relative;
    font-size: 72px;
    color: #fff;
    display: inline-block;
    text-transform: none;
    line-height: .8;
}
.page__banner h2,
.page__banner h3 {
    color: #fff;
}
.page__banner h2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 400;
    text-align: left;
}
.page__banner h3 {
    font-size: 40px;
}
.page__banner a.view-more {
    color: #000 !important;
    background-color: #bef12a !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 50px;
}
.page__banner a.view-more:hover, .page__banner a.view-more:focus {
    color: #000 !important;
    background-color: #abd926 !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
}
.page__banner .ban-home {
    display: none;
}
.page__banner .ban-home small {
    font-size: 14px;
}
.page__banner .ban-image img {
    border-radius: 16px;
    aspect-ratio: 1.6;
}

.home_blocks > div > div {
    background: #f9f9f9;
    padding: 20px 25px 25px;
    height: 100%;
}
.home_blocks h3 {
    font-size: 22px;
    text-align: center;
    color: #1C8DFF;
}
.home_blocks .announcementsTable {
    background: none !important;
    margin-bottom: 20px;
}
.home_blocks .announcementsTable tbody tr {
    background: none;
}
.home_blocks .announcementsTable tbody tr:first-child {
    display: none;
}
.home_blocks .announcementsTable tbody tr td {
    font-size: 13.5px;
    padding: 8px 0;
    vertical-align: top;
}
.home_blocks .announcementsTable tbody tr td a {
    color: #4f585b;
    font-weight: 500;
    border: 0;
    margin-left: 20px;
}
.home_blocks .announcementsTable tbody tr td a::before {
    top: -3px;
    left: -20px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    font-size: 18px;
}
.home_blocks .announcementsTable tbody tr td a:hover {
    color: #1C8DFF;
}
.home_blocks .announcementsTable tbody tr td.announcementDate {
    font-size: 13px;
    padding-left: 10px;
    text-align: right;
}
.home_blocks p {
    text-align: center;
}
.home_blocks p .btn {
    background: #1C8DFF;
}
.home_blocks p:last-child {
    height: 38px;
}
.home_blocks p:last-child .btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home_blocks .home_price {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home_blocks .home_price .home_price-share {
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home_blocks .home_price .home_price-share > div {
    margin-bottom: 15px;
}
.home_blocks .home_price .home_price-share .home_price-latest {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}
.home_blocks .home_price .home_price-share .home_price-change {
    font-size: 22px;
}
.home_blocks .home_price .home_price-share .home_price-change::before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}
.home_blocks .home_price .home_price-share .home_price-change.up::before,
.home_blocks .home_price .home_price-share .home_price-change.down::before {
    font-weight: 700;
    font-size: 22px;
}
.home_blocks .home_price .home_price-share .home_price-change.up::before {
    content: "\f0d8";
    color: #119e2f;
}
.home_blocks .home_price .home_price-share .home_price-change.down::before {
    content: "\f0d7";
    color: #c00;
}
.home_blocks .home_price .home_price-share .home_price-date {
    font-size: 14px;
}
.home_blocks .home_dates table {
    background: none !important;
}
.home_blocks .home_dates table tr {
    background: none;
}
.home_blocks .home_dates table tr:first-child {
    display: none;
}
.home_blocks .home_dates table tr td {
    display: block;
    padding: 0;
}
.home_blocks .home_dates table tr td:first-child {
    font-weight: 600;
}
.home_blocks .home_dates table tr td:nth-child(2) {
    padding-bottom: 8px;
    font-size: 15px;
}
.home_blocks .home_dates table tr:nth-child(n + 5) {
    display: none;
}
.home_links h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 800;
    color: #1c8dff;
    text-transform: uppercase;
}
.home_links p {
    margin-bottom: 1.5rem;
}
.home_links p:last-child {
    height: 29px;
    margin-bottom: 0;
}
.home_links p:last-child .btn {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.home_price-share {
    color: #ffffff;
    font-size: 18px;
}
.home_price-share > div {
    margin: 0 20px 0 0;
}
.home_price-share span {
    margin: 0 5px 0 0;
}
.home_price-share strong {
    font-size: 20px;
}
.home_price-share .change::after {
    content: "\f056";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-weight: 700;
    font-size: 20px;
}
.home_price-share .change.up::after {
    content: "\f0aa";
}
.home_price-share .change.down::after {
    content: "\f0ab";
}
.home_announcements {
    position: relative;
    background: #FFF;
}
/*.home_announcements::before {
    content: "";
    background: #f1f8ff;
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50vw;
}*/
.home_announcements table {
    background: transparent !important;
    border-radius: 0;
    border: 0 !important;
}
.home_announcements table th {
    display: none !important;
}
.home_announcements table tr:first-child th:first-child {
    border-radius: 16px 0 0 0;
}
.home_announcements table tr:first-child th:last-child {
    border-radius: 0 16px 0 0;
}
.home_announcements table tr {
    border-bottom: 1px solid #D7D7D7;
}
.home_announcements table td {
    display: block;
    width: 100% !important;
    border-top: 1px solid #D7D7D7 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
}
.home_announcements table tr:last-child td:last-child {
    border-bottom: 1px solid #D7D7D7 !important;
}
.home_announcements table tr td:last-child {
    border-top: 0 !important;
    padding-top: 0 !important;
}
.home_announcements table tr td:first-child {
    padding-bottom: 10px !important;
}
.home_announcements table tr td a {
    color: #000;
}
.home_announcements table tr td a:hover {
    color: #000;
}
.home_announcements table tr:nth-child(even) {
    background: transparent;
}
.home_announcements table tr:last-child {
    border-bottom: 1px solid transparent;
}
.home_announcements table td, .home_announcements table th {
    padding: 1.175rem;
}
.home_announcements .home-asx-img {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/home-asx.png) no-repeat center/cover;
    border-radius: 16px 0 0 16px;
}
.home_announcements .row {
    margin-right: 0;
    margin-left: 0;
}
.home_announcements .home-asx-con {
    padding-bottom: 20px;
}
.shadow-box {
    padding: 3em;
    background: #F1F1F3;
    border-radius: 16px;
}
.section_subscription {
    position: relative;
    color: #fff;
    background: #FFF;
    padding: 0;
    padding-bottom: 70px;
}
.section_subscription h3 {
    color: #fff;
    font-size: 40px;
}
.section_subscription .row {
    margin-right: 0;
    margin-left: 0;
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/home-bottom-banner-2026.jpg) center/cover;
    border-radius: 16px;
    padding: 70px 0;
    position: relative;
}

.section_subscription .row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
}

.section_subscription .btn {
    max-width: 280px;
}
.page__content {
    padding: 60px 0 40px;
    background: #fff;
}
.home-info {
    margin-bottom:60px;
}
.home_links {
    padding-top:60px;
}
.home-links-box {
    background: #f1f1f3;
    border-radius: 0 0 16px 16px;
    min-height: 160px;
    padding: 24px;
}
.home_links .icon-image {
    height: 184px;
}

.home_links .icon-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px  0 0;
}
.home_links .home-box-link{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.row.AR-banner {
    margin-right: 0;
    margin-left: 0;
    background: #F1F1F3;
    border-radius: 16px;
    margin-bottom: 28px;
    height: 320px;
}
.AR-banner .ar-banner-img {
    background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/2026/AR-cover-2026.png) no-repeat center/cover;
    border-radius: 0 16px 16px 0;
}
.AR-banner .ar-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page__footer {
    border: none;
    padding: 40px 0 0 0;
    position: relative;
    background: #f1f1f3;
    color: #000;
    font-size: 14px;
}
.page__footer a {
    color: #000;
    font-weight: 400;
}
.page__footer a:hover {
    text-decoration: underline !important;
}
.page__footer ul {
    padding-top: 5px;
}
.page__footer ul li {
    margin-bottom: 0.5rem;
}
.page__footer img {
    max-height: 30px;
    margin-bottom: 15px;
}
.page__footer h3 {
    margin: 0;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}
.page__footer h3,
.page__footer h3 a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.page__footer .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    background: #FFF;
    border-radius: 16px;
    padding: 40px;
}
.page__footer .row.footer-menu {
    margin-right: 0;
    margin-left: 0;
}
.copyright {
    background: #f1f1f3;
    font-size: 14pxpx;
    color: #000;
}
.copyright a,
.copyright a:hover {
    color: #000;
}
.copyright hr {
    border-color: #d7d7d7;
}
.ASXAnnouncements .error {
    list-style-position: inside;
}
.ASXAnnouncements #loadingSpinner {
    display: none !important;
}
.ASXAnnouncements .announcementTitle a {
    position: relative;
    display: inline-block;
    margin-left: 25px;
}
.ASXAnnouncements .announcementTitle a::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    font-size: 1.25rem;
    font-weight: 300;
    position: absolute;
    left: -25px;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ASXAnnouncements .announcementTitle a:hover,
.ASXAnnouncements .announcementTitle a:focus,
.ASXAnnouncements .announcementTitle a:active {
    border-color: transparent;
    text-decoration: underline !important;
}
.noresults {
    margin-top: 2rem;
}
.announcements-filter {
    padding: 0.5rem 0;
    margin-bottom: 28px;
    margin-top: 20px;
    background: #F1F1F3;
    border-radius: 50px;
}
.announcements-filter label {
    display: none;
}
.announcements-filter #KeywordSearch {
    min-width: 285px;
    margin-right: 15px;
    margin-left: 20px;
    border-radius: 50px;
    padding: 0 20px;
    width: 83%;
    color: #000;
}
.announcements-filter .filterButton {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 44px;
}
.priveVolumeChart {
    width: 100% !important;
}
.highcharts-input-group,
.highcharts-legend,
#errorContainer_PriceVolumeChart1,
#errorContainer_InvestmentCalculator1 {
    display: none !important;
}
.highcharts-button {
    cursor: pointer !important;
}
.calc-table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.calc-table .calc-table-filter {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 1rem;
}
.calc-table .calc-table-filter .calc-table-filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    color: #474c55;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 16px;
}
.calc-table .calc-table-filter .calc-table-filter-row > label {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 1rem 0 0;
    margin: 0;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f5f5f5;
    padding: 5px 10px;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li.checked input[type="text"] {
    background: #fff;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li input[type="radio"] {
    display: none;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li input[type="radio"]:checked + label::before {
    content: "\f192";
    font-weight: 400;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li label {
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    margin: 0 1rem 0;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li label::before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 10px;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    top: -1px;
}
.calc-table .calc-table-filter .calc-table-filter-row .horizontal li:first-child {
    margin-right: 1rem;
}
.calc-table #calcTable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.calc-table #calcTable .calc-table-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding: 0.625rem 1rem;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.calc-table #calcTable .calc-table-row label {
    margin: 0;
    display: block;
    font-weight: 700;
}
.calc-table #calcTable .calc-table-row:nth-child(5) {
    border: 0;
}
.calc-table #calcTable .calc-table-row:nth-child(6) {
    border: 0;
}
.profile {
    margin: 20px 0;
}
.profile img {
    border-radius: 16px;
}
.profile h3 {
    font-weight: 500;
}
.profile h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1c8dff;
    text-transform: uppercase;
}
.modal-open .modal-shadow {
    opacity: 1;
    z-index: 1;
}
.modal-shadow {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.team {
    position: relative;
}
.team > div > div {
    margin-bottom: 30px;
}
.team h3 {
    margin-bottom: 0;
}
.team .team_container {
    background: transparent;
    height: 100%;
    padding: 20px;
}
.team .team_container img {
    border: 6px solid #dfdfdf;
    border-radius: 50%;
}
.team .team_container h4 {
    color: #1C8DFF;
    font-weight: 600;
    font-size: 24px;
    margin: 5px 0 10px 0;
}
.team .team_container h5 {
    font-weight: 600;
    font-weight-font-size: 18px;
}
.team .team_desc + p {
    height: 38px;
}
.team .team_desc + p .btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.team .team_full {
    display: none;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    max-height: 815px;
    margin: auto;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    background: #fff;
    z-index: 2000;
    overflow: hidden;
    overflow-y: scroll !important;
    padding: 2rem 2rem 0;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    text-align: left;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.team .team_full.active {
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.3s ease-in-out, opacity 2s ease-in-out;
    -o-transition: top 0.3s ease-in-out, opacity 2s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, opacity 2s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 2s ease-in-out;
}
.team .team_full .row {
    padding-bottom: 2rem;
}
.team .team_full .team_close {
    border: 0;
}
.team .team_full .team_close.small {
    color: #a0a0a0;
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 1;
}
.team .team_full .team_close.small i::before {
    font-size: 20px;
}
.faq-title {
    border-bottom: 1px solid #d7d7d7;
}
.QAViewer {
    margin-bottom: 0;
    border-bottom: 1px solid #d7d7d7;
}
.QAViewer:first-child {
    border-top: 1px solid #d7d7d7;
}
.QAViewer .QALink {
    position: relative;
    padding: 30px 68px 30px 0 !important;
    display: block;
    text-decoration: none;
    color: #000;
    background: #FFF;
    border: none;
    font-size: 32px;
    font-weight: 800;
}
.QAViewer .QALink:before {
    content: "\f067";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 26px;
    right: 2px;
    font-size: 34px;
    font-weight: 300;
    transition: transform .2s ease-in-out;
}
.QAViewer .QALink:hover,
.QAViewer .QALink:focus {
    color: #1C8DFF;
    border: none;
}
.QAViewer .answer {
    padding: 0;
}
.QAViewer .answer p {
    padding: 0px 0 40px 40px;
}
.QAViewer.open .QALink {
    color: #1C8DFF;
}
.QAViewer.open .QALink:before {
    content: "\f067";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 2px;
    transform: rotate(45deg);
    transition: transform .2s ease-in-out;
}
.formNav {
    padding: 0;
}
.error h6,
.error li:not(:last-child) {
    margin-bottom: 0.5rem;
}
span.error {
    font-family: auto;
}
span.hint {
    font-size: 0.85rem;
    display: block;
    margin-top: 0.5rem;
}
label {
    font-size: 1rem;
}
select:focus,
input[type="text"]:focus {
    border-bottom-color: #888;
}
select:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder {
    color: #888 !important;
}
select:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder {
    color: #888 !important;
}
select:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder {
    color: #888 !important;
}
select:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder {
    color: #888 !important;
}
select:focus::-ms-input-placeholder,
input[type="text"]:focus::-ms-input-placeholder {
    color: #888 !important;
}
select:focus::placeholder,
input[type="text"]:focus::placeholder {
    color: #888 !important;
}
.formModule > form > input[value="email-alerts"] + .step .oc-form-error-container .error {
    cursor: auto;
    color: #a94442 !important;
    background: none;
    border: none;
    padding: 0;
}
.formModule > form > input[value="email-alerts"] + .step .oc-form-error-container .error ul {
    border-radius: 4px;
    text-decoration: none !important;
    background: #f2dede;
    -webkit-box-shadow: inset 0 0 0 1px #ebccd1;
    box-shadow: inset 0 0 0 1px #ebccd1;
    margin-bottom: 30px;
}
.formModule > form > input[value="email-alerts"] + .step .oc-form-error-container .error ul li {
    padding: 0;
    margin-bottom: 0.5rem;
}
.formModule > form > input[value="email-alerts"] + .step .oc-form-error-container .error ul li:first-child {
    padding-top: 0.75rem;
}
.formModule > form > input[value="email-alerts"] + .step .oc-form-error-container .error ul li:last-child {
    padding-bottom: 0.75rem;
}
.formModule > form > input[value="email-alerts"] + .step .oc-form-error-container .error ul li label {
    font-size: inherit;
}
.emailSubscription {
    min-height: 150px;
}
.emailSubscriptionView .row {
    display: block;
    margin: 0 0 20px;
}
.emailSubscriptionView ul {
    list-style: none;
    padding: 0;
}
.emailSubscriptionView ul label {
    margin-top: 0;
    font-size: 14px;
}
.emailSubscriptionView .emailLabel {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.emailSubscriptionView .emailLabel + label input {
    min-width: 275px;
}
.emailSubscriptionView span.error {
    vertical-align: top;
    color: #f00;
}
.subscriptionConfirmationView .row,
.subscriptionUpdatedView .row,
.subscriptionConfirmedView .row,
.updateSubscriptionsView .row {
    margin: 0 0 20px;
    display: block;
}
.updateSubscriptionsView ul {
    list-style: none;
    padding: 0 0 0 20px;
}
.updateSubscriptionsView input {
    margin-right: 10px;
}
.updateSubscriptionsView .row > label {
    margin: 0;
}
.updateSubscriptionsView .row > label + .field {
    display: inline-block;
}
@media (min-width: 768px) {
    body {
        margin-bottom: 0;
    }
    .page__header .navbar .navbar-brand img {
        height: 40px;
    }
    table.priceHistoryTable {
        table-layout: fixed;
    }
    .modal-open {
        padding-right: 17px;
    }
    .team .team_full {
        -webkit-transform: translateX(8.5px);
        -moz-transform: translateX(8.5px);
        transform: translateX(8.5px);
    }
    .team .team_full.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .announcements-filter #KeywordSearch {
        width: 72%;
    }
}
@media (min-width: 992px) {
    table.dates th:last-child,
    table.dates td:last-child,
    table.announcementsTable th:last-child,
    table.announcementsTable td:last-child {
        width: 20%;
        white-space: nowrap;
    }
    .page__header .navbar .navbar-nav {
        margin: 0;
    }
    .page__header .navbar .navbar-nav .nav-link {
        margin: 3px 0;
    }
    .page__header .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 10px;
    }
    .page__header .navbar .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .page__header .navbar .navbar-nav .nav-item:hover::after {
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .page__header .navbar .navbar-nav .nav-item:last-child::after {
        content: none;
    }
    .page__header .navbar .navbar-nav .nav-item:last-child .nav-link {
        border-radius: 50px;
        padding: 10px 15px;
        margin: 0;
        background: #1c8dff;
        color: #FFF;
        font-size: 14px;
    }
    .page__header .navbar .navbar-nav .nav-item:last-child .nav-link:hover {
        color: #fff;
        background: #1671cc;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu {
        border-radius: 6px;
        border: 0;
        margin: 0;
        padding: 0;
        background: #fff;
        min-width: 100%;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        padding: 0;
        margin: 10px 20px 10px 15px;
        border: 0;
        display: block;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item.active,
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
        background: none;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:first-child {
        padding-top: 15px;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:last-child {
        padding-bottom: 15px;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a {
        color: #000;
        display: inline-block;
        border: 0;
        font-size: 14px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a:hover,
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a.active,
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a:active {
        color: #000;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a:hover::before,
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a.active::before,
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a:active::before {
        width: 100%;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #000;
        -webkit-transition: width 0.2s;
        -o-transition: width 0.2s;
        -moz-transition: width 0.2s;
        transition: width 0.2s;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown:hover > a {
        color: #474c55;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-submenu {
        display: block;
    }
    .page__header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .page__header .navbar .navbar-nav .dropdown:last-child .dropdown-menu {
        right: 0;
        left: auto;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
        display: none;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown-submenu {
        position: absolute;
        left: 100%;
        padding: 0;
        top: 0;
        display: none;
        background: #fff;
    }
    .page__header .navbar .navbar-nav .dropdown .dropdown .dropdown-toggle::after {
        display: none !important;
    }
    .announcements-filter #KeywordSearch {
        width: 78%;
    }
}
@media (min-width: 1100px) {
    .announcements-filter #KeywordSearch {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .page__header .navbar .navbar-brand img {
        height: 48px;
    }
    .page__header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
    .announcements-filter #KeywordSearch {
        width: 83%;
    }
}
@media (max-width: 1299px) {
    .page__banner h1 {
        font-size: 64px;
    }
}
@media (max-width: 1099px) {
    .page__header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 7px 0;
    }
}
@media (max-width: 1024px) {
    .page__header .navbar .navbar-nav .nav-item {
        margin: 0 7px;
    }
}
@media (max-width: 991px) {
    .page__header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page__header .navbar .navbar-collapse {
        background: #FFF;
        position: fixed;
        top: 12px;
        right: 0;
        left: 15px;
        bottom: 0;
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 1055;
        width: calc(100% - 30px);
        height: calc(100% - 24px);
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        border-radius: 30px;
        display:block;
    }
    .page__header .navbar .navbar-collapse:not(.show) {
        display:none;
    }
    .page__header .navbar .navbar-collapse .navbar-nav {
        margin: 15px 0;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin: 0 25px !important;
        text-align: left;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: none !important;
        outline: 0 !important;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item.nav-close {
        border: none !important;
        padding: 0;
        margin: 0 19px !important;
        text-align: right;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item.nav-close .nav-link {
        border: none !important;
        color: #000;
        font-size: 30px !important;
        line-height: 1;
        padding: 2px 8px;
        display: inline-block;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item.nav-close .nav-link:hover {
        color: #000 !important;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item.nav-close .nav-link span {
        border: 0 !important;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 24px !important;
        color: #000;
        padding: 2px 0;
        border-bottom: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-bottom: 3px solid transparent;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus,
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active,
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
        color: #000 !important;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
        border: 0;
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        width: auto;
        height: auto;
        z-index: 1;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle.open::after {
        content: "\f077";
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        margin: 0;
        border: 0;
        padding: 0;
        background: 0;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        margin: 0;
        padding: 0;
        background: none !important;
        outline: 0 !important;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a {
        color: #000;
        display: inline-block;
        padding: 5px 0 2px;
        margin-left: 20px;
        font-size: 18px;
        border-bottom: 3px solid transparent;
        font-weight: 400;
    }
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a.active,
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a:hover,
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a:focus,
    .page__header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item a:active {
        color: #000;
    }
}
@media (max-width: 767px) {
    .page__banner,
    .page__banner.inner {
        background-size: cover;
        background-position: center;
    }
    .page__banner:before,
    .page__banner.inner:before {
        display: none !important;
    }
    .page__banner h1,
    .page__banner.inner h1 {
        font-size: 54px;
        margin: 0;
    }
    .page__banner p,
    .page__banner.inner p {
        font-size: 14px;
    }
    .page__banner.inner h1,
    .page__banner.inner.inner h1 {
        font-size: 54px;
    }
    .page__banner .ban-image {
        margin-bottom: 60px;
    }
    .row.AR-banner {
        height: auto;
    }
    .AR-banner .ar-banner-img {
        height: 200px;
        border-radius: 16px 16px 0 0;
        margin-bottom: 20px;
    }
    .AR-banner .ar-banner-text {
        margin-bottom: 20px;
    }
    table.table-responsive-md {
        white-space: nowrap;
    }
    table.table-responsive-md::before {
        content: "Scroll to view more";
        display: block !important;
        text-align: left;
        font-size: 14px;
        color: #b3babc;
        background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/icon_arrow-right-grey.svg) no-repeat 140px center;
        background-size: 15px;
        margin-top: 10px;
    }
    .team .team_full .team_close.small {
        top: 5px;
        right: 3px;
    }
    .home_announcements .home-asx-img {
        height: 300px;
        border-radius: 16px 16px 0 0;
        margin-bottom: 60px;
    }
    .announcements-filter #KeywordSearch {
        width: 65%;
    }
}
@media (max-width: 575px) {
    .btn, .btn-return, input[type="button"], input[type="submit"], .tab-button, .loadNext {
        width: 100%;
    }
    .section_subscription .btn {
        max-width: 100%;
    }
    .home_links {
        text-align: center;
    }
    .home_links p:last-child {
        height: auto;
    }
    .home_links p:last-child .btn {
        position: relative;
        left: auto;
        bottom: auto;
    }
    table.table-responsive-sm {
        white-space: nowrap;
    }
    table.table-responsive-sm::before {
        content: "Scroll to view more";
        display: block !important;
        text-align: left;
        font-size: 14px;
        color: #b3babc;
        background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/icon_arrow-right-grey.svg) no-repeat 140px center;
        background-size: 15px;
        margin-top: 10px;
    }
    table.links th:not(:first-child),
    table.links td:not(:first-child) {
        min-width: 130px;
    }
    table.priceHistoryTable {
        display: block;
        overflow: auto;
    }
    table.priceHistoryTable::before {
        content: "Scroll to view more";
        display: block !important;
        text-align: left;
        font-size: 14px;
        color: #b3babc;
        background: url(/FormBuilder/_Resource/_module/rO0GlGGrEkqPqF-fCBnw8w/images/icon_arrow-right-grey.svg) no-repeat 140px center;
        background-size: 15px;
        margin-top: 10px;
    }
    table.results th,
    table.results td {
        display: block;
        width: 100% !important;
    }
    table.results th:last-child {
        display: none;
    }
    table.results td:last-child {
        padding-top: 0;
        padding-left: 45px;
    }
    table.results td:first-child {
        padding-bottom: 0;
    }
    .key-dates th {
        display: none;
    }
    .key-dates th:nth-child(2) {
        display: block;
    }
    .key-dates td {
        display: block;
        width: 100%;
    }
    .key-dates td:last-child {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 0.25rem;
    }
    .key-dates td:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 0;
        padding-bottom: 0;
    }
    .key-dates td:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 600;
        padding-bottom: 0;
    }
    .key-dates tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .calc-table .horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .calc-table .horizontal li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .calc-table .horizontal li:last-child {
        margin-top: 1rem;
    }
    .calc-table .calc-table-row {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0.625rem 1rem;
    }
    .calc-table .calc-table-filter .calc-table-filter-row .horizontal li:first-child {
        margin: 0;
    }
    .calc-table .calc-table-filter .calc-table-filter-row .horizontal li label {
        margin-left: 0;
        width: 100px;
    }
    .calc-table .calc-table-filter .calc-table-filter-row .horizontal li input[type="text"] {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .announcements-filter {
        border-radius: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .announcements-filter #KeywordSearch {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media print {
    .wrap_footer,
    .page__header,
    .modal-shadow {
        display: none;
    }
    .page__banner {
        margin: 0;
    }
}
