@charset "UTF-8";
/*
    Theme Name: Łukasz Rossa
	Description: Łukasz Rossa
	Version: 1.0.0
	Author: jetplugs.com
	Tags: rossa
	Text Domain: jet
	Domain Path: /languages
*/
    /* THEME COLORS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*  color-white white */
/*  color-black black */
.color-1 {
  color: #0A0F13 !important; }

.color-2 {
  color: #408798 !important; }

.color-3 {
  color: #efede6 !important; }

.color-4 {
  color: #efede6 !important; }

.color-5 {
  color: #000 !important; }

.color-6 {
  color: #000 !important; }

.color-7 {
  color: #000 !important; }

.color-8 {
  color: #000 !important; }

.color-white {
  color: white !important; }

.color-black {
  color: black !important; }

.background-1 {
  background-color: #0A0F13 !important; }

.background-2 {
  background-color: #408798 !important; }

.background-3 {
  background-color: #efede6 !important; }

.background-4 {
  background-color: #efede6 !important; }

.background-5 {
  background-color: #000 !important; }

.background-6 {
  background-color: #000 !important; }

.background-7 {
  background-color: #000 !important; }

.background-8 {
  background-color: #000 !important; }

.background-white {
  background-color: white !important; }

.background-black {
  background-color: black !important; }

.background-white {
  background-color: white !important; }

.background-black {
  background-color: black !important; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/* BASE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  min-height: 100%;
  font-family: "Ubuntu", sans-serif; }

html {
  position: relative; }

html {
  min-height: 100%;
  font-size: 16px; }

strong {
  font-weight: 700; }

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

.container-jet {
  max-width: 1190px;
  margin: auto; }

.box-shadow-jetplugs {
  box-shadow: 0px 24px 25px -12px rgba(76, 85, 102, 0.32); }

.cn-text-container a {
  color: white; }

.cn-close-icon {
  opacity: 0.8 !important; }
  .cn-close-icon::after, .cn-close-icon::before {
    background-color: white !important; }

figure.wp-block-embed-youtube {
  margin-bottom: 48px;
  margin-top: 48px; }
  figure.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    display: block; }
  figure.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.yt-oembed {
  margin-bottom: 48px;
  margin-top: 48px; }
  .yt-oembed > p {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    display: block; }
  .yt-oembed iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.reviews-grid {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 3rem; }
  .reviews-grid .grid-item {
    padding: 2rem;
    border-radius: 0.5rem;
    border: 2px #408798 solid; }

/*  TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fw-700 {
  font-weight: 700 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-300 {
  font-weight: 300 !important; }

.lh-0 {
  line-height: 0 !important; }

.font-family-1 {
  font-family: "Ubuntu", sans-serif !important; }

.paragraph-1, p {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.124rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #0A0F13;
  text-decoration: none;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .paragraph-1, p {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.0125rem; } }
  .paragraph-1::-moz-selection, p::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #000; }
  .paragraph-1::selection, p::selection {
    color: white;
    background: #000; }
  .paragraph-1 a, p a {
    color: #0A0F13;
    font-weight: 500;
    text-decoration: underline; }
    .paragraph-1 a::-moz-selection, p a::-moz-selection {
      /* Code for Firefox */
      color: white;
      background: #408798; }
    .paragraph-1 a::selection, p a::selection {
      color: white;
      background: #408798; }
    .paragraph-1 a:hover, p a:hover {
      text-decoration: none;
      color: #0A0F13; }

.paragraph-2 {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.0125rem;
  color: #0A0F13;
  text-decoration: none; }
  @media (max-width: 768px) {
    .paragraph-2 {
      font-size: 0.75rem;
      line-height: 1.125rem;
      letter-spacing: 0.0125rem; } }

.paragraph-3 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #0A0F13;
  text-decoration: none; }

.paragraph-4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #0A0F13;
  text-decoration: none; }
  @media (max-width: 768px) {
    .paragraph-4 {
      font-size: 10px;
      letter-spacing: 0.5px; } }

.header-1, h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.375rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: #0A0F13;
  text-decoration: none;
  letter-spacing: 0.25px;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .header-1, h1 {
      font-size: 1.75rem;
      line-height: 2.45rem;
      letter-spacing: unset; } }
  .header-1 > a, h1 > a {
    font-size: inherit;
    font-weight: 700;
    color: #0A0F13;
    transition: .15s ease-in-out;
    line-height: inherit;
    text-decoration: none; }
    .header-1 > a:hover, h1 > a:hover {
      color: #0A0F13;
      text-decoration: none;
      transition: .15s ease-in-out; }

.header-2, h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.75rem;
  line-height: 2.45rem;
  font-weight: 700;
  color: #0A0F13;
  text-decoration: none;
  letter-spacing: 0.25px;
  margin-bottom: 1.2rem; }
  @media (max-width: 768px) {
    .header-2, h2 {
      font-size: 1.5rem;
      line-height: 2.1px;
      letter-spacing: unset; } }
  .header-2 > a, h2 > a {
    font-size: inherit;
    font-weight: 700;
    color: #0A0F13;
    transition: .15s ease-in-out;
    line-height: inherit;
    text-decoration: none; }
    .header-2 > a:hover, h2 > a:hover {
      color: #0A0F13;
      text-decoration: none;
      transition: .15s ease-in-out; }

.header-3, h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0A0F13;
  line-height: 28px;
  text-decoration: none; }
  @media (max-width: 768px) {
    .header-3, h3 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: unset; } }
  .header-3 > a, h3 > a {
    font-size: inherit;
    font-weight: 700;
    color: #0A0F13;
    transition: .15s ease-in-out;
    line-height: inherit;
    text-decoration: none; }
    .header-3 > a:hover, h3 > a:hover {
      color: #0A0F13;
      text-decoration: none;
      transition: .15s ease-in-out; }

.header-4, h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0A0F13;
  line-height: 24px;
  text-decoration: none; }
  .header-4 > a, h4 > a {
    font-size: inherit;
    font-weight: 700;
    color: #0A0F13;
    transition: .15s ease-in-out;
    line-height: inherit;
    text-decoration: none; }
    .header-4 > a:hover, h4 > a:hover {
      color: #0A0F13;
      text-decoration: none;
      transition: .15s ease-in-out; }

.btn-jetplugs, .wp-block-button__link {
  padding: 1.125rem 2.2rem;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #0A0F13;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
  border: 1px #0A0F13 solid;
  letter-spacing: 0.5px; }
  .btn-jetplugs:hover, .wp-block-button__link:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #408798;
    color: white;
    font-weight: 500;
    border: 1px #408798 solid; }
  .btn-jetplugs.second, .wp-block-button__link.second {
    background-color: #408798;
    border: 1px #408798 solid;
    padding: 1.125rem 2.2rem;
    color: white; }
    .btn-jetplugs.second:hover, .wp-block-button__link.second:hover {
      display: inline-block;
      text-decoration: none;
      background-color: white;
      color: #0A0F13;
      font-weight: 500;
      border: 1px #0A0F13 solid; }

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  ul.footer-menu li {
    display: block;
    padding: 0;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0.1px; }
    @media (max-width: 768px) {
      ul.footer-menu li {
        line-height: 40px; } }
    ul.footer-menu li a {
      color: #408798;
      font-size: inherit;
      font-weight: 500;
      text-transform: none;
      text-decoration: none;
      line-height: inherit;
      letter-spacing: inherit; }
      ul.footer-menu li a:hover {
        color: #408798;
        text-decoration: underline; }

hr.footer {
  opacity: 1;
  color: #408798; }
hr.light {
  opacity: 1;
  color: #000; }

.desc-article, .main-article, .offer-article, .reviews-article, .contact-article {
  padding: 9rem 0; }
  @media (max-width: 1200px) {
    .desc-article, .main-article, .offer-article, .reviews-article, .contact-article {
      padding: 7rem 0; } }
  @media (max-width: 992px) {
    .desc-article, .main-article, .offer-article, .reviews-article, .contact-article {
      padding: 5rem 0; } }
  @media (max-width: 768px) {
    .desc-article, .main-article, .offer-article, .reviews-article, .contact-article {
      padding: 4rem 0; } }

.offer-article p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.55rem;
  color: white;
  text-decoration: none;
  padding-bottom: 1.5rem; }

.logo-img {
  position: relative;
  width: 100%; }
  .logo-img img {
    position: relative;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    border-radius: 50%;
    max-height: 60px;
    max-width: 60px; }
  .logo-img .dot {
    position: absolute;
    bottom: 8px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: #408798;
    border-radius: 50%;
    z-index: 1;
    outline: 3px white solid; }

.personal-img {
  position: relative;
  width: 100%; }
  .personal-img::after {
    content: '';
    padding-bottom: 80%;
    display: block; }
  .personal-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 10%;
    border-radius: 1.5rem; }

textarea {
  resize: none; }

input, textarea {
  outline-color: #408798;
  outline-style: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #408798;
  padding: 15px 10px;
  margin: 10px 0px;
  border: 2px solid #0A0F13;
  border-radius: 5px; }
  input:focus, textarea:focus {
    border: 2px solid #408798; }

.search-main .search-results .entry .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px; }

.pagination .pages-desc {
  font-weight: 500; }
.pagination nav.pagination {
  display: inline-block !important; }
  .pagination nav.pagination .screen-reader-text {
    display: none; }
  .pagination nav.pagination .nav-links {
    margin: auto;
    padding: 0 1em; }
  .pagination nav.pagination .page-numbers {
    display: inline;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding: 7px 12px;
    background-color: white;
    border: 2px solid #000;
    color: #408798; }
    .pagination nav.pagination .page-numbers:hover {
      border: 2px solid black; }
    .pagination nav.pagination .page-numbers.prev {
      width: 2.5em;
      padding: 7px 12px; }
    .pagination nav.pagination .page-numbers.next {
      width: 2.5em;
      padding: 7px 12px; }
    .pagination nav.pagination .page-numbers.current {
      background-color: black;
      border: 2px solid black;
      color: white; }
    .pagination nav.pagination .page-numbers.dots {
      border: none;
      display: inline-block-block; }
  .pagination nav.pagination a.page-numbers {
    color: #408798;
    border: 2px solid #000;
    text-decoration: none; }
    .pagination nav.pagination a.page-numbers:hover {
      background-color: #0A0F13;
      color: white; }

/* BREADCRUMB
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb-tmc {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  align-items: center !important;
  white-space: nowrap; }
  ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey {
    max-width: unset !important; }
    ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey path {
      stroke: #efede6; }
  ol.breadcrumb-tmc li:first-letter {
    text-transform: uppercase; }
  ol.breadcrumb-tmc li span {
    color: #0A0F13;
    line-height: 1;
    font-weight: 400;
    font-size: 15px; }
  ol.breadcrumb-tmc li a {
    font-weight: inherit;
    line-height: 2.1;
    font-size: 15px;
    color: #0A0F13;
    text-decoration: underline; }
    ol.breadcrumb-tmc li a:hover {
      color: #0A0F13;
      font-weight: inherit; }
      ol.breadcrumb-tmc li a:hover::before {
        opacity: 1;
        border-color: #efede6; }
  ol.breadcrumb-tmc .breadcrumb-tmc-separator {
    padding: 0 5px; }

.background-4 ol.breadcrumb-tmc span {
  color: white; }
.background-4 ol.breadcrumb-tmc a {
  color: white; }
  .background-4 ol.breadcrumb-tmc a:hover {
    color: white; }
  .background-4 ol.breadcrumb-tmc a::before {
    color: white;
    border-bottom: 2px solid white; }
  .background-4 ol.breadcrumb-tmc a:hover {
    color: white;
    text-decoration: none; }
    .background-4 ol.breadcrumb-tmc a:hover::before {
      opacity: 1;
      border-color: white; }

ul.category-jetplugs {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #efede6;
  display: inline; }
  ul.category-jetplugs li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #efede6;
    display: inline-block;
    margin-bottom: 0; }
    ul.category-jetplugs li a {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #efede6;
      text-decoration: none; }
      @media (max-width: 768px) {
        ul.category-jetplugs li a {
          font-size: 10px;
          letter-spacing: 0.5px; } }

.truncate-overflow {
  position: relative;
  max-height: 42px;
  overflow: hidden;
  padding-right: 1rem; }

.the-content p + h2, .the-content h3 {
  margin-top: 55px; }
.the-content h2, .the-content h3 + p {
  margin-top: 25px; }
.the-content p {
  margin-bottom: 20px; }
.the-content blockquote + p {
  margin-top: 20px; }
.the-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px !important;
  box-shadow: 0px 24px 25px -12px rgba(76, 85, 102, 0.32);
  margin-bottom: 30px;
  margin-top: 30px; }
.the-content ul + ul {
  margin-bottom: 10px; }
.the-content ul + p {
  margin-top: 25px; }
.the-content ul {
  margin-bottom: 8px; }
  .the-content ul li {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px; }
    .the-content ul li p {
      margin-bottom: 8px;
      line-height: 28px; }
.the-content ol li {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; }
  .the-content ol li p {
    margin-bottom: 10px; }
.the-content blockquote {
  color: #0A0F13;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding-left: 40px;
  line-height: 28px;
  border-left: 2px solid #000;
  font-weight: 500;
  font-style: italic; }
  .the-content blockquote cite {
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    line-height: 28px;
    font-style: italic; }
    .the-content blockquote cite:before {
      content: ""; }

th, td {
  font-family: "Ubuntu", sans-serif; }

th {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #000;
  color: #0A0F13;
  font-size: 16px; }

th:first-child, td:first-child {
  padding-left: 0; }

th:last-child, td:last-child {
  padding-right: 0; }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
    top: -46px; } }
.vertical-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.jet-line {
  display: block;
  width: 8.45rem;
  opacity: 20%;
  border-bottom: 1px solid #0A0F13; }
  @media (max-width: 1200px) {
    .jet-line {
      width: 4.45rem; } }
  @media (max-width: 992px) {
    .jet-line {
      display: none; } }

.top-menu {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  font-weight: 300;
  color: #0A0F13; }
  .top-menu li {
    display: inline-block;
    font-size: 0.8rem;
    margin: 0 10px;
    padding: 0;
    line-height: 1rem;
    letter-spacing: 0.05rem;
    color: #0A0F13; }
    @media (max-width: 768px) {
      .top-menu li {
        line-height: 40px; } }
    .top-menu li a {
      color: #0A0F13;
      font-size: inherit;
      text-decoration: none;
      line-height: inherit;
      letter-spacing: inherit;
      font-weight: 300;
      position: relative;
      display: inline; }
      .top-menu li a:hover {
        color: #0A0F13;
        border-bottom: 2px solid #408798;
        padding-bottom: 4px; }

ul.top-menu-mobile {
  display: block;
  list-style: none;
  padding: 15px;
  margin-bottom: 0; }
  ul.top-menu-mobile .menu-item > a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 24px;
    text-decoration: none;
    color: #0A0F13;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px -2px rgba(76, 85, 102, 0.12); }
    ul.top-menu-mobile .menu-item > a:hover {
      color: #efede6; }
  ul.top-menu-mobile .menu-item + .menu-item {
    margin-top: 12px; }

nav.mobile-menu-jet {
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  color: white;
  height: 100%; }
  nav.mobile-menu-jet.is-active {
    display: block; }
  nav.mobile-menu-jet .menu-wraper ul, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile {
    display: block;
    list-style: none;
    padding: 15px;
    margin: 0; }
    nav.mobile-menu-jet .menu-wraper ul li.menu-item, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item {
      position: relative; }
      nav.mobile-menu-jet .menu-wraper ul li.menu-item > a, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item > a {
        display: block;
        padding: 12px 16px;
        font-size: 0.88rem;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        line-height: 24px;
        text-decoration: none;
        color: #0A0F13;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 8px -2px rgba(76, 85, 102, 0.32); }
        nav.mobile-menu-jet .menu-wraper ul li.menu-item > a:hover, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
          color: #408798; }
      nav.mobile-menu-jet .menu-wraper ul li.menu-item + .menu-item, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item + .menu-item {
        margin-top: 12px; }
    nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children::after, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children::after {
      content: url("../localdata/_default/chevrons-down.svg");
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 10px; }
      body.contrast-yellow nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children::after, body.contrast-yellow nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children::after {
        content: url("../localdata/_default/chevrons-down-contrast-yellow-black.svg"); }
    nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children ul.sub-menu, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
      display: none;
      z-index: 2;
      max-width: 100%;
      width: 100%;
      transform: translateX(0);
      border-radius: 10px;
      padding: 10px 30px;
      font-size: 0.88rem; }
      nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children ul.sub-menu.active, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu.active {
        display: block; }
      nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children ul.sub-menu li, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li {
        max-width: 100%; }
        nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
          line-height: 1.2;
          display: block;
          background-color: #0A0F13;
          font-size: 0.88rem;
          font-weight: 500;
          letter-spacing: 1.5px;
          text-decoration: none;
          color: white;
          border-bottom: 1px #efede6 solid; }
          nav.mobile-menu-jet .menu-wraper ul li.menu-item-has-children ul.sub-menu li > a:hover, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a:hover {
            color: #408798; }
    nav.mobile-menu-jet .menu-wraper ul a:hover, nav.mobile-menu-jet .menu-wraper ul a:focus-visible, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile a:hover, nav.mobile-menu-jet .menu-wraper ul.top-menu-mobile a:focus-visible {
      display: block;
      list-style: none;
      margin: 0;
      width: 100%; }

ul.list-jet {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #0A0F13;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.list-jet li {
    text-indent: 0;
    padding-bottom: 1.5rem; }
    ul.list-jet li::before {
      content: "";
      display: inline-block;
      width: 0.6rem;
      height: 0.6rem;
      margin-right: 0.6rem;
      background-color: #408798;
      border-radius: 50%;
      transform: rotate(140deg); }
  @media (max-width: 768px) {
    ul.list-jet {
      font-size: 1rem;
      line-height: 1.5rem; } }
