:root {
  --black: #000000;
  --white: #ffffff;
  --blue-100: #eafcff;
  --blue-400: #4a9eeb;
  --blue-800: #050d52;
  --gray-100: #f7f7f8;
  --gray-50: #fcf8f8;
  --gray-200: #e5e7eb;
  --yellow-300: #ffd233;
  --orange-400: #ef810e;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Black.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Black.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-BlackItalic.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-BlackItalic.woff") format("woff"),
    url("./../fonts/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Bold.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Bold.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-BoldItalic.woff") format("woff"),
    url("./../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-LightItalic.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-LightItalic.woff") format("woff"),
    url("./../fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-MediumItalic.woff") format("woff"),
    url("./../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Italic.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Italic.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Medium.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Medium.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Light.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Light.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Thin.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Thin.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-Regular.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-Regular.woff") format("woff"),
    url("./../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../fonts/roboto/Roboto-ThinItalic.woff2") format("woff2"),
    url("./../fonts/roboto/Roboto-ThinItalic.woff") format("woff"),
    url("./../fonts/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "marinemeta";
  src: url("./../fonts/fontastic/marinemeta.eot");
  src: url("./../fonts/fontastic/marinemeta.eot?#iefix")
      format("embedded-opentype"),
    url("./../fonts/fontastic/marinemeta.woff") format("woff"),
    url("./../fonts/fontastic/marinemeta.ttf") format("truetype"),
    url("./../fonts/fontastic/marinemeta.svg#marinemeta") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "marinemeta" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "marinemeta" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bx-search-alt:before {
  content: "a";
}
.icon-carbon-zoom-area:before {
  content: "b";
}
.icon-youtube-play:before {
  content: "c";
}
.icon-twitter:before {
  content: "d";
}
.icon-linkedin-square:before {
  content: "e";
}
.icon-linkedin:before {
  content: "f";
}
.icon-instagram:before {
  content: "g";
}
.icon-home-location:before {
  content: "h";
}
.icon-envelop-check-mark:before {
  content: "i";
}
.icon-contact-book:before {
  content: "j";
}
.icon-block-home:before {
  content: "k";
}
.icon-quick-inquiry:before {
  content: "m";
}
.icon-image-gallery:before {
  content: "l";
}
.icon-waving-hand:before {
  content: "n";
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  color: var(--black);
  scroll-behavior: smooth;
}
body {
  overflow: auto;
}
a {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  color: inherit;
}
.content-wrapper {
  height: 100%;
}
@media (min-width: 576px) {
  .content-wrapper {
    display: grid;
    grid-template-areas: "header" "main" "footer";
    width: 100%;
    height: 100%;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
header {
  grid-area: header;
}
main {
  grid-area: main;
}
footer {
  grid-area: footer;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-white);
  --bs-tooltip-color: var(--bs-black);
  z-index: 100000;
}
.dash {
  animation: dash 5s linear infinite reverse;
  stroke-width: 10px;
  stroke-dasharray: 50px 100px;
}
@media (min-width: 768px) {
  .dash {
    stroke-width: 2px;
    stroke-dasharray: 20px 50px;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.link-effect {
  padding: 5px 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.link-effect:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blue-400);
}
.link-effect:before {
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.link-effect:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mm-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: var(--blue-800);
  color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mm-header-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  gap: 0.5rem;
}
.mm-search-bar {
  max-width: 500px;
  width: 100%;
}
.mm-search-bar .input-group {
  position: relative;
}
.mm-search-bar .input-group .form-control {
  padding: 0.4rem 3rem 0.4rem 1.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mm-search-bar .input-group .form-control {
    font-size: 0.85rem;
  }
}
.mm-search-bar .input-group .form-control:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.mm-search-bar .input-group .form-control:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.mm-search-bar .input-group .form-control:placeholder-shown {
  text-overflow: ellipsis;
}
.mm-search-bar .input-group button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 12;
  border-radius: 100rem;
}
.mm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .mm-menu {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .mm-menu-label {
    display: none;
  }
}
.mm-menu .menu-burger {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .mm-menu .menu-burger {
    width: 1.85rem;
    height: 1.85rem;
  }
}
.mm-menu .menu-burger .line-1 {
  top: 28%;
}
.mm-menu .menu-burger .line-3 {
  top: 73%;
}
.mm-menu.open .menu-burger .line-1 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.mm-menu.open .menu-burger .line-2 {
  opacity: 0;
}
.mm-menu.open .menu-burger .line-3 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mm-menu [class^="line"] {
  width: 1.5rem;
  height: 0.15rem;
  background-color: var(--white);
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .mm-menu [class^="line"] {
    width: 1.85rem;
  }
}
.mm-nav-menu {
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
  width: 100%;
  margin-left: auto;
  max-width: 400px;
  background-color: var(--blue-800);
  border-bottom-left-radius: 2rem;
  position: relative;
  top: 1rem;
  right: -100rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mm-nav-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 13, 82, 0.3333333333);
  z-index: 15;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mm-nav-menu-open .mm-nav-menu {
  right: 0px;
  margin: auto;
  max-width: calc(100% - 2rem);
  width: 100%;
}
@media (min-width: 576px) {
  .mm-nav-menu-open .mm-nav-menu {
    max-width: 400px;
    margin-right: 1rem;
  }
}
.mm-nav-menu-open .mm-nav-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}
.mm-primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mm-menu-link {
  border-right: 0rem solid var(--blue-400);
  padding: 0.45rem 0.5rem;
  display: block;
  -webkit-transition: all 300ms ease-out, border-width 300ms ease-in;
  transition: all 300ms ease-out, border-width 300ms ease-in;
  text-align: right;
}
.mm-menu-link:hover {
  border-width: 0.25rem;
  letter-spacing: 0.01em;
  background-color: var(--blue-100);
  color: var(--blue-800);
}
.mm-nav-footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.mm-nav-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.mm-nav-footer-link .link--action {
  background-color: var(--white);
  color: #3f3d56;
  font-size: 1.5rem;
  padding: 0.45rem 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-nav-footer-link .link--action i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mm-nav-footer-link .link--label {
  white-space: nowrap;
  color: var(--white);
  font-size: 0.45em;
}
.mm-company-logo {
  position: relative;
  max-width: 3rem;
}
@media (min-width: 576px) {
  .mm-company-logo {
    min-width: 5rem;
  }
}
.mm-company-logo::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  color: var(--white);
  font-size: 0.85em;
  display: none;
}
@media (min-width: 768px) {
  .mm-company-logo::after {
    display: inline-block;
    font-size: 1.3em;
    padding-left: 1rem;
    color: var(--white);
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50px, -50%) translateZ(0);
    transform: translate(-50px, -50%) translateZ(0);
  }
}
.mm-company-logo:hover::after {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
}
@media (min-width: 768px) {
  .mm-company-logo:hover::after {
    z-index: -1;
    -webkit-transform: translate(0px, -50%) translateZ(0);
    transform: translate(0px, -50%) translateZ(0);
  }
}
.mm-contact-model {
  position: relative;
}
@media (min-width: 768px) {
  .mm-contact-model {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
@media (min-width: 992px) {
  .mm-contact-model {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
}
.mm-contact-model__moon,
.mm-contact-model__cloud-left,
.mm-contact-model__cloud-right {
  position: relative;
  z-index: 10;
}
.mm-contact-model__ship {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation: shipAnimation 20s ease infinite;
  animation: shipAnimation 20s ease infinite;
}
.mm-contact-model__moon {
  fill: currentColor;
  -webkit-animation: animateDayNightColor 16s ease infinite;
  animation: animateDayNightColor 16s ease infinite;
}
.mm-contact-model__cloud-left {
  -webkit-animation: cloudTransformAnimation 8s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: cloudTransformAnimation 8s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    infinite;
}
.mm-contact-model__cloud-right {
  animation: cloudTransformAnimation 8s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    infinite reverse;
}
.mm-contact-description {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .mm-contact-description {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .mm-contact-description {
    padding-top: 2rem;
  }
}
.mm-product-frame {
  display: block;
  background-color: var(--gray-100);
  padding: 0.875rem 0.875rem 0.65rem 0.875rem;
  -webkit-box-shadow: 0px 0.9px 0.9px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 0.9px 0.9px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}
.mm-product-frame:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: var(--gray-200);
}
.mm-product-frame .mm-product-img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mm-product-frame:hover .mm-product-img,
.mm-product-frame:focus .mm-product-img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mm-product-action {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.25rem;
}
.mm-product-action .action-label {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mm-product-action .action-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  white-space: nowrap;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-product-action .action-icon:hover {
  color: var(--blue-800);
}
.mm-brand-grid {
  display: grid;
  gap: 1rem;
  row-gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .mm-brand-grid {
    padding-left: 1rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .mm-brand-grid {
    padding-left: 1.5rem;
    padding-right: 1.75rem;
  }
}
.mm-brand-grid .mm-brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.mm-brand-grid .mm-brand-logo img {
  padding: 1rem;
  aspect-ratio: 135/101;
  background-color: var(--gray-50);
}
.mm-form-control {
  border-radius: none !important;
  border-color: rgba(0, 0, 0, 0);
  padding: 0.75rem;
}
@-webkit-keyframes animateDayNightColor {
  0%,
  100% {
    color: var(--blue-400);
  }
  50% {
    color: var(--orange-400);
  }
}
@keyframes animateDayNightColor {
  0%,
  100% {
    color: var(--blue-400);
  }
  50% {
    color: var(--orange-400);
  }
}
@-webkit-keyframes cloudTransformAnimation {
  0%,
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translate(10px);
    transform: translate(10px);
  }
}
@keyframes cloudTransformAnimation {
  0%,
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translate(10px);
    transform: translate(10px);
  }
}
@-webkit-keyframes shipAnimation {
  0% {
    -webkit-transform: translateY(0px) translateX(-6px) rotate(0deg);
    transform: translateY(0px) translateX(-6px) rotate(0deg);
  }
  33.33% {
    -webkit-transform: translateY(6px) translateX(0px) rotate(3deg);
    transform: translateY(6px) translateX(0px) rotate(3deg);
  }
  66.66% {
    -webkit-transform: translateY(6px) translateX(6px) rotate(1deg);
    transform: translateY(6px) translateX(6px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(6px) translateX(-6px) rotate(-2deg);
    transform: translateY(6px) translateX(-6px) rotate(-2deg);
  }
}
@keyframes shipAnimation {
  0% {
    -webkit-transform: translateY(0px) translateX(-6px) rotate(0deg);
    transform: translateY(0px) translateX(-6px) rotate(0deg);
  }
  33.33% {
    -webkit-transform: translateY(6px) translateX(0px) rotate(3deg);
    transform: translateY(6px) translateX(0px) rotate(3deg);
  }
  66.66% {
    -webkit-transform: translateY(6px) translateX(6px) rotate(1deg);
    transform: translateY(6px) translateX(6px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(6px) translateX(-6px) rotate(-2deg);
    transform: translateY(6px) translateX(-6px) rotate(-2deg);
  }
}
.mm-contact-us-wrapper {
  position: relative;
  padding: 3rem 0;
}
.mm-contact-us__bg-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.05;
}
.mm-contact-us__contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mm-contact-us__mockup {
  width: 110px;
}
@media (min-width: 992px) {
  .mm-contact-us__mockup {
    width: 130px;
  }
}
.mm-contact-us-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mm-contact-us-link__list .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background-color: var(--blue-800);
  color: var(--white);
  padding: 0.75rem 2.5rem;
  translate: all 400ms ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}
.mm-contact-us-link__list .item::after,
.mm-contact-us-link__list .item::before {
  position: absolute;
  content: "";
  margin-top: 0.2em;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.1em;
  border-radius: 1rem;
  translate: all 300ms ease;
}
.mm-contact-us-link__list .item::after {
  background-color: var(--blue-800);
  z-index: 3;
  width: 100%;
}
.mm-contact-us-link__list .item::before {
  background-color: var(--blue-400);
  z-index: 4;
  width: 0%;
}
.mm-contact-us-link__list .item:hover {
  background-color: var(--blue-400);
}
.mm-contact-us-link__list .item:hover::before {
  width: 100%;
}
.mm-contact-us .location-wrapper {
  background-color: var(--white);
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 0.7em;
  padding: 1rem;
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.mm-contact-us .location-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mm-contact-us .location-icon {
  width: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.mm-contact-us .location-marker {
  width: 3rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.mm-product-wrapper.fade {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.mm-product-wrapper.active {
  display: block;
}
.mm-product-wrapper.show {
  opacity: 1;
}
.mm-product-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .mm-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .mm-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .mm-product-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mm-product-grid .mm-product-item {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  padding-bottom: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.mm-product-grid .mm-product-item::before {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  color: #fff;
  background-color: rgba(5, 13, 82, 0.2666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mm-product-grid .mm-product-item:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.mm-product-grid .mm-product-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mm-product-grid .mm-product-item:hover::before {
  opacity: 1;
  border-color: var(--white);
}
.mm-product-grid .mm-product-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  aspect-ratio: 1/1;
}
.mm-product-model-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-product-model-header .header-label {
  margin-bottom: 0;
}
.mm-product-model-header .header-img {
  background-color: var(--white, #ffffff);
  padding: 0.25rem 0.5rem;
  max-width: 8rem;
  max-height: 4rem;
}
@media (min-width: 992px) {
  .mm-product-model-header .header-img {
    max-width: 10rem;
    max-height: 5rem;
  }
}
.mm-product-model-header .header-img img {
  aspect-ratio: 7/1;
}


.mm-product-model-grid {
  display: grid;
  gap: 1rem;
  padding: 0.5rem;
  background-color: var(--gray-50);
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 360px) {
  .mm-product-model-grid {
    padding: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .mm-product-model-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .mm-product-model-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
    .mm-product-model-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .mm-product-model-grid-stock {
        grid-template-columns: repeat(2, 1fr);
    }
}
.mm-product-model-grid .mm-product-item {
  background-color: var(--white);
  color: var(--black);
  display: inline-block;
  padding: 1rem 1.5rem;
  text-align: center;
}
.mm-floating-panel {
  position: relative;
  top: unset;
  left: unset;
}
.mm-floating-panel-placeholder {
  width: 120px;
  height: auto;
}
@media (min-width: 992px) {
  .mm-floating-panel {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    background-color: var(--white);
    padding: 1rem 0.5rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
.mm-floating-panel .nav-tabs {
  border-bottom: 0;
}
.mm-panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .mm-panel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mm-panel-list-item .panel-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--black);
}
@media (max-width: 768px) {
  .mm-panel-list-item .panel-link {
    padding: 0.45rem;
  }
}
.mm-panel-list-item .panel-link.active .panel-icon {
  border-color: var(--blue-400) !important;
  color: var(--blue-800);
  background-color: var(--white);
}
.mm-panel-list-item .panel-link .panel-icon {
  border: 3px solid var(--blue-800);
  border-radius: 50rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  background-color: var(--blue-800);
  color: var(--white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .mm-panel-list-item .panel-link .panel-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.75rem;
  }
}
.mm-panel-list-item .panel-link .panel-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.mm-panel-list-item .panel-link .panel-label {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  font-size: 0.65em;
}
.mm-product-summery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-product-summery .product-image {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
  max-width: 65px;
  max-height: 65px;
}
.mm-product-summery .product-image img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  -o-object-position: center;
  object-position: center;
}
body {
  --loader-svg-color1: #16d2ec;
  --loader-svg-color2: #ffffff;
  --loader-svg-color3: #1f1c1c;
  --loader-bg: var(--blue-800);
  --loader-text: var(--loader-svg-color2);
  --loader-anchor: var(--white);
}
.mm-loader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  color: var(--loader-text);
  background-color: var(--loader-bg);
}
.mm-loader.light {
  --loader-text: #1f1c1c !important;
  --loader-bg: var(--white) !important;
  --loader-anchor: #1f1c1c;
}
.mm-loader.light .altColor,
.mm-loader.light .altColor1 {
  --loader-path-normal: var(--loader-svg-color1);
  --loader-path-alt: var(--loader-svg-color3);
}
.mm-loader.dark {
  --loader-text: var(--white) !important;
  --loader-bg: var(--blue-800) !important;
  --loader-anchor: var(--white);
}
.mm-loader.dark .altColor,
.mm-loader.dark .altColor1 {
  --loader-path-normal: var(--loader-svg-color2);
  --loader-path-alt: var(--loader-svg-color1);
}
.mm-loader-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
}
@media (min-width: 768px) {
  .mm-loader-icon {
    width: 16rem;
  }
}
.mm-loader-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: capitalize;
  font-size: 0.5rem;
}
@media (min-width: 768px) {
  .mm-loader-list {
    font-size: 1rem;
  }
}
.mm-loader--text {
  color: var(--loader-text);
}
.mm-loader--anchor {
  color: var(--loader-anchor);
}
.altColor {
  -webkit-animation: altColor 2s linear infinite;
  animation: altColor 2s linear infinite;
}
.altColor:nth-child(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.altColor1 {
  -webkit-animation: altColor1 2s linear infinite;
  animation: altColor1 2s linear infinite;
}
.altColor1:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes altColor {
  0%,
  100% {
    fill: var(--loader-path-normal);
  }
  50% {
    fill: var(--loader-path-alt);
  }
}
@keyframes altColor {
  0%,
  100% {
    fill: var(--loader-path-normal);
  }
  50% {
    fill: var(--loader-path-alt);
  }
}
@-webkit-keyframes altColor1 {
  0%,
  100% {
    fill: var(--loader-path-alt);
  }
  50% {
    fill: var(--loader-path-normal);
  }
}
@keyframes altColor1 {
  0%,
  100% {
    fill: var(--loader-path-alt);
  }
  50% {
    fill: var(--loader-path-normal);
  }
}
.mm-footer-social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
  color: var(--white);
  gap: 0;
  list-style: none;
  padding: 0.25rem;
  margin: 0;
}
.mm-footer-social-link li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mm-footer-social-link [class^="link-"] {
  padding: 1rem 1.25rem;
  font-size: 0.865rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mm-footer-social-link [class^="link-"]:hover {
  -webkit-box-shadow: inset 0 0 0 2em rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 2em rgba(0, 0, 0, 0.4);
}
.mm-footer-social-link [class^="link-"] i {
  display: inline-block;
  line-height: 1;
}
.mm-footer-social-link .link-youtube {
  background-color: #333;
  color: var(--white);
}
.mm-footer-social-link .link-twitter {
  background-color: #1d9bf0;
  color: var(--white);
}
.mm-footer-social-link .link-instagram {
  background-color: #ec8f00;
  color: var(--white);
}
.mm-footer-social-link .link-linkedin {
  background-color: #0a66c2;
  color: var(--white);
}
.mm-footer-ship-mockup {
  position: relative;
  -webkit-transform: translateY(1%);
  transform: translateY(1%);
  z-index: 1;
}
.mm-footer-ship-mockup .mockup-ship {
  max-width: 300px;
  margin: auto;
}
@media (min-width: 992px) {
  .mm-footer-ship-mockup .mockup-ship {
    max-width: 400px;
  }
}
.mm-footer-ship-mockup .mockup-wave {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  width: 100%;
  z-index: -1;
}
.mm-footer-ship-mockup .ship-container-wrapper {
  position: absolute;
  inset: 0;
}
.mm-footer-ship-mockup .ship-container-wrapper .ship-container-top,
.mm-footer-ship-mockup .ship-container-wrapper .ship-container-bottom-left,
.mm-footer-ship-mockup .ship-container-wrapper .ship-container-bottom-right {
  position: absolute;
  width: 23.2%;
  height: 10%;
}
.mm-footer-ship-mockup .ship-container-wrapper .ship-container-top {
  top: 3%;
  left: 38.8%;
}
.mm-footer-ship-mockup .ship-container-wrapper .ship-container-bottom-left {
  top: 37%;
  left: 25%;
}
.mm-footer-ship-mockup .ship-container-wrapper .ship-container-bottom-right {
  top: 37%;
  left: 52.2%;
}
.mm-footer-top {
  position: relative;
  z-index: 5;
}
.mm-footer-top .brand-logo {
  max-width: 100px;
  margin-top: -20px;
}
.text-green-100 {
  color: #cdffcd;
}
.text-green-200 {
  color: #a0eca0;
}
.text-blue-400 {
  color: #4a9eeb;
}
.text-blue-800 {
  color: #050d52;
}
.text-gray-50 {
  color: #fcf8f8;
}
.text-gray-100 {
  color: #f7f7f8;
}
.text-yellow-300 {
  color: #ffd233;
}
.bg-green-100 {
  background-color: #cdffcd;
}
.bg-green-200 {
  background-color: #a0eca0;
}
.bg-blue-400 {
  background-color: #4a9eeb;
}
.bg-blue-800 {
  background-color: #050d52;
}
.bg-gray-50 {
  background-color: #fcf8f8;
}
.bg-gray-100 {
  background-color: #f7f7f8;
}
.bg-yellow-300 {
  background-color: #ffd233;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.max-w-8 {
  max-width: 2rem !important;
}
.max-w-16 {
  max-width: 4rem !important;
}
.max-w-20 {
  max-width: 5rem !important;
}
.max-w-40 {
  max-width: 10rem !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-h-16 {
  max-height: 4rem !important;
}
.mm-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 0.815rem;
  border: none;
  background-color: var(--white);
  -webkit-transition: color 400ms ease, -webkit-box-shadow 350ms ease-out;
  transition: color 400ms ease, -webkit-box-shadow 350ms ease-out;
  transition: box-shadow 350ms ease-out, color 400ms ease;
  transition: box-shadow 350ms ease-out, color 400ms ease,
    -webkit-box-shadow 350ms ease-out;
  border: 1px solid var(--black);
}
@media (min-width: 992px) {
  .mm-btn {
    padding: 0.75rem 2rem;
  }
}
.mm-btn:hover {
  color: var(--white);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1), inset 0 0 0 2em var(--blue-800);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1), inset 0 0 0 2em var(--blue-800);
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 200ms ease, -webkit-box-shadow 400ms ease;
  transition: color 200ms ease, -webkit-box-shadow 400ms ease;
  transition: box-shadow 400ms ease, color 200ms ease;
  transition: box-shadow 400ms ease, color 200ms ease,
    -webkit-box-shadow 400ms ease;
}
.mm-btn--px-lg {
  padding-left: 3rem;
  padding-right: 3rem;
}
.mm-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mm-btn-group button:not(:first-child) {
  border-left: 0;
}
.mm-btn-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  margin: 0;
  background-color: var(--white);
}
.mm-btn-list .list-element {
  border: 1px solid var(--black);
}
.mm-btn-list .list-element button {
  border: 0;
  margin: 0.35rem;
}
.mm-btn-list .list-element button:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1), inset 0 0 0 2em var(--blue-800);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1),
    inset 0 0 0 2em var(--blue-800);
}
.mm-btn-list .list-element:not(:first-child) {
  border-left: 0;
}
.font-xs,
.mm-brand-grid .mm-brand-logo {
  font-size: 0.75rem !important;
}
.font-sm {
  font-size: 0.875rem !important;
}
.font-base {
  font-size: 1rem !important;
}
.font-lg {
  font-size: 1.125rem !important;
}
.font-xl {
  font-size: 1.25rem !important;
}
.font-2xl {
  font-size: 1.5rem !important;
}
.font-3xl {
  font-size: 1.875rem !important;
}
.font-4xl {
  font-size: 2.25rem !important;
}
.font-5xl {
  font-size: 3rem !important;
}
.font-6xl {
  font-size: 3.75rem !important;
}
.font-7xl {
  font-size: 4.5rem !important;
}
.font-8xl {
  font-size: 6rem !important;
}
.font-9xl {
  font-size: 8rem !important;
}
@media (min-width: 768px) {
  .font-md-xs {
    font-size: 0.75rem !important;
  }
  .font-md-sm {
    font-size: 0.875rem !important;
  }
  .font-md-base {
    font-size: 1rem !important;
  }
  .font-md-lg {
    font-size: 1.125rem !important;
  }
  .font-md-xl {
    font-size: 1.25rem !important;
  }
  .font-md-2xl {
    font-size: 1.5rem !important;
  }
  .font-md-3xl {
    font-size: 1.875rem !important;
  }
  .font-md-4xl {
    font-size: 2.25rem !important;
  }
  .font-md-5xl {
    font-size: 3rem !important;
  }
  .font-md-6xl {
    font-size: 3.75rem !important;
  }
  .font-md-7xl {
    font-size: 4.5rem !important;
  }
  .font-md-8xl {
    font-size: 6rem !important;
  }
  .font-md-9xl {
    font-size: 8rem !important;
  }
}
@media (min-width: 992px) {
  .font-lg-xs {
    font-size: 0.75rem !important;
  }
  .font-lg-sm {
    font-size: 0.875rem !important;
  }
  .font-lg-base,
  .mm-brand-grid .mm-brand-logo {
    font-size: 1rem !important;
  }
  .font-lg-lg {
    font-size: 1.125rem !important;
  }
  .font-lg-xl {
    font-size: 1.25rem !important;
  }
  .font-lg-2xl {
    font-size: 1.5rem !important;
  }
  .font-lg-3xl {
    font-size: 1.875rem !important;
  }
  .font-lg-4xl {
    font-size: 2.25rem !important;
  }
  .font-lg-5xl {
    font-size: 3rem !important;
  }
  .font-lg-6xl {
    font-size: 3.75rem !important;
  }
  .font-lg-7xl {
    font-size: 4.5rem !important;
  }
  .font-lg-8xl {
    font-size: 6rem !important;
  }
  .font-lg-9xl {
    font-size: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .font-xl-xs {
    font-size: 0.75rem !important;
  }
  .font-xl-sm {
    font-size: 0.875rem !important;
  }
  .font-xl-base {
    font-size: 1rem !important;
  }
  .font-xl-lg {
    font-size: 1.125rem !important;
  }
  .font-xl-xl {
    font-size: 1.25rem !important;
  }
  .font-xl-2xl {
    font-size: 1.5rem !important;
  }
  .font-xl-3xl {
    font-size: 1.875rem !important;
  }
  .font-xl-4xl {
    font-size: 2.25rem !important;
  }
  .font-xl-5xl {
    font-size: 3rem !important;
  }
  .font-xl-6xl {
    font-size: 3.75rem !important;
  }
  .font-xl-7xl {
    font-size: 4.5rem !important;
  }
  .font-xl-8xl {
    font-size: 6rem !important;
  }
  .font-xl-9xl {
    font-size: 8rem !important;
  }
}
@media (min-width: 1400px) {
  .font-2xl-xs {
    font-size: 0.75rem !important;
  }
  .font-2xl-sm {
    font-size: 0.875rem !important;
  }
  .font-2xl-base {
    font-size: 1rem !important;
  }
  .font-2xl-lg {
    font-size: 1.125rem !important;
  }
  .font-2xl-xl {
    font-size: 1.25rem !important;
  }
  .font-2xl-2xl {
    font-size: 1.5rem !important;
  }
  .font-2xl-3xl {
    font-size: 1.875rem !important;
  }
  .font-2xl-4xl {
    font-size: 2.25rem !important;
  }
  .font-2xl-5xl {
    font-size: 3rem !important;
  }
  .font-2xl-6xl {
    font-size: 3.75rem !important;
  }
  .font-2xl-7xl {
    font-size: 4.5rem !important;
  }
  .font-2xl-8xl {
    font-size: 6rem !important;
  }
  .font-2xl-9xl {
    font-size: 8rem !important;
  }
}
.ratio-1\/1 {
  aspect-ratio: 1/1;
}
.ratio-116\/90 {
  aspect-ratio: 116/90;
}
