ul {
    padding: 0;
    list-style: none;
  }
  
  header {
    background: transparent;
    height: 82px;
    position: relative;
    z-index: 10000000000000000;
  }
  
  header {
    background: transparent;
    height: 82px;
    position: relative;
    z-index: 999999999999999;
  }
  header .header {
    border-bottom: rgba(255, 255, 255, 0.1254901961) solid 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-family: "PP Mori", Sans-serif;
    font-weight: 400;
    word-wrap: break-word;
  }
  header .header.white,
  header .header.header-menu-sticky {
    background: #FFF;
    color: #000;
    border-bottom: rgba(136, 136, 136, 0.3137254902) solid 1px;
  }
  header .header.white.gray {
    background: #ECF2F5;
  }
  header .header.white .logo__img,
  header .header.header-menu-sticky .logo__img {
    border: none;
  }
  header .header.white .logo__img .white-logo,
  header .header.header-menu-sticky .logo__img .white-logo {
    display: none;
  }
  header .header.white .logo__img .grey-logo,
  header .header.header-menu-sticky .logo__img .grey-logo {
    display: block;
  }
  header .header.white .navbar__item.active,
  header .header.header-menu-sticky .navbar__item.active {
    border-bottom: #3F8EDD solid 1px;
  }
  header .header.white .options .search .img svg,
  header .header.header-menu-sticky .options .search .img svg {
    stroke: #000;
  }
  header .header.white .options .languages__selector,
  header .header.header-menu-sticky .options .languages__selector {
    border: rgba(136, 136, 136, 0.3137254902) solid 1px;
  }
  header .header .logo {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  header .header .logo__img {
    width: 94px;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: #FFF solid 1px;
  }
  header .header .logo__img img {
    width: 100%;
  }
  header .header .logo__img .white-logo {
    display: block;
  }
  header .header .logo__img .grey-logo {
    display: none;
  }
  header .header .navbar {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  header .header .navbar__item, header .header .navbar__item__js {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 28px;
    cursor: pointer;
  }
  header .header a {
    color:#FFF;
  }
  header .header.white a,
  header .header.header-menu-sticky a {
    color: #000;
  }
  
  header .header .navbar__item :hover, 
  header .header .navbar__item__js :hover {
    transform: scale(1.1);
  }
  header .header .navbar .active {
    font-weight: bold;
    border-bottom: #125C8D solid 1px;
  }
  header .header .options {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header .options .knowledge {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 8px;
  }
  header .header .options .knowledge a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 14px;
    background: #3F8EDD;
    border-radius: 32px;
    white-space: nowrap;
    line-height: 1;
  }
  header .header .options .search {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 8px;
  }
  header .header .options .search .img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: #3F8EDD solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header .options .search .img svg {
    stroke: #FFF;
    width: 100%;
  }
  header .header .options .languages {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 8px;
  }
  header .header .options .languages__selector {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: rgba(255, 255, 255, 0.1882352941) solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header .options .menu-list {
    display: none;
  }
  header .menu__item {
    pointer-events: none;
    min-height: none;
    max-height: 100vh;
    left: 0;
    width: 100%;
    z-index: -9999;
    top: 82px;
    transition: 0.3s all ease;
    display: flex;
    opacity: 0;
    position: absolute;
    width: 100%;
    background: #FFF;
    color: white;
    font-size: 14px;
    font-family: "PP Mori", Sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    box-shadow: 0px 2.7672564983px 2.2138051987px rgba(0, 0, 0, 0.12);
    border-bottom: 10px #113186 solid;
  }
  header .menu__item.active {
    opacity: 1;
    z-index: 0;
    pointer-events: all;
  }
  header .menu__item__left {
    flex: 1;
    position: relative;
  }
  header .menu__item__left .img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  header .menu__item__left .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .menu__item__left .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 9, 23, 0) 0%, #050917 100%);
  }
  header .menu__item__left .content {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 68px 32px;
  }
  header .menu__item__left .content .title {
    color: white;
    font-size: 25px;
    line-height: 32.5px;
  }
  header .menu__item__left .content .subtitle {
    color: #A4BFD1;
    font-size: 14px;
    line-height: 20px;
  }
  header .menu__item__right {
    overflow-y: auto;
    flex: 4;
    display: flex;
    align-items: center;
  }
  header .menu__item.products .products {
    width: 100%;
    margin: 82px;
    display: flex;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 3.5rem), 1fr));
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    row-gap: 3rem;
  }
  header .menu__item.products .products .category {
    display: flex;
    flex-direction: column;
  }
  header .menu__item.products .products .category__title {
    color: #3F8EDD;
    font-weight: 600;
    margin-bottom: 12px;
  }
  header .menu__item.products .products .category__item {
    position: relative;
    height: 34px;
    width: 90%;
    display: flex;
    align-items: center;
  }
  header .menu__item.products .products .category__item a {
    color: #050917;
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .menu__item.products .products .category__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.products .products .category__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.products .products .category__item:hover {
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
  }
  header .menu__item.products .products .category__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.products .products .category__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.segments .segments {
    margin: 60px;
    gap: 4.5rem;
    display: flex;
  }
  header .menu__item.segments .segments .segment {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.5rem;
  }
  header .menu__item.segments .segments .segment__title a{
    color: #3F8EDD;
    font-weight: 600;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  header .menu__item.segments .segments .segment__item {
    position: relative;
    height: 34px;
    display: flex;
    align-items: center;
  }
  header .menu__item.segments .segments .segment__item a {
    color: #050917;
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .menu__item.segments .segments .segment__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.segments .segments .segment__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.segments .segments .segment__item:hover {
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
  }
  header .menu__item.segments .segments .segment__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.segments .segments .segment__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.solutions .solutions {
    flex: 2;
    margin: 110px 0;
    margin-left: 120px;
    -moz-columns: 2;
         columns: 2;
  }
  header .menu__item.solutions .solutions__item {
    position: relative;
    height: 54px;
    margin-right: 3.6rem;
    display: flex;
    align-items: center;
    width: 75%;
    break-inside: avoid;
  }
  header .menu__item.solutions .solutions__item a {
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: #3F8EDD;
    font-size: 21px;
    line-height: 27.3px;
  }
  header .menu__item.solutions .solutions__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.solutions .solutions__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.solutions .solutions__item:hover {
    cursor: pointer;
    z-index: 1;
  }
  header .menu__item.solutions .solutions__item:hover a {
    color: #050917;
  }
  header .menu__item.solutions .solutions__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.solutions .solutions__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.solutions .solution-options {
    flex: 1;
    margin: 110px 0;
    margin-right: 120px;
    display: flex;
    flex-direction: column;
  }
  header .menu__item.solutions .solution-options__title {
    color: #3F8EDD;
    font-size: 21px;
    line-height: 27.3px;
    margin-bottom: 1.2rem;
  }
  header .menu__item.solutions .solution-options__item {
    position: relative;
    height: 44px;
    display: inline-flex;
    align-items: center;
    width: 200px;
  }
  header .menu__item.solutions .solution-options__item a {
    color: #050917;
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .menu__item.solutions .solution-options__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.solutions .solution-options__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.solutions .solution-options__item:hover {
    cursor: pointer;
    z-index: 1;
  }
  header .menu__item.solutions .solution-options__item:hover a {
    color: #050917;
  }
  header .menu__item.solutions .solution-options__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.solutions .solution-options__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.company .company {
    flex: 1;
    margin: 110px 0;
    margin-left: 120px;
  }
  header .menu__item.company .company__item {
    position: relative;
    height: 54px;
    margin-right: 3.6rem;
    display: flex;
    align-items: center;
    width: 75%;
  }
  header .menu__item.company .company__item a {
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: #3F8EDD;
    font-size: 21px;
    line-height: 27.3px;
  }
  header .menu__item.company .company__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.company .company__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.company .company__item:hover {
    cursor: pointer;
    z-index: 1;
  }
  header .menu__item.company .company__item:hover a {
    color: #050917;
  }
  header .menu__item.company .company__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.company .company__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.company .resources {
    flex: 2;
    margin: 110px 0;
    margin-right: 120px;
    display: flex;
    flex-direction: column;
  }
  header .menu__item.company .resources__title {
    color: #3F8EDD;
    font-size: 21px;
    line-height: 27.3px;
    margin-bottom: 1.2rem;
  }
  header .menu__item.company .resources__item {
    position: relative;
    height: 44px;
    display: inline-flex;
    align-items: center;
    width: 200px;
  }
  header .menu__item.company .resources__item a {
    color: #050917;
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .menu__item.company .resources__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.company .resources__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.company .resources__item:hover {
    cursor: pointer;
    z-index: 1;
  }
  header .menu__item.company .resources__item:hover a {
    color: #050917;
  }
  header .menu__item.company .resources__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.company .resources__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.suport .suport {
    margin-left: 120px;
    display: inline-block;
  }
  header .menu__item.suport .suport__item {
    position: relative;
    height: 54px;
    margin-right: 3.6rem;
    display: flex;
    align-items: center;
  }
  header .menu__item.suport .suport__item a {
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: #3F8EDD;
    font-size: 21px;
    line-height: 27.3px;
  }
  header .menu__item.suport .suport__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.suport .suport__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.suport .suport__item:hover {
    cursor: pointer;
    z-index: 1;
  }
  header .menu__item.suport .suport__item:hover a {
    color: #050917;
  }
  header .menu__item.suport .suport__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.suport .suport__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.contact .contact {
    margin-left: 120px;
    display: inline-block;
  }
  header .menu__item.contact .contact__item {
    position: relative;
    height: 54px;
    margin-right: 3.6rem;
    display: flex;
    align-items: center;
  }
  header .menu__item.contact .contact__item a {
    text-decoration: none;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: #3F8EDD;
    font-size: 21px;
    line-height: 27.3px;
  }
  header .menu__item.contact .contact__item img {
    display: none;
    z-index: 1;
    transform: translateX(25%);
    transition: 0.3s all ease;
  }
  header .menu__item.contact .contact__item:after {
    content: "";
    width: calc(100% + 24px);
    height: 100%;
    position: absolute;
    background: #F3F3F3;
    top: 0;
    left: -14px;
    opacity: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
  }
  header .menu__item.contact .contact__item:hover {
    cursor: pointer;
    z-index: 1;
  }
  header .menu__item.contact .contact__item:hover a {
    color: #050917;
  }
  header .menu__item.contact .contact__item:hover:after {
    opacity: 1;
    transition: 0.3s all ease;
  }
  header .menu__item.contact .contact__item:hover img {
    display: block;
    transition: 0.3s all ease;
  }
  header .menu__item.search {
    min-height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .menu__item.search form {
    width: 40%;
    height: 75px;
    position: relative;
  }
  header .menu__item.search form input {
    background: rgba(97, 138, 166, 0.1254901961);
    border-radius: 5px;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    border: none;
    padding-left: 30px;
    outline: none;
  }
  header .menu__item.search form ::-moz-placeholder {
    color: #000;
  }
  header .menu__item.search form ::placeholder {
    color: #000;
  }
  header .menu__item.search form button {
    position: absolute;
    right: 30px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
  }
  header .menu__item.search form button svg {
    width: 35px;
    height: 35px;
    stroke: #3F8EDD;
  }
  header .menu__item.languages {
    min-height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .menu__item.languages .language-list {
    width: 75%;
    gap: auto;
    display: flex;
    flex-direction: row;
  }
  header .menu__item.languages .language-list .language-option {
    margin: auto;
  }
  header .menu__item.languages .language-list .language-option a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    text-decoration: none;
  }
  header .menu__item.languages .language-list .language-option a .img {
    width: 50px;
    height: 50px;
  }
  header .menu__item.languages .language-list .language-option a .img img {
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.5s ease-in-out;
  }
  header .menu__item.languages .language-list .language-option a p {
    color: #000;
    font-size: 28px;
    font-weight: 400;
  }
  header .menu__item.languages .language-list .language-option a p::after {
    content: "";
    display: block;
    border-bottom: #000 solid 2px;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
  }
  header .menu__item.languages .language-list .language-option a:hover .img img {
    transform: scaleY(1);
    transform-origin: 0% 50%;
  }
  header .menu__item.languages .language-list .language-option a:hover p {
    font-weight: bold;
  }
  header .menu__item.languages .language-list .language-option a:hover p::after {
    transform: scaleX(1);
  }
  header .menu__item.languages .language-list .language-option.active a .img img {
    transform: scaleY(1);
  }
  header .menu__item.languages .language-list .language-option.active a p {
    font-weight: bold;
    border-bottom: #000 solid 2px;
  }
  header .menu__item.languages .language-list .language-option.active a p::after {
    border: none;
  }
  
  @media screen and (max-width: 1024px) {
    header .header {
      font-size: 10px;
    }
    header .header .navbar {
      max-height: calc(100vh - 92px) !important;
      overflow: auto;
    }
    header .header .navbar__item__js, header .header .navbar__item {
      margin: 0 16px;
    }
    header .menu__item {
      font-size: 12px;
    }
    header .menu__item__right {
      padding: 0;
      display: flex;
      overflow: auto;
      max-height: 40vh;
    }
    header .menu__item.segments .segments {
      gap: 2.4rem;
    }
    header .menu__item.solutions .solutions__item a {
      display: flex;
      align-items: baseline;
      font-size: 16px;
      line-height: 22px;
    }
    header .menu__item.solutions .solution-options__title {
      font-size: 16px;
      line-height: 22px;
    }
    header .menu__item.solutions .solution-options__item {
      height: 30px;
    }
    header .menu__item.company .company {
      margin: 75px 0;
      margin-left: 120px;
    }
    header .menu__item.company .company__item a {
      font-size: 16px;
      align-items: baseline;
    }
    header .menu__item.company .resources {
      margin: 75px 0;
      margin-right: 120px;
    }
    header .menu__item.company .resources__title {
      font-size: 16px;
      margin-bottom: 0;
    }
    header .menu__item.company .resources__item {
      height: 38px;
    }
    header .menu__item.search {
      min-height: 30vh;
    }
    header .menu__item.search form {
      height: 55px;
    }
    header .menu__item.search form input {
      font-size: 20px;
    }
    header .menu__item.search form ::-moz-placeholder {
      font-size: 20px;
    }
    header .menu__item.search form ::placeholder {
      font-size: 20px;
    }
    header .menu__item.search form button {
      right: 15px;
    }
    header .menu__item.search form button svg {
      width: 25px;
      height: 25px;
    }
    header .menu__item.languages {
      min-height: 35vh;
    }
    header .menu__item.languages .language-list .language-option a p {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 768px) {
    header {
      background: transparent;
      height: 92px;
      position: relative;
    }
    header .header {
      width: 100%;
      height: 100%;
      padding: 0;
      position: relative;
    }
    header .header.white,
    header .header.header-menu-sticky {
      background: #FFF;
      color: #000;
      border-bottom: rgba(136, 136, 136, 0.3137254902) solid 1px;
    }
    header .header.white .logo__img,
    header .header.header-menu-sticky .logo__img {
      border: none;
    }
    header .header.white .logo__img .white-logo,
    header .header.header-menu-sticky .logo__img .white-logo {
      display: none;
    }
    header .header.white .logo__img .grey-logo,
    header .header.header-menu-sticky .logo__img .grey-logo {
      display: block;
    }
    header .header.white .navbar__item.active,
    header .header.header-menu-sticky .navbar__item.active {
      border-bottom: #3F8EDD solid 1px;
    }
    header .header.white .options .search .img svg,
    header .header.header-menu-sticky .options .search .img svg {
      stroke: #000;
    }
    header .header.white .options .languages__selector,
    header .header.header-menu-sticky .options .languages__selector {
      border: rgba(136, 136, 136, 0.3137254902) solid 1px;
    }
    header .header.white .options .menu-list .img svg,
    header .header.header-menu-sticky .options .menu-list .img svg {
      stroke: #000;
    }
    header .header .logo {
      position: absolute;
      left: 5%;
    }
    header .header .navbar {
      z-index: -999;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 92px;
      color: #000;
      background: #FFF;
      flex-direction: column;
      align-items: baseline;
      width: 100%;
      height: auto;
      max-height: none;
      padding-bottom: 100px;
    }
    header .header .navbar.active {
      opacity: 1;
      z-index: 0;
      pointer-events: all;
    }
    header .header .navbar__item, header .header .navbar__item__js {
      height: auto;
      margin: 0;
      padding: 50px 0 0 80px;
      width: 100%;
      display: block;
    }
    header .header .navbar__item :hover, header .header .navbar__item__js :hover {
      transform: scale(1);
    }
    header .header .navbar__item a, header .header .navbar__item__js a {
      color: #050917;
      font-size: 32px;
      font-family: "PP Mori", Sans-serif;
      font-weight: 400;
      word-wrap: break-word;
      display: block;
      white-space: nowrap;
    }
    header .header .navbar__item.active, header .header .navbar__item__js.active {
      border-bottom: 1px rgba(100, 100, 104, 0.2) solid;
    }
    header .header .navbar__item.active a, header .header .navbar__item__js.active a {
      color: #3F8EDD;
      font-weight: 600;
      margin-bottom: 1.5rem;
    }
    header .header .navbar__item.languages, header .header .navbar__item.menu-list, header .header .navbar__item__js.languages, header .header .navbar__item__js.menu-list {
      width: 50px;
      height: 50px;
      display: flex;
      padding: 0;
    }
    header .header .options {
      position: absolute;
      right: 5%;
    }
    header .header .options .knowledge {
      display: none;
    }
    /*header .header .options .search {
      display: none;
    }*/
    header .header .options .search .img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
    }
    header .header .options .search .img svg {
      width: 24px;
      height: 24px;
    }
    header .header .options .languages {
      height: 100%;
      display: flex;
      align-items: center;
      margin: 0 8px;
    }
    header .header .options .languages__selector {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: rgba(255, 255, 255, 0.3137254902) solid 1px;
    }
    header .header .options .languages__selector #selected-language {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }
    header .header .options .menu-list {
      margin: 0 0 0 8px;
    }
    header .header .options .menu-list .img {
      width: 50px;
      border-radius: 50%;
      padding: 20%;
      border: #3F8EDD solid 1px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    header .header .options .menu-list .img:hover {
      transform: scale(1);
    }
    header .header .options .menu-list .img svg {
      width: 100%;
      height: 100%;
      stroke: #fff;
    }
    header .header .options .menu-list .img .open-list {
      display: block;
    }
    header .header .options .menu-list .img .close-list {
      display: none;
    }
    header .header .options .menu-list.active {
      border: none;
    }
    header .header .options .menu-list.active .open-list {
      display: none;
    }
    header .header .options .menu-list.active .close-list {
      display: block;
    }
    header .menu__item {
      max-height: unset;
      pointer-events: none;
      border: none;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.22);
      display: block;
    }
    header .menu__item.active {
      opacity: 1;
      z-index: 0;
      pointer-events: all;
    }
    header .menu__item__left {
      display: none;
    }
    header .menu__item__right {
      flex: 1;
      overflow-y: unset;
      padding-left: 80px;
      padding-bottom: 50px;
      display: block;
    }
    header .menu__item.products .products {
      margin: 0;
      display: inline-block;
    }
    header .menu__item.products .products .category {
      display: flex;
      flex-direction: column;
      margin-bottom: 3rem;
      font-size: 14px;
    }
    header .menu__item.products .products .category__title {
      color: #3F8EDD;
      font-weight: 600;
      margin-bottom: 12px;
    }
    header .menu__item.products .products .category__item {
      position: relative;
      height: 34px;
      display: flex;
      align-items: center;
    }
    header .menu__item.products .products .category__item a {
      color: #050917;
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
    }
    header .menu__item.products .products .category__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.products .products .category__item:after {
      content: "";
      width: calc(100% + 24px);
      height: 100%;
      position: absolute;
      background: #F3F3F3;
      top: 0;
      left: -14px;
      opacity: 0;
      transition: 0.3s all ease;
      border-radius: 5px;
    }
    header .menu__item.products .products .category__item:hover {
      cursor: pointer;
      font-weight: bold;
      z-index: 1;
    }
    header .menu__item.products .products .category__item:hover:after {
      opacity: 1;
      transition: 0.3s all ease;
    }
    header .menu__item.products .products .category__item:hover img {
      display: block;
      transition: 0.3s all ease;
    }
    header .menu__item.segments .segments {
      margin: 0;
      gap: 0;
      display: flex;
      flex-direction: column;
    }
    header .menu__item.segments .segments .segment {
      display: inline-block;
      flex: 1;
      flex-direction: column;
      gap: 0.5rem;
    }
    header .menu__item.segments .segments .segment__title a{
      color: #3F8EDD;
      font-weight: 600;
      margin-bottom: 12px;
      white-space: nowrap;
    }
    header .menu__item.segments .segments .segment__item {
      position: relative;
      height: 34px;
      display: flex;
      align-items: center;
      width: auto;
    }
    header .menu__item.segments .segments .segment__item a {
      color: #050917;
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
    }
    header .menu__item.segments .segments .segment__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.segments .segments .segment__item:after {
      content: "";
      width: 50%;
      height: 100%;
    }
    header .menu__item.segments .segments .segment__item:hover img {
      display: none;
    }
    header .menu__item.solutions .solutions {
      flex: 2;
      margin: 0;
      -moz-columns: 2;
           columns: 2;
      display: flex;
      flex-direction: column;
    }
    header .menu__item.solutions .solutions__item {
      position: relative;
      height: 54px;
      margin: 0;
      display: block;
      width: 75%;
    }
    header .menu__item.solutions .solutions__item a {
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      color: #3F8EDD;
      font-size: 21px;
      line-height: 27.3px;
    }
    header .menu__item.solutions .solutions__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.solutions .solution-options {
      flex: 1;
      margin: 0;
      display: flex;
      flex-direction: column;
    }
    header .menu__item.solutions .solution-options__title {
      color: #3F8EDD;
      font-size: 21px;
      line-height: 27.3px;
      margin-bottom: 1.2rem;
    }
    header .menu__item.solutions .solution-options__item {
      position: relative;
      height: 44px;
      display: inline-flex;
      align-items: center;
      width: 200px;
    }
    header .menu__item.solutions .solution-options__item a {
      color: #050917;
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
    }
    header .menu__item.solutions .solution-options__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.company .company {
      flex: 1;
      margin: 0;
    }
    header .menu__item.company .company__item {
      position: relative;
      height: 54px;
      margin-right: 3.6rem;
      display: flex;
      align-items: center;
      width: 75%;
    }
    header .menu__item.company .company__item a {
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      color: #3F8EDD;
      font-size: 21px;
      line-height: 27.3px;
    }
    header .menu__item.company .company__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.company .resources {
      flex: 2;
      margin: 0;
      display: flex;
      flex-direction: column;
    }
    header .menu__item.company .resources__title {
      color: #3F8EDD;
      font-size: 21px;
      line-height: 27.3px;
      margin-bottom: 1.2rem;
    }
    header .menu__item.company .resources__item {
      position: relative;
      height: 44px;
      display: inline-flex;
      align-items: center;
      width: 200px;
    }
    header .menu__item.company .resources__item a {
      color: #050917;
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
    }
    header .menu__item.company .resources__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.suport .suport {
      margin: 0;
      display: inline-block;
    }
    header .menu__item.suport .suport__item {
      position: relative;
      height: 54px;
      margin-right: 3.6rem;
      display: flex;
      align-items: center;
    }
    header .menu__item.suport .suport__item a {
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      color: #3F8EDD;
      font-size: 21px;
      line-height: 27.3px;
    }
    header .menu__item.suport .suport__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.contact .contact {
      margin: 0;
      display: inline-block;
    }
    header .menu__item.contact .contact__item {
      position: relative;
      height: 54px;
      margin-right: 3.6rem;
      display: flex;
      align-items: center;
    }
    header .menu__item.contact .contact__item a {
      text-decoration: none;
      z-index: 1;
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      color: #3F8EDD;
      font-size: 21px;
      line-height: 27.3px;
    }
    header .menu__item.contact .contact__item img {
      display: none;
      z-index: 1;
      transform: translateX(25%);
      transition: 0.3s all ease;
    }
    header .menu__item.search {
      min-height: 30vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    header .menu__item.search form {
      width: 80%;
      height: 75px;
      position: relative;
    }
    header .menu__item.search form input {
      background: rgba(97, 138, 166, 0.1254901961);
      border-radius: 5px;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 28px;
      font-weight: 400;
      color: #000;
      text-decoration: none;
      border: none;
      padding-left: 30px;
    }
    header .menu__item.search form ::-moz-placeholder {
      color: #000;
    }
    header .menu__item.search form ::placeholder {
      color: #000;
    }
    header .menu__item.search form button {
      position: absolute;
      right: 0;
      z-index: 1;
      height: 100%;
      display: flex;
      align-items: center;
      background: transparent;
      border: none;
    }
    header .menu__item.search form button svg {
      width: 35px;
      height: 35px;
      stroke: #3F8EDD;
    }
    header .menu__item.languages {
      min-height: 30vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    header .menu__item.languages .language-list {
      width: 75%;
      gap: auto;
      display: flex;
      flex-direction: row;
    }
    header .menu__item.languages .language-list .language-option {
      margin: auto;
    }
    header .menu__item.languages .language-list .language-option a {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 2rem;
      text-decoration: none;
    }
    header .menu__item.languages .language-list .language-option a .img {
      width: 50px;
      height: 50px;
    }
    header .menu__item.languages .language-list .language-option a .img img {
      width: 100%;
      height: 100%;
      transform: scaleY(0);
      transition: transform 0.5s ease-in-out;
    }
    header .menu__item.languages .language-list .language-option a p {
      color: #000;
      font-size: 18px;
      font-weight: 400;
    }
    header .menu__item.languages .language-list .language-option a p::after {
      content: "";
      display: block;
      border-bottom: #000 solid 2px;
      transform: scaleX(0);
      transition: transform 0.5s ease-in-out;
    }
  }

  @media screen and (max-width: 479px) {
    header .header .navbar__item__js.search {
      padding: 0 0 0 80px !important;
    }
  }