/* Incognito Tab Sidebar CSS */
/* last change: 29.4.2020, 09:27:55 */
/* Version 2.2. */
.tabexport {
  position: fixed;
  top: 14em;
  right: 0;
  z-index: 8040;
}
@media print {
  .tabexport {
    display: none !important;
  }
}
.tabexport.mobile {
  z-index: 9999999999;
}
@media all and (max-width: 388px) {
  .tabexport {
    top: 0 !important;
    width: 100%;
  }
}
@media all and (max-height: 840px) {
  .tabexport {
    top: 3%;
  }
}
.tabexport .module-tabs {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 380px;
  margin: 0;
}
@media all and (max-width: 388px) {
  .tabexport .module-tabs {
    width: 100%;
  }
}
@media all and (max-width: 959px), (pointer: coarse) {
  .tabexport .module-tabs {
    overflow: visible;
  }
}
.tabexport .module-tabs .tab-nav {
  display: flex;
  position: absolute;
  right: -321px;
  margin: 0;
  height: auto;
  border: 0;
  border-spacing: 0;
  border-collapse: inherit;
  transition: all ease-in-out 0.5s;
  box-shadow: 10px 4px 47px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 959px), (pointer: coarse) {
  .tabexport .module-tabs .tab-nav {
    right: -389px;
  }
  .tabexport .module-tabs .tab-nav.mobile {
    right: 0;
  }
}
@media all and (max-width: 959px) and all and (max-width: 388px), (pointer: coarse) and all and (max-width: 388px) {
  .tabexport .module-tabs .tab-nav.mobile {
    width: 100%;
  }
}
@media all and (max-height: 840px) and (max-width: 959px) {
  .tabexport .module-tabs .tab-nav {
    right: -366px;
  }
}
@media all and (max-width: 388px) and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav {
    right: calc(-100% - 1px);
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row {
  display: flex;
  flex-flow: column nowrap;
}
@media all and (max-width: 388px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row {
    width: 100%;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab {
  display: block;
  padding: inherit;
  height: 60px;
  width: 380px;
  border: 0 none;
  background-color: #eeeeee;
  color: #333333;
  text-align: left;
  font-size: 1.2em;
  box-sizing: border-box;
  padding: 1.4em 0 0 4.5em;
  margin: 0 0 1px;
  opacity: 1;
  top: 0;
  transition: opacity ease-in-out 0.5s;
}
@media all and (max-width: 388px) and (min-height: 841px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab {
    width: 388px;
  }
}
@media all and (max-width: 388px) and (max-height: 839px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab {
    width: 388px;
    height: 45px;
    padding: 0.9em 0 0 3.5em;
  }
}
@media all and (min-width: 389px) and (max-height: 839px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab {
    height: 45px;
    padding: 0.9em 0 0 3.5em;
    width: 365px;
  }
}
@media all and (min-width: 389px) and (min-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab {
    width: 380px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:focus,
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:last-child {
  border-bottom: 0 none;
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:before {
  border: 0 none;
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  margin: 0;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:before {
    width: 45px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(1):before {
  background: url("../media/phone.svg") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(1):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(2):before {
  background: url("../media/at.svg") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(2):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(3):before {
  background: url("../media/video.svg") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(3):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(4):before {
  background: url("../media/clock.svg") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(4):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(5):before {
  background: url("../media/home.svg") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(5):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(6):before {
  background: url("../media/whatsapp.png") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(6):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(7):before {
  background: url("../media/mobile-alt.svg") no-repeat center center #006ab3;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav .tab-nav-row .tab:nth-child(7):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab.active {
  background-color: #ffffff;
  color: #ff6600;
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab.active:before {
  border: 0 none;
  background-color: #ffffff !important;
}
.tabexport .module-tabs .tab-nav .tab-nav-row .tab.active:after {
  border: 0 none;
}
.tabexport .module-tabs .tab-nav.active {
  right: 0;
}
.tabexport .module-tabs .tab-nav.active .tab {
  width: 380px;
}
@media all and (max-width: 388px) and (min-height: 841px) {
  .tabexport .module-tabs .tab-nav.active .tab {
    width: 388px;
  }
}
@media all and (max-width: 388px) and (max-height: 839px) {
  .tabexport .module-tabs .tab-nav.active .tab {
    width: 388px;
    height: 45px;
    padding: 0.9em 0 0 3.5em;
  }
}
@media all and (min-width: 389px) and (max-height: 839px) {
  .tabexport .module-tabs .tab-nav.active .tab {
    height: 45px;
    padding: 0.9em 0 0 3.5em;
    width: 365px;
  }
}
@media all and (min-width: 389px) and (min-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab {
    width: 380px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(1):before {
  background: url("../media/phone-hover.svg") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(1):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(2):before {
  background: url("../media/at-hover.svg") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(2):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(3):before {
  background: url("../media/video-hover.svg") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(3):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(4):before {
  background: url("../media/clock-hover.svg") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(4):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(5):before {
  background: url("../media/home-hover.svg") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(5):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(6):before {
  background: url("../media/whatsapp-hover.png") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(6):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active .tab.active:nth-child(7):before {
  background: url("../media/mobile-alt-hover.svg") no-repeat center center;
  background-size: 33px 33px;
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-nav.active .tab.active:nth-child(7):before {
    background-size: 25px 25px;
  }
}
.tabexport .module-tabs .tab-nav.active:hover {
  right: 0;
}
.tabexport .module-tabs .tab-nav:hover {
  right: 0;
}
.tabexport .module-tabs .tab-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.tabexport .module-tabs .tab-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.tabexport .module-tabs .tab-wrapper::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 10px;
}
.tabexport .module-tabs .tab-wrapper {
  background-color: #ffffff;
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
.tabexport .module-tabs .tab-wrapper.active {
  min-height: 487px;
  border: 0 none;
  width: 321px;
  padding: 2em 1.5em;
  box-shadow: 13px 4px 59px rgba(0, 0, 0, 0.25);
  height: 487px;
  overflow-y: scroll;
}
@media all and (max-width: 388px) and (min-height: 841px) {
  .tabexport .module-tabs .tab-wrapper.active {
    width: calc(100% - 59px);
  }
}
@media all and (max-width: 388px) and (max-height: 840px) {
  .tabexport .module-tabs .tab-wrapper.active {
    width: calc(100% - 44px);
  }
}
@media all and (max-height: 840px) {
  .tabexport .module-tabs .tab-wrapper.active {
    min-height: 100%;
    overflow-y: scroll;
  }
}
@media all and (min-height: 841px) and (max-height: 880px) {
  .tabexport .module-tabs .tab-wrapper.active {
    min-height: 100%;
    overflow-y: scroll;
  }
}
.tabexport .module-tabs .tab-wrapper .tab-inner .large .text-input {
  width: 100%;
}
.tabexport .module-tabs .tab-wrapper .tab-inner .text__important {
  font-size: 2em;
  line-height: 1.25em;
}
@media all and (max-width: 959px), (pointer: coarse) {
  .tabexport .mobileTrigger {
    display: block !important;
    width: 60px;
    height: 60px;
    background: url("../media/info.svg") #006ab3 no-repeat center center;
    background-size: 33px 33px;
    position: absolute;
    top: 212px;
    right: 0;
    border: 1px #ffffff solid;
    box-sizing: border-box;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
  }
  .tabexport .mobileTrigger.mobile {
    right: 321px;
    top: 426px;
    background: url("../media/times.svg") #ffffff no-repeat center center;
    background-size: 33px 33px;
    border: 1px #ff6600 solid;
  }
}
@media all and (max-width: 388px) {
  .tabexport .mobileTrigger {
    right: 0;
  }
}
@media all and (max-height: 840px) {
  .tabexport .mobileTrigger {
    top: 138px;
    width: 45px;
    height: 45px;
    background-size: 25px 25px;
  }
}
@media all and (max-width: 388px) {
  .tabexport .mobileTrigger.mobile {
    left: 0;
  }
}
@media all and (max-height: 840px) {
  .tabexport .mobileTrigger.mobile {
    top: 322px;
    background-size: 25px 25px;
  }
}
@media all and (max-width: 639px) {
  .mobile-nav {
    z-index: 9999999999;
  }
}
a.top-nav__btn.top-nav__btn--contact:focus img {
  outline: 0;
}
.top-nav__btn--contact {
  cursor: pointer;
}
