

/* Start:/local/templates/barco/assets/css/header.css?17841141886995*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-500.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-700.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-800.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/barco/assets/css/../fonts/Roboto-400-cyrillic.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/barco/assets/css/../fonts/Roboto-500-cyrillic.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/barco/assets/css/../fonts/Roboto-700-cyrillic.woff2") format("woff2");
}

:root {
  --barco-blue: #2c5f8d;
  --barco-blue-dark: #18364f;
  --barco-orange: #f26522;
  --barco-orange-dark: #d9531f;
  --barco-text: #263241;
  --barco-muted: #667085;
  --barco-line: #dfe5ec;
  --barco-soft: #f5f7fa;
  --barco-white: #ffffff;
  --barco-green: #2e7d32;
  --barco-radius: 8px;
  --barco-shadow: 0 12px 34px rgba(24, 54, 79, 0.12);
  --barco-container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.barco-page {
  margin: 0;
  color: var(--barco-text);
  background: var(--barco-white);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: var(--barco-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--barco-orange);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.barco-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.barco-main {
  flex: 1 0 auto;
}

.barco-container {
  width: min(100% - 222px, 1688px);
  margin: 0 auto;
}

.barco-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  color: #1a2664;
  box-shadow: none;
}

.barco-header__inner {
  width: min(100% - 80px, 1688px);
  min-height: 114px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr) 200px 183px;
  grid-template-areas: "logo nav contacts callback";
  gap: 24px;
  align-items: center;
}

.barco-header__logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  width: 154px;
  height: 80px;
}

.barco-header__logo-mark {
  width: 154px;
  height: 80px;
  display: block;
}

.barco-header__nav {
  grid-area: nav;
  min-width: 0;
  padding-left: 0;
}

.barco-header .ast-main-header-bar-alignment,
.barco-header .main-header-bar-navigation,
.barco-header .main-navigation,
.barco-header .site-navigation {
  width: 100%;
}

.barco-header .main-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.barco-header .menu-link {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0;
  color: #1a2664;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
  white-space: nowrap;
}

.barco-header .menu-link:hover,
.barco-header .menu-link:focus,
.barco-header .current-menu-item > .menu-link {
  color: #f26522;
  background: transparent;
}

.barco-header__contacts {
  grid-area: contacts;
  display: grid;
  gap: 0;
  justify-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #1a2664;
  letter-spacing: 0.52px;
}

.barco-header__contacts a {
  color: #1a2664;
}

.barco-header__phone {
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.barco-header__callback {
  grid-area: callback;
  width: 183px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #ffffff;
  background: #f26522;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 18px;
}

.barco-header__callback-icon {
  display: none;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.barco-header__callback:hover,
.barco-header__callback:focus {
  color: #ffffff;
  background: #e75c1c;
}

.barco-menu-toggle {
  grid-area: toggle;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(26, 38, 100, 0.22);
  border-radius: var(--barco-radius);
  background: transparent;
  color: #1a2664;
  cursor: pointer;
}

.barco-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.barco-mobile-menu {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(26, 38, 100, 0.12);
  background: #ffffff;
}

.barco-mobile-menu .main-header-menu {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px 0;
  list-style: none;
}

.barco-mobile-menu .menu-link {
  display: block;
  padding: 10px 0;
  color: #1a2664;
}

.barco-mobile-menu__contacts {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(26, 38, 100, 0.12);
}

.barco-mobile-menu__contacts a {
  color: #1a2664;
}

@media (max-width: 1920px) {
  .barco-header__inner {
    grid-template-columns: 154px minmax(0, 1fr) 200px 44px;
    grid-template-areas: "logo nav contacts callback";
  }

  .barco-header__callback {
    width: 44px;
    height: 44px;
  }

  .barco-header__callback-icon {
    display: block;
  }

  .barco-header__callback-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

@media (max-width: 1700px) {
  .barco-header .main-header-menu {
    gap: 20px;
  }
}

@media (max-width: 1360px) {
  .barco-header__inner {
    grid-template-columns: 154px minmax(0, 1fr) 200px 44px 44px;
    grid-template-areas: "logo spacer contacts callback toggle";
  }

  .barco-header__nav {
    display: none;
  }

  .barco-menu-toggle {
    display: block;
  }
}

@media (max-width: 640px) {
  .barco-container,
  .barco-header__inner {
    width: min(100% - 28px, var(--barco-container));
  }

  .barco-header__contacts {
    display: none;
  }

  .barco-header__inner {
    min-height: 86px;
    grid-template-columns: 132px minmax(0, 1fr) 44px 44px;
    grid-template-areas: "logo spacer callback toggle";
    gap: 12px;
  }

  .barco-header__logo,
  .barco-header__logo-mark {
    width: 132px;
    height: 68px;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/level2-pricing.css?17839500659603*/
:root{--p-blue:#2c5f8d;--p-dark:#173b5d;--p-orange:#f26522;--p-text:#24303a;--p-muted:#64717e;--p-light:#f5f8fa;--p-line:#dce4ea;--p-shadow:0 12px 34px rgba(23,59,93,.12)}
.pricing-hero,.pricing-tables,.pricing-calculator,.tariff-compare,.estimate-lead,.pricing-factors,.pricing-faq,.pricing-cta-final{box-sizing:border-box}.pricing-hero *,.pricing-tables *,.pricing-calculator *,.tariff-compare *,.estimate-lead *,.pricing-factors *,.pricing-faq *,.pricing-cta-final *{box-sizing:border-box}.pricing-hero .container,.pricing-tables .container,.pricing-calculator .container,.tariff-compare .container,.estimate-lead .container,.pricing-factors .container,.pricing-faq .container,.pricing-cta-final .container{width:min(100% - 40px,1500px);margin-inline:auto}
.pricing-hero{min-height:620px;display:grid;place-items:center;padding:130px 0 85px;color:#fff;text-align:center;background:linear-gradient(90deg,rgba(13,43,68,.89),rgba(29,77,113,.64)),url('/local/templates/barco/assets/css/../img/pricing/hero-calculator.jpg') center/cover no-repeat;background-image:linear-gradient(90deg,rgba(13,43,68,.89),rgba(29,77,113,.64)),image-set(url('/local/templates/barco/assets/css/../img/pricing/hero-calculator.webp') type('image/webp'),url('/local/templates/barco/assets/css/../img/pricing/hero-calculator.jpg') type('image/jpeg'))}.pricing-hero h1{max-width:1070px;margin:0 auto 18px;color:#fff;font-size:clamp(36px,4.2vw,62px);line-height:1.08}.pricing-hero p{max-width:850px;margin:0 auto 25px;font-size:20px}.pricing-hero__facts{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:28px}.pricing-hero__facts span{padding:9px 13px;border-radius:8px;background:rgba(255,255,255,.13)}
.pricing-btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:13px 23px;border:1px solid var(--p-orange);border-radius:8px;background:var(--p-orange);color:#fff;font:inherit;font-weight:750;text-decoration:none;cursor:pointer}.pricing-btn:hover{border-color:#d95318;background:#d95318;color:#fff}.pricing-btn--outline{border-color:var(--p-blue);background:#fff;color:var(--p-blue)}
.pricing-tables,.pricing-calculator,.tariff-compare,.estimate-lead,.pricing-factors,.pricing-faq{padding:80px 0}.pricing-calculator,.pricing-factors,.pricing-faq{background:var(--p-light)}.pricing-section-head{max-width:850px;margin:0 auto 38px;text-align:center}.pricing-section-head h2,.estimate-card h2,.pricing-cta-final h2{margin:0 0 12px;color:var(--p-text);font-size:clamp(28px,3vw,44px);line-height:1.15}.pricing-section-head p{margin:0;color:var(--p-muted);font-size:18px}
.pricing-table-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.pricing-table-card{overflow:hidden;border:1px solid var(--p-line);border-radius:13px;background:#fff;box-shadow:0 8px 25px rgba(23,59,93,.09)}.pricing-table-title{width:100%;display:flex;justify-content:space-between;gap:15px;padding:18px 22px;border:0;background:var(--p-blue);color:#fff;font:inherit;font-size:19px;font-weight:800;text-align:left;cursor:pointer}.pricing-table-toggle{font-size:23px}.pricing-table-wrap[hidden]{display:none}.pricing-table-wrap table{width:100%;border-collapse:collapse}.pricing-table-wrap th,.pricing-table-wrap td{padding:13px 17px;border-bottom:1px solid var(--p-line);text-align:left}.pricing-table-wrap th:nth-child(n+2),.pricing-table-wrap td:nth-child(n+2){text-align:right}.pricing-table-wrap tbody tr:nth-child(even){background:#f8fafb}.pricing-table-wrap td:nth-child(2){color:var(--p-orange);font-weight:800;white-space:nowrap}.pricing-table-wrap small{display:block;color:var(--p-muted);font-weight:400}.pricing-table-wrap>p{margin:0;padding:12px 17px;background:#fff4ef;color:var(--p-muted);font-size:13px}
.calc-wizard{max-width:1050px;margin:auto;padding:clamp(22px,4vw,45px);border-radius:17px;background:#fff;box-shadow:var(--p-shadow)}.calc-progress{overflow:hidden;height:7px;border-radius:999px;background:#e4ebf0}.calc-progress span{display:block;width:16.67%;height:100%;background:var(--p-orange);transition:width .25s}.calc-progress-label{margin:10px 0 30px;color:var(--p-muted);text-align:right}.calc-step{padding:0;border:0}.calc-step[hidden]{display:none}.calc-step legend{width:100%;margin-bottom:25px;color:var(--p-dark);font-size:28px;font-weight:800;text-align:center}.calc-options{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.calc-options label{cursor:pointer}.calc-options input{position:absolute;opacity:0;pointer-events:none}.calc-options span{min-height:90px;display:grid;place-items:center;padding:17px;border:2px solid var(--p-line);border-radius:11px;color:var(--p-dark);font-weight:750;text-align:center}.calc-options input:checked+span{border-color:var(--p-orange);background:#fff4ef;color:var(--p-orange)}.calc-area{max-width:720px;display:grid;grid-template-columns:1fr 130px auto;gap:15px;align-items:center;margin:40px auto}.calc-area input[type=number]{width:100%;padding:12px;border:1px solid var(--p-line);border-radius:8px;font:inherit}.calc-area input[type=range]{accent-color:var(--p-orange)}.calc-nav{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.calc-nav #calc-next{margin-left:auto}.calc-result-step{text-align:center}.calc-result{display:flex;flex-direction:column;gap:10px;max-width:650px;margin:0 auto 25px;padding:28px;border-radius:13px;background:linear-gradient(145deg,#edf5fa,#fff4ef)}.calc-result strong{color:var(--p-orange);font-size:clamp(27px,4vw,45px)}.calc-result small{color:var(--p-muted)}
.compare-scroll{overflow:auto;border-radius:14px;box-shadow:var(--p-shadow)}.compare-scroll table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.compare-scroll th,.compare-scroll td{padding:17px;border-bottom:1px solid var(--p-line);text-align:center}.compare-scroll thead th{background:var(--p-blue);color:#fff}.compare-scroll th:first-child{text-align:left}.compare-scroll .recommended{background:#fff2eb}.compare-scroll thead .recommended{background:var(--p-orange)}
.estimate-lead{background:linear-gradient(135deg,#eaf4fb,#fff)}.estimate-card{display:grid;grid-template-columns:auto 1fr minmax(300px,.7fr);gap:32px;align-items:center;padding:clamp(25px,4vw,50px);border-radius:17px;background:#fff;box-shadow:var(--p-shadow)}.estimate-icon{font-size:60px}.pricing-kicker{color:var(--p-orange);font-size:13px;font-weight:850;letter-spacing:.12em}.estimate-card p{color:var(--p-muted)}.estimate-facts{display:flex;flex-wrap:wrap;gap:16px}.estimate-facts span{color:var(--p-muted);font-size:13px}.estimate-facts strong{display:block;color:var(--p-blue);font-size:24px}.estimate-card form{display:grid;gap:10px}.estimate-card input{width:100%;padding:12px;border:1px solid var(--p-line);border-radius:8px;font:inherit}.estimate-card form label{display:flex;gap:7px;color:var(--p-muted);font-size:12px}.estimate-card form label input{width:auto}.estimate-card a{color:var(--p-blue)}
.factor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.factor-grid article{padding:25px;border-radius:13px;background:#fff;box-shadow:0 8px 23px rgba(23,59,93,.08)}.factor-grid span{font-size:34px}.factor-grid h3{margin:9px 0;color:var(--p-dark)}.factor-grid p{margin:0;color:var(--p-muted)}
.pricing-faq__list{max-width:950px;margin:auto}.pricing-faq article{margin-bottom:10px;border:1px solid var(--p-line);border-radius:11px;background:#fff}.pricing-faq button{width:100%;display:flex;justify-content:space-between;gap:20px;padding:19px 21px;border:0;background:transparent;color:var(--p-dark);font:inherit;font-weight:750;text-align:left;cursor:pointer}.pricing-faq button span{color:var(--p-orange);font-size:22px}.pricing-faq article>div{padding:0 21px 20px;color:var(--p-muted)}.pricing-faq article>div[hidden]{display:none}
.pricing-cta-final{padding:85px 0;color:#fff;text-align:center;background:linear-gradient(rgba(13,43,68,.86),rgba(13,43,68,.86)),url('/local/templates/barco/assets/css/../img/pricing/cta-calculator.jpg') center/cover no-repeat;background-image:linear-gradient(rgba(13,43,68,.86),rgba(13,43,68,.86)),image-set(url('/local/templates/barco/assets/css/../img/pricing/cta-calculator.webp') type('image/webp'),url('/local/templates/barco/assets/css/../img/pricing/cta-calculator.jpg') type('image/jpeg'))}.pricing-cta-final h2{color:#fff}.pricing-cta-final p{margin-bottom:24px;font-size:18px}.pricing-cta-links{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:25px}.pricing-cta-links a{color:#fff;font-weight:700;text-decoration:none}
@media(max-width:980px){.pricing-table-grid{grid-template-columns:1fr}.calc-options,.factor-grid{grid-template-columns:repeat(2,1fr)}.estimate-card{grid-template-columns:1fr}.estimate-icon{display:none}}
@media(max-width:620px){.pricing-hero .container,.pricing-tables .container,.pricing-calculator .container,.tariff-compare .container,.estimate-lead .container,.pricing-factors .container,.pricing-faq .container,.pricing-cta-final .container{width:min(100% - 28px,1500px)}.pricing-hero{min-height:590px;padding:105px 0 60px;background-image:linear-gradient(rgba(13,43,68,.79),rgba(13,43,68,.9)),image-set(url('/local/templates/barco/assets/css/../img/pricing/hero-calculator-mobile.webp') type('image/webp'),url('/local/templates/barco/assets/css/../img/pricing/hero-calculator-mobile.jpg') type('image/jpeg'))}.pricing-hero h1{font-size:35px}.pricing-hero p{font-size:17px}.pricing-hero__facts{flex-direction:column}.pricing-tables,.pricing-calculator,.tariff-compare,.estimate-lead,.pricing-factors,.pricing-faq{padding:55px 0}.pricing-table-wrap{overflow:auto}.pricing-table-wrap table{min-width:620px}.pricing-table-title{font-size:16px}.calc-options,.factor-grid{grid-template-columns:1fr}.calc-area{grid-template-columns:1fr 100px auto}.calc-step legend{font-size:23px}.estimate-card{padding:22px}.compare-scroll{border-radius:9px}}

/* End */


/* Start:/local/templates/barco/assets/css/level2-common.css?1784114188838*/
/* Shared corrections for a consistent first screen across level-two pages. */
@media (min-width: 769px) {
  .services-hero,
  .design-hero,
  .portfolio-hero,
  .pricing-hero,
  .regions-hero,
  .about-hero,
  .blog-hero,
  .contacts-hero {
    min-height: 620px;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .services-hero h1,
  .design-hero h1,
  .portfolio-hero h1,
  .pricing-hero h1,
  .regions-hero h1,
  .about-hero h1,
  .blog-hero h1,
  .contacts-hero h1 {
    font-size: clamp(30px, 3.15vw, 48px);
    line-height: 1.15;
  }
}

.blog-hero {
  color: #fff;
  background: linear-gradient(135deg, #2c5f8d, #1a3a52);
}

.blog-hero h1,
.blog-hero > div > p {
  color: #fff;
}

.heading-line {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .heading-line {
    white-space: normal;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/cta.css?17835924722364*/
.barco-cta-section {
  display: flex;
  flex-direction: column;
  min-height: 115px;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
  background-color: #232b53;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}

.barco-cta-section.e-con,
.barco-cta-section.e-con-boxed {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.barco-cta-section > .barco-cta.e-con-inner,
.barco-cta {
  display: block;
  width: 100%;
  max-width: 1140px;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
  text-align: center;
}

.barco-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

.barco-cta p {
  max-width: none;
  margin: 0 0 20px;
  color: #c7d2fe;
  font-size: 14px;
}

.barco-cta__form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.barco-cta input,
.barco-cta textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  color: #3a3a3a;
  background-color: #ffffff;
  box-shadow: none;
  font: inherit;
}

.barco-cta textarea {
  min-height: 44px;
  resize: vertical;
}

.barco-cta__website {
  display: none;
}

.barco-cta small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.4;
}

.barco-cta small a {
  color: inherit;
  text-decoration: underline;
}

.barco-cta button {
  display: inline-block;
  grid-column: 1 / -1;
  justify-self: center;
  width: 220px;
  min-height: 39px;
  margin-top: 8px;
  padding: 12px 24px;
  border: 0;
  border-radius: 0;
  color: #000000;
  background-color: #f4a32b;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.barco-cta button:hover,
.barco-cta button:focus {
  color: #000000;
  background-color: #f4a32b;
  text-decoration: none;
}

@media (max-width: 767px) {
  .barco-cta-section {
    font-size: 14.592px;
    line-height: 1.65em;
  }

  .barco-cta h3 {
    font-size: 22.8px;
    line-height: 1.3em;
  }

  .barco-cta__form {
    grid-template-columns: 1fr;
  }

  .barco-cta button {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/footer.css?17835924721392*/
.footer {
  flex-shrink: 0;
  margin-top: 0;
  padding: 40px 0 20px;
  color: #ffffff;
  background: var(--barco-blue-dark, #18364f);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  opacity: 1;
}

.footer .container {
  width: min(100% - 40px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-col a,
.footer-col span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-col span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-col a:hover,
.footer-col a:focus {
  color: #ffffff;
  padding-left: 4px;
}

.footer-bottom {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-align: center;
  opacity: 1;
}

.footer-bottom a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .footer {
    padding: 32px 0 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* End */
/* /local/templates/barco/assets/css/header.css?17841141886995 */
/* /local/templates/barco/assets/css/level2-pricing.css?17839500659603 */
/* /local/templates/barco/assets/css/level2-common.css?1784114188838 */
/* /local/templates/barco/assets/css/cta.css?17835924722364 */
/* /local/templates/barco/assets/css/footer.css?17835924721392 */
