<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is the actual file that gets compiled, import all local scss to this file */
/**
 * WooCommerce CSS Variables
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap");
@font-face {
  font-family: "DINPro";
  src: url("https://zaccom-16922.elinor-osl.servebolt.cloud/wp-content/themes/zacco22/dist/fonts/DINPro.otf") format("opentype"); }

@font-face {
  font-family: "DINPro-Light";
  src: url("https://zaccom-16922.elinor-osl.servebolt.cloud/wp-content/themes/zacco22/dist/fonts/DINPro-Light.otf") format("opentype"); }

@font-face {
  font-family: "DINPro-Medium";
  src: url("https://zaccom-16922.elinor-osl.servebolt.cloud/wp-content/themes/zacco22/dist/fonts/DINPro-Medium.otf") format("opentype"); }

@font-face {
  font-family: "DINPro-Bold";
  src: url("https://zaccom-16922.elinor-osl.servebolt.cloud/wp-content/themes/zacco22/dist/fonts/DINPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: "DINPro-Black";
  src: url("https://zaccom-16922.elinor-osl.servebolt.cloud/wp-content/themes/zacco22/dist/fonts/DINPro-Black.otf") format("opentype"); }

h1 {
  font-family: "DINPro-Bold", sans-serif !important;
  font-size: 50px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 30px; }

h2 {
  font-family: "DINPro-Bold", sans-serif !important;
  font-size: 42px !important;
  font-weight: bold !important;
  margin-bottom: 30px; }

h3 {
  font-family: "DINPro-Bold", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 20px; }

h4 {
  font-family: "DINPro-Medium", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important; }

p {
  font-family: "DINPro", sans-serif !important;
  font-size: 16px !important; }

strong {
  font-family: "DINPro-Bold", sans-serif !important; }

body, p, .elementor-widget-container {
  font-family: "DINPro", sans-serif !important; }

p {
  margin-bottom: 21px;
  line-height: 1.65; }

a, a:hover {
  color: #7a7a7a;
  text-decoration: none !important; }

body {
  font-size: 16px;
  background-color: #F5F4F2;
  font-family: "DINPro", sans-serif !important; }

p {
  font-family: "DINPro", sans-serif !important; }

@media (min-width: 1200px) {
  .container {
    width: 980px; } }

a.back {
  text-transform: uppercase;
  font-family: "DINPro-Bold", sans-serif !important;
  color: #005269;
  border: 2px solid #005269;
  border-radius: 150px;
  padding: 13px 30px 13px 30px;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
  transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all; }
  a.back img, a.back svg {
    margin-right: 15px; }
  a.back:hover {
    transform: scale(1.1); }

.container.white {
  background-color: #fff; }

.hide-for-mobile {
  display: block; }
  @media screen and (max-width: 680px) {
    .hide-for-mobile {
      display: none !important; } }

.show-for-mobile {
  display: none; }
  @media screen and (max-width: 680px) {
    .show-for-mobile {
      display: block; } }

.show-for-tablet {
  display: none; }
  @media screen and (max-width: 900px) {
    .show-for-tablet {
      display: block; } }

.hide-for-tablet {
  display: block; }
  @media screen and (max-width: 900px) {
    .hide-for-tablet {
      display: none !important; } }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#errorpage {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0; }
  @media screen and (max-width: 680px) {
    #errorpage {
      width: 100%; }
      #errorpage img {
        width: 80%;
        margin: 0 auto; } }

section {
  padding: 30px 0; }

section.hero.video video {
  object-fit: cover;
  width: 100%;
  position: fixed;
  top: 0;
  height: 1100px;
  filter: brightness(50%); }
  section.hero.video video.absolute {
    position: absolute;
    top: 800px;
    height: 900px; }

section#circles {
  margin-top: -130px; }
  @media screen and (max-width: 680px) {
    section#circles {
      margin-top: 0; } }

.circle {
  background: #005269;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 7px 2px 7px 0; }

.hidden-section {
  display: none;
  width: 200% !important;
  /*left: 0!important;
    right: 0!important;*/
  margin-left: -50%;
  margin-right: -50%;
  z-index: 9; }
  @media screen and (max-width: 680px) {
    .hidden-section {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  @media screen and (max-width: 680px) {
    .hidden-section .elementor-widget-container {
      padding: 15px !important; } }

section.hero .hero-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 41%;
  font-size: 34px !important;
  transform: translateY(-50%);
  margin: 0 auto; }
  section.hero .hero-content h1 {
    font-family: "DINPro-Bold", sans-serif !important;
    font-size: 80px !important;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 70px;
    text-shadow: 0px 1px 2px #222; }
    @media screen and (max-width: 680px) {
      section.hero .hero-content h1 {
        font-size: 60px !important; } }
  section.hero .hero-content p {
    color: #fff;
    width: 55%;
    margin: 0 auto; }

.sub-pages {
  background-color: rgba(200, 200, 200, 0.8);
  padding: 0;
  margin-top: -45px; }
  .sub-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    .sub-pages ul li {
      float: left;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      border-right: 1px solid #ddd;
      flex: auto;
      transition: ease 0.3s all;
      -moz-transition: ease 0.3s all;
      -webkit-transition: ease 0.3s all; }
      .sub-pages ul li:hover {
        background-color: #005269; }
        .sub-pages ul li:hover &gt; a {
          color: #fff; }
      .sub-pages ul li.current_page_item {
        background-color: #005269; }
        .sub-pages ul li.current_page_item a {
          color: #fff; }
          .sub-pages ul li.current_page_item a:hover {
            text-decoration: underline; }
      .sub-pages ul li a {
        color: #055067;
        padding: 10px 25px 10px;
        display: block; }
        .sub-pages ul li a:hover {
          text-decoration: underline; }
      .sub-pages ul li:first-child {
        border-left: 0; }
      .sub-pages ul li:last-child {
        border-right: 0;
        border-left: 0; }

.standard-page {
  background-color: #fff;
  padding: 20px 0 60px 0; }

.page-template-page-video .standard-page {
  padding: 20px 0 0 0; }

.services ul {
  list-style: none;
  padding: 0; }
  .services ul li {
    margin-bottom: 20px; }
    .services ul li a {
      color: #005269;
      text-decoration: none; }

.elementor-pagination {
  display: block;
  margin-top: 50px; }
  .elementor-pagination span, .elementor-pagination a {
    padding: 10px 15px;
    border: 1px solid #005269; }

.single-service #main, .single-news #main, .single-articles #main, .single-office #main, .single-digital-assets #main {
  padding-top: 90px; }

.single-service h1, .single-service h2, .single-service h3, .single-news h1, .single-news h2, .single-news h3, .single-articles h1, .single-articles h2, .single-articles h3, .single-office h1, .single-office h2, .single-office h3, .single-digital-assets h1, .single-digital-assets h2, .single-digital-assets h3 {
  color: #005269; }

.single-service ul, .single-news ul, .single-articles ul, .single-office ul, .single-digital-assets ul {
  padding-left: 20px;
  list-style: none; }
  .single-service ul li, .single-news ul li, .single-articles ul li, .single-office ul li, .single-digital-assets ul li {
    font-size: 16px;
    margin-bottom: 12px; }

.start-jobs ul {
  list-style: none;
  padding: 0; }
  .start-jobs ul li {
    color: #666; }
  .start-jobs ul li.title {
    font-family: "DINPro-Bold", sans-serif !important;
    line-height: 1;
    color: #005269;
    font-size: 28px;
    margin-bottom: 20px; }
  .start-jobs ul a.job-link {
    margin-top: 20px;
    display: block;
    font-family: "DINPro-Bold", sans-serif !important;
    color: #005269; }

.map-office {
  margin: 40px 0; }

.map-office iframe {
  width: 100%;
  height: 353px !important; }

.single-service .elementor-section ul, .single-service ul {
  list-style: none;
  padding: 0; }

.elementor-section ul {
  list-style: none;
  padding: 0; }

body.page .standard-page .elementor-section ul li:before, bod.page .standard-page ul li:before, body.single .standard-page .elementor-section ul li:before, body.single .standard-page ul li:before {
  content: '';
  background-image: url("../../icons/arrowright-orange.svg");
  width: 30px;
  height: 28px;
  float: left;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 7px; }

.single .standard-page ul {
  list-style: none;
  padding: 0;
  margin-top: 25px; }

.standard-page .elementor-section ul li, .standard-page ul li {
  font-family: "DINPro", sans-serif !important;
  margin-bottom: 20px; }

.employees-list img {
  border-radius: 100% !important;
  width: 97% !important; }

#animation_container {
  width: 400px !important;
  height: 400px !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#animation_container canvas {
  width: 400px !important;
  height: 400px !important; }

.cpt-search .col-xs-12, .cpt-search .col-sm-4 {
  padding: 0; }

.cpt-search input {
  border: 1px solid #858585;
  height: 45px;
  padding-left: 15px;
  font-size: 12px;
  flex: 1;
  float: left;
  width: 85%; }

.cpt-search button {
  background: #005269;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: "DINPro-Medium", sans-serif !important;
  font-size: 12px; }
  .cpt-search button.search {
    width: 15%;
    float: left;
    height: 45px; }

.cpt-search .drop {
  margin-top: 40px;
  padding: 0 15px; }
  .cpt-search .drop label {
    display: block;
    font-size: 12px; }
  .cpt-search .drop select {
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 12px;
    padding: 0 15px; }
  .cpt-search .drop.first {
    padding: 0 15px 0 0 !important; }
    @media screen and (max-width: 680px) {
      .cpt-search .drop.first {
        padding: 0 !important; } }
  .cpt-search .drop:last-child {
    padding: 0 0 0 15px !important; }
    @media screen and (max-width: 680px) {
      .cpt-search .drop:last-child {
        padding: 0 !important; } }
  @media screen and (max-width: 680px) {
    .cpt-search .drop {
      padding: 0 !important; } }

.btn-icon svg {
  width: 8px !important;
  margin-left: 3px; }

.btn-arrow svg {
  width: 24px;
  margin-left: 3px; }

ul.no-arrow {
  padding-left: 0;
  list-style: none; }
  ul.no-arrow li {
    margin-bottom: 15px; }
    ul.no-arrow li a {
      font-family: "DINPro-Medium", sans-serif !important; }
  ul.no-arrow li:before {
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    margin-right: 0 !important; }

.other-news ul li a {
  color: #005269; }

.single-employees h3 {
  color: #005269; }

.employee-page {
  background-color: #bdd6dd; }

.employee-header {
  padding-top: 120px; }
  .employee-header img {
    border-radius: 100%;
    width: 300px;
    height: auto;
    position: absolute;
    margin-top: -7%; }
    @media screen and (max-width: 680px) {
      .employee-header img {
        width: 95%;
        height: auto;
        text-align: center;
        position: relative; } }
  @media screen and (max-width: 680px) {
    .employee-header .employee-photo {
      margin: 0 auto; } }
  .employee-header .employee-details {
    padding-top: 40px;
    color: #005269; }
    .employee-header .employee-details h1 {
      color: #005269;
      font-size: 40px;
      margin-bottom: 20px; }
  @media screen and (max-width: 680px) {
    .employee-header {
      padding-top: 40px; } }

.employee-meta {
  padding: 15px 0;
  background-color: #ECEAE6;
  color: #73797D; }
  .employee-meta i, .employee-meta svg, .employee-meta p {
    color: #73797D; }
  .employee-meta i, .employee-meta svg {
    margin-right: 10px; }
  @media screen and (max-width: 680px) {
    .employee-meta .contact-2 {
      margin-top: 25px; } }

.elementor-align-center .btn-icon {
  border: 2px solid !important;
  border-radius: 150px !important; }
  .elementor-align-center .btn-icon img, .elementor-align-center .btn-icon svg {
    margin-left: 10px; }

section.header-image h1 {
  text-shadow: 0px 1px 2px #222; }

/** Header videos **/
section.header-video {
  padding: 0;
  margin-bottom: 0;
  height: 300px; }
  section.header-video .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 120px 0 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media screen and (min-width: 1000px) {
      section.header-video .hero-content {
        width: 980px; } }
    section.header-video .hero-content h1 {
      font-family: "DINPro-Bold", sans-serif !important;
      font-size: 90px !important;
      color: #fff; }
      @media screen and (max-width: 680px) {
        section.header-video .hero-content h1 {
          font-size: 56px !important; } }
  section.header-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0; }

.content-video {
  width: 100%;
  max-width: 100%; }

a.zacco-btn {
  font-family: "DINPro-Bold", sans-serif !important;
  color: #005269;
  border: 2px solid #005269;
  border-radius: 150px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 20px; }

/** Our way ** /

/*OUR WAY*/
/* .overflowwrapdiv { margin-bottom: 110px; } */
.assets-archive-button span:before {
  position: absolute;
  right: 1em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 21px;
  font-weight: 900; }

section.ourway-wrapper-content {
  background: #F5F4F2; }

section.ourway-wrapper-content .circle-vertical {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 100%; }

section.ourway-wrapper-content .innovation-circle-vertical {
  background: #006D79;
  z-index: 0; }

section.ourway-wrapper-content .digital-circle-vertical {
  background: rgba(233, 81, 47, 0.9);
  margin-top: -17px;
  z-index: 9; }

section.ourway-wrapper-content .identity-circle-vertical {
  background: #F39200;
  margin-top: -17px;
  z-index: 0; }

section.ourway-wrapper-content .identity-circle-overlay-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%; }

section.ourway-wrapper-content h4.zacco-ourway-overlay-title {
  font-family: 'DINOT-bold';
  font-size: 14px;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  padding-top: 10px; }

.home {
  background: #F5F4F2; }

section.ourway-wrapper-content .zacco-ourway-custom-wrapper {
  display: flex;
  align-items: center; }

section.ourway-wrapper-content .zacco-ourway-custom-wrapper-left {
  padding: 0; }

section.ourway-wrapper-content .zacco-ourway-custom-wrapper-right {
  display: flex; }

section.ourway-wrapper-content .vertical-line-arrow-global {
  height: 415px;
  flex: 0 0 24%;
  position: relative; }

section.ourway-wrapper-content .vertical-line-arrow-global-first {
  background: #005268; }

section.ourway-wrapper-content .vertical-line-arrow-global-second {
  background: #466b7b; }

section.ourway-wrapper-content .vertical-line-arrow-global-third {
  background: #6d8a98; }

section.ourway-wrapper-content .vertical-line-arrow-global-four {
  background: #99adb6; }

.vertical-line-arrow-global:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  border-left: 36px solid #fff;
  border-right: 30px solid rgba(255, 255, 255, 0);
  border-bottom: 207px solid rgba(255, 255, 255, 0);
  border-top: 207px solid rgba(255, 255, 255, 0);
  left: 100%;
  z-index: 99; }

.vertical-line-arrow-global:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  border-left: 36px solid;
  border-right: 0px solid rgba(255, 255, 255, 0);
  border-bottom: 207px solid rgba(255, 255, 255, 0);
  border-top: 207px solid rgba(255, 255, 255, 0);
  left: 99%;
  z-index: 99;
  top: 0px; }

.vertical-line-arrow-global-first:after {
  border-left: 36px solid #005268; }

.vertical-line-arrow-global-second:after {
  border-left: 36px solid #466b7b; }

.vertical-line-arrow-global-third:after {
  border-left: 36px solid #6d8a98; }

.vertical-line-arrow-global-four:after {
  border-left: 36px solid #99adb6; }

.vertical-line-arrow-global-first {
  flex: 0 0 22% !important; }

.vertical-line-arrow-global-inner-overlay-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125%;
  height: 100%; }

h4.vertical-line-arrow-global-title {
  font-family: 'DINOT-Medium';
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
  padding-top: 20px;
  line-height: 26px; }

.vertical-line-arrow-global-first .vertical-line-arrow-global-inner-overlay-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 100%; }

header.main {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #bdd6dd;
  transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all; }
  header.main .header-bar {
    padding: 12px 15px 14px 15px;
    font-size: 16px;
    font-family: "DINPro-Medium", sans-serif !important; }
    header.main .header-bar .logotype, header.main .header-bar .main-menu, header.main .header-bar .controls {
      float: left; }
    header.main .header-bar .logotype {
      width: auto; }
      header.main .header-bar .logotype img {
        width: 100px; }
    header.main .header-bar .main-menu {
      width: auto;
      margin-top: -1.5px; }
    header.main .header-bar .controls {
      width: auto;
      float: right; }
      header.main .header-bar .controls .chevron {
        width: 7px; }
  header.main nav.main-menu ul, header.main nav.controls-menu ul {
    list-style: none; }
    header.main nav.main-menu ul li, header.main nav.controls-menu ul li {
      float: left;
      padding: 0 30px;
      margin: 0 auto; }
      header.main nav.main-menu ul li a, header.main nav.controls-menu ul li a {
        color: #005269;
        display: block; }
  header.main nav.main-menu ul li.menu-item-has-children a:after {
    content: '';
    background-image: url("../../icons/pil_ner_vit.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 16px;
    float: right;
    margin-left: 10px;
    margin-top: 10px; }
  header.main nav.main-menu ul.sub-menu li a:after {
    content: '';
    background-image: none; }
  header.main nav.controls-menu ul li {
    padding: 0; }
  header.main .controls {
    color: #fff;
    text-align: right; }
    header.main .controls span {
      padding: 0 10px; }
    header.main .controls img {
      width: 16px;
      height: 16px;
      margin-left: 3px; }
    header.main .controls .group {
      border-left: 1px solid #fff; }
  header.main:hover {
    background-color: #bdd6dd !important; }

body.single .controls {
  color: #005269; }

body.single nav.main-menu ul li.menu-item-has-children a:after {
  content: '';
  background-image: url("../../icons/pil_ner_dark_blue.svg");
  background-repeat: no-repeat;
  width: 7px;
  height: 16px;
  float: right;
  margin-left: 15px;
  margin-top: 10px; }

body.single nav.main-menu ul.sub-menu li a:after {
  content: '';
  background-image: none; }

.home header.main {
  background-color: rgba(23, 90, 100, 0);
  text-shadow: 0px 1px 1px #222;
  transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all; }
  .home header.main.scrolled {
    background-color: rgba(189, 214, 221, 0.8); }
  .home header.main nav.main-menu ul li a, .home header.main nav.controls-menu ul li a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 3px #333; }
    .home header.main nav.main-menu ul li a:hover, .home header.main nav.controls-menu ul li a:hover {
      color: #005269;
      text-shadow: none; }
  .home header.main .controls {
    color: #fff; }

.header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 380px; }
  .header-image .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 100px 0 80px; }
    @media screen and (min-width: 1000px) {
      .header-image .hero-content {
        width: 980px; } }
    .header-image .hero-content h1 {
      font-family: "DINPro-Bold", sans-serif !important;
      font-size: 90px !important;
      color: #fff; }
      @media screen and (max-width: 680px) {
        .header-image .hero-content h1 {
          font-size: 56px !important; } }

header.main ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  text-transform: none;
  padding-bottom: 12px;
  padding-left: 0;
  padding-top: 20px;
  top: 27px;
  margin-left: -15px; }
  header.main ul.sub-menu li {
    width: 100%;
    display: block;
    padding: 0 !important;
    font-size: 16px;
    text-align: left !important;
    margin-left: 0;
    float: none !important; }
    header.main ul.sub-menu li a {
      color: #000;
      width: 100%;
      padding: 5px 0;
      display: inline-block;
      border-bottom: 0; }
      header.main ul.sub-menu li a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #005269;
        text-shadow: 0; }

header.main ul {
  margin: 2px 0 0 0; }

header.main ul.sub-menu li {
  background-color: #bdd6dd;
  padding-left: 15px !important;
  padding-right: 15px !important; }
  header.main ul.sub-menu li:last-child {
    padding-bottom: 15px; }
  header.main ul.sub-menu li ul li a {
    color: #fff !important;
    padding: 5px !important; }
    header.main ul.sub-menu li ul li a:hover {
      color: #005269; }

header.main ul li:hover &gt; ul.sub-menu {
  display: block; }

header.main ul li:hover &gt; header.main {
  background-color: #bdd6dd !important; }

.mobile-menu {
  display: none;
  position: fixed;
  background-color: #e7e7e7;
  width: 100%;
  left: 0;
  right: 0;
  top: 64px;
  z-index: 999; }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobile-menu ul li a {
      font-family: "DINPro-Medium", sans-serif !important;
      padding: 7px 12px;
      color: #444;
      display: block;
      border-bottom: 1px solid #d5d5d5; }
    .mobile-menu ul li button {
      float: right;
      padding: 7px 15px;
      border: 0;
      background: none; }
    .mobile-menu ul.sub-menu {
      display: none; }
      .mobile-menu ul.sub-menu li {
        text-transform: capitalize; }
        .mobile-menu ul.sub-menu li a {
          padding: 7px 12px 7px 20px; }

.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #bdd6dd;
  padding: 10px 15px;
  z-index: 999; }
  .mobile-header .logotype {
    float: left; }
    .mobile-header .logotype img {
      width: 90px;
      margin-top: 13px; }
  .mobile-header .mobile-menu-open {
    float: right; }
    .mobile-header .mobile-menu-open a, .mobile-header .mobile-menu-open i, .mobile-header .mobile-menu-open svg {
      color: #fff !important;
      font-size: 30px; }

/* Footer */
footer {
  padding: 30px 0;
  background: #ECEAE6;
  bottom: 0;
  width: 100%; }
  footer h3 {
    color: #cbcac5 !important;
    font-size: 28px; }
  footer .footer-menu {
    z-index: 9999; }
    footer .footer-menu ul {
      padding: 0;
      list-style: none; }
      footer .footer-menu ul li {
        line-height: 23px;
        padding: 4px 0;
        font-size: 16px; }
        footer .footer-menu ul li a {
          color: #717171; }
  footer .social-icons img {
    margin-right: 10px; }
  footer .footer-zacco {
    position: relative; }
    footer .footer-zacco img {
      position: absolute;
      bottom: 20px;
      top: auto;
      right: 0; }
      @media screen and (max-width: 680px) {
        footer .footer-zacco img {
          position: relative;
          bottom: auto;
          left: auto;
          right: auto;
          top: auto; } }
    @media screen and (max-width: 680px) {
      footer .footer-zacco {
        text-align: center; } }

.footer-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #005269;
  color: #fff;
  padding: 4px;
  text-align: center;
  z-index: 9999; }
  @media screen and (max-width: 680px) {
    .footer-bar {
      padding: 5px 15px; } }

/*# sourceMappingURL=maps/index.css.map */
</pre></body></html>