@charset "UTF-8";
.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.navigattionMainContainer .navigationMainRow .navigationRow, .breadcrumbsMainRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

.breadcrumbsMainRow .breadcrumbsColumn {
  border-right-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border: none;
}

.breadcrumbsMainRow {
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border: none;
}

@font-face {
  font-family: tiemposHeadline-Black;
  src: url(../assets/font/TiemposHeadline-Black.ttf);
}
@font-face {
  font-family: tiemposHeadline-medium;
  src: url(../assets/fonts/TiemposHeadline-Medium.woff), url(../assets/fonts/TiemposHeadline-Medium.woff2);
}
@font-face {
  font-family: tiemposText-regular;
  src: url(../assets/fonts/TiemposText-Regular.woff);
}
@font-face {
  font-family: tiemposHeadline-light;
  src: url(../assets/fonts/TiemposHeadline-Light.ttf);
}
@font-face {
  font-family: tiemposHeadline-Medium;
  src: url(../assets/fonts/tiemposHeadline-Medium.woff);
}
@font-face {
  font-family: icons;
  src: url("../assets/fonts/icons.eot");
  src: url("../assets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/icons.woff") format("woff"), url("../assets/fonts/icons.ttf") format("truetype"), url("../assets/fonts/icons.svg#svgicons") format("svg");
}
.showSecondLvlNavi {
  display: block !important;
  opacity: 1 !important;
  transition: 0.5s !important;
}

.nopaddingGroupLinks {
  padding-left: 0px !important;
}

.backgroundBlackNavigation {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  position: fixed;
  visibility: hidden;
  transition: 0.4s;
}

.backgroundPlaceNavi {
  width: 100%;
  position: relative;
  background: #fff;
}
.backgroundPlaceNavi .backgroundBorderMainContainer .backgroundBorder {
  opacity: 1;
}

.breadcrumbsMainRow {
  max-width: 1160px;
}
@media only screen and (max-width: 1170px) {
  .breadcrumbsMainRow {
    max-width: 992px;
  }
}
@media only screen and (max-width: 998px) {
  .breadcrumbsMainRow {
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbsMainRow {
    max-width: 100%;
    border: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 544px) {
  .breadcrumbsMainRow {
    padding-left: 40px !important;
  }
}
.breadcrumbsMainRow .breadcrumbsColumn {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbsMainRow .breadcrumbsColumn {
    border: none;
  }
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 998px) {
  .breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer {
    width: 100%;
  }
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul {
  padding-left: 0px;
  display: block;
  margin-bottom: 0px;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li {
  list-style: none;
  padding-left: 0px;
  float: left;
  margin: 0px 8px;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li:first-child {
  margin-left: 0px;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li:last-child {
  margin-right: 0px;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li a {
  font-family: tiemposHeadline-medium;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  color: #969696;
  transition: 0.2s;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li a:hover {
  color: #e62612;
  transition: 0.2s;
  text-decoration: none;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li span {
  font-family: tiemposHeadline-medium;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  color: #969696;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li .separator {
  display: inline-block;
}
.breadcrumbsMainRow .breadcrumbsColumn .breadcrumbsContainer ul li .separator .breadcrumbsIcon {
  font-size: 12px;
  color: #969696;
}

.hamburgerMainContainer {
  display: none;
  width: 25px;
  height: 23px;
  margin-left: auto;
  margin-right: 40px;
  margin-top: 2px;
  float: right;
  cursor: pointer;
  transition: 0.7s;
}
@media only screen and (max-width: 998px) {
  .hamburgerMainContainer {
    display: block;
    margin: 0px;
  }
}
.hamburgerMainContainer .bar1, .hamburgerMainContainer .bar2, .hamburgerMainContainer .bar3 {
  width: 20px;
  height: 2px;
  background: #222222;
  margin: 5px 0px;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(45deg);
  top: 7px;
  position: relative;
  transition: 0.7s;
}
.change .bar2 {
  opacity: 0;
  transition: 0.7s;
}
.change .bar3 {
  transform: rotate(-45deg);
  bottom: 7px;
  position: relative;
  transition: 0.7s;
}

.navigattionMainContainer {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  transition: 5.4s;
}
.navigattionMainContainer .navigationMainRow {
  width: 100%;
  height: 130px;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow {
    height: 100px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow {
    height: 90px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow {
  width: 1160px;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 35px;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow {
    max-width: 992px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow {
    max-width: 100%;
    width: 100%;
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .navigattionMainContainer .navigationMainRow .navigationRow {
    max-width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .logoColumn {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 544px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .logoColumn {
    padding-left: 5px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .logoColumn a {
  width: 285px;
  height: 43px;
  display: block;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .logoColumn a {
    width: 197px;
    height: 30px;
  }
}
@media only screen and (max-width: 1070px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .logoColumn a {
    margin-left: 0px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .logoColumn a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn {
    padding-top: 0px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .upperIcons {
    position: relative !important;
    top: 0px !important;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation .leftSideMobile {
  display: none;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation .leftSideMobile {
    background: #fff;
    display: block;
    width: 70px;
    height: 100%;
    left: -70px;
    top: 0px;
    position: absolute;
    border-right-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 200%;
    top: 91px;
    transition: 0.4s;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul {
  width: 100%;
  margin-left: auto;
  margin-right: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  margin-top: 11px;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul {
    display: block;
    height: 100%;
    width: 100%;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 70px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li {
  list-style: none;
  float: left;
  display: block;
  margin-right: 10px;
  height: auto;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li {
    float: none;
    height: auto;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li a {
  color: #525252;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-style: normal;
  letter-spacing: 0.5px;
  margin-right: 15px;
  padding-bottom: 5px;
  background: linear-gradient(currentColor, currentColor) bottom/0 1px no-repeat;
  transition: 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li a {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li a {
    font-size: 22px;
    font-family: tiemposHeadline-light;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li a:hover {
  text-decoration: none;
  color: #e62612;
  background-size: 100% 1px;
  transition: 0.2s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li a:hover {
    color: #525252;
    background: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer {
  width: 1158px;
  position: absolute;
  top: 70px;
  left: -289.5px;
  transition: 0.9s;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer {
    max-width: 990px;
    left: -164.5px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer {
    max-width: 100%;
    left: 100%;
    opacity: 0;
    display: block;
    padding-top: 0px;
    top: 0px;
    z-index: 2;
    visibility: hidden;
    transition: 0.6s;
    overflow: auto;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer {
    max-width: 100%;
    border: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation {
  display: flex;
  height: auto;
  width: 100%;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol {
  padding-top: 50px;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol {
    width: 100%;
    background: #f7f7f7;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation {
  max-width: 310px;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation .leftBackBtnMobile {
  display: none;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation .leftBackBtnMobile {
    display: flex;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation h3 {
  max-width: 90%;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .descriptionSecondLevelNavigationCol .descriptionSecondLevelNavigation p {
    font-size: 14px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation {
  width: 100%;
  display: block;
  margin-top: 11px;
  padding-left: 75px;
  padding-bottom: 50px;
  padding-top: 0px;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation {
    padding-left: 0px;
    margin-top: 0px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li {
  list-style: none;
  float: left;
  height: auto;
  margin-right: 0px;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li {
    float: none;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel {
  display: block;
  width: 348px;
  height: 130px;
  padding: 40px;
  padding-bottom: 30px;
  margin-right: 0px;
}
@media only screen and (max-width: 1170px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel {
    width: 292px;
    padding: 28px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel {
    width: 100%;
    position: relative;
    padding-left: 60px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel span {
  font-family: tiemposHeadline-medium;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #222222;
  transition: 0.4s;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel p {
  font-family: tiemposText-regular;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  margin-top: 10px;
  transition: 0.4s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel .iconArrowLink {
    display: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel .rightSideMobile {
  display: none;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel .rightSideMobile {
    display: flex;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel .rightSideMobile .iconArrowLink {
  display: block;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover {
  text-decoration: none;
  background: #e62612;
  transition: 0.4s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover {
    background: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover span {
  color: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover span {
    color: #7b7b7b;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover p {
  color: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover p {
    color: #7b7b7b;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover .iconArrowLink {
  text-decoration: none;
  margin-left: 30px;
  transition: 0.4s;
  color: #fff;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation li .linksSecondLevel:hover .iconArrowLink {
    color: #e62612;
    margin-left: 0px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer {
    display: block;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks {
    margin-bottom: 50px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .titleGroup h4 {
  font-size: 24px;
  font-family: tiemposHeadline-medium;
  font-weight: 400;
  color: #222222;
  margin-top: 15px;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl {
    padding-top: 0px;
    height: auto;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li {
  list-style: none;
  padding-left: 0px;
  float: none;
  margin-top: 15px;
  display: block;
  max-width: 240px;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li {
    border: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li a {
  display: inline;
  font-size: 16px;
  line-height: 1.5;
  font-family: tiemposText-regular;
  font-weight: 500;
  color: #222222;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li a .iconArrowRight {
  display: inline-block;
  font-size: 7px;
  margin-left: 5px;
  position: relative;
  bottom: 2px;
  opacity: 0;
  transition: 0.4s;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li a .iconArrowRight:before {
  font-family: icons;
  content: "";
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li a:hover .iconArrowRight {
  opacity: 0.4;
  transition: 0.4s;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .secondLevelMainContainer .rowSecondLevelNavigation .rightSideSecondLevelNavigation .groupLinksMainContainer .groupOfLinks .listLinkUl li a:hover {
  background: none;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink {
  display: inline;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #525252;
  background: #fff;
  margin-right: 0px;
  transition: 0.4s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink {
    padding: 0px;
    border: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink:hover {
  background: #191919;
  color: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink:hover {
    background: none;
    color: #525252;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink .iconNaviButton {
  font-size: 17px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink .iconNaviButton {
    display: none;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .btnLink .iconNaviButton:before {
  font-family: icons;
  content: "";
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .globalBtn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  top: -4px;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .globalBtn .globalBtnIcon {
  font-size: 40px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
  position: absolute;
  top: -10px;
  left: 0px;
  color: red;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .globalBtn .globalBtnIcon:before {
  font-family: icons;
  content: "";
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .globalBtn .globeBtnIcon {
  font-size: 30px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
  color: #fff;
  position: absolute;
  top: -2px;
  left: 7px;
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .globalBtn .globeBtnIcon:before {
  font-family: icons;
  content: "";
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .iconArrowRight {
  display: none;
}
@media only screen and (max-width: 998px) {
  .navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .iconArrowRight {
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
  }
}
.navigattionMainContainer .navigationMainRow .navigationRow .linksColumn .firstLevelNavigation ul li .iconArrowRight:before {
  font-family: icons;
  content: "";
}

.fixedNavigation {
  position: fixed;
  top: -200px;
  transition: 0.4s;
}
.fixedNavigation .navigationMainRow {
  background: #fff !important;
}

.greyTransparentNavi .navigationMainRow {
  background: none;
}
.greyTransparentNavi .btnLink {
  background: none !important;
}
.greyTransparentNavi .btnLink:hover {
  background: #191919 !important;
}

.transparentNavi .navigationMainRow {
  background: none;
}
@media only screen and (max-width: 998px) {
  .transparentNavi .navigationMainRow {
    border-width: 1px;
    border-color: #e7e7e736;
  }
}
.transparentNavi .link {
  color: #fff !important;
}
.transparentNavi .link:hover {
  color: #e62612 !important;
}
.transparentNavi .btnLink {
  background: none !important;
  border-color: #fff !important;
}
.transparentNavi .btnLink:hover {
  color: #e62612 !important;
  border-color: #e62612 !important;
}
.transparentNavi .navigationMainRow .borderBoth {
  border: none;
}
.transparentNavi .hamburgerMainContainer .bar1, .transparentNavi .hamburgerMainContainer .bar2, .transparentNavi .hamburgerMainContainer .bar3 {
  background: #fff;
}

.transparentNaviHover .link {
  color: #525252 !important;
}
.transparentNaviHover .link:hover {
  color: #e62612 !important;
}
.transparentNaviHover .btnLink {
  border-color: #525252 !important;
}
.transparentNaviHover .btnLink:hover {
  color: #e62612 !important;
  border-color: #e62612 !important;
}
.transparentNaviHover .navigationMainRow .borderBoth {
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border: none;
}
.transparentNaviHover .navigationMainRow .hamburgerMainContainer .bar1, .transparentNaviHover .navigationMainRow .hamburgerMainContainer .bar2, .transparentNaviHover .navigationMainRow .hamburgerMainContainer .bar3 {
  background: #222222;
}

.ma5menu__close {
  color: #525252;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23525252' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") !important;
}

.ma5menu__toggle:hover {
  background-color: red !important;
}

.ma5menu__panel ul li:nth-child(odd) {
  background: #f2f2f2;
}
.ma5menu__panel ul li a:hover {
  color: red !important;
}

.ma5menu__btn--enter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ff0000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E") !important;
}
.ma5menu__btn--enter:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E") !important;
}

.ma5menu__btn--leave {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ff0000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E") !important;
}
.ma5menu__btn--leave:hover {
  background-color: red !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E") !important;
}

/*# sourceMappingURL=navigation.css.map */
