@use "sass:color";
body.home {
  min-width: auto; }

body {
  min-width: auto;
  padding: 0px;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    body {
      padding: 0px; }
      body.mr-mobile-menu-active {
        overflow: hidden; } }

form {
  margin: 0; }

.select2-container .select2-selection--single {
  height: 33px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 31px; }

.customselect-wrapper {
  position: relative; }
  .customselect-wrapper .customSelect {
    max-width: 100%;
    box-sizing: border-box; }
    .customselect-wrapper .customSelect .customSelectInner {
      max-width: 100%;
      width: 100% !important; }

.mr-container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.mr-section, .mr-section-style {
  padding-top: 20px;
  padding-bottom: 40px; }
  .mr-section .mr-section-title, .mr-section-style .mr-section-title {
    font-size: 30px;
    color: #595d6a;
    line-height: 36px;
    margin: 10px 0px 20px;
    font-weight: 300;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .mr-section, .mr-section-style {
      padding-top: 20px;
      padding-bottom: 20px; } }

.mr-section.mr-main-section {
  background-color: #F3F5F5; }
  @media screen and (max-width: 768px) {
    .mr-section.mr-main-section {
      margin-top: 52px; } }
.mr-section .mr-container-nav {
  display: flex;
  position: relative; }

.mr-header {
  background: #222222 url(https://cimages.monorean.com/help/assets/header_pattern-b3eec219d3de0507c59cbb122447987745bff6b7212804b3821cd9a6da559e01.png) repeat;
  padding: 10px 0 15px 0; }
  @media screen and (max-width: 768px) {
    .mr-header {
      padding: 11px 0; } }
  .mr-header .mr-header-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between; }
    .mr-header .mr-header-content .buy_mono {
      margin-top: 6px;
      margin-bottom: -36px;
      margin-left: -159px; }
      .mr-header .mr-header-content .buy_mono p {
        color: white;
        font-size: 13px; }
        .mr-header .mr-header-content .buy_mono p a {
          padding: 8px;
          font-size: 13px;
          border: 1px solid #13A8CE;
          border-radius: 6px;
          color: white;
          font-weight: bold;
          margin-left: 10px;
          transition: background-color .25s ease-in-out; }
          .mr-header .mr-header-content .buy_mono p a:hover {
            text-decoration: none;
            background-color: #13A8CE;
            transition-duration: 0; }
      @media screen and (max-width: 768px) {
        .mr-header .mr-header-content .buy_mono {
          display: none; } }
  .mr-header .mr-logo {
    padding-right: 10px;
    position: relative; }
    .mr-header .mr-logo a {
      display: block;
      width: 200px;
      height: 42px;
      color: transparent;
      background-size: 200px 42px; }
      @media screen and (max-width: 768px) {
        .mr-header .mr-logo a {
          height: 30px; } }
    @media screen and (max-width: 768px) {
      .mr-header .mr-logo svg {
        height: 42px;
        margin-top: -6px; } }
    @media screen and (max-width: 335px) {
      .mr-header .mr-logo a {
        width: 171px; } }
    .mr-header .mr-logo.current:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 4px solid #fff;
      position: absolute;
      top: calc(100% + 17px);
      left: 50%;
      transform: translateX(-50%); }
  .mr-header .mr-header-menu-container {
    flex: 1;
    display: flex;
    align-items: center; }
    .mr-header .mr-header-menu-container ul {
      display: flex;
      list-style: none;
      padding-left: 0px;
      margin-left: 10px;
      margin-bottom: 0px; }
      .mr-header .mr-header-menu-container ul:first-child {
        margin-left: 0px; }
      .mr-header .mr-header-menu-container ul li {
        position: relative; }
        .mr-header .mr-header-menu-container ul li a {
          color: #b2b2b2;
          text-align: center;
          display: inline-block;
          white-space: nowrap;
          text-decoration: none;
          padding: 0 10px;
          font-size: 14px; }
          .mr-header .mr-header-menu-container ul li a:hover {
            color: #31c4f5; }
        .mr-header .mr-header-menu-container ul li.mr-current a {
          color: #31c4f5; }
    .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item {
      border-right: solid #2f2f2f 1px;
      border-left: solid #111111 1px; }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item:first-child {
        border-left: none; }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item:last-child {
        border-right: none; }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item a .brand {
        font-size: 12px; }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item a .product-name {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        display: block; }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item a:hover .brand {
        color: #ffffff; }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item.mr-current:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 4px solid #fff;
        position: absolute;
        top: calc(100% + 17px);
        left: 50%;
        transform: translateX(-50%); }
      .mr-header .mr-header-menu-container .mr-menu-products .mr-menu-item.mr-current a .brand {
        color: #ffffff; }
    .mr-header .mr-header-menu-container .mr-menu-sections .mr-menu-item {
      margin-right: 7px;
      position: relative; }
      .mr-header .mr-header-menu-container .mr-menu-sections .mr-menu-item:after {
        content: ".";
        color: #b2b2b2;
        font-size: 22px;
        line-height: 2px;
        position: absolute;
        top: 4px;
        left: 100%; }
      .mr-header .mr-header-menu-container .mr-menu-sections .mr-menu-item:last-child {
        margin-right: 0px; }
        .mr-header .mr-header-menu-container .mr-menu-sections .mr-menu-item:last-child:after {
          content: none; }
      .mr-header .mr-header-menu-container .mr-menu-sections .mr-menu-item.mr-current:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 4px solid #fff;
        position: absolute;
        top: calc(100% + 28px);
        left: 50%;
        transform: translateX(-50%); }
  .mr-header .mr-header-language {
    color: white; }
    .mr-header .mr-header-language .language-select {
      color: #6B6C6C;
      margin-bottom: -25px;
      font-size: 14px;
      border: 1px solid rgba(158, 158, 158, 0.45) !important;
      padding: 2px 10px !important;
      text-align: center;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 5px;
      background-color: #222121; }
      .mr-header .mr-header-language .language-select:active, .mr-header .mr-header-language .language-select:focus {
        box-shadow: none;
        background-color: #0FB1E7;
        color: white;
        border: 1px solid white !important; }
      .mr-header .mr-header-language .language-select:hover {
        color: #9A9B9B; }
        .mr-header .mr-header-language .language-select:hover:active, .mr-header .mr-header-language .language-select:hover:focus {
          color: white; }
      @media screen and (max-width: 768px) {
        .mr-header .mr-header-language .language-select {
          margin-bottom: 0; } }
    .mr-header .mr-header-language .dropdown-menu {
      background-color: rgba(36, 37, 36, 0.99);
      font-size: 14px;
      min-width: 111px;
      border: 1px solid rgba(158, 158, 158, 0) !important;
      padding: 0; }
      .mr-header .mr-header-language .dropdown-menu .dropdown-item {
        color: #8f8f8f;
        padding-left: 10px; }
        .mr-header .mr-header-language .dropdown-menu .dropdown-item:hover {
          background-color: transparent;
          color: #fff; }
          .mr-header .mr-header-language .dropdown-menu .dropdown-item:hover span {
            font-weight: 100; }
        .mr-header .mr-header-language .dropdown-menu .dropdown-item.active {
          background-color: transparent;
          font-weight: bold; }
          .mr-header .mr-header-language .dropdown-menu .dropdown-item.active.current {
            display: none; }
  .mr-header .mr-mobile-menu-container {
    display: block;
    position: fixed;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, 0.98);
    z-index: 999;
    transition: left .2s ease-in-out;
    box-sizing: border-box;
    padding: 40px 20px 10px;
    overflow: auto; }
    .mr-header .mr-mobile-menu-container .mr-mobile-menu-button {
      text-align: right;
      padding: 10px 0px; }
      .mr-header .mr-mobile-menu-container .mr-mobile-menu-button .btn-close-mobile-menu {
        width: 30px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        background-color: #14b6f1;
        border-radius: 16px;
        padding: 10px 40px 10px 10px;
        position: relative;
        height: 30px;
        width: 70px;
        box-sizing: border-box; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu-button .btn-close-mobile-menu .icon-bar {
          display: inline-block;
          width: 15px;
          height: 3px;
          margin-bottom: 1px;
          background-color: #ffffff;
          border-radius: 2px;
          transform: rotate(-45deg); }
          .mr-header .mr-mobile-menu-container .mr-mobile-menu-button .btn-close-mobile-menu .icon-bar:last-child {
            margin-bottom: 0px; }
          .mr-header .mr-mobile-menu-container .mr-mobile-menu-button .btn-close-mobile-menu .icon-bar:first-child {
            transform: rotate(45deg);
            margin-top: 2px;
            margin-bottom: -4px; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu-button .btn-close-mobile-menu span:not(.icon-bar) {
          font-size: 12px;
          color: #ffffff;
          font-weight: bold;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%); }
    .mr-header .mr-mobile-menu-container ul {
      list-style: none;
      margin-left: 0; }
      .mr-header .mr-mobile-menu-container ul a:active, .mr-header .mr-mobile-menu-container ul a:hover {
        text-decoration: none; }
    .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item {
      margin-bottom: 20px;
      color: #ffffff;
      font-size: 20px; }
      .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item.mr-mobile-menu-break {
        margin-top: 40px; }
      .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item a {
        color: #ffffff; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item a .mr-product-name {
          color: #14b6f1;
          text-transform: uppercase;
          font-weight: bold; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item a .mr-mobile-shipping-selector {
          margin-top: 10px;
          position: relative; }
          .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item a .mr-mobile-shipping-selector .select350 {
            width: 300px;
            max-width: 100%; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item a .mr-mobile-lang-selector {
          margin-top: 10px; }
          .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item a .mr-mobile-lang-selector .select350 {
            width: 300px;
            max-width: 100%; }
      .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item p {
        font-size: 12px;
        font-weight: bold; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item p a {
          text-decoration: underline; }
        .mr-header .mr-mobile-menu-container .mr-mobile-menu .mr-mobile-menu-item p span {
          font-weight: normal; }
    .mr-header .mr-mobile-menu-container.active {
      left: 0px; }
  @media screen and (max-width: 768px) {
    .mr-header {
      position: fixed;
      left: 0;
      top: 0px;
      z-index: 999;
      width: 100%; }
      .mr-header .mr-header-content {
        justify-content: space-between; }
        .mr-header .mr-header-content .mr-logo.current:before {
          content: none; } }

#side-nav {
  position: relative;
  min-width: 225px;
  max-width: 225px;
  flex-basis: 225px;
  overflow: hidden;
  margin-right: 40px; }
  @media screen and (max-width: 768px) {
    #side-nav {
      position: absolute;
      position: absolute;
      background-color: #F3F5F5;
      box-sizing: content-box;
      max-width: none;
      width: calc(100% - 70px);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: .25rem;
      padding: 10px 16px;
      margin-left: 0px;
      max-height: 34px;
      z-index: 2;
      transition: max-height 0.25s ease-in; }
      #side-nav.active {
        max-height: 2000px;
        transition: max-height 0.25s ease-in; } }
  @media screen and (max-width: 380px) {
    #side-nav {
      margin-left: 0; } }
  #side-nav.fixed {
    position: fixed !important;
    top: 0px; }
    @media screen and (max-width: 768px) {
      #side-nav.fixed {
        position: absolute !important; } }
  #side-nav.bottom {
    position: absolute;
    bottom: -40px; }
    @media screen and (max-width: 768px) {
      #side-nav.bottom {
        bottom: unset; } }
  #side-nav .complementary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(2rem, rgba(0, 0, 0, 0.03)), color-stop(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 2rem, rgba(0, 0, 0, 0.03) calc(100% - 2rem), rgba(0, 0, 0, 0) 100%); }
  #side-nav .side-nav-content {
    position: relative;
    overflow-x: hidden;
    border-right: 1px;
    color: #253057;
    height: auto;
    padding-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #side-nav .side-nav-content {
        overflow-x: visible; }
        #side-nav .side-nav-content a {
          font-size: 1.1em !important; } }
    #side-nav .side-nav-content a {
      font-size: 14px;
      font-weight: 500;
      color: #253057; }
      #side-nav .side-nav-content a.active {
        color: #32C5FF;
        font-weight: bold; }
        #side-nav .side-nav-content a.active:hover {
          color: #32C5FF;
          text-decoration: none; }
      #side-nav .side-nav-content a:hover {
        color: #4b61b0;
        text-decoration: none; }
    #side-nav .side-nav-content h1 {
      margin: 32px 0 0 0;
      font-size: 18px;
      font-weight: 400; }
      #side-nav .side-nav-content h1 svg {
        margin-top: -6px; }
      #side-nav .side-nav-content h1 a {
        font-size: 18px;
        font-weight: 700;
        color: #253057; }
        #side-nav .side-nav-content h1 a.active {
          color: #32C5FF; }
        #side-nav .side-nav-content h1 a:hover {
          color: #3c4e8d; }
      @media screen and (max-width: 768px) {
        #side-nav .side-nav-content h1:first-child {
          margin-top: -11px;
          margin-bottom: 6px;
          cursor: pointer;
          padding: 17px;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Safari */
          -khtml-user-select: none;
          /* Konqueror HTML */
          -moz-user-select: none;
          /* Old versions of Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently
           supported by Chrome, Opera and Firefox */ }
          #side-nav .side-nav-content h1:first-child:after {
            content: '';
            background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%220.4%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.707%205.293c-.39-.39-1.024-.39-1.414%200-.39.39-.39%201.024%200%201.414l4%204c.39.39%201.024.39%201.414%200l4-4c.39-.39.39-1.024%200-1.414-.39-.39-1.024-.39-1.414%200L8%208.586%204.707%205.293z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
            right: 0.75rem;
            display: block;
            width: 1rem;
            height: 1rem;
            position: absolute;
            top: 30px;
            margin-top: -0.5rem;
            -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
          #side-nav .side-nav-content h1:first-child.active:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
      #side-nav .side-nav-content h1.no_logo {
        margin-left: 0px; }
        #side-nav .side-nav-content h1.no_logo.home {
          margin-left: 25px; }
    @media screen and (max-width: 768px) {
      #side-nav .side-nav-content > h1:nth-child(3):before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        height: 1px;
        background: rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 55px;
        left: -16px; } }
    #side-nav .side-nav-content li {
      list-style-type: none;
      margin: 3px 0 3px 15px; }
      #side-nav .side-nav-content li:first-child {
        margin-top: 3px; }
    #side-nav .side-nav-content::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 10rem; }
    #side-nav .side-nav-content::-webkit-scrollbar {
      width: 0.0625rem;
      border-radius: 10rem; }
    #side-nav .side-nav-content::-webkit-scrollbar-track {
      background-color: transparent; }
    #side-nav .side-nav-content:hover::-webkit-scrollbar {
      width: 0.25rem; }
    #side-nav .side-nav-content:hover::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); }
  #side-nav:before {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    height: 1.75rem;
    content: '';
    width: calc(100% - 0.25rem);
    display: block;
    position: absolute;
    z-index: 50;
    pointer-events: none;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F5F5), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #F3F5F5, rgba(243, 245, 245, 0)); }
  #side-nav:after {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    height: 1.75rem;
    content: '';
    width: calc(100% - 0.25rem);
    display: block;
    position: absolute;
    z-index: 50;
    pointer-events: none;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#F3F5F5));
    background: linear-gradient(180deg, rgba(243, 245, 245, 0), #F3F5F5); }
  @media screen and (max-width: 768px) {
    #side-nav:before {
      content: none; }
    #side-nav:after {
      content: none; } }

#nav-content {
  margin-left: 10px;
  min-height: 1200px; }
  @media screen and (max-width: 768px) {
    #nav-content {
      padding-top: 73px;
      margin-left: 0px; } }
  #nav-content p {
    text-align: justify; }
  #nav-content.for_fixed {
    margin-left: 275px; }
    @media screen and (max-width: 768px) {
      #nav-content.for_fixed {
        margin-left: 0px; } }
  #nav-content a {
    border-bottom: 0.1px solid #32C5FF;
    color: #212529; }
    #nav-content a:hover {
      text-decoration: none;
      color: #32C5FF; }
  #nav-content h1, #nav-content h2, #nav-content h3, #nav-content h4, #nav-content h5, #nav-content h6 {
    color: #253057;
    font-weight: 600; }
  #nav-content h1.second_title, #nav-content h2.second_title {
    margin-top: 40px;
    font-size: 34px; }
  #nav-content h1 {
    font-size: 34px;
    font-weight: bold; }
  #nav-content h2 {
    padding-top: 15px; }
    #nav-content h2.section_title {
      margin-top: 7px; }
  #nav-content h3, #nav-content h4, #nav-content h5, #nav-content h6 {
    padding-top: 10px; }
  @media screen and (min-width: 769px) and (max-width: 842px) {
    #nav-content h1, #nav-content h2 {
      font-size: 30px !important; }
    #nav-content .index h1:nth-child(2) {
      font-size: 19px !important; } }
  @media screen and (max-width: 579px) {
    #nav-content h1, #nav-content h2 {
      font-size: 26px !important; }
    #nav-content .index h1:nth-child(2) {
      font-size: 18px !important; } }
  #nav-content .subitle {
    color: #595D6A;
    font-size: 20px;
    font-weight: 300; }
  #nav-content .video {
    width: 100%;
    position: relative;
    padding-bottom: calc(100% / 721 * 406);
    height: 0;
    overflow: hidden;
    margin-bottom: 21px; }
    #nav-content .video iframe,
    #nav-content .video object,
    #nav-content .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #nav-content .monorean_pro_header,
  #nav-content .monorean_tiny_header,
  #nav-content .monorean_cam_header,
  #nav-content .monorean_inbox_header {
    display: flex;
    flex-direction: row; }
    #nav-content .monorean_pro_header img,
    #nav-content .monorean_tiny_header img,
    #nav-content .monorean_cam_header img,
    #nav-content .monorean_inbox_header img {
      margin-left: auto;
      margin-right: auto;
      flex-grow: 1;
      padding-right: 30px;
      box-sizing: content-box; }
      @media screen and (min-width: 769px) and (max-width: 842px), (max-width: 579px) {
        #nav-content .monorean_pro_header img,
        #nav-content .monorean_tiny_header img,
        #nav-content .monorean_cam_header img,
        #nav-content .monorean_inbox_header img {
          display: none; } }
    #nav-content .monorean_pro_header h1,
    #nav-content .monorean_tiny_header h1,
    #nav-content .monorean_cam_header h1,
    #nav-content .monorean_inbox_header h1 {
      margin-top: 16px; }
    #nav-content .monorean_pro_header .words,
    #nav-content .monorean_tiny_header .words,
    #nav-content .monorean_cam_header .words,
    #nav-content .monorean_inbox_header .words {
      flex-grow: 1; }
      #nav-content .monorean_pro_header .words p,
      #nav-content .monorean_tiny_header .words p,
      #nav-content .monorean_cam_header .words p,
      #nav-content .monorean_inbox_header .words p {
        text-align: left; }
  #nav-content .monorean_pro_header img {
    width: 147px;
    height: 137px;
    max-width: 147px; }
  #nav-content .monorean_tiny_header img {
    width: 130px;
    height: 128px;
    max-width: 130px; }
  #nav-content .monorean_inbox_header img {
    width: 129px;
    height: 100px;
    max-width: 129px; }
  #nav-content .monorean_cam_header img {
    width: 130px;
    height: 121px;
    max-width: 130px; }
  #nav-content .index h1:nth-child(2) {
    color: #595D6A;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0; }
  #nav-content audio {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 14px; }
  #nav-content img:not(.no_content_image) {
    width: 100%;
    padding: 1px;
    margin-bottom: 4px;
    border: 1px solid #d9d9d9; }
  #nav-content img.tag {
    width: unset;
    max-width: 40px;
    padding: 0;
    padding: 0;
    margin-bottom: 0;
    border: unset; }
    #nav-content img.tag.vertical {
      max-width: unset;
      max-width: 10px;
      max-height: 18px; }
    #nav-content img.tag.smaller {
      max-width: 28px; }
  #nav-content span.warning, #nav-content span.notice {
    position: relative;
    background-color: #383838;
    padding: 30px;
    margin: 30px;
    display: block;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: solid 1px #000;
    text-align: left;
    padding-left: 87px; }
    @media screen and (min-width: 769px) and (max-width: 842px), (max-width: 579px) {
      #nav-content span.warning, #nav-content span.notice {
        margin: 5px; } }
    #nav-content span.warning:before, #nav-content span.notice:before {
      position: absolute;
      left: 17px;
      top: 17px; }
  #nav-content span.warning {
    color: #FA6767; }
    #nav-content span.warning a {
      color: #FA6767;
      border-bottom: 0.1px solid #FA6767; }
    #nav-content span.warning:before {
      content: url(https://cimages.monorean.com/help/assets/mono_warning-391985df67ba9b0d6433086ad722cc4627cc4530afea5cadbe568577b1bbba23.svg); }
  #nav-content span.notice {
    color: #32C5FF; }
    #nav-content span.notice a {
      color: #32C5FF; }
    #nav-content span.notice:before {
      content: url(https://cimages.monorean.com/help/assets/mono_notice-04a86301b307a7b4a2c00a7a07ca1c773a434125fa35117654f01ab0cebd1b33.svg); }
  #nav-content span.caption {
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: center;
    color: #6d6d6d;
    font-size: 0.85em; }
  #nav-content ul, #nav-content ol {
    margin-left: 20px; }
  #nav-content ol li {
    font-weight: bold; }
  #nav-content li > * {
    font-weight: normal; }
  #nav-content .nav_next a, #nav-content .more_articles a {
    color: #32C5FF;
    font-size: 16px;
    margin: 10px 0 20px 0;
    font-weight: 600; }
  #nav-content em {
    color: #5d5d5d; }
  #nav-content .more_articles {
    margin-top: 80px; }
    #nav-content .more_articles a {
      border-bottom: none; }
      #nav-content .more_articles a:hover {
        color: #7fdbff; }
    #nav-content .more_articles ul {
      margin: 40px 0 0px 40px; }
      @media screen and (max-width: 768px) {
        #nav-content .more_articles ul {
          margin-left: 20px; } }
      #nav-content .more_articles ul li {
        margin: 10px 0; }
  #nav-content .border_top {
    border-width: 1px 0 0;
    border-style: solid;
    -o-border-image: linear-gradient(90deg, rgba(230, 230, 230, 0), #e6e6e6 50%, rgba(230, 230, 230, 0) 100%) 5%;
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 230, 0)), color-stop(50%, #e6e6e6), to(rgba(230, 230, 230, 0))) 5%;
    border-image: linear-gradient(90deg, rgba(230, 230, 230, 0), #e6e6e6 50%, rgba(230, 230, 230, 0) 100%) 5%; }
  #nav-content .nav_next {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    #nav-content .nav_next a {
      border-bottom: none; }
      #nav-content .nav_next a:hover {
        color: #7fdbff; }
      #nav-content .nav_next a.next {
        order: 2; }
        #nav-content .nav_next a.next:after {
          content: '\0020\2192';
          padding-left: 0.375rem; }
      #nav-content .nav_next a.prev {
        order: 1; }
        #nav-content .nav_next a.prev:before {
          content: '\2190\0020';
          padding-right: 0.375rem; }
      #nav-content .nav_next a.next.disabled:before, #nav-content .nav_next a.prev.disabled:before {
        content: none; }
      #nav-content .nav_next a.next.disabled:after, #nav-content .nav_next a.prev.disabled:after {
        content: none; }
  #nav-content #product_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 20px; }
    #nav-content #product_list .product_image {
      text-align: center; }
      #nav-content #product_list .product_image.tiny img {
        width: 130px;
        height: 128px;
        margin-bottom: 1px;
        margin-top: 9px; }
      #nav-content #product_list .product_image.pro img {
        width: 147px;
        height: 137px; }
      #nav-content #product_list .product_image.cam img {
        width: 130px;
        height: 121px; }
      #nav-content #product_list .product_image.inbox img {
        width: 129px;
        height: 100px;
        margin-bottom: 5px;
        margin-top: 16px; }
    #nav-content #product_list .product_square {
      flex-grow: 1;
      cursor: pointer;
      flex-basis: 266px;
      min-width: 266px;
      margin: 0px 10px 20px 0;
      padding: 17px 30px 30px 30px;
      border: 1px solid #d7d7d7;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      border-radius: 13px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
      box-shadow: 0px 2px 0px 0px #cccccc;
      background: #efefef;
      background: -moz-linear-gradient(top, #efefef 0%, #fff 16%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(16%, #fff));
      background: -webkit-linear-gradient(top, #efefef 0%, #fff 16%);
      background: -o-linear-gradient(top, #efefef 0%, #fff 16%);
      background: -ms-linear-gradient(top, #efefef 0%, #fff 16%);
      background: linear-gradient(to bottom, #efefef 0%, #fff 16%); }
      @media screen and (min-width: 450px) and (max-width: 580px), (min-width: 761px) and (max-width: 844px) {
        #nav-content #product_list .product_square {
          display: flex; }
          #nav-content #product_list .product_square .product_image img {
            margin-right: 21px; } }
      #nav-content #product_list .product_square h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 14px; }
      #nav-content #product_list .product_square p {
        font-size: 14px; }

.mr-section-model {
  background-color: #eeeeee; }
  .mr-section-model .mr-model-list {
    display: flex; }
    .mr-section-model .mr-model-list .mr-model {
      cursor: pointer;
      padding: 0 20px;
      border: 1px solid #d7d7d7;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      border-radius: 13px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
      box-shadow: 0px 2px 0px 0px #cccccc;
      background: #efefef;
      background: -moz-linear-gradient(top, #efefef 0%, white 16%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(16%, white));
      background: -webkit-linear-gradient(top, #efefef 0%, white 16%);
      background: -o-linear-gradient(top, #efefef 0%, white 16%);
      background: -ms-linear-gradient(top, #efefef 0%, white 16%);
      background: linear-gradient(to bottom, #efefef 0%, white 16%);
      display: flex;
      flex-direction: column;
      flex: 1;
      margin-left: 10px; }
      .mr-section-model .mr-model-list .mr-model:first-of-type {
        margin-left: 0px; }
      .mr-section-model .mr-model-list .mr-model .mr-model-img {
        padding: 30px 0 10px 0;
        text-align: center;
        height: 200px; }
        .mr-section-model .mr-model-list .mr-model .mr-model-img.pro img {
          width: 200px;
          height: auto; }
        .mr-section-model .mr-model-list .mr-model .mr-model-img.tiny img {
          width: 200px;
          height: auto; }
      .mr-section-model .mr-model-list .mr-model .mr-model-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        color: #333333;
        padding: 10px; }
        .mr-section-model .mr-model-list .mr-model .mr-model-content h3 {
          font-size: 24px;
          line-height: 21px;
          font-weight: 600; }
        .mr-section-model .mr-model-list .mr-model .mr-model-content P {
          font-size: 14px;
          line-height: 21px; }
      .mr-section-model .mr-model-list .mr-model .mr-model-info {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        margin-top: 20px; }
        .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-model-price {
          width: 120px;
          font-size: 24px;
          line-height: 34px;
          font-weight: 600;
          text-align: right; }
          .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-model-price .note {
            color: #878686;
            font-size: 10px;
            line-height: 14px;
            font-weight: 300;
            padding-top: 5px;
            margin-bottom: 0px; }
        .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-btn-model-info {
          flex: 1;
          text-shadow: 0px 1px 1px #25a5d0;
          filter: dropshadow(color=#25a5d0, offx=0, offy=1);
          border-top: 1px solid #a0e5fb;
          border-bottom: 2px solid #1ba5ee;
          background-color: #14b6f1;
          color: #FFFFFF;
          font-weight: 600;
          font-size: 18px;
          margin-left: 15px;
          text-align: center;
          line-height: 57px;
          margin-top: 9px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          text-decoration: none;
          max-width: 150px; }
      .mr-section-model .mr-model-list .mr-model.mr-model-inactive {
        -webkit-box-shadow: 0px 0px 0px 0px #cccccc;
        box-shadow: 0px 0px 0px 0px #cccccc;
        border: 1px solid #d7d7d7;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(0.42, #e3e3e3));
        background-image: -o-linear-gradient(bottom, #eeeeee 0%, #e3e3e3 42%);
        background-image: -moz-linear-gradient(bottom, #eeeeee 0%, #e3e3e3 42%);
        background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #e3e3e3 42%);
        background-image: -ms-linear-gradient(bottom, #eeeeee 0%, #e3e3e3 42%);
        background-image: linear-gradient(to bottom, #eeeeee 0%, #e3e3e3 42%); }
        .mr-section-model .mr-model-list .mr-model.mr-model-inactive .mr-model-img {
          margin-left: -25px;
          margin-right: -25px;
          width: calc(100% + 50px); }
        .mr-section-model .mr-model-list .mr-model.mr-model-inactive .mr-model-content {
          justify-content: flex-end; }
          .mr-section-model .mr-model-list .mr-model.mr-model-inactive .mr-model-content p {
            color: #646464;
            font-weight: 300;
            line-height: 20px;
            font-size: 14px; }
        .mr-section-model .mr-model-list .mr-model.mr-model-inactive .mr-model-info {
          justify-content: center;
          height: 70px; }
          .mr-section-model .mr-model-list .mr-model.mr-model-inactive .mr-model-info .mr-btn-model-subscribe {
            background-color: #a1a1a2;
            border: none;
            font-size: 18px;
            line-height: 38px;
            font-weight: 300;
            text-shadow: 0px 1px 1px #666666;
            filter: dropshadow(color=#666666, offx=0, offy=1);
            margin: 0;
            padding: 0 35px;
            text-decoration: none;
            border-radius: 5px;
            color: #ffffff;
            text-align: center;
            max-width: 150px;
            box-sizing: border-box; }
    .mr-section-model .mr-model-list .mr-model-shipping {
      display: none;
      margin-top: 20px;
      text-align: center;
      color: #666666; }
      .mr-section-model .mr-model-list .mr-model-shipping a {
        text-decoration: underline;
        color: #666666; }
  @media screen and (max-width: 900px) {
    .mr-section-model .mr-model-list .mr-model .mr-model-info {
      flex-direction: column;
      justify-content: center;
      margin-top: 0px; }
      .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-model-price {
        width: 100%;
        text-align: center; }
      .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-btn-model-info {
        margin-left: 0px;
        width: 100%;
        padding: 0px 5px; } }
  @media screen and (max-width: 786px) {
    .mr-section-model .mr-model-list {
      flex-direction: column; }
      .mr-section-model .mr-model-list .mr-model {
        flex-direction: row;
        align-items: center;
        margin-top: 10px;
        margin-left: 0px; }
        .mr-section-model .mr-model-list .mr-model:first-of-type {
          margin-top: 0px; }
        .mr-section-model .mr-model-list .mr-model .mr-model-img {
          padding: 10px; }
        .mr-section-model .mr-model-list .mr-model .mr-model-info {
          flex-direction: column;
          justify-content: center;
          margin-top: 0px;
          padding-top: 0px; }
          .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-model-price {
            width: 100%;
            text-align: center; }
          .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-btn-model-info {
            width: 100%; }
        .mr-section-model .mr-model-list .mr-model.mr-model-inactive {
          flex-direction: column;
          height: auto; }
          .mr-section-model .mr-model-list .mr-model.mr-model-inactive .mr-model-img {
            margin-left: 0px;
            margin-right: 0px;
            width: auto;
            display: flex;
            align-items: center; }
      .mr-section-model .mr-model-list .mr-model-shipping {
        display: block; } }
  @media screen and (max-width: 594px) {
    .mr-section-model .mr-model-list .mr-model {
      flex-direction: column; }
      .mr-section-model .mr-model-list .mr-model .mr-model-info {
        flex-direction: row;
        width: 100%; }
        .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-model-price {
          width: 50%; }
        .mr-section-model .mr-model-list .mr-model .mr-model-info .mr-btn-model-info {
          width: 50%;
          flex: 1; } }

.mr-section-question {
  padding-bottom: 0px; }
  .mr-section-question .mr-section-title {
    color: #222222; }
  .mr-section-question .mr-section-content {
    display: flex;
    flex-direction: column; }
  .mr-section-question .mr-question-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }
    .mr-section-question .mr-question-list .mr-question {
      max-width: 390px;
      margin-left: 20px; }
      .mr-section-question .mr-question-list .mr-question:first-child {
        margin-left: 0px; }
      .mr-section-question .mr-question-list .mr-question h3 {
        color: #253057;
        font-size: 24px;
        line-height: 24px;
        padding: 0;
        font-weight: 600;
        padding-bottom: 15px; }
      .mr-section-question .mr-question-list .mr-question p {
        font-size: 15px;
        line-height: 23px;
        color: #545454;
        padding-bottom: 15px;
        font-weight: 400; }
        .mr-section-question .mr-question-list .mr-question p:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px; }
  .mr-section-question .mr-question-image {
    position: relative;
    text-align: center;
    margin-top: 10px;
    min-height: 230px; }
    .mr-section-question .mr-question-image .extra-image {
      position: absolute;
      right: 0px;
      bottom: 10px; }
      .mr-section-question .mr-question-image .extra-image span {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        max-width: 170px;
        text-align: left; }
  @media screen and (max-width: 768px) {
    .mr-section-question {
      padding-bottom: 20px; }
      .mr-section-question .mr-question-list {
        order: 2; }
      .mr-section-question .mr-question-image {
        margin-top: 0px;
        min-height: 110px; }
        .mr-section-question .mr-question-image .extra-image {
          display: none; } }
  @media screen and (max-width: 576px) {
    .mr-section-question .mr-question-list {
      flex-direction: column; }
      .mr-section-question .mr-question-list .mr-question {
        margin-left: 0px;
        max-width: unset; }
        .mr-section-question .mr-question-list .mr-question:nth-child(2) {
          padding-top: 20px; } }

.mr-section-knowledge {
  background-color: #e6ebec; }
  .mr-section-knowledge .mr-section-title {
    color: #253057;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left; }
  .mr-section-knowledge .mr-knowledge-list {
    background-color: #FFFFFF;
    border-radius: 6px; }
    .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block {
      display: flex;
      border-top: 1px solid #e6ebec; }
      .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block:first-child {
        border-top: none; }
      .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge {
        width: 50%;
        flex: 1;
        display: flex;
        border-left: 1px solid #e6ebec;
        align-items: center;
        min-height: 92px; }
        .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge:first-child {
          border-left: none; }
        .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge img {
          padding: 20px; }
        .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge .mr-konwledge-txt {
          flex: 1;
          padding: 10px; }
          .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge .mr-konwledge-txt p {
            margin-bottom: 0px; }
            .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge .mr-konwledge-txt p strong {
              color: #003b7f;
              font-weight: 400; }
        .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge .mr-knowledge-image {
          width: 92px;
          height: 92px; }
  @media screen and (max-width: 768px) {
    .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block {
      flex-direction: column; }
      .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge {
        width: 100%;
        border-left: none;
        border-top: 1px solid #e6ebec; }
        .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge:first-child {
          border-top: none; }
        .mr-section-knowledge .mr-knowledge-list .mr-knowledge-block .mr-knowledge .mr-knowledge-image {
          padding: 10px; } }

.mr-section-faq {
  background-color: #003b7f; }
  .mr-section-faq .mr-section-title {
    color: #ffffff; }
  .mr-section-faq .accordion {
    background-color: #f9f9f9;
    border-radius: 8px;
    max-width: 780px;
    margin: 0 auto; }
    .mr-section-faq .accordion .accordion-group {
      border: none;
      margin-bottom: 0;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-repeat: no-repeat;
      background-position: 95% 20px;
      border-top: 1px solid #ccc; }
      .mr-section-faq .accordion .accordion-group:first-child {
        border-top: none; }
      .mr-section-faq .accordion .accordion-group .accordion-heading .accordion-toggle {
        padding: 15px 40px;
        margin: 0;
        border: none;
        font-size: 18px;
        color: #666666;
        text-decoration: none; }
      .mr-section-faq .accordion .accordion-group .accordion-body {
        background-color: #ffffff; }
        .mr-section-faq .accordion .accordion-group .accordion-body .accordion-inner {
          border: none;
          padding: 15px 40px 15px 40px; }
  @media screen and (max-width: 768px) {
    .mr-section-faq .accordion .accordion-group {
      background-position: 98% 20px; }
      .mr-section-faq .accordion .accordion-group .accordion-heading .accordion-toggle {
        padding-left: 20px;
        font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .mr-section-faq .accordion .accordion-group .accordion-heading .accordion-toggle {
      font-size: 14px;
      padding: 10px 30px 10px 10px; } }

.mr-section-subscribe {
  padding: 50px 0 30px 0;
  background-color: #f5f5f5; }
  .mr-section-subscribe .mr-section-title {
    color: #5d5d5d;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding: 0 20px;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 40px; }
  .mr-section-subscribe .mr-section-content {
    max-width: 310px;
    margin: 0 auto; }
    .mr-section-subscribe .mr-section-content form input {
      box-sizing: border-box; }
    .mr-section-subscribe .mr-section-content form input[type=email] {
      height: 45px;
      text-align: center;
      margin-bottom: 15px;
      width: 100%; }
    .mr-section-subscribe .mr-section-content form input[type=submit] {
      cursor: pointer;
      border-top: 1px solid #90d8ed;
      border-bottom: 2px solid #025dad;
      color: #FFFFFF;
      text-align: center;
      line-height: 57px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #5d5d5d;
      border: none;
      font-size: 18px;
      line-height: 38px;
      font-weight: 300;
      text-shadow: 0px 1px 1px #666666;
      filter: dropshadow(color=#666, offx=0, offy=1);
      margin-bottom: 20px;
      margin-left: 0px;
      float: right;
      padding: 10px;
      width: 100%;
      float: none; }
  @media screen and (max-width: 768px) {
    .mr-section-subscribe {
      display: none; } }

.mr-section-contact {
  padding-top: 0px; }
  .mr-section-contact .mr-payment-icon {
    padding: 20px 0px;
    text-align: center;
    min-height: 51px; }
    .mr-section-contact .mr-payment-icon img {
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .mr-section-contact .mr-contact-menu {
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
    .mr-section-contact .mr-contact-menu a {
      font-size: 14px;
      font-weight: 600;
      color: #212121;
      margin-left: 5px; }
      .mr-section-contact .mr-contact-menu a:before {
        content: "-";
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .mr-section-contact .mr-contact-menu a:first-child {
        margin-left: 0px; }
        .mr-section-contact .mr-contact-menu a:first-child:before {
          content: none; }
  .mr-section-contact .mr-footer {
    background-color: #023C80;
    padding: 0px 0 32px 0; }
    .mr-section-contact .mr-footer .triangle {
      padding-top: 19px;
      text-align: center; }
      .mr-section-contact .mr-footer .triangle span {
        width: 0;
        height: 0;
        padding-top: 12px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white; }
    .mr-section-contact .mr-footer .mr-footer-content {
      display: flex;
      padding-top: 30px; }
      .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container {
        display: flex;
        flex: 1;
        justify-content: space-between; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu {
          flex: 1; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu a {
            color: white;
            font-size: 14px;
            line-height: 24px;
            font-weight: 200;
            margin-bottom: 5px; }
            .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu a:hover {
              text-decoration: none; }
            .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu a span {
              font-weight: bold; }
            .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu a:after {
              content: url(https://cimages.monorean.com/help/assets/monorean_logo_basic-8d8e412654477369da2108b0b920eff3d8c85e79d6c0843aad1fd5447178f3fe.svg);
              display: block;
              text-align: left;
              padding: 20px;
              margin-left: 8px; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu ul li {
              padding: 0; }
              .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu ul li a {
                padding: 2px 0;
                color: #a8a8a8;
                font-size: 12px;
                width: 150px;
                font-weight: 300; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu {
          display: none; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu p {
            color: #ffffff;
            font-weight: bold;
            margin: 0 0 0 5px; }
            .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu p a {
              font-weight: lighter;
              color: #ffffff;
              text-decoration: underline; }
              .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu p a:hover {
                color: #ffffff; }
      .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container {
        padding: 0 10px 0 170px;
        padding-left: 100px;
        flex: 1; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container h5 {
          color: white;
          font-size: 16px;
          line-height: 19px;
          font-weight: 300;
          margin: 3px 0 21px 0; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container h5 b {
            font-weight: 600; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container p {
          color: white;
          font-size: 14px;
          line-height: 18px;
          font-weight: 300; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container a {
          font-weight: 400;
          color: #32C5FF; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container a:hover {
            text-decoration: underline; }
  .mr-section-contact .mr-footer-copyright {
    background-color: #010101; }
    .mr-section-contact .mr-footer-copyright p {
      font-size: 13px;
      color: #808080;
      font-weight: 300;
      padding: 20px 0px;
      margin-bottom: 0px; }
  @media screen and (max-width: 850px) {
    .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container {
      padding-left: 50px; } }
  @media screen and (max-width: 768px) {
    .mr-section-contact {
      padding-top: 0px; }
      .mr-section-contact .mr-payment-icon {
        display: none; }
      .mr-section-contact .mr-contact-menu {
        display: none; }
      .mr-section-contact .mr-footer .mr-footer-content {
        font-weight: lighter; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu {
          display: block; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu p {
            font-weight: normal;
            color: #2b83a1; }
          .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-mobile-footer-menu span {
            color: white; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container {
          padding-right: 20px; } }
  @media screen and (max-width: 576px) {
    .mr-section-contact .mr-footer .mr-footer-content {
      flex-direction: column; }
      .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container {
        order: 2;
        text-align: center; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-menu-container .mr-footer-menu a:after {
          text-align: center; }
      .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container {
        padding-left: 5px;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box; }
        .mr-section-contact .mr-footer .mr-footer-content .mr-footer-contact-container p {
          color: #ffffff; } }

.mr-section-product-como {
  background-color: #39c7f6; }
  .mr-section-product-como .mr-section-title {
    color: #ffffff; }
  .mr-section-product-como .mr-section-content {
    text-align: center; }
    .mr-section-product-como .mr-section-content .video {
      display: inline-block; }
      .mr-section-product-como .mr-section-content .video iframe {
        max-width: 100%; }
  @media screen and (max-width: 768px) {
    .mr-section-product-como .mr-section-content .video {
      padding-bottom: calc(100% / 721 * 406);
      position: relative;
      width: 100%;
      max-width: 721px; }
      .mr-section-product-como .mr-section-content .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.mr-section-product-equipo {
  background-color: #f2f5f5; }
  .mr-section-product-equipo .mr-section-title {
    color: #033c81; }
  .mr-section-product-equipo .mr-section-content {
    display: flex; }
    .mr-section-product-equipo .mr-section-content .mr-product-equipo-text {
      flex: 1;
      margin-right: 30px; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-text h3 {
        color: #253057;
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 15px; }
        .mr-section-product-equipo .mr-section-content .mr-product-equipo-text h3:not(:first-child) {
          margin-top: 40px; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-text h4 {
        color: #253057;
        font-weight: 600;
        font-size: 15px;
        line-height: 17px;
        padding: 15px 0 0 20px; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-text ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        column-count: 2; }
        .mr-section-product-equipo .mr-section-content .mr-product-equipo-text ul li {
          font-size: 14px;
          margin-top: 20px; }
          .mr-section-product-equipo .mr-section-content .mr-product-equipo-text ul li:first-child {
            margin-top: 0px; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-text a {
        margin-top: 40px;
        display: block;
        text-decoration: none;
        cursor: pointer;
        text-shadow: 0px 1px 1px #025dad;
        filter: dropshadow(color=#025dad, offx=0, offy=1);
        border-top: 1px solid #90d8ed;
        border-bottom: 2px solid #025dad;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        line-height: 57px;
        width: 202px;
        height: 57px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #0ea7d6;
        background: -moz-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0ea7d6), color-stop(100%, #025dad));
        background: -webkit-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
        background: -o-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
        background: -ms-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
        background: linear-gradient(to bottom, #0ea7d6 1%, #025dad 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ea7d6', endColorstr='#025dad',GradientType=0 ); }
    .mr-section-product-equipo .mr-section-content .mr-product-equipo-img {
      width: 450px; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul li {
          width: calc(50% - 10px);
          margin-bottom: 15px;
          text-align: center;
          max-width: 225px;
          min-width: 215px;
          min-height: 142.7px; }
          .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul li a {
            position: relative;
            display: inline-block;
            height: 143px; }
            .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul li a img {
              max-width: 100%; }
            .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul li a:hover span {
              display: block; }
  @media screen and (max-width: 768px) {
    .mr-section-product-equipo .mr-section-content {
      flex-direction: column; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-text {
        width: 100%;
        order: 2; }
      .mr-section-product-equipo .mr-section-content .mr-product-equipo-img {
        width: 100%;
        margin-top: 20px; }
        .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul {
          justify-content: center; }
          .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul li {
            margin-left: 5px;
            margin-right: 5px;
            min-width: 125px;
            min-height: 82px; }
            .mr-section-product-equipo .mr-section-content .mr-product-equipo-img ul li a {
              height: unset; } }

.mr-section-product-install .mr-section-title {
  color: #033c81; }
.mr-section-product-install .mr-section-content {
  display: flex; }
  .mr-section-product-install .mr-section-content .mr-product-install-img {
    width: 50%;
    min-width: 317px;
    min-height: 493px; }
  .mr-section-product-install .mr-section-content .mr-product-install-text {
    flex: 1;
    margin-left: 30px; }
    .mr-section-product-install .mr-section-content .mr-product-install-text h3 {
      color: #253057;
      font-weight: 600;
      font-size: 24px;
      line-height: 26px;
      padding-bottom: 15px; }
    .mr-section-product-install .mr-section-content .mr-product-install-text ul.installation {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mr-section-product-install .mr-section-content .mr-product-install-text ul.installation.installation-sub {
        padding-left: 20px; }
      .mr-section-product-install .mr-section-content .mr-product-install-text ul.installation li {
        padding: 10px 0;
        color: #545454; }
        .mr-section-product-install .mr-section-content .mr-product-install-text ul.installation li span {
          color: #39c7f6; }
        .mr-section-product-install .mr-section-content .mr-product-install-text ul.installation li em {
          color: #919191;
          font-size: 12px;
          font-style: italic; }
    .mr-section-product-install .mr-section-content .mr-product-install-text h4 {
      color: #253057;
      font-weight: 600;
      font-size: 15px;
      line-height: 17px;
      padding: 15px 0 0 20px; }
@media screen and (max-width: 768px) {
  .mr-section-product-install .mr-section-content {
    flex-direction: column; }
    .mr-section-product-install .mr-section-content .mr-product-install-img {
      width: 100%;
      text-align: center; }
    .mr-section-product-install .mr-section-content .mr-product-install-text {
      margin-top: 20px; } }

.mr-section-chara {
  background-color: #e6ebec; }
  .mr-section-chara .mr-section-title {
    color: #595d6a; }
    .mr-section-chara .mr-section-title sup {
      font-size: 16px; }
  .mr-section-chara .mr-section-content {
    padding: 40px 0px;
    /* &.tiny {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-box-shadow: 0px 0px 1px 1px #d9d9df;
        box-shadow: 0px 0px 1px 1px #d9d9df;
        border: 1px solid #FFF;
        background: #f2f3f4;
        background: -moz-linear-gradient(top, #f2f3f4 0%, #fff 15%, #fff 85%, #f2f3f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f4), color-stop(15%, #fff), color-stop(85%, #fff), color-stop(100%, #f2f3f4));
        background: -webkit-linear-gradient(top, #f2f3f4 0%, #fff 15%, #fff 85%, #f2f3f4 100%);
        background: -o-linear-gradient(top, #f2f3f4 0%, #fff 15%, #fff 85%, #f2f3f4 100%);
        background: -ms-linear-gradient(top, #f2f3f4 0%, #fff 15%, #fff 85%, #f2f3f4 100%);
        background: linear-gradient(to bottom, #f2f3f4 0%, #fff 15%, #fff 85%, #f2f3f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f4', endColorstr='#f2f3f4',GradientType=0 );
    } */ }
    .mr-section-chara .mr-section-content ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      .mr-section-chara .mr-section-content ul li {
        width: 50%;
        padding: 15px 0;
        display: flex; }
        .mr-section-chara .mr-section-content ul li .image {
          width: 130px;
          text-align: center; }
        .mr-section-chara .mr-section-content ul li .text {
          flex: 1; }
          .mr-section-chara .mr-section-content ul li .text h4 {
            font-size: 24px;
            font-weight: 300; }
  @media screen and (max-width: 768px) {
    .mr-section-chara .mr-section-content ul {
      flex-direction: column;
      padding: 0px 15px; }
      .mr-section-chara .mr-section-content ul li {
        width: 100%; } }

.mr-section-intro {
  padding-bottom: 0;
  background-repeat: repeat; }
  .mr-section-intro .mr-section-content .mr-intro-top {
    padding-bottom: 30px; }
    .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content {
      display: flex;
      justify-content: space-between; }
      .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img {
        text-align: center;
        margin-right: 30px; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img img {
          max-height: 318px; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img.pro img {
          min-height: 318px;
          margin-left: 10px; }
          @media screen and (max-width: 768px) {
            .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img.pro img {
              margin-left: 8px; } }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img.tiny img {
          min-height: 318px; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container {
          margin-top: 10px;
          padding: 15px;
          background-color: #FFFFFF;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          display: flex;
          align-items: center; }
          .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container h3 {
            text-align: right;
            margin: 0 40px 0 10px;
            font-size: 24px;
            padding: 0;
            line-height: 30px;
            font-weight: 600; }
            .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container h3 span.secondary {
              font-size: 14px;
              font-weight: 300;
              line-height: 14px; }
          .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container a.buy {
            width: 200px;
            display: block;
            text-decoration: none;
            text-shadow: 0px 1px 1px #025dad;
            filter: dropshadow(color=#025dad, offx=0, offy=1);
            border-top: 1px solid #90d8ed;
            border-bottom: 2px solid #025dad;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 18px;
            text-align: center;
            line-height: normal;
            padding: 18px 0px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #0ea7d6;
            background: -moz-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0ea7d6), color-stop(100%, #025dad));
            background: -webkit-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
            background: -o-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
            background: -ms-linear-gradient(top, #0ea7d6 1%, #025dad 100%);
            background: linear-gradient(to bottom, #0ea7d6 1%, #025dad 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ea7d6', endColorstr='#025dad',GradientType=0 ); }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-shipping {
          display: none;
          margin: 10px 0px 0px;
          text-align: center;
          color: #666666; }
          .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-shipping a {
            text-decoration: underline;
            color: #666666; }
      .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-warranty {
        display: none;
        background-color: #025dad;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 0px;
        color: #ffffff;
        font-weight: normal;
        text-align: center; }
      .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-txt {
        flex: 1;
        max-width: 50%; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-txt p {
          color: #595d6a;
          font-size: 18px;
          line-height: 27px; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-txt .redes {
          text-align: right;
          padding-right: 20px; }
  .mr-section-intro .mr-section-content .mr-intro-bottom {
    background-color: #ffffff; }
    .mr-section-intro .mr-section-content .mr-intro-bottom .mr-intro-bottom-content {
      display: flex;
      min-height: 75px; }
      .mr-section-intro .mr-section-content .mr-intro-bottom .mr-intro-bottom-content .mr-intro-payment {
        display: flex; }
        .mr-section-intro .mr-section-content .mr-intro-bottom .mr-intro-bottom-content .mr-intro-payment img:last-child {
          margin-left: 15px; }
      .mr-section-intro .mr-section-content .mr-intro-bottom .mr-intro-bottom-content .mr-intro-shipping {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px; }
        .mr-section-intro .mr-section-content .mr-intro-bottom .mr-intro-bottom-content .mr-intro-shipping span {
          font-size: 13px;
          line-height: 15px;
          color: #003b7f;
          font-weight: 600; }
  @media screen and (max-width: 868px) {
    .mr-section-intro .mr-section-content .mr-intro-bottom {
      display: none; } }
  @media screen and (max-width: 768px) {
    .mr-section-intro .mr-section-content .mr-intro-top {
      padding-bottom: 0px; }
      .mr-section-intro .mr-section-content .mr-intro-top > .mr-container {
        padding: 0; }
      .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content {
        flex-direction: column; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img {
          margin-right: 0px;
          margin-bottom: 30px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container {
            display: inline-flex; }
          .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-shipping {
            display: block; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-warranty {
          display: block;
          margin-left: 0;
          margin-right: 0; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-txt {
          max-width: unset;
          padding-bottom: 20px;
          margin-left: 0px;
          margin-right: 0px;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 20px;
          background-color: #ffffff;
          width: 100%;
          box-sizing: border-box; }
    .mr-section-intro .mr-section-content .mr-intro-bottom {
      display: none; } }
  @media screen and (max-width: 576px) {
    .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container {
      display: flex;
      justify-content: center;
      white-space: nowrap;
      flex-wrap: wrap;
      flex-direction: column; }
      .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container h3 {
        margin: 0 20px 10px; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container h3 br {
          display: none; }
        .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container h3 span {
          display: inline-block;
          vertical-align: middle; }
      .mr-section-intro .mr-section-content .mr-intro-top .mr-intro-top-content .mr-intro-img .mr-intro-btn-container a.buy {
        margin: 0 20px; } }

#cart-loading #modal-cart-modal {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%); }

#mr_cam_subscribe_modal {
  display: none; }
  #mr_cam_subscribe_modal .mr-modal-overlay {
    background-color: #545454;
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0; }
  #mr_cam_subscribe_modal .mr-modal {
    background-color: #F5FAFC;
    width: 300px;
    color: #848484;
    padding: 50px;
    font-size: 20px;
    text-align: center;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    margin-left: 0px; }
    #mr_cam_subscribe_modal .mr-modal h3 {
      font-size: 17.5px;
      font-weight: normal;
      line-height: 22.5px; }
    #mr_cam_subscribe_modal .mr-modal .mr-form-group {
      text-align: center; }
    #mr_cam_subscribe_modal .mr-modal form {
      margin-top: 30px; }
    #mr_cam_subscribe_modal .mr-modal input {
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      margin-bottom: 0px; }
    #mr_cam_subscribe_modal .mr-modal input[type=submit] {
      transition-property: background color;
      transition-duration: 1s;
      transition-timing-function: linear;
      margin-top: 20px;
      line-height: 33px;
      display: inline-block;
      text-decoration: none;
      padding: 9px;
      border-radius: 5px;
      border: 2px solid #49C9F7;
      color: #49C9F7;
      background-color: transparent;
      font-size: 18px;
      padding: 0px; }
      #mr_cam_subscribe_modal .mr-modal input[type=submit]:hover {
        text-decoration: none;
        background: #49C9F7;
        color: #ffffff; }
  @media screen and (max-width: 768px) {
    #mr_cam_subscribe_modal .mr-modal-overlay {
      cursor: pointer; } }

.mr-section-about {
  background-color: #fff;
  padding-top: 80px; }
  .mr-section-about .mr-section-content {
    display: flex; }
    .mr-section-about .mr-section-content .tab-menu {
      width: 230px;
      margin-right: 10px; }
    .mr-section-about .mr-section-content .tab-content-wrapper {
      flex: 1; }
  @media screen and (max-width: 768px) {
    .mr-section-about {
      padding-top: 40px; }
      .mr-section-about .mr-section-content {
        flex-wrap: wrap;
        flex-direction: column; }
        .mr-section-about .mr-section-content .tab-menu {
          width: 100%; }
          .mr-section-about .mr-section-content .tab-menu h3 {
            border-bottom: none; }
          .mr-section-about .mr-section-content .tab-menu .tab-about {
            display: flex;
            width: 100%; }
        .mr-section-about .mr-section-content .tab-content-wrapper {
          width: 100%;
          flex: unset; } }
  @media screen and (max-width: 576px) {
    .mr-section-about .mr-section-content .tab-menu .tab-about {
      flex-direction: column; } }
