html,
body {
    font-family: 'Roboto';
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .25px;
    -webkit-font-smoothing: antialiased;
}
body {
    opacity: 0;
}
::-webkit-scrollbar {
    height: 6px;
    width: 0;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--mxGreen);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px #fff0;
}

::-webkit-scrollbar-corner {
    background: #000;
}

:root {
    --tmBlue: #1800E7;
    --tmYllw: #FF7A00;
    --tmOrg: #FF5E00;
    --tmRed: #D82E00;
    --tmMgrey: #353F65;
    --tmLgrey: #8186A3;
    --tmLorg: #FFF0E4;
    --tmLblue: #E5EFF7;
    scrollbar-face-color: rgb(88 88 88 / .8);
    scrollbar-track-color: #fff0;
    scrollbar-color: rgb(88 88 88 / .8) #fff0;
    scrollbar-width: thin;
}
.split-text {
    visibility: hidden;;
}
:focus-visible {
    outline: var(--tmBlue) auto 1px;
}
a {
    display: block;
    width: fit-content;
}
a:hover {
    text-decoration: none;
    color: var(--tmOrg);
}
ul {
    padding-left: 16px;
}
.uk-list-disc>* {
    padding-left: 20px;
}
#iar-widget-host {
    z-index: 98!important;
}
.tm-link {
    min-width: 42px;
    min-height: 42px;
    max-height: 42px;
    max-width: 42px;
    background: var(--tmOrg);
    position: relative;
}
.tm-link i {
    font-size: 0.875rem;
    color: white;
}
.tm-link i:first-child {
    position: absolute;
    left: 0;
    transform: translateX(-40px);
}
.tm-link-wrapper:hover i:first-child {
    transform: translateX(12px);
}
.tm-link-wrapper:hover i:last-child {
    transform: translateX(40px);
}

.tmBlue {
    color: var(--tmBlue);
}
.tmRed {
    color: var(--tmRed);
}
.tmOrg {
    color: var(--tmOrg);
}
.tmGrey {
    color: var(--tmMgrey);
}
.tmLgrey {
    color: var(--tmLgrey);
}
.white {
    color: white!important;
}

.tmHBlk, h2 {
    font-family: 'HK-black';
}
.tmHReg {
    font-family: 'HK-reg';
}
.tmRBd {
    font-weight: 900;
}

h1 {
    font-size: 5.563rem;
    line-height: 1;
}
h2 {
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 1;
}
h3 {
    font-size: 2.125rem;
    line-height: 1;
}
h4 {
    font-size: 1.5rem;
    line-height: 1;
}
h5 {
    font-size: 1.125rem;
    line-height: 1;
}
h1,h2,h3,h4,h5 {
    margin: 0;
}
*+p {
    margin: 10px 0 0;
}
*p+p {
    margin: 20px 0 0;
}
.tm-note {
    font-style: italic;
}
.tm54 {
    font-size: 3.375rem;
    line-height: 0.9;
}
.tm48 {
    font-size: 3rem;
    line-height: 1;
}
.tm24 {
    font-size: 1.5rem;
    line-height: 1.3;
}
.tm18 {
    font-size: 1.125rem;
}
.tm16 {
    font-size: 1rem;
}
.tm14 {
    font-size: 0.875rem;
}
.tm12 {
    font-size: 0.75rem;
}
.uk-overflow-hidden {
    overflow: hidden;
}
.uk-grid-collapse>.uk-grid-margin {
    margin-top: 0!important;
}
.uk-slidenav {
    padding: 10px;
    color: var(--tmGrey);
    background: #EBEBEE;
}
.uk-box-shadow-small {
    box-shadow: 0 2px 5px rgb(0 0 0 / .2);
}
.uk-totop svg {
    display: none;
}
.uk-modal-dialog {
    width: 70vw;
    border-radius: 20px;
}
.uk-close:focus,
.uk-close:hover {
    color: #fff;
}
.uk-modal-close-default {
    background: var(--tmOrg);
    padding: 15px;
    color: #fff;
    -webkit-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
    top: 0;
    right: 0;
}
.tm-button {
    padding: 8px 20px;
    border: 0;
    background: var(--tmOrg);
}
.tm-button:hover:not(#submitted:disabled) {
    border-radius: 40px;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.tm-button .icon-download, .tm-button .icon-next {
    margin-left: 15px;
}
.tm-button + .tm-button {
    margin-top: 15px;
}
.tm-buttons-wrapper {
    margin-top: 20px;
}
.tm-strat > .sec-width > .tm-buttons-wrapper, .tm-sus-tm .tm-buttons-wrapper {
    margin-top: 40px;
}
.tm-navtoggle, .tm-close > div {
    cursor: pointer;
}
a, .tm-menu-txt, .tm-snap .uk-nav-default>li>a>div>span, .tm-ldp-bg, .tm-dwl-list-g::after, .tm-art-img, .uk-accordion-title::after, .tm-link,.tm-link i:first-child, .tm-link i:last-child, .tm-button {
    -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
    transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
}
.tm-br-20 {
    border-radius: 20px;
}
.tm-br-10 {
    border-radius: 10px;
}

.tm-navbar {
    gap: 10px;
    z-index: 10;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 30px auto 0 4.7vw;
}
.tm-navbar .uk-box-shadow-small {
    padding: 10px 20px;
    border-radius: 5px;
    background: white;
}
.tm-navbar .tm-share, .tm-share-list > div a.uk-box-shadow-small {
    min-width: 41px;
    min-height: 41px;
    align-content: center;
    background: var(--tmOrg);
}
.tm-navtoggle:hover div {
    color: var(--tmOrg);
}
.tm-navtoggle:hover .tm-navtoggle-icon > div {
    background: var(--tmOrg);
}
.tm-navtoggle-icon {
    margin-left: 10px;
}
.tm-navtoggle-icon > div {
    width: 25px;
    height: 1.5px;
    background: var(--tmBlue);
}
.tm-navtoggle-icon > div:first-child {
    margin-bottom: 4px;
}
.tm-share-list > div {
    gap: 5px;
}
.tm-share-list {
    margin-left: 5px;
}
.icon-share {
    font-weight: 900;
}
.tm-menubg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    visibility: hidden;
}
.tm-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    margin: 20px;
    z-index: 999;
    visibility: hidden;
}
.tm-menu-wrapper {
    transform: translateX(-100%);
    width: fit-content;
    height: calc(100vh - 100px);
    padding: 30px;
    background: #F3F1FF;
}
.tm-menu>.tm-close {
    margin-bottom: 40px;
}
.tm-menu-item {
    margin: 10px 0;
}
.tm-menu-item a {
    padding: 0!important;
}
.tm-menu-item .tm-link {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.tm-menu-item:hover .tm-link, .tm-menu-item.uk-active .tm-link {
    opacity: 1;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
.tm-menu-txt {
    font-size: 1.25rem;
    color: var(--tmLgrey);
}
.tm-menu-item:hover .tm-menu-txt, .tm-menu-item.uk-active .tm-menu-txt {
    color: var(--tmBlue);
    font-weight: 900;
}

.tm-wrapper:not(.tm-landing):not(.tm-busi):not(.tm-sus-tm):not(.tm-dwl) {
    margin: 80px 20px;
}
.tm-sus-msg {
    margin-bottom: 20px!important;
}
.tm-vcm, .tm-sus-tm, .tm-strat {
    margin: 20px;
}
.sec-width {
    width: clamp(20px, 90vw, 90vw);
    margin: 0 auto;
}
.tm-sec-title {
    margin-bottom: 40px;
    font-family: 'HK-black';
    width: 90%;
    line-height: 1.2;
}
.split-scroll > div {
    text-wrap-mode: nowrap;
}
.tm-sus-msg .tm-sec-title {
    width: 100%;
}
/*Landing*/
.tm-loading {
    visibility: hidden;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #0b1865;
}
.tm-landing {
    background: #000229;
}
h1.tmHBlk {
    margin-top: 40px;
}
h1.tmHReg {
    font-size: 4.063rem;
    margin: 10px 0 20px 0;
}
h3.tmHReg {
    font-weight: bold;
}
.tm-landing video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.tm-landing > .sec-width {
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    height: 100%;
}
.tm-landing > .sec-width > .uk-height-1-1 {
    z-index: 2;
}
.tm-tagline {
    margin: auto 0;
}
.tm-loading img, .tm-tagline img {
    width: 10vw;
    height: 100%;
    min-width: 90px;
}
.tm80-logo {
    margin-left: 30px;
    padding-left: 30px;
}
.tm80-logo::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}
.tm-landing .tm-scroll {
    margin-bottom: 30px;
}

/*Snapshot*/
.tm-snap-mobile-nav {
    position: sticky;
    bottom: 40px;
    width: fit-content;
    margin: 0 auto;
}
.tm-snap-mobile-nav > div {
    background: white;
    padding: 20px;
    margin-bottom: 40px;
}
.tm-dot-nav-wrapper {
    gap: 8px;
}
.tm-dot-nav-wrapper a > div {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background: var(--tmLgrey);
}
.tm-dot-nav-wrapper .uk-active div {
    background: var(--tmOrg);
}
.tm-snap {
    background-image: url(../images/Snapshot/snap-bg.jpg);
    background-size: cover;
    min-height: calc(100vh - 40px);
    margin: 20px;
}
h2.tm-sec-title::after, h3.tm-sec-title::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 10px 0 0 3px;
    background-image: url(../images/element.svg);
    background-size: contain;
}
h3.tm-sec-title::after {
    width: 25px;
    height: 25px;
    margin: 5px 0 0 10px;
}
.tm-snap-sticky {
    position: sticky;
    top: 15vh;
    z-index: 9;
}
.tm-snap .uk-nav-default>li.uk-active>a {
    color: rgba(255, 255, 255, 1);
}
.tm-snap .uk-nav-default>li>a {
    color: rgba(255, 255, 255, 0.3);
    padding: 0;
    margin: 20px 0;
    display: flex!important;
}
.tm-snap .uk-nav-default>li>a>div {
    width: 34px;
    height: 34px;
    position: relative;
}
.tm-snap .uk-nav-default>li>a>div>div {
    opacity: 0;
    margin-left: 1px;
}
.tm-snap .uk-nav-default>li>a>div>span {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid white;
    border-radius: 50%;
}
.tm-snap .uk-nav-default>li.uk-active>a>div>span {
    width: 34px;
    height: 34px;
}
.tm-snap .uk-nav-default>li.uk-active>a>div>div {
    opacity: 1;
}
.tm-snap .uk-nav-default>li>a h4 {
    margin: 0 0 0 25px;
}
.tm-snap .uk-position-z-index, .tm-snap-content {
    padding: 70px 0 60px;
}
.tm-snap-content h5 {
    margin: 30px 0 20px;
}
.tm-snap-content > p {
    line-height: 1.2;
    margin: 20px 0 40px;
}
.tm-snap-content p {
    line-height: 1.3;
}
.tmLgrey.note {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 0.875rem;
}
.tm-snap-content .tm54 {
    margin-right: 20px;
}
.tm-snap-content h5 {
    padding-left: 16px;
    position: relative;
}
.tm-snap-content h5::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    margin-top: 5px;
    background: var(--tmOrg);
}
.tm-sirim {
    margin: 20px 40px 0 0 ;
}
.tm-logos {
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
.tm-snap-item-bg {
    background: white;
}
/* Leaders */
.tm-ldp {
    margin: 20px;
    overflow: hidden;
}
.tm-ldp > .sec-width {
    z-index: 4;
}
.tm-ldp-left {
    padding-top: 80px;
    padding-bottom: 80px;
}
.tm-ldp-right {
    margin-top: auto;
}
.tm-ldp-img {
    padding-top: 80px;
}
.tm-ldp-bg {
    top: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
.tm-ldp-bg:first-child {
    z-index: 1;
    opacity: 1;
}
.tm-ldp-bg:nth-child(2) {
    z-index: 2;
    opacity: 0;
}
.tm-ldp-bg:nth-child(3) {
    z-index: 3;
    opacity: 0;
}
.tm-ldp-bg-wrapper > .uk-active.tm-ldp-bg:first-child,
.tm-ldp-bg-wrapper > .uk-active.tm-ldp-bg:nth-child(2),
.tm-ldp-bg-wrapper > .uk-active.tm-ldp-bg:nth-child(3) {
    opacity: 1;
}
.tm-ldp .tm-sec-title {
    margin-bottom: 80px;
}
.tm-ldp-nav {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.tm-ldp-nav ul {
    gap: 40px;
}
.tm-ldp-nav li a {
   padding: 0; 
   color: rgba(255, 255, 255, 0.6);
}
.tm-ldp-nav .uk-tab>.uk-active>a, .tm-ldp-nav ul li:hover a {
    border: none;
    color: white;
}
.chairman {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*VCM*/
.tmvcm-header {
    background: var(--tmBlue);
    padding: 5px 20px;
    margin: 0 50px;
}
.tmvcm-bo {
    min-width: fit-content;
}
.tmvcm-Nav-con {
    width: calc(100vw - 120px);
    overflow-x: auto;
}
.tmvcm-header .tmvcm-bo::before, .tmvcm-header .tmvcm-vfos::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 32px;
    top: -2px;
    background-image: url(../images/Vcm/right.svg);
}
.tmvcm-header .tmvcm-oc > div, .tmvcm-bo > div, .tmvcm-vfos > div {
    padding: 0 20px;
}
.tmvcm-modal-wrapper>.uk-position-relative.tm-br-20 {
    padding: 40px;
    background: #EBEFFB;
}
.tmvcm-in-item {
    padding: 20px;
    background: white;
}
.tmvcm-in-item ul li {
    padding-left: 26px;
}
.tmvcm-in-item ul>:nth-child(n+2) {
    margin-top: 5px;
}
.uk-invisible {
    opacity: 0.4;
    visibility: visible!important;
}
.tmvcm-Nav-wrapper {
    gap: 10px;
}
.tmvcm-Prev, .tmvcm-Next {
    min-width: 40px;
    min-height: 40px;
    background: var(--tmOrg);
}
.tmvcm-Prev svg, .tmvcm-Next svg {
    height: 20px;
}
.tmvcm-Prev svg polyline, .tmvcm-Next svg polyline {
    stroke: white!important;
    stroke-width: 3px;
}
.tmvcm-Nav li {
    z-index: 2;
}
.tmvcm-Nav::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    height: 1.5px;
    z-index: -1;
    background: #DFE3F1;
}
.tmvcm-Nav .tmvcm-fill::after {
    background: var(--tmOrg);
}
.tmvcm-Nav li a {
    width: fit-content;
    height: auto;
    border: none;
    border-radius: 0;
    overflow: visible;
    text-indent: inherit;
    color: var(--tmMgrey);
    padding: 10px 20px;
    border-radius: 10px;
    background: #DFE3F1;
}
/* .tmvcm-dotNav2 a {
    width: auto!important;
} */
.tmvcm-Nav li a div {
    font-size: 0.875rem;
}
.tmvcm-Nav .uk-active a, .tmvcm-fill a, .tmvcm-Nav li:hover a {
    color: white!important;
    border-radius: 10px!important;
    background: var(--tmOrg)!important;
}
.tm-risk {
    margin-right: 15px;
}
.tm-vcm .tm-vcm-br-left, .tm-vcm .tm-vcm-br-right {
    z-index: 2;
}
.tm-vcm .tm-mccg>:nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #C5C9D5;
}
.tm-vcm .tm-mccg .uk-accordion-title::after {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.tm-vcm .tm-mccg > li {
    padding: 0;
    background: none;
}
.tm-vcm .tm-mccg ul li {
    padding:0 0 0 30px;
    background: none;
}
.tm-vcm .tm-mccg .uk-open .uk-accordion-title {
    color: var(--tmBlue);
}
.tm-risk-list {
    gap: 10px;
}
.tm-vcm-br {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform-origin: 50% 30%;
    z-index: 1;
}
.tm-vcm-ba-logo {
    width: 80%;
    max-width: 120px;
    margin-top: 30px;
}
.vcm-ba-c2c {
    width: 50%;
}
.vcm-ba-b2b {
    width: 100%;
}
.tm-vcm-ba-open {
    z-index: 3;
    margin: 40px auto 0;
}
.tm-vcm-ba-item {
    padding: 30px;
    background-color: var(--tmLblue);
}
.tm-st-item {
    margin-top: 20px;
}
.tm-unsdg-wrapper {
    margin-top: 20px;
    gap: 10px;
}
.tm-unsdg {
    width: 60px;
    height: 60px;
}

/*Strat*/
.tm-strat {
    padding: 80px 0;
    background: #E7E5FB;
}
.tm-strat-item {
    padding: 30px 70px;
    background: white;
}
.tm-strat-item > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
/*Business*/
.tm-busi .sec-width > div:nth-child(n+2) {
    margin-top: 20px;
}
.tm-busi {
    padding: 80px 0;
    background: var(--tmLblue);
}
.tm-busi-wrapper > .uk-grid > .uk-flex {
    gap: 20px;
}
.tm-busi-img-w {
    top: 0;
    width: 100%;
}
.tm-busi-img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.tm-busi-con {
    padding: 50px;
    background: white;
}
.tm-busi-con p {
    margin-bottom: 40px;
}
.tm-busi-logo {
    margin: 40px 0;
}
.tm-busi-fig-header, .tm-busi-fig-grw {
    padding: 8px 20px;
}
.tm-busi-fig-con {
    padding: 20px;
}
.tm-busi-fig-header, .tm-busi-fig-con .tmHBlk {
    line-height: 1.3;
}
.tm-busi-fig-grw {
    margin-top: 15px;
}
.tm-busi-fig-grw .icon-next {
    font-size: 0.6rem;
    font-weight: 900;
    margin-right: 5px;
    transform: rotate(-90deg);
}
.b2c .tm-busi-fig-grw .icon-next {
    transform: rotate(-90deg);
}
.b2c .tm-busi-fig-header {
    color: var(--tmOrg);
    background: #FFD5BC;
}
.b2c .tm-busi-fig-con {
    background: #FFF0E4;
}
.b2c .tm-busi-fig-grw {
    background: var(--tmOrg);
}

.b2b .tm-busi-fig-header {
    color: white;
    background: #3363D5;
}
.b2b .tm-busi-fig-con {
    background: #EEF4F8;
}
.b2b .tm-busi-fig-grw {
    background: #3363D5;
}
.b2b .tm-busi-fig-grw .icon-next {
    transform: rotate(90deg);
}

.c2c .tm-busi-fig-header {
    color: white;
    background: #5D8FC8;
}
.c2c .tm-busi-fig-con {
    background: #EEF4F8;
}
.c2c .tm-busi-fig-grw {
    color: #5D8FC8;
    background: #DDE8F4;
}
.c2c .tm-busi-fig-grw .icon-next {
    transform: rotate(-90deg);
}

.mmu .tm-busi-fig-header {
    color: white;
    background: #5D8FC8;
}
.mmu .tm-busi-fig-con {
    background: #fff7f1;
}
.mmu .tm-busi-fig-grw {
    background: #eb967f;
}
.mmu .tm-busi-fig-grw .icon-next {
    transform: rotate(-90deg);
}
/* Articles */
.tm-art-img-wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
}
#art1 {
    opacity: 1;
}
.tm-art-img {
    opacity: 0;
}
.tm-art-img.show {
    opacity: 1;
}
.tm-art-item {
    cursor: pointer;
    padding: 25px 0;
}
.tm-art-list>a:nth-child(n+2) {
    border-top: 1px solid rgba(112, 109, 127, 0.3);
}
.tm-art-item h4 {
    width: 80%;
    font-weight: bold;
    line-height: 1.5;
    color: var(--tmLgrey);
}
.tm-art-item:hover h4 {
    color: var(--tmBlue);
}
.tm-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sustainability */
.tm-sus-msg {
    background-image: url(../images/Sustainability/cco-bg.jpg);
    background-size: cover;
    margin: 20px;
}
.tm-sus-msg .tm-sec-title {
    margin-bottom: 40px;
}
.tm-ssp-item {
    padding: 50px 3.4vw 50px 3.4vw;
    background: var(--tmLorg);
}
/*Governance*/
.tm-sus-gov > .sec-width > div {
    padding-top: 40px;
}
.tm-gov-link {
    padding: 20px 0;
    color: var(--tmMgrey);
}
.tm-gov-link .tm-link {
    transform: scale(0.8);
}
.tm-gov-link:hover {
    color: var(--tmOrg);
}
.tm-mccg li {
    padding: 30px;
    background: var(--tmLblue);
}
.tm-mccg li a .tmHBlk {
    font-size: 3.5rem;
}
.tm-mccg .uk-open .tm18, .tm-mccg .uk-open .tm-mccg-icon::before, .tm-mccg .uk-accordion-title:hover, .tm-mccg .uk-accordion-title:hover .tm-mccg-icon::before {
    color: var(--tmBlue);
}
.tm-mccg .uk-accordion-title:hover::after {
    transform: scale(0.8);
}
.icon-A, .icon-B, .icon-C {
    font-size: 3rem;
    margin-right: 30px;
}
.tm-mccg .uk-accordion-title {
    color: #7C869F;
}
.tm-mccg .uk-accordion-title::after {
    content: "";
    background-image: url(../images/Governance/plus.svg);
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 0 0 auto;
}
.uk-open>.uk-accordion-title::after {
    background-image: url(../images/Governance/minus.svg);
}
.tm-mccg .uk-accordion-title > div {
    width: calc(100% - 130px);
}

/*Downloads*/
.tm-dwl {
    padding-top: 80px;
    background: var(--tmLblue);
}
.tm-dwl-list {
    padding: 40px;
    width: auto;
    background: white;
}
.tm-dwl-list-g {
    margin: 0;
    padding: 5px;
    width: fit-content;
    background: var(--tmLblue);
    list-style: none;
    border-radius: 50px;
}
.tm-dwl-list-g::after {
    content: "";
    position: absolute;
    width: 59px;
    height: 31px;
    background: var(--tmOrg);
    border-radius: 50px;
    transform: translateX(0);
}
.tm-dwl-list-g.en::after {
    transform: translateX(0);
}
.tm-dwl-list-g.bm::after {
    transform: translateX(100%);
}

.tm-dwl-list .uk-subnav li {
    padding: 0;
    z-index: 2;
}
.tm-dwl-list .uk-subnav li a {
    padding: 5px 20px;
    border-radius: 50px;
    background: none;
}
.tm-dwl-right>div:nth-child(n+2) .tm-dwl-list {
    display: flex;
    padding: 20px 40px;
    color: var(--tmMgrey);
}
.tm-dwl-right>div:nth-child(n+2) .tm-dwl-list:hover {
    color: var(--tmOrg);
}
/* .this {
    background-image: url(../images/Downloads/cover.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000522;
} */
#enDownload ul>div, #bmDownload ul>div {
    gap: 10px;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    margin: 0 15px 0 0;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid var(--tmLgrey);
}
input:checked {
    border: 1px solid var(--tmOrg);
    background: var(--tmOrg);
}
input:checked~.mxFormText {
    color: var(--tmOrg)
}
input:checked::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white; /* Color of the tick */
    border-width: 0 2px 2px 0; /* Creates the checkmark shape with borders */
    transform: rotate(45deg);
    opacity: 1;
}
#submitted:disabled {
    color: white;
    background-color: var(--tmLgrey)
}
.tm-dwl-list .icon-next {
    font-size: 0.875rem;
}
.tm-btop .icon-next {
    transform: rotate(-90deg);
}
.tm-cpy {
    font-size: 0.875rem;
    padding: 20px 0;
}
.m500 {
    display: none;
}






@media (max-width:2560px) {

}

@media (max-width:1600px) {
    
}

@media (max-width:1400px) {
    h1 {
        font-size: 4.5rem;
    }
    h2, .tm54 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    h4, .tm24 {
        font-size: 1.125rem;
    }
    h5, .tm18 {
        font-size: 1rem;
    }
    body, .tm16 {
        font-size: 0.875rem;
    }
    h2.tm-sec-title::after, h3.tm-sec-title::after {
        width: 34px;
        height: 34px;
    }
    h2.tm-sec-title::after {
        margin-top: 10px;
    }
    .tm-snap .uk-nav-default>li>a {
        margin: 10px 0;
    }
    .tm-snap-content p {
        line-height: 1.5;
    }
    .tm-snap-sticky {
        top: 10vh;
    }
    h3.tm-sec-title::after {
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }
    .tm-sec-title {
        margin-bottom: 20px;
    }
    .tm-menu-item {
        margin: 0;
    }
    .icon-A, .icon-B, .icon-C {
        font-size: 2.4rem;
    }
    .tmvcm-Nav li a {
        padding: 10px 15px;
    }
}

@media screen and (max-height:680px) and (orientation:landscape) {
    .tm-landing video {
        height: 100%;
        object-fit: contain;
        object-position: right;
    }
    .tm-busi-img {
        height: 60vh;
    }
    .tm-busi-con {
        padding: 30px;
    }
    .tm-menu>.tm-close {
        margin-bottom: 20px;
    }
    .tm-menu-txt {
        font-size: 1rem;
    }
    .tm-menu-item .tm-link {
        min-width: 35px;
        min-height: 35px;
        max-height: 35px;
        max-width: 35px;
    }
}

@media (max-width:1366px) {
    
}

@media (max-width:1180px) {
    .tmvcm-modal-wrapper>.uk-position-relative.tm-br-20, .tm-busi-con {
        padding: 20px;
    }
    .tm-navbar {
        margin: 20px auto 0 20px;
    }
    h1.tmHBlk {
        font-size: 2.625rem;
    }
    h1.tmHReg, h2, .tm54 {
        font-size: 2.125rem;
    }
    h2.tm-sec-title::after, h3.tm-sec-title::after {
        width: 24px;
        height: 24px;
    }
    .tm-landing > .sec-width {
        width: calc(100% - 40px);
    }
    .sec-width {
        width: fit-content;
        margin: 0 20px;
    }
    .tm-wrapper.tm-art, .tm-vcm, .tm-wrapper.tm-sus-gov {
        margin: 80px 0!important;
    }
    .icon-A, .icon-B, .icon-C {
        margin-right: 20px;
    }
    .tm-dwl-list, .tm-dwl-right>div:nth-child(n+2) .tm-dwl-list {
        padding: 20px;
    }
}

@media screen and (max-width:1000px) and (orientation:landscape) {
    body {
        overflow: hidden
    }
    .landscape {
        display: block;
        z-index: 9999;
        background-image: url(../images/turnDevice.png);
        position: fixed;
        width: 100%;
        height: 100vh
    }
}

@media (max-width:960px) {
    .tm-snap .uk-position-z-index, .tm-snap-content {
        padding: 40px 0 40px;
    }
    .tm-ldp-left {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .tm-wrapper.tm-art, .tm-vcm, .tm-wrapper.tm-sus-gov {
        margin: 40px 0 !important;
    }
    .tm-wrapper:not(.tm-landing):not(.tm-busi):not(.tm-sus-tm):not(.tm-dwl) {
        margin: 40px 20px;
    }
    .tm-strat, .tm-busi, .tm-dwl {
        padding: 40px 0;
    }
    .tm-landing video {
        object-position: 64% 50%;
    }
    .tm-menu-wrapper, .tm-mccg li {
        padding: 20px;
    }
    .tm-menu-wrapper {
        height: fit-content;
    }
    .tm-ext-link-wrapper {
        margin-top: 40px;
    }
    .uk-modal-dialog {
        width: 90vw;
        padding: 20px;
    }
    .tm-navtoggle {
        min-height: 21px;
    }
    .tm-navtoggle-icon {
        margin: 0;
    }
    .tm-sec-title {
        width: 100%;
    }
    .tmvcm-modal-wrapper {
        margin: 0 20px;
    }
    .tm-sirim-wrapper {
        display: block!important;
    }
    .tm-sirim {
        margin: 20px 0;
    }
    .tm-ldp-nav ul {
        gap: 30px;
    }
    .tm-ldp-img-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        margin-bottom: 40px!important;
    }
    .tm-ldp-img {
        width: 50%;
        padding: 0;
    }
    .tm-ldp .tm-sec-title {
        margin-bottom: 50px;
    }
    .tmvcm-in-icon {
        width: 50px;
        height: 50px;
    }
    .tm-strat-item img {
        width: 70px;
        height: 70px;
    }
    .tm-strat-item {
        padding: 30px 30px 30px 60px;
        background: white;
        margin-left: 30px;
    }
    .tmvcm-oc > div, .tmvcm-bo > div, .tmvcm-vfos > div {
        padding: 0 1vw;
    }
    .tmvcm-header {
        margin: 0;
        text-align: center;
    }
    .tmvcm-header .tmvcm-bo {
        padding: 20px 0;
    }
    .tmvcm-header .tmvcm-bo .uk-flex {
        flex-direction: column;
        justify-content: center!important;
    }
    .tmvcm-header .tmvcm-bo::before, .tmvcm-header .tmvcm-vfos::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg) scale(.7);
    }
    .tmvcm-header .tmvcm-bo::before {
        top: 16px;
    }
    .tmvcm-header .tmvcm-vfos::before {
        top: 73px;
    }
    .tm-vcm-br {
        width: 100%;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .tm-vcm-ba-open {
        margin: 20px auto 0;
    }
    .tm-busi-img {
        height: auto;
        margin-bottom: 20px;
    }
    .tm-ssp-item {
        padding: 40px 20px;
    }
    form ul > div:last-child {
        margin-top: 10px!important;
    }
    .tm-dwl-right i {
        margin: 0!important;
    }
    .tm-landing video {
        object-fit: cover;
        height: 75vh;
        object-position: 77% 50%;
        padding-bottom: 10vh;
    }
    .tm-landing .sec-width::after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 38vh;
        left: -20px;
        bottom: 0;
        background-image: linear-gradient(rgb(0 42 255 / 0%) 50%, rgb(11 24 101) 75%);
    }
    .tm-tagline {
        margin-top: 13vh;
    }
    h1.tmHBlk {
        position: absolute;
        top: 59vh;
        right: 0;
        margin: 0;
    }
    h1.tmHReg {
        position: absolute;
        top: 63vh;
        right: 0;
    }
    .tm-tagline .uk-flex {
        margin-bottom: 20px;
    }
    .m500 {
        display: block;
    }
}

@media (max-width:500px) {
    .tm-menu>.tm-close {
        margin-bottom: 20px;
    }
    .tm-menu-txt {
        font-size: 1rem;
    }
    .tm-landing .sec-width::after {
        background-image: linear-gradient(rgb(0 42 255 / 0%) 40%, rgb(11 24 101) 55%);
    }
    .tm-landing video {
        height: 70vh;
        padding-bottom: 17vh;
    }
    h1.tmHBlk {
        top: 52vh;
    }
    h1.tmHReg {
        top: 56vh;
    }
    .tm-navtoggle-icon > div {
        width: 15px;
    }
    .tm-navbar .uk-box-shadow-small {
        padding: 10px 13px;
    }
    .tm-tagline img {
        width: 3vw;
        min-width: 60px;
    }
    .tm80-logo {
        margin-left: 10px;
        padding-left: 10px;
    }
    h1.tmHBlk {
        font-size: clamp(5vw, 2.625rem, 8.5vw);
        position: absolute;
        top: 52vh;
        right: 0;
        margin: 0;
    }
    h1.tmHReg {
        font-size: clamp(5vw, 2.625rem, 6.6vw);
        margin: 10px 0 10px 0;
        position: absolute;
        top: 56vh;
        right: 0;
    }
    .tmIAR {
        font-size: 0.813rem;
    }
    h2, .tm54 {
        font-size: clamp(5vw, 2.125rem, 7.6vw);
    }
    h2.tm-sec-title::after, h3.tm-sec-title::after {
        width: 5vw;
        height: 5vw;
    }
    .tm-snap-item-bg {
        padding: 20px!important;
    }
    *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
        margin-top: 20px;
    }
    .tm-ldp-img {
        width: 100%;
    }
    .tmvcm-header {
        padding: 10px 20px;
    }
    .tmvcm-header .tmvcm-bo::before {
        top: 20px;
    }
    .tmvcm-header .tmvcm-vfos::before {
        top: 77px;
    }
    .tm-strat-item {
        padding: 20px 20px 20px 50px;
    }
    .tm-sus-tm .tm-sec-title {
        width: 90%;
    }
    .tm-sus-gov > .sec-width > div {
        padding-top: 10px;
    }
    .tm-link {
        min-width: 35px;
        min-height: 35px;
        max-height: 35px;
        max-width: 35px;
    }
    .tm-link i {
        font-size: 0.7rem;
    }
}

@media (max-width:360px) {
    
}