.MainMenu_ {height: 70px;z-index: 100;}.mainMenu__page a {color: var(--default-color);}.mainMenu__logo {height: 60px;width: auto!important;padding: 10px;}.mainMenu__page li {padding: 10px 0;}.mainMenu__head-menu {box-shadow: 0 1px 5px 0px gray;padding: 0 70px;}.mainMenu__navbar-toggle {position: relative;float: right;padding: 9px 10px;margin-top: 8px;margin-right: 15px;margin-bottom: 8px;background-color: var(--fb-green);background-image: none;border: 1px solid transparent;border-radius: 4px;}.mainMenu__products {position: relative;}.mainMenu__dark {position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;background-color: black;}.mainMenu__products:hover mainMenu__dark {opacity: 0.3;margin: 0 15px;cursor: pointer;}.mainMenu__ body {font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";background-color: #fff;}.mainMenu__h4.description {font-size: 1.3em;margin-top: 10px;margin-bottom: 10px;font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;font-weight: 300;line-height: 1.5em;color: #555;margin-top: 40px;margin-bottom: 40px;}.mainMenu__text-center {text-align: center!important;color: #2c2c2c;font-size: 14px;font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;}.mainMenu__ a {text-decoration: none;}.mainMenu__text-left {text-align: left!important;color: #2c2c2c;font-size: 14px;font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;}.mainMenu__dropMenu {padding: 0 10px;text-transform: none!important;}.mainMenu__nav_logo {height: 40px;width: auto!important;padding: 0.5rem;}.mainMenu__fb-menu {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;background-color: white;color: var(--fb-txtColor);display: flex;align-items: center;justify-content: center;text-shadow: 2px white;}.mobile-menu {position: absolute;left: 0;user-select: none;cursor: default;background-color: white;color: #333;display: flex;align-items: end;justify-content: center;text-shadow: 2px white;padding: 10px;width: 100%;flex-direction: column;box-shadow: 0 0 10px gray;z-index: 101;}body.mobile-mode .mainMenu__head-menu {padding: 0 50px;}.mobile-menu .dropdown-menu-div {align-items: end;display: flex;flex-direction: column;}.mobile-menu .dropdown-menu {position: relative!important;box-shadow: none!important;align-items: end;border: none;text-align: right;padding: 0;margin: 0;flex-direction: column;top: 0!important;font-size: 16px;}.dropdown-menu-div {display: flex;align-items: center;position: relative;}.dropdown-menu {position: absolute;padding: 10px;box-shadow: 0.1em 0.2em 0.2em;background-color: white;z-index: 255;flex-direction: column;}.dropdown-menu-div:hover {color: #f8f9fa;}@media (max-width: 990px) {.navbar-toggle {display: block !important;}}@media (max-width: 990px) {.nav {display: none !important;}}@media (min-width: 991px) {.nav {display: flex !important;}}.home__popup-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);display: none ;justify-content: center;align-items: center;z-index: 9999;}.home__popup-content {background: #fff;padding: 30px;border-radius: 12px;max-width: 50%;text-align: center;box-shadow: 0 8px 20px rgba(0,0,0,0.2);animation: fadeIn 0.3s ease-in-out;}body.mobile-mode .home__popup-content {background: #fff;padding: 10px;border-radius: 12px;max-width: 90%;max-height: 90%;text-align: center;box-shadow: 0 8px 20px rgba(0,0,0,0.2);animation: fadeIn 0.6s ease-in-out;}@keyframes fadeIn {from {opacity: 0;transform: scale(0.9);}to {opacity: 1;transform: scale(1);}}.homep__learn_more {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: 10px 25px;color: white!important;text-transform: uppercase;text-decoration: none;letter-spacing: 5px;font-size: 18px;box-shadow: 0 20px 50px rgba(0,0,0,.5);overflow: hidden;background-color: var(--bs-green);color: white;padding: 10px 20px;border: none;border-radius: 5px;}.homep__learn_more span:nth-child(1) {position: absolute;top: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(to right, #0c002b, var(--bs-teal));animation: animate1 2s linear infinite;animation-delay: 1s;}@keyframes animate1 {0% {transform: translateX(-100%);}100% {transform: translateX(100%);}}.homep__learn_more span:nth-child(2) {position: absolute;top: 0;right: 0;width: 2px;height: 100%;background: linear-gradient(to right, #0c002b, var(--bs-teal));animation: animate2 2s linear infinite;animation-delay: 2s;}@keyframes animate2 {0% {transform: translateY(-100%);}100% {transform: translateY(100%);}}.homep__learn_more span:nth-child(3) {position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(to right, #0c002b, var(--bs-teal));animation: animate3 2s linear infinite;animation-delay: 1s;}@keyframes animate3 {0% {transform: translateX(100%);}100% {transform: translateX(-100%);}}.homep__learn_more span:nth-child(4) {position: absolute;top: 0;left: 0;width: 2px;height: 100%;background: linear-gradient(to right, #0c002b, var(--bs-teal));animation: animate4 2s linear infinite;animation-delay: 2s;}@keyframes animate4 {0% {transform: translateY(100%);}100% {transform: translateY(-100%);}}