<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------- */
/* Main styles for elementor edited page */

:root {
  --color-primary: #041e42;
  --color-secondary: #cccccc;
  /* --color-accent: #ff0b37; */
  --color-accent: #ff7500;
  --color-grey: #e6e6e6;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

.entry-content &gt; .elementor {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  /* position: relative; */
  /* z-index: 1; */
  background: #fff;
  /* overflow-x: hidden; */
  color: #898a9c;
}

.entry-content &gt; .elementor p {
  font-family: "Poppins", sans-serif;
  /* font-size: 16px; */
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.page .entry-content &gt; .elementor a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: var(--color-accent);
  /* font-size: 16px; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page .entry-content &gt; .elementor a:hover,
.page .entry-content &gt; .elementor a:focus,
.page .entry-content &gt; .elementor a:visited {
  text-decoration: none;
  outline: none;
  outline-width: medium;
  outline-width: 0 !important;
}
.page .entry-content &gt; .elementor a:hover {
  color: #0056b3;
}

.ast-single-post .entry-title {
  color: #333;
  font-weight: 400;
  font-size: 34px;
}

button,
input[type="button"],
input[type="submit"] {
  transition: 0.3s;
}

input[type="text"] {
  border-radius: 32px;
  /* color: #999999; */
  color: var(--color-primary);
  /* font-size: 16px; */
}
input:focus,
input[type="text"]:focus {
  border-style: solid;
  border-color: var(--color-primary);
}

/* ---------------------------------------- */
/* Content Helpers */
.par-m-0 p {
  margin: 0px;
}

a.white-link {
  color: white !important;
}
a.white-link:hover {
  color: #0056b3 !important;
}

p.highlight {
  position: relative;
  padding-left: 35px;
  margin: 20px 0;
}

/* square */
/* p.highlight:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  background: var(--color-accent);
} */

/* cirle */
p.highlight:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 48px;
  top: 5px;
  left: 0;
  background: var(--color-accent);
}

/* ---------------------------------------- */
/* TOP MENU */
.header-main-layout-1 {
  position: fixed;
  top: 0px;
  width: 100%;
  /* height: 90px; */
  background-color: white;
}

.admin-bar .header-main-layout-1 {
  top: var(--wp-admin--admin-bar--height);
}

.home #page #content.site-content {
  margin-top: 90px;
}

.ast-builder-menu-1 {
  height: 90px;
}

/* .ast-builder-menu .menu-item { */
.ast-builder-menu-1 .menu-item {
  /* font-size: 16px; */
  font-weight: 500;
  font-size: 20px;
  color: var(--color-grey);
  /* text-transform: lowercase; */
}

.ast-builder-menu-1 .menu-item.current-menu-item {
  font-weight: 600;
}

.ast-builder-menu-1 .menu-item:hover &gt; .menu-link {
  color: var(--color-accent);
}

.ast-primary-header-bar {
  border: none;
}

.ast-site-title-wrap {
  display: none;
}
.main-header-menu .menu-link,
.main-header-menu &gt; a {
  padding: 0 0.8em;
}

body {
  margin-top: 91px;
}
body.admin-bar {
  margin-top: 90px;
}
@media (max-width: 921px) {
  body {
    margin-top: 70px;
  }
  body.admin-bar {
    margin-top: 70px;
  }
}

/* Custom menu items */
.ast-desktop .ast-primary-header-bar .main-header-menu &gt; .menu-item-5573,
.ast-desktop .ast-primary-header-bar .main-header-menu &gt; .menu-item-5574 {
  /* line-height: 50px; */
  line-height: 64px;
}
.main-navigation .menu-item-5573 .menu-link {
  background: #ff7500;
  border-radius: 32px;
  padding: 0px 20px;
  color: var(--color-grey);
  /* 218x64 */
}
.main-navigation .menu-item-5573 .menu-link:hover {
  /* color: #fff !important; */
  color: var(--color-grey);
  background-color: var(--color-primary);
}
.main-navigation .menu-item-5574 .menu-link {
  margin-left: 10px;
  border: 1px solid #ff7500;
  border-radius: 32px;
  padding: 0px 20px;
  color: var(--color-primary);
  /* 124x64 */
}
.main-navigation .menu-item-5574 .menu-link:hover {
  color: var(--color-accent);
  /* color: var(--color-grey);
  background-color: var(--color-accent); */
}

.main-navigation .menu-link .menu-lock-icon::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  margin-right: 8px;

  content: "lock";
}
.main-navigation .menu-link:hover .menu-lock-icon::before {
  content: "lock_open";
}

/* ---------------------------------------- */
/* Timeline like look for elementor columns */
@media only screen and (min-width: 600px) {
  .timeline-cnt .elementor-column:first-child:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 8px;
    width: 50px;
    height: 50px;
    background: var(--color-accent);
    border-radius: 50%;
  }

  .timeline-cnt .elementor-column:first-child .elementor-widget-heading {
    margin-top: 15px;
    margin-right: 50px;
  }

  .timeline-cnt .elementor-column:last-child .elementor-widget-heading {
    margin-top: 15px;
    margin-left: 50px;
  }

  .timeline-cnt .elementor-column:first-child .elementor-widget-image {
    margin-top: 85px;
    margin-right: 50px;
  }

  .timeline-cnt .elementor-column:last-child .elementor-widget-image {
    margin-top: 85px;
    margin-left: 50px;
  }

  .timeline-cnt
    .elementor-column:first-child
    .elementor-element.elementor-widget-text-editor
    .elementor-widget-container {
    /* border-right: 2px solid rgba(255, 11, 55, 0.1); */
    border-right: 2px solid var(--color-accent) 1a;
    padding-right: 50px;
  }
  .timeline-cnt
    .elementor-column:last-child
    .elementor-element.elementor-widget-text-editor
    .elementor-widget-container {
    border-left: 2px solid var(--color-accent) 1a;
    padding-left: 50px;
  }
}

/* ---------------------------------------- */
/* Page header area and title */
.page-header-area {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center bottom;
  background-color: trasparent;
}
.page-header-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #05354c;
  opacity: 0.7;
  z-index: 0;
  /* margin: 10px; */
}

/* Categories BG */
.page-header-area.cat-strefa-kierowcy {
  background-image: url(../images/category/faq.jpg);
}
.page-header-area.cat-faq {
  background-image: url(../images/category/faq.jpg);
}

.page-header-title h1,
.entry-content .page-header-title h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
  z-index: 1;

  margin-top: 160px;
  margin-bottom: 130px;
}

.page-header-title h1:before,
.entry-content .page-header-title h1:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid var(--color-accent);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-title h1,
  .entry-content .page-header-title h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-header-title h1,
  .entry-content .page-header-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .page-header-title h1,
  .entry-content .page-header-title h1 {
    font-size: 35px;
  }
}

/* ---------------------------------------- */
/* Single counter */
.big-counter-box {
  text-align: center;
}

.big-counter-box .counter-number {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 30px 0 20px;
}
.big-counter-box .counter-number span {
  font-size: 55px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 30px 0px 0px;
}

.big-counter-box h6 {
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 500;
}

/* ---------------------------------------- */
/* PAGER */
.ast-pagination .page-numbers {
  /* color: #ffffff; */
  /* border-color: var(--color-accent);
  background-color: var(--color-accent); */
  border-radius: 2px;
}
.ast-pagination .page-numbers.current {
  color: #ffffff;
  border-color: #041e42;
  background-color: #041e42;
}

.ast-pagination .prev.page-numbers {
  display: none;
}
.ast-pagination .next.page-numbers {
  display: none;
}

/* ---------------------------------------- */
/* ERROR 404 */
.ast-404-layout-1 {
  padding-top: 100px;
}

/* ---------------------------------------- */
.section-title {
  position: relative;
}

.section-title h2,
.entry-content .section-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  margin: 20px 0;
  color: #1d2143;
}

.section-title .small {
  margin: 5px 0;
  line-height: 20px;
}
.section-title .small,
.section-title h6,
.entry-content .section-title h6 {
  color: var(--color-accent);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 100px;
}

.section-title .small:before,
.section-title h6:before,
.entry-content .section-title h6:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  left: 0;
  top: 50%;
  background: var(--color-accent);
  margin-top: -1px;
}

.text-center .section-title h6 {
  padding-left: 0;
}

.text-center .section-title h6:before {
  display: none;
}

.section-title.main-page h1 {
  font-size: 50px;
}
@media (max-width: 960px) {
  .section-title.main-page h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .section-title.main-page h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* .section-title h1 {
		font-size: 70px;
	} */

  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* .section-title h1 {
		font-size: 40px;
		line-height: 50px;
	} */

  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 576px) {
  /* .section-title h1 {
		font-size: 36px;
		line-height: 46px;
	} */

  .section-title h2 {
    font-size: 28px;
    line-height: 43px;
  }
}

/* ---------------------------------------- */
.xtra-serve-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 2s ease-out;

  min-height: 450px;
  max-width: 440px;
  /* min-width: 400px; */
  /* width: 540px; */
  margin: auto;
}

@media (max-width: 575px) {
  .xtra-serve-area {
    min-width: 250px;
  }
}

.xtra-serve-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #092238;
  opacity: 0.5;
}

.freight-icon {
  position: absolute;
  top: 50px;
  left: 35px;
}

.freight-icon i:before {
  font-size: 45px;
  color: #fff;
}

.xtra-serve-area h5 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 2;

  top: 65%;
}

.xtra-serve-area h5:after {
  position: absolute;
  content: " ";
  width: 80px;
  height: 3px;
  background: #fff;
  bottom: -15px;
  left: 0;
  z-index: -1;
}

.xtra-serve-area .read-more {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: var(--color-accent);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
}

.xtra-serve-area .read-more:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
}

.xtra-serve-area:hover .read-more {
  padding-left: 15px;
}

.xtra-serve-area:hover .read-more:before {
  opacity: 1;
  visibility: visible;
}

.xtra-serve-area img {
  transition: transform ease 0.3s;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xtra-serve-area:hover img {
  transform: scale(1.3);
  transition: all 2s ease-out;
}

/* ---------------------------------------- */
/* Flotex list price */
.flotex-list-price {
  padding: 0px;
  z-index: 10;
}
.flotex-list-price.flp-horizontal {
  text-align: center;
  margin: auto;
}
.flotex-list-price.flp-vertical {
  float: right;
  max-width: 190px;
  text-align: center;
}
.flotex-list-price .lnk-title {
  color: #e8e8e8;
}
.flotex-list-price .lnk-title:hover {
  color: var(--color-accent);
}

.flotex-list-price .single-counter-box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* width: 150px;
  height: 88px; */
  position: relative;
  margin: auto;
  width: 100px;
  height: 58px;
}

.flotex-list-price .single-counter-box p.counter-number {
  position: absolute;
  /* right: 30px;
  top: 30px; */

  right: 19px;
  top: 16px;
  margin-bottom: 0px;
}

.flotex-list-price .single-counter-box .counter-number span {
  /* font-size: 24px; */
  /* letter-spacing: 2px; */
  font-weight: 500;
  color: var(--color-accent);
  font-family: "Teko";

  background: #ddd;
  /* padding: 5px; */
  padding-bottom: 0px;

  font-size: 18px;
  letter-spacing: 1px;
  padding: 0px 3px;
}

@media (max-width: 1024px) {
  .flotex-list-price.flp-horizontal .row.paliwo {
    max-width: 580px;
  }
}

@media (max-width: 640px) {
  .flotex-list-price .single-counter-box {
    width: 70px;
    height: 50px;
  }

  .flotex-list-price .single-counter-box p.counter-number {
    right: 14px;
    top: 11px;
  }

  .flotex-list-price .single-counter-box .counter-number span {
    font-size: 15px;
    padding: 0px 2px;
  }
}

/* Flotex list price new */
.flotex-list-price-new {
  padding: 0px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .flotex-list-price-new.flp-horizontal {
    text-align: center;
  }
}
.flotex-list-price-new.flp-vertical {
  float: right;
  max-width: 190px;
  text-align: center;
}
.flotex-list-price-new .lnk-title {
  color: #e8e8e8;
  min-width: 335px;
}
.flotex-list-price-new .lnk-title:hover {
  color: var(--color-accent);
}

.flotex-list-price-new .single-counter-box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* width: 150px;
  height: 88px; */
  position: relative;
  margin: auto;
  width: 166px;
  height: 58px;
}

.flotex-list-price-new .single-counter-box p.counter-number {
  position: absolute;
  /* right: 30px;
  top: 30px; */

  right: 36px;
  top: 15px;
  margin-bottom: 0px;
}

.flotex-list-price-new .single-counter-box .counter-number span {
  /* font-size: 24px; */
  /* letter-spacing: 2px; */
  font-weight: 500;
  color: #ffffff;
  font-family: "Teko";

  /* background: #ddd; */
  /* padding: 5px; */
  padding-bottom: 0px;

  font-size: 24px;
  letter-spacing: 1px;
  padding: 0px 3px;
}

/* @media (max-width: 1024px) {
  .flotex-list-price-new.flp-horizontal .row.paliwo {
    max-width: 580px;
  }
} */

@media (max-width: 640px) {
  .flotex-list-price-new .single-counter-box {
    width: 100px;
    height: 50px;
  }

  .flotex-list-price-new .single-counter-box p.counter-number {
    right: 14px;
    top: 12px;
  }

  .flotex-list-price-new .single-counter-box .counter-number span {
    font-size: 20px;
    /* padding: 0px 2px; */
  }
}

/* ---------------------------------------- */
/* Side bar forms */
.sidebar-form {
  padding: 20px;
  background: #041e42;
  border-radius: 1rem;
  color: #fff !important;
}

.sidebar-form input[type="text"] {
  border-radius: 0.25rem;
  padding: 5px;
}

.sidebar-form input[type="button"] {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 15px 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.sidebar-form input[type="button"]:hover {
  background-color: #fff;
  color: #25283a;
}

.sidebar-form a {
  /* color: #0056b3; */
  color: #449dfd;
}

.sidebar-form a:hover {
  /* color: #ff4a5b; */
  color: var(--color-accent);
}

.sidebar-form .ff-el-help-message {
  color: #c4bebe;
}

/* ---------------------------------------- */
.file-icon {
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  display: block;
}

.file-icon:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 5px;
  left: 0;
  /* background: var(--color-accent); */
  background-image: url("../images/pdf.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.file-icon.file-pdf:before {
  background-image: url("../images/pdf.png");
}
.file-icon.file-doc:before {
  background-image: url("../images/doc.png");
}
/*
 &lt;a class="file-icon file-pdf" href="instrukcja-oznaczania-kart-wg-grup-vat.original.docx"&gt;aaa&lt;a/&gt;
*/

/* ---------------------------------------- */
/* Buttons */
.ff-default .ff_btn_style,
.ff-btn-submit,
.main-btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  /* text-transform: capitalize; */
  padding: 15px 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  /* border-radius: 50px !important; */
}

@media (max-width: 575px) {
  .ff-btn-submit,
  .main-btn {
    padding: 15px 20px;
  }
}

.ff-default .ff_btn_style:hover,
.ff-btn-submit:hover,
.main-btn:hover {
  background-color: var(--color-accent) !important;
  color: var(--color-grey) !important;
}

.ff-btn-submit {
  color: #fff !important;
  background: var(--color-accent) !important;
}
.ff-btn-submit:hover {
  background-color: #fff !important;
  color: #25283a !important;
}

.main-btn.btn-white {
  /* background: #fff;
	color: #191919 !important; */
  background: #fff;
  color: var(--color-accent) !important;
  border: 2px solid var(--color-accent);
}
.main-btn.btn-white:hover {
  background-color: var(--color-accent);
  color: #fff !important;
}

.main-btn.btn-black {
  /* background: #fff;
	color: #191919 !important; */
  border: 2px solid #25283a;
  background: #25283a;
  color: #fff !important;
  /* border-radius: 0px; */
}
.main-btn.btn-black:hover {
  background-color: #25283a;
  color: #fff !important;
  /* border: 2px solid var(--color-accent); */
}

/* Pre-Loader CSS 
============== */
#loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-accent);
  z-index: 999999;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner-form {
  width: 70px;
  text-align: center;
}
.spinner-form &gt; div,
.spinner &gt; div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-form &gt; div {
  background-color: var(--color-accent);
}

.spinner-form .bounce1,
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-form .bounce2,
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ---------------------------------------- */
/* POST Boxes shortcode */
.post-boxes-container {
  max-width: 1280px;
}

.post-boxes-container .post-box {
  background-color: #fff;

  border-radius: 48px;
  border: 1px solid var(--color-grey);
}
@media (max-width: 767px) {
  .post-boxes-container .post-box {
    /* margin-bottom: 50px; */
  }
}

.post-boxes-container .box-content {
  padding: 30px;
  height: 230px;
}
.post-boxes-container .box-thumbnail {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  /* position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s; */
  overflow: hidden;
  background: black;
}
.post-boxes-container .box-thumbnail img {
  transition: transform ease 0.3s;
  user-select: none;
  /* height: 250px;
    width: 100%;
    border-radius: 5px 5px 0 0; */
}

.post-boxes-container .box-thumbnail img:hover {
  transform: scale(1.3);
  transition: all 2s ease-out;
  /* border-radius: 5px; */
}

.post-boxes-container .box-title {
  margin-bottom: 20px;
}
.post-boxes-container .box-excerpt {
  margin-bottom: 20px;
  font-size: 16px;
}
.post-boxes-container .box-title h5 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #1d2143 !important;
  /* margin-bottom: 20px; */
  text-decoration: none;
}

.post-boxes-container .box-title h5 a:hover {
  color: var(--color-accent) !important;
}

.post-boxes-container a.read-more {
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0;
  /* color: var(--color-accent); */
  color: var(--color-primary) !important;
  /* text-decoration: none !important; */
  text-decoration: underline !important;
}

.post-boxes-container a.read-more:hover {
  color: var(--color-accent) !important;
  opacity: 1;
}

/* ---------------------------------------- */
/* ------ PAGE specific elements            */

/* ---------------------------------------- */
/* TABS - fuel cards page */
#fc-tabs-1 .elementor-tab-title img.tab-title-icon {
  height: 65px;
  margin-bottom: 10px !important;
  display: block;
  margin: auto;
}

#fc-tabs-1 .elementor-tab-title {
  /* border-top-color: #141414; */
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #e9e9e9;

  /* color: #000000; */
  font-size: 20px;
  font-weight: 600;
  padding: 14px 35px;
}

.fl-accordion .elementor-accordion-item .elementor-tab-title {
  border-bottom: 2px solid #e0e0e0 !important;
}

@media screen and (max-width: 782px) {
  #fc-tabs-1 .elementor-tab-title img.tab-title-icon {
    height: 65px;
    margin-bottom: 10px !important;
    display: block;
    margin: auto;
  }
  #fc-tabs-1 .elementor-tab-title {
    text-align: center;
  }
}

/* ---------------------------------------- */
/* BNI form */
.red-bg-form .fluentform .ff-btn-submit {
  color: #25283a !important;
  background: #f5f5f5 !important;
}
.red-bg-form .fluentform .ff-btn-submit:hover {
  color: #fff !important;
  background: #25283a !important;
}

.red-bg-form .error.text-danger {
  color: #1a2b4b !important;
}

.red-bg-form .fluentform .ff-el-is-error .ff-el-form-check-label,
.red-bg-form .fluentform .ff-el-is-error .ff-el-form-check-label a {
  color: #fff;
}

/* ---------------------------------------- */
/* Partners */
.partners-cnt img {
  max-width: 120px;
  max-height: 120px;
}
.partners-cnt .elementor-element-27c1c88 img {
  /* max-width: 70px;
  max-height: 70px;
  margin-top: 20px; */
}
.partners-cnt .elementor-element-f911426 img {
  max-width: 95px;
  max-height: 95px;
  margin-top: 10px;
}
.partners-cnt .elementor-element-a777b12 img {
  max-width: 85px;
  max-height: 85px;
  margin-top: 10px;
}
.partners-cnt .elementor-element-8409453 img {
  max-width: 90px;
  max-height: 90px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  section.partners-cnt .elementor-column {
    width: 50%;
  }
}

.selfservice-sc-container,
.monitoring-sc-container {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

.rodo_extra {
  display: none;
}
</pre></body></html>