﻿.mmt-mdp__location {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-8);
    line-height: var(--mbase-lnHeight-xxs);
    color: var(--mbase-color-grey-700);
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    float: left;
}

.mmt-mdp__location .mmt-mdp-location-link {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--mbase-clr-link);
}

.mmt-mdp__location .mmt-mdp-location-link::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e024";
}

.mmt-mdp__location .mmt-mdp-location-link::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    margin-right: var(--mbase-spacer-xs);
    position: relative;
    top: -1px;
}

.mmt-mdp__location .mmt-mdp-location-link:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp__location .mmt-mdp-location-link:hover::after {
    opacity: 1;
}

.mmt-ml__location {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-8);
    line-height: var(--mbase-lnHeight-xxs);
    color: var(--mbase-color-grey-700);
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    float: left;
}

.mmt-ml__location .mmt-ml-location-link {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--mbase-clr-link);
}

.mmt-ml__location .mmt-ml-location-link::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e024";
}

.mmt-ml__location .mmt-ml-location-link::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    margin-right: var(--mbase-spacer-xs);
    position: relative;
    top: -1px;
}

.mmt-ml__location .mmt-ml-location-link:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-ml__location .mmt-ml-location-link:hover::after {
    opacity: 1;
}

.mod-meeting2 fieldset {
    margin-top: 0;
}

.mmt-mdp-nav ul,
.mmt-mdp-section-attendees ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmt-mdp-nav ul > li,
.mmt-mdp-section-attendees ul > li {
    list-style-image: none;
}

.mmt-mdp-nav ul > li::before,
.mmt-mdp-section-attendees ul > li::before {
    background: none;
}

.mmt-mdp-main .mmt-mdp-section {
    margin-bottom: var(--mbase-spacer-xl);
}

.mmt-mdp-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: var(--mbase-spacer-md);
    padding-left: calc(6px + var(--mbase-spacer-xs));
}

.mmt-mdp-sidebar ul > li {
    list-style-image: none;
}

.mmt-mdp-sidebar ul > li::before {
    background: none;
}

.mmt-mdp-sidebar ul li {
    list-style: none;
    padding: var(--mbase-spacer-xxs) 0;
    position: relative;
    line-height: var(--mbase-lnHeight-md);
}

.mmt-mdp-sidebar ul li::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.mmt-mdp-sidebar ul li::before {
    position: absolute;
    left: calc(neg(6px + var(--mbase-spacer-xs)));
    top: 5px;
}

.mmt-mdp-sidebar ul li ul {
    margin-block: var(--mbase-spacer-xs);
    list-style: bullet;
}

.mmt-mdp-sidebar ul li ul li {
    list-style-type: disc;
    padding: var(--mbase-spacer-xxs) 0;
}

.mmt-mdp-sidebar ul li ul li::before {
    display: none;
}

.mmt-mdp-sidebar ul li ul li:first-child {
    padding-top: 0;
}

.mmt-mdp-sidebar ul li ul li:last-child {
    padding-bottom: 0;
}

.mmt-clearfix:before,
.mmt-clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.mmt-clearfix {
    zoom: 1;
}

.mmt-clearfix::after {
    clear: both;
}

.mmt-mdp-inner h2,
.mmt-mdp-inner h3 {
    font-weight: var(--mbase-txt-medium);
    font-size: var(--mbase-txtSize-4);
}

.mmt-meeting-detail-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.mmt-meeting-detail-page table tr th,
.mmt-meeting-detail-page table tr td {
    text-align: left;
    font-size: var(--mbase-txtSize-6);
    line-height: var(--mbase-lnHeight-sm);
    padding: var(--mbase-spacer-xs);
}

.mmt-meeting-detail-page table tr th {
    font-weight: var(--mbase-txt-semibold);
}

.mmt-meeting-detail-page table tr td {
    vertical-align: middle;
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-meeting-detail-page table tr.mmt-mdp-last td {
    border-bottom: 0;
}

.mmt-meeting-detail-page table tr:hover {
    cursor: auto;
    background: transparent;
    color: var(--mbase-clr-txt-body);
}

.mmt-meeting-detail-page caption {
    padding: var(--mbase-spacer-xxxs);
    background-color: var(--mbase-color-grey-100);
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-coverPicture {
    transition: height 0.25s ease-in-out;
    position: relative;
    display: block;
    margin: 0;
    box-shadow: var(--mbase-shadow-subtle);
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-coverImage {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: var(--mbase-brdr-radius);
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-summary {
    margin-bottom: var(--mbase-spacer-lg);
    opacity: 0.95;
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-date {
    position: static;
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-date--multi {
    display: flex;
    flex-direction: column;
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-date--multi .mmt-mdp-date:last-child {
    margin-top: var(--mbase-spacer-xxxs);
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-title {
    line-height: var(--mbase-lnHeight-xs);
}

.mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-subtitle {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-4);
    font-weight: var(--mbase-txt-regular);
    margin: var(--mbase-spacer-xs) 0 0 0;
}

.mmt-mdp-last {
    margin: 0;
    padding: 0;
    border: 0;
}

.mmt-mdp-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--mbase-spacer-md);
}

.mmt-mdp-summary {
    margin: 0 0 0 var(--mbase-spacer-xxxs);
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.mmt-mdp-summary > * {
    font-size: var(--mbase-txtSize-6);
}

.mmt-mdp-date {
    width: 65px;
    min-width: 65px;
    margin-right: var(--mbase-spacer);
}

.mmt-mdp-details {
    font-size: var(--mbase-txtSize-7);
    line-height: var(--mbase-lnHeight-sm);
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    order: 2;
}

.mmt-mdp-details div,
.mmt-mdp-details span {
    padding: var(--mbase-spacer-xxs) 0;
}

.mmt-mdp-details span + span:before {
    content: "|";
    display: inline-block;
    color: var(--mbase-clr-txt-meta);
    position: relative;
    top: -1px;
    float: left;
    margin: 0 var(--mbase-spacer-xs);
}

.mmt-mdp-details span + span::before {
    float: left;
}

.mmt-mdp-details-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mmt-mdp-subtitle {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-2);
    font-weight: var(--mbase-txt-regular);
    margin: 0;
    color: var(--mbase-clr-txt-body);
}

.mmt-mdp-subtitle p {
    margin-bottom: 0;
}

.mmt-mdp-subtitle p + .mmt-mdp-subtitle p {
    display: none;
}

.mmt-mdp-level {
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-color-grey-700);
    float: left;
    line-height: var(--mbase-lnHeight-xxs);
}

.mmt-mdp-language {
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-color-grey-700);
    float: left;
    line-height: var(--mbase-lnHeight-xxs);
}

.mmt-mdp-language em {
    font-style: normal;
}

.mmt-mdp-language em::after {
    content: ", ";
    display: inline-block;
}

.mmt-mdp-language em:last-child::after {
    display: none;
}

.mmt-mdp-summary .mmt-mdp-location {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-8);
    line-height: var(--mbase-lnHeight-xxs);
    color: var(--mbase-color-grey-700);
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    float: left;
}

.mmt-mdp-summary .mmt-mdp-location .mmt-mdp-location-link {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--mbase-clr-link);
}

.mmt-mdp-summary .mmt-mdp-location .mmt-mdp-location-link::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e024";
}

.mmt-mdp-summary .mmt-mdp-location .mmt-mdp-location-link::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    margin-right: var(--mbase-spacer-xs);
    position: relative;
    top: -1px;
}

.mmt-mdp-summary .mmt-mdp-location .mmt-mdp-location-link:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp-summary .mmt-mdp-location .mmt-mdp-location-link:hover::after {
    opacity: 1;
}

.mmt-mdp-summary .mmt-mdp-location:after {
    content: "|";
    display: inline-block;
    color: var(--mbase-clr-txt-meta);
    position: relative;
    top: -1px;
    float: left;
    margin: 0 var(--mbase-spacer-xs);
}

.mmt-mdp-summary .mmt-mdp-location::after {
    float: right;
}

.mmt-mdp-summary .mmt-mdp-location .mmt-mdp-location-link {
    font-size: var(--mbase-txtSize-7);
}

.mmt-mdp-labels {
    list-style: none;
    padding: 0;
    margin: var(--mbase-spacer-md) 0 0;
    overflow: hidden;
}

.mmt-mdp-labels > li {
    list-style-image: none;
}

.mmt-mdp-labels > li::before {
    background: none;
}

.mmt-mdp-labels .mmt-mdp-label {
    transition: all 0.25s ease-in-out;
    font-size: var(--mbase-txtSize-8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--mbase-fam-regular);
    font-weight: var(--mbase-txt-regular);
    color: var(--mbase-clr-txt-body);
    padding: var(--mbase-spacer-xs) var(--mbase-spacer-sm);
    line-height: var(--mbase-lnHeight-xxs);
    background-color: var(--mbase-clr-theme-light);
    border-radius: var(--mbase-btn-brdr-radius-xs);
    border: none;
    min-height: var(--mbase-btn-xs-height);
    margin-right: var(--mbase-spacer-xxs);
    margin-bottom: var(--mbase-spacer-xxs);
    text-decoration: none;
}

.mmt-mdp-labels .mmt-mdp-label::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e035";
}

.mmt-mdp-labels .mmt-mdp-label::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    display: inline-block;
    margin-right: var(--mbase-spacer-xs);
}

.mmt-mdp-labels .mmt-mdp-label:hover {
    color: var(--mbase-clr-txt-dark) !important;
    background-color: var(--mbase-clr-theme-light-hover);
    cursor: pointer;
}

.mmt-mdp-labels .mmt-mdp-label > a {
    text-decoration: none;
}

.mmt-mdp-labels .mmt-mdp-label:last-child {
    margin-right: 0;
}

.mmt-mdph-labels {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

.mmt-mdph-labels > li {
    list-style-image: none;
}

.mmt-mdph-labels > li::before {
    background: none;
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType) {
    transition: all 0.25s ease-in-out;
    font-size: var(--mbase-txtSize-8);
    display: inline-block;
    font-family: var(--mbase-fam-regular);
    padding: 6px var(--mbase-spacer-sm) 6px;
    line-height: var(--mbase-lnHeight-xxs);
    border: 1px solid var(--mbase-clr-brdr-light);
    border-radius: var(--mbase-brdr-radius-sm);
    margin-right: var(--mbase-spacer-xs);
    text-decoration: none;
    margin-bottom: 0;
    color: var(--mbase-clr-theme-textcolor) !important;
    font-weight: var(--mbase-txt-medium);
    white-space: nowrap;
    background-color: var(--mbase-clr-theme);
    border-color: var(--mbase-clr-theme) !important;
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType)::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e035";
}

:hover .mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType) {
    color: var(--mbase-clr-txt-dark);
    border-color: var(--mbase-clr-brdr-medium);
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType)[href]:hover {
    color: var(--mbase-clr-link-hover);
    border-color: var(--mbase-clr-brdr-medium);
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType) > a {
    text-decoration: none;
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType):last-child {
    margin-right: 0;
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType)::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    display: inline-block;
    margin-right: var(--mbase-spacer-xs);
}

.mmt-mdph-labels .mmt-mdph-label:not(.mmt-mdph-label--eventType).mmt-mdph-label--onlineTag {
    background-color: #0f93ff;
    border-color: #006ec8;
    color: #003057;
}

.mmt-mdph-labels .mmt-mdph-label--eventType {
    color: var(--mbase-clr-txt-meta) !important;
    font-size: var(--mbase-txtSize-7);
}

.mmt-mdph-labelsOnline {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: var(--mbase-spacer-xs);
}

.mmt-mdph-labelsOnline > li {
    list-style-image: none;
}

.mmt-mdph-labelsOnline > li::before {
    background: none;
}

.mmt-mdph-labelsOnline .mmt-mdph-labelOnline {
    transition: all 0.25s ease-in-out;
    font-size: var(--mbase-txtSize-8);
    display: inline-block;
    font-family: var(--mbase-fam-regular);
    font-weight: var(--mbase-txt-regular);
    padding: 6px var(--mbase-spacer-sm) 6px;
    line-height: var(--mbase-lnHeight-xxs);
    border: 1px solid var(--mbase-clr-brdr-light);
    border-radius: var(--mbase-brdr-radius-sm);
    margin-right: var(--mbase-spacer-xs);
    margin-bottom: var(--mbase-spacer-xs);
    text-decoration: none;
    background-color: transparent !important;
    border-color: var(--mbase-clr-theme) !important;
    color: var(--mbase-clr-theme) !important;
}

.mmt-mdph-labelsOnline .mmt-mdph-labelOnline::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e035";
}

:hover .mmt-mdph-labelsOnline .mmt-mdph-labelOnline {
    color: var(--mbase-clr-txt-dark);
    border-color: var(--mbase-clr-brdr-medium);
}

.mmt-mdph-labelsOnline .mmt-mdph-labelOnline[href]:hover {
    color: var(--mbase-clr-link-hover);
    border-color: var(--mbase-clr-brdr-medium);
}

.mmt-mdph-labelsOnline .mmt-mdph-labelOnline > a {
    text-decoration: none;
}

.mmt-mdph-labelsOnline .mmt-mdph-labelOnline:last-child {
    margin-right: 0;
}

.mmt-mdph-labelsOnline .mmt-mdph-labelOnline::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    display: inline-block;
    margin-right: var(--mbase-spacer-xs);
}

.mmt-mdp-share {
    display: flex;
    align-items: center;
    margin: 0 0 var(--mbase-spacer-lg);
    padding: 0;
    float: none;
    text-align: left;
    width: 100%;
    order: 1;
}

.mmt-mdp-share .l-shareButtons__title {
    margin-right: 0 !important;
    text-align: left !important;
    font-size: 1rem;
    font-weight: normal;
    font-family: var(--mbase-fam-regular);
}

.mmt-mdp-footer {
    margin-top: var(--mbase-spacer-md);
}

.mmt-mdp-footer__bottom {
    margin-top: var(--mbase-spacer-md);
    padding-top: var(--mbase-spacer);
    border-top: 1px solid var(--mbase-clr-brdr-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mmt-mdp-back {
    order: 2;
    text-decoration: none;
}

.mmt-mdp-back::before {
    margin-right: var(--mbase-spacer-xs);
}

.nav-meeting-anchor {
    position: absolute;
    top: calc(var(--mbase-spacer-xxxl) * -1);
}

.mmt-mdp-nav {
    position: relative;
    margin: var(--mbase-spacer) 0 var(--mbase-spacer-xl);
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-has-cover .mmt-mdp-nav {
    margin-top: 0;
}

.mmt-mdp-nav > ul {
    display: flex;
    flex-wrap: wrap;
}

.mmt-mdp-nav > ul hr {
    transition: all 0.25s ease-in-out;
    background-color: var(--mbase-clr-theme);
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    z-index: 2;
    border: none;
    margin: 0;
    display: none;
}

.mmt-mdp-nav li {
    list-style-image: none;
    border-bottom: 1px solid var(--mbase-clr-brdr-white);
}

.mmt-mdp-nav a {
    display: block;
    padding-block: var(--mbase-spacer-xxs);
    text-decoration: none;
    text-align: center;
    color: var(--mbase-clr-txt-body);
    font-family: var(--mbase-fam-regular);
}

.mmt-mdp-nav a:hover {
    color: var(--mbase-clr-link-hover);
    border-bottom-color: var(--mbase-clr-link-hover);
}

.mmt-mdp-active a {
    color: var(--mbase-clr-link);
    font-weight: var(--mbase-txt-medium);
}

.mmt-mdp-active a:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp-cta-link {
    transition: all 0.25s ease-in-out;
    border: 1px solid var(--mbase-clr-btn-brdr-80);
    height: var(--mbase-btn-default-height);
    border-radius: var(--mbase-btn-brdr-radius);
    font-weight: var(--mbase-txt-semibold);
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-6);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: var(--mbase-spacer-reg);
    line-height: var(--mbase-lnHeight-xxs);
    text-decoration: none;
    color: var(--mbase-clr-btn-textcolor);
    background-color: var(--mbase-clr-btn-bg);
    border-color: var(--mbase-clr-btn-brdr);
}

.mmt-mdp-cta-link:hover {
    color: var(--mbase-clr-link-hover);
    border-color: var(--mbase-clr-btn-brdr-hover);
}

.mmt-mdp-cta-link span {
    line-height: var(--mbase-lnHeight-xxs);
}

.mmt-mdp-cta-link::after {
    display: none;
}

.mmt-mdp-cta-link:hover {
    color: var(--mbase-clr-btn-textcolor);
    background-color: var(--mbase-clr-btn-bg-hover);
    border-color: var(--mbase-clr-btn-brdr-hover);
}

.mmt-mdp-cta-link::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.mmt-mdp-cta-link::after {
    transition: margin 0.25s ease-in-out;
    display: inline-block;
    margin-left: var(--mbase-spacer-xs);
}

.mmt-mdp-cta-link:hover::after {
    margin-left: var(--mbase-spacer-sm);
}

.mmt-mdp-sidebar {
    clear: both;
    margin-top: var(--mbase-spacer-lg);
    margin-bottom: var(--mbase-spacer-xl);
}

.mmt-mdp-sidebar .mmt-mdp-inner {
    padding: var(--mbase-spacer-md);
    background: var(--mbase-clr-bg-body);
    box-shadow: var(--mbase-nice-box-shadow);
    border-radius: var(--mbase-brdr-radius);
}

.mmt-mdp-sidebar .mmt-mdp-section {
    margin-bottom: var(--mbase-spacer-lg);
}

.mmt-mdp-sidebar .mmt-mdp-section:last-child {
    margin-bottom: 0;
}

.mmt-mdp-sidebar h3 {
    margin: 0;
    padding: 0 0 var(--mbase-spacer-xs);
    line-height: var(--mbase-lnHeight-md);
    text-transform: uppercase;
    background-color: var(--mbase-clr-bg-body);
}

.mmt-mdp-sidebar .mmt-mdp-section-tickets th {
    font-weight: var(--mbase-txt-bold);
}

.mmt-mdp-sidebar .mmt-mdp-section-tickets p:last-child {
    margin: 0;
}

.mmt-mdp-sidebar .mmt-has-help {
    margin-bottom: var(--mbase-spacer);
}

.mmt-mdp-sidebar a[class^="button--"] {
    display: block;
    margin-bottom: var(--mbase-spacer-xxs);
}

.mmt-mdp-ticket-price {
    width: 100px;
}

.mmt-mdp-registration-status {
    padding-top: var(--mbase-spacer);
    border-top: 1px dotted var(--mbase-clr-brdr-light);
}

.mmt-mdp-registration-status-message {
    margin-bottom: var(--mbase-spacer);
}

.mmt-mdp-registration-limit {
    color: var(--mbase-clr-theme);
    font-weight: var(--mbase-txt-bold);
}

.mmt-mdp-registration-status-cta {
    margin: 0;
}

.mmt-mdp-registration-status-cta-link {
    transition: all 0.25s ease-in-out;
    border: 1px solid var(--mbase-clr-btn-brdr-80);
    height: var(--mbase-btn-default-height);
    border-radius: var(--mbase-btn-brdr-radius);
    font-weight: var(--mbase-txt-semibold);
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-6);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: var(--mbase-spacer-reg);
    line-height: var(--mbase-lnHeight-xxs);
    text-decoration: none;
    color: var(--mbase-clr-btn-textcolor);
    background-color: var(--mbase-clr-btn-bg);
    border-color: var(--mbase-clr-btn-brdr);
}

.mmt-mdp-registration-status-cta-link:hover {
    color: var(--mbase-clr-link-hover);
    border-color: var(--mbase-clr-btn-brdr-hover);
}

.mmt-mdp-registration-status-cta-link span {
    line-height: var(--mbase-lnHeight-xxs);
}

.mmt-mdp-registration-status-cta-link::after {
    display: none;
}

.mmt-mdp-registration-status-cta-link:hover {
    color: var(--mbase-clr-btn-textcolor);
    background-color: var(--mbase-clr-btn-bg-hover);
    border-color: var(--mbase-clr-btn-brdr-hover);
}

.mmt-mdp-registration-status-cta-link::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.mmt-mdp-registration-status-cta-link::after {
    transition: var(--iconHoverTransition);
    display: inline-block;
    margin-left: var(--mbase-spacer-xs);
}

.mmt-mdp-registration-status-cta-link:hover::after {
    transform: var(--iconHoverTransform);
}

.mmt-mdp-registration-status-cta-link.mmt-mdp-registration-status-cta-link--noOptOut {
    margin-left: var(--mbase-spacer-xs);
    transition: all 0.25s ease-in-out;
    border: 1px solid var(--mbase-clr-btn-brdr-80);
    background-color: transparent;
    height: var(--mbase-btn-default-height);
    border-radius: var(--mbase-btn-brdr-radius);
    font-weight: var(--mbase-txt-semibold);
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-6);
    color: var(--mbase-clr-link);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: var(--mbase-spacer-reg);
    line-height: var(--mbase-lnHeight-xxs);
    text-decoration: none;
}

.mmt-mdp-registration-status-cta-link.mmt-mdp-registration-status-cta-link--noOptOut:hover {
    color: var(--mbase-clr-link-hover);
    border-color: var(--mbase-clr-btn-brdr-hover);
}

.mmt-mdp-registration-status-cta-link.mmt-mdp-registration-status-cta-link--noOptOut span {
    line-height: var(--mbase-lnHeight-xxs);
}

.mmt-mdp-registration-status-cta-link.mmt-mdp-registration-status-cta-link--noOptOut::after {
    display: none;
}

.mmt-mdp-section-attendees-list li {
    padding: var(--mbase-spacer-xxs) 0;
    border-top: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-section-attendees-list li.mmt-mdp-first {
    padding-top: 0;
    border-top: 0;
}

.mmt-mdp-section-attendees-list span,
.mmt-mdp-section-attendees-list a {
    display: block;
}

.mmt-mdp-section-attendees-list p {
    margin-bottom: 0;
    text-align: right;
}

.mmt-mdp-attendee-fn {
    font-size: var(--mbase-txtSize-5);
    font-weight: var(--mbase-txt-bold);
}

.mmt-mdp-sponsor-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmt-mdp-sponsor-list .mmt-mdp-sponsor-item {
    float: left;
    width: 50%;
    padding: 0 var(--mbase-spacer-md) var(--mbase-spacer-xs) 0;
    list-style-image: none;
}

.mmt-mdp-sponsor-link {
    display: block;
}

.mmt-mdp-sponsor-logo {
    width: 190px;
}

@media (min-width: 21.25em) {
    .mmt-mdp-nav li {
        float: left;
        width: 50%;
        border-right: 1px solid var(--mbase-clr-brdr-white);
    }

    .mmt-mdp-nav li:nth-child(2n + 2) {
        border-right-width: 0;
    }
}

@media (min-width: 36em) {
    .mmt-mdph-labels {
        margin-bottom: var(--mbase-spacer-xxs);
    }

    .mmt-mdp-share .l-shareButtons__title {
        text-align: right !important;
        margin-right: .5rem !important;
    }

    .mmt-mdp-share {
        width: auto;
        margin: 0;
        order: 2;
    }

    .mmt-mdp-back {
        order: 1;
    }

    .mmt-mdp-nav li:nth-child(1n) {
        width: 33.333%;
        border-right: 1px solid var(--mbase-clr-brdr-white);
    }

    .mmt-mdp-nav li:nth-child(3n + 3) {
        border-right-width: 0;
    }
}

@media (min-width: 48em) {
    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-coverPicture {
        border-bottom-width: 0;
        height: 25em;
        overflow: visible;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-coverImage {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-summary {
        background: var(--mbase-clr-theme);
        background: -webkit-linear-gradient(0deg, var(--mbase-clr-theme) 0%, var(--mbase-clr-theme-intense) 100%);
        background: linear-gradient(90deg, var(--mbase-clr-theme) 0%, var(--mbase-clr-theme-intense) 100%);
        padding: var(--mbase-spacer-lg) var(--mbase-spacer-xl) var(--mbase-spacer-xl) var(--mbase-spacer-xl);
        position: absolute;
        bottom: 0;
        z-index: 1;
        margin: 0;
        width: 90%;
        flex-wrap: nowrap;
        align-items: flex-start;
        left: 0;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-details {
        padding-left: var(--mbase-spacer-xs);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdph-labelsOnline {
        margin-bottom: 0;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdph-labelsOnline .mmt-mdph-labelOnline {
        background-color: transparent !important;
        border-color: var(--mbase-clr-theme-textcolor) !important;
        color: var(--mbase-clr-theme-textcolor) !important;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdph-label--eventType {
        color: var(--mbase-clr-theme-textcolor) !important;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-location:after {
        content: "|";
        display: inline-block;
        color: var(--mbase-clr-white);
        position: relative;
        top: -1px;
        float: left;
        margin: 0 var(--mbase-spacer-xs);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-location::after {
        float: right;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-location .mmt-mdp-location-link {
        color: var(--mbase-clr-theme-textcolor);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-location .mmt-mdp-location-link::before {
        background-image: url(/ui/members-base-2023/img/icon--marker--white.svg);
        background-repeat: no-repeat;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-location .mmt-mdp-location-link:hover {
        color: var(--mbase-clr-theme-textcolor);
        text-decoration: underline;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-date {
        background: var(--mbase-clr-bg-body);
        color: var(--mbase-clr-txt-date);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-title {
        font-family: var(--mbase-fam-special-regular);
        font-size: var(--mbase-txtSize-3);
        margin: 0;
        color: var(--mbase-clr-theme-textcolor);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-subtitle {
        color: var(--mbase-clr-theme-textcolor);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-subtitle p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 0;
        padding-right: var(--mbase-spacer);
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover {
        overflow: visible;
    }

    .mmt-mdp-header {
        border-radius: var(--mbase-brdr-radius);
        box-shadow: var(--mbase-shadow-subtle);
    }

    .mmt-mdp-details div {
        width: 100%;
    }

    .mmt-mdp-details {
        flex-direction: row;
    }

    .mmt-mdp-details div {
        width: auto;
    }

    .mmt-mdp-details div,
    .mmt-mdp-details span {
        width: auto;
    }

    .mmt-mdp-details > div + span:before {
        content: "|";
        display: inline-block;
        color: var(--mbase-clr-txt-meta);
        position: relative;
        top: -1px;
        float: left;
        margin: 0 var(--mbase-spacer-xs);
    }

    .mmt-mdp-details > div + span::before {
        float: left;
    }

    .mmt-mdp-summary .mmt-mdp-location {
        margin-bottom: var(--mbase-spacer-xxs);
    }

    .mmt-mdp-share {
        float: right;
        text-align: right;
    }

    .mmt-mdp-nav > ul hr {
        display: inline-block;
    }

    .mmt-mdp-nav > ul[data-children="1"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (1 - 1))) / 1);
    }

    .mmt-mdp-nav > ul[data-children="1"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="1"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="1"] > hr {
        width: calc(100% / 1);
    }

    .mmt-mdp-nav > ul[data-children="1"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 1) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="1"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="1"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 1) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="2"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (2 - 1))) / 2);
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="2"] > hr {
        width: calc(100% / 2);
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 2) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 2) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 2) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 2) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (3 - 1))) / 3);
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="3"] > hr {
        width: calc(100% / 3);
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 3) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 3) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 3) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 3) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 3) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 3) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (4 - 1))) / 4);
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="4"] > hr {
        width: calc(100% / 4);
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 4) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 4) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 4) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 4) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 4) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 4) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 4) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 4) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (5 - 1))) / 5);
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="5"] > hr {
        width: calc(100% / 5);
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 5) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 5) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 5) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 5) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 5) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 5) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 5) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 5) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(5):hover ~ hr {
        left: calc((100% / 5) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc((100% / 5) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (6 - 1))) / 6);
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="6"] > hr {
        width: calc(100% / 6);
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 6) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 6) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 6) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 6) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 6) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 6) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 6) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 6) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(5):hover ~ hr {
        left: calc((100% / 6) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc((100% / 6) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(6):hover ~ hr {
        left: calc((100% / 6) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc((100% / 6) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (7 - 1))) / 7);
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="7"] > hr {
        width: calc(100% / 7);
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 7) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 7) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 7) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 7) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(5):hover ~ hr {
        left: calc((100% / 7) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(6):hover ~ hr {
        left: calc((100% / 7) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(7):hover ~ hr {
        left: calc((100% / 7) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc((100% / 7) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (8 - 1))) / 8);
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="8"] > hr {
        width: calc(100% / 8);
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 8) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 8) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 8) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 8) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(5):hover ~ hr {
        left: calc((100% / 8) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(6):hover ~ hr {
        left: calc((100% / 8) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(7):hover ~ hr {
        left: calc((100% / 8) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(8):hover ~ hr {
        left: calc((100% / 8) * (8 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(8).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(8).mmt-mdp-active ~ hr {
        left: calc((100% / 8) * (8 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (9 - 1))) / 9);
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="9"] > hr {
        width: calc(100% / 9);
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 9) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 9) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 9) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 9) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(5):hover ~ hr {
        left: calc((100% / 9) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(6):hover ~ hr {
        left: calc((100% / 9) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(7):hover ~ hr {
        left: calc((100% / 9) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(8):hover ~ hr {
        left: calc((100% / 9) * (8 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(8).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(8).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (8 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(9):hover ~ hr {
        left: calc((100% / 9) * (9 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(9).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(9).mmt-mdp-active ~ hr {
        left: calc((100% / 9) * (9 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li {
        margin-right: 0;
        width: calc((100% - (0rem * (10 - 1))) / 10);
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:last-child {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-last-child(n-1) {
        margin-right: 0;
    }

    .mmt-mdp-nav > ul[data-children="10"] > hr {
        width: calc(100% / 10);
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(1):hover ~ hr {
        left: calc((100% / 10) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(2):hover ~ hr {
        left: calc((100% / 10) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(3):hover ~ hr {
        left: calc((100% / 10) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(4):hover ~ hr {
        left: calc((100% / 10) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(5):hover ~ hr {
        left: calc((100% / 10) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(6):hover ~ hr {
        left: calc((100% / 10) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(7):hover ~ hr {
        left: calc((100% / 10) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(8):hover ~ hr {
        left: calc((100% / 10) * (8 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(8).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(8).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (8 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(9):hover ~ hr {
        left: calc((100% / 10) * (9 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(9).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(9).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (9 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(10):hover ~ hr {
        left: calc((100% / 10) * (10 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(10).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(10).mmt-mdp-active ~ hr {
        left: calc((100% / 10) * (10 - 1));
    }

    .mmt-mdp-nav li {
        margin-right: 0;
    }

    .mmt-mdp-nav a {
        padding-block: var(--mbase-spacer);
    }
}

@media (min-width: 48em) and (min-width: 62em) {
    .mmt-mdp-nav > ul[data-children="1"] {
        max-width: calc(((1 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="1"] > hr {
        width: calc((((1 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 1);
    }

    .mmt-mdp-nav > ul[data-children="1"] > li:nth-child(1):hover ~ hr {
        left: calc(((((1 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 1) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="1"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="1"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((1 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 1) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="2"] {
        max-width: calc(((2 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="2"] > hr {
        width: calc((((2 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 2);
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(1):hover ~ hr {
        left: calc(((((2 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 2) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((2 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 2) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(2):hover ~ hr {
        left: calc(((((2 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 2) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="2"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((2 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 2) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] {
        max-width: calc(((3 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] > hr {
        width: calc((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3);
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(1):hover ~ hr {
        left: calc(((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(2):hover ~ hr {
        left: calc(((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(3):hover ~ hr {
        left: calc(((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="3"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((3 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 3) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] {
        max-width: calc(((4 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > hr {
        width: calc((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4);
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(1):hover ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(2):hover ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(3):hover ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(4):hover ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="4"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((4 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 4) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] {
        max-width: calc(((5 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > hr {
        width: calc((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5);
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(1):hover ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(2):hover ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(3):hover ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(4):hover ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(5):hover ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="5"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc(((((5 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 5) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] {
        max-width: calc(((6 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > hr {
        width: calc((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6);
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(1):hover ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(2):hover ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(3):hover ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(4):hover ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(5):hover ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(6):hover ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="6"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc(((((6 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 6) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] {
        max-width: calc(((7 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > hr {
        width: calc((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7);
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(1):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(2):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(3):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(4):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(5):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(6):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(7):hover ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="7"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc(((((7 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 7) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] {
        max-width: calc(((8 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > hr {
        width: calc((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8);
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(1):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(2):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(3):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(4):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(5):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(6):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(7):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(8):hover ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (8 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(8).active ~ hr,
    .mmt-mdp-nav > ul[data-children="8"] > li:nth-child(8).mmt-mdp-active ~ hr {
        left: calc(((((8 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 8) * (8 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] {
        max-width: calc(((9 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > hr {
        width: calc((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9);
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(1):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(2):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(3):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(4):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(5):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(6):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(7):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(8):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (8 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(8).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(8).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (8 - 1));
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(9):hover ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (9 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(9).active ~ hr,
    .mmt-mdp-nav > ul[data-children="9"] > li:nth-child(9).mmt-mdp-active ~ hr {
        left: calc(((((9 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 9) * (9 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] {
        max-width: calc(((10 + 1) * 10%) * (((100 - 100) / 100) + 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > hr {
        width: calc((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10);
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(1):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (1 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(1).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(1).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (1 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(2):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (2 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(2).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(2).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (2 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(3):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (3 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(3).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(3).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (3 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(4):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (4 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(4).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(4).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (4 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(5):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (5 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(5).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(5).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (5 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(6):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (6 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(6).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(6).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (6 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(7):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (7 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(7).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(7).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (7 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(8):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (8 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(8).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(8).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (8 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(9):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (9 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(9).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(9).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (9 - 1));
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(10):hover ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (10 - 1)) !important;
    }

    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(10).active ~ hr,
    .mmt-mdp-nav > ul[data-children="10"] > li:nth-child(10).mmt-mdp-active ~ hr {
        left: calc(((((10 + 1) * 10%) * (((100 - 100) / 100) + 1)) / 10) * (10 - 1));
    }
}

@media (min-width: 62em) {
    .mmt-mdp-main {
        float: left;
        width: calc(67% - var(--mbase-spacer-xxl));
        margin-right: var(--mbase-spacer-xxl);
    }

    .mmt-mdp-sidebar {
        float: left;
        width: 33%;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-coverPicture {
        height: 30em;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-coverPicture {
        height: 35em;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-summary {
        width: 70%;
    }

    .mmt-meeting-detail-page.mmt-mdp-has-cover .mmt-mdp-title {
        font-weight: var(--mbase-txt-medium);
    }

    .nav-meeting-anchor {
        position: absolute;
        top: -9rem;
    }

    .mmt-mdp-cta-link {
        min-width: 200px;
        text-decoration: none;
    }

    .mmt-mdpcta-title,
    .mmt-mdp-cta-subtitle {
        display: block;
    }

    .mmt-mdp-cta-title {
        font-family: var(--mbase-fam-regular);
        font-weight: var(--mbase-txt-bold);
    }

    .mmt-mdp-cta-subtitle {
        font-size: var(--mbase-txtSize-7);
        color: var(--mbase-clr-txt-meta);
    }

    .mmt-mdp-sidebar {
        margin-top: 0;
        clear: none;
    }
}
