@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Medium.eot');
  src: url('../fonts/RecklessNeue-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RecklessNeue-Medium.woff2') format('woff2'),
  url('../fonts/RecklessNeue-Medium.woff') format('woff'),
  url('../fonts/RecklessNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Regular.eot');
  src: url('../fonts/RecklessNeue-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RecklessNeue-Regular.woff2') format('woff2'),
  url('../fonts/RecklessNeue-Regular.woff') format('woff'),
  url('../fonts/RecklessNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Custom styles for current website */
html { font-size:20px; }
body { font-family: "Work Sans" , sans-serif; line-height: 1.5; }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.shadow-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* Text */
.font-base {
  font-family: 'Work Sans', sans-serif !important;
  letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
.text-field h1:not([class*="display-"]), h2:not([class*="display-"]), h3:not([class*="display-"]), h4:not([class*="display-"]), h5:not([class*="display-"]), h6:not([class*="display-"]), .h1:not([class*="display-"]), .h2:not([class*="display-"]), .h3:not([class*="display-"]), .h4:not([class*="display-"]), .h5:not([class*="display-"]), .h6:not([class*="display-"]) {
  font-weight: 600;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a { color: inherit; }
.display-1 {
  font-weight: 400;
  font-family: 'Reckless Neue', sans-serif;
  font-size:calc(34px + (60 - 34) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.16667;
  letter-spacing: .03525em;
}
.display-2 {
  font-weight: 500;
  font-family: 'Reckless Neue', sans-serif;
  font-size:calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.25;
  letter-spacing: 0;
}
.display-3 {
  font-weight: 600;
  font-family: 'Reckless Neue', sans-serif;
  font-size:calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: -.013em;
  line-height: 1.2;
}
.display-4 {
  font-weight: 600;
  font-size:calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
[class*="display-"] > strong { font-weight: 700; }
.display-outline {
  position: relative;
  display: inline-block;
  font-size: 70px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: transparent !important;
  -webkit-text-stroke: 1px var(--white);
  z-index: 1;
}

.display-outline::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 17%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  background-color: var(--secondary);
  border-radius: 50%;
  z-index: -1;
}
.display-base {
  font-size: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.lead {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300)));
}
.amount {
  font-size: calc(24px + (35 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 800;
  color: var(--primary) !important;
  margin-bottom: 0;
}
.medium {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.quotes {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
}
p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p.quotes.retirement, p.quotes.salary, p.quotes.property, p.quotes.target {
  padding: 2rem 0 1rem calc(84px + 1rem);
  line-height: 1.2em;
  margin-bottom: .5rem;
  margin-top: 0;
}
p.quotes.retirement::before, p.quotes.salary::before, p.quotes.property::before, p.quotes.target::before {
  content: '';
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  display: inline-block;
  min-width: 84px;
  min-height: 70px;
  background-size: contain !important;
}
p.quotes.retirement::before { background: url('/img/retirement.svg') no-repeat center; }
p.quotes.salary::before { background: url('/img/salary.svg') no-repeat center; }
p.quotes.property::before { background: url('/img/property.svg') no-repeat center; }
p.quotes.target::before { background: url('/img/target.svg') no-repeat center; }
/*p.quotes::before, p.quotes::after {
  content:'„';
  position: absolute;
  bottom: 0;
  left:0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  color: var(--dark);
  opacity: .5;
}
p.quotes::after {
  content: '“';
  top: 0;
  bottom: auto;
  left:auto;
  right: 0;
}*/
p > [style*="background-color"] {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: .5rem;
}

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}

a:hover {
  color: var(--primary);
}
.bg-white a:not(.btn):hover, .bg-light a:not(.btn):hover, .bg-primary a:not(.btn):hover {
  color: var(--dark-hover);
}
.text-field a:not(.btn) {
  text-decoration: underline 2px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.text-field a:not(.btn):hover {
  text-decoration: underline 2px var(--primary);
}
[class*="list-item-"] .text-field a:not(.btn), [class*="list-item-"] .text-field a:not(.btn):hover {
  text-decoration: none !important;
}

.label-cover .penze {
  color: var(--cyan);
}
.label-cover .eliminace-rizik {
  color: var(--red);
}
.label-cover .financovani {
  color: var(--orange);
}
.label-cover .investice {
  color: var(--blue);
}

footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  color: var(--dark);
  border-bottom: 1px solid;
}
.more:hover {
  color: var(--dark);
  border-color: var(--primary);
}

/* Navbar */
.navbar-brand {
  padding-top:1.45rem;
  padding-bottom:1.45rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
}
.menu-scroll-down.small-menu .navbar-brand {
  padding-top:1.45rem;
  padding-bottom:1.45rem;
  align-self: flex-end;
}
.navbar-brand svg {
  width: 134px;
  height: 22px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: 134px;
  height: 22px;
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: 134px;
  height: 22px;
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg {
  width: 134px;
  height: 22px;
}
.menu-white .navbar-brand svg [fill="#3C4E6A"] { fill: #fff !important; }
.small-menu li > .btn {
  padding: .5rem .625rem;
}

/* Custom content */

/* SVG lines */
.animated-line-l .line-1, .animated-line-l .line-2, .animated-line-l .line-3, .animated-line-l .line-4 {
  stroke-dasharray: 3280;
  stroke-dashoffset: 3280;
  fill: none;
  stroke-width: 2;
  stroke: #f4c320;
}

@media (max-width: 768px) {
  .animated-line-l .line-1, .animated-line-l .line-2, .animated-line-l .line-3, .animated-line-l .line-4 {
    stroke-width: 6;
  }

  .animated-line-l{
    width: 30rem;
  }
}

@keyframes drawLine {
  to {
      stroke-dashoffset: 0;
  }
}
.animate-stroke {
  animation: drawLine 8s cubic-bezier(0.000, 0.010, 0.000, 1.005) forwards;
}


section:first-of-type:not(.pt-0) { padding-top: calc(22px + 2.9rem); }
.pt-header { padding-top: calc(22px + 2.9rem); }
.container, .container-fluid { position: relative; }
.text-center > .row { justify-content: center !important; }
.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-560 { max-width: 560px; }
.max-w-340 { max-width: 340px; }
.max-h-156 { max-height: 156px; }
.max-h-224 { max-height: 224px; }
.top-default { top: 8rem; }

.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}

.rounded-circle {
  outline: 0.4rem solid #fff;
}

.icon-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.icon-date span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}
.icon-date span:last-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}
.accordion-item {
  position: relative;
}
.accordion-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50vw);
  transform: translateX(-50vw);
  background-color: transparent;
  opacity:0;
  pointer-events: none;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.on-expand-white .accordion-item.accordion-expanded::before {
  background-color: var(--white);
  opacity: 1;
}
.on-expand-white .accordion-item.accordion-expanded hr.border-dark {
  border-color: var(--white) !important;
}
[id*="articleList-"] .filters {
  position: sticky;
  top: var(--default-offset);
  background-color: var(--white);
  z-index: 999;
}

.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white *, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white * {
  transition: none;
  -webkit-transition: none;
}
.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white { background: #0094da !important; color: #fff !important; }
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"], .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"] { fill: #fff; }

.svg-map text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
}
.svg-map .map-marker {
  cursor: pointer;
  pointer-events: all;
}
.inside-text ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding-left:0;
	margin-top: 1rem;
}
.inside-text ul li {
	position: relative;
	display: block;
	padding:0 0 1rem 1rem;
	break-inside: avoid;
}
.inside-text ul li::before {
	content: '\f111';
  position: absolute;
  top: .5rem;
  left: 0;
  width: 1rem;
  height: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  font-size: .35rem;
  line-height: 1.5em;
  color:var(--dark);
}

[id*="slides-"].article-list-1 {
  padding: 5% 0px;
} 
.article-list-1 .tns-item {
  transition: none !important;
}
.article-list-1 .tns-item > .row {
  transition: none;
}
.article-list-1 .zoom-in {
  align-self: center;
  z-index: 1;
  animation: slideFadeIn .5s ease-in;
}
.article-list-1 .zoom-in > .row {
  min-width: 100;
  margin: 0;
  padding: 1.5rem;
  background-color: var(--light) !important;
}
.article-list-1 .zoom-in > .row .d-none {
  display: block !important;
}
@keyframes slideFadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
@media (min-width:992px) {
  .article-list-1 .zoom-in > .row {
    min-width: 150%;
    margin: -25%;
    padding: 1.5rem;
    background-color: var(--light) !important;
  }
}

/* Animation */
.btn.btn-shake {
    -webkit-animation-name: btnShake;
    animation-name: btnShake;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.footer-navigation .btn-shake {
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }
    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }

    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

/* Form */
.form-group.contact-form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.form-group.contact-form label {
  position: absolute;
  top: .5rem;
  margin: 0;
  transform: scale(1);
  transform-origin: left center;
  pointer-events: none;
  font-size: .9rem;
  transition: all .2s ease-in;
}
.form-group.contact-form .form-control:not(.form-control-area):active+label, .form-group.contact-form .form-control:not(.form-control-area):focus+label, .form-group.contact-form .form-control:not(.form-control-area):valid+label, .form-group.contact-form .form-control:not(:placeholder-shown)+label {
  transform: translateY(-1.25rem) scale(.85);
}
.form-group.contact-form .form-control.form-control-area:active+label, .form-group.contact-form .form-control.form-control-area:focus+label, .form-group.contact-form .form-control.form-control-area:not(:placeholder-shown)+label {
  transform: translateY(-1.25rem) scale(.85);
}

/* Custom breakpoints */
@media (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (min-height: 768px) {
  .min-vh-75 {
    min-height: 75vh!important;
  }
}
@media (max-width: 767.98px) { 
  .custom-control.custom-checkbox {
    min-height: .75rem;
    padding-left: .95rem;
  }
  .custom-checkbox .custom-control-input {
    height: .75rem;
    width: .75rem;
    left: 0;
    top: .1rem;
  }
  .custom-checkbox .custom-control-label {
    font-size: .65rem;
    font-weight: 600;
  }
  .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
    width: .75rem;
    height: .75rem;
    border-radius: .15rem;
    left: -.95rem;
    top: .1rem;
  }
}
@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm-right::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E4E8EB;
    z-index: 1;
  }
  .p-md-5.border-sm-right::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }

  .box-darker::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .rounded-sm-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-left > .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 8rem; padding-bottom: 8rem;  }
}

@media (min-width: 1280px) {
  section:first-of-type:not(.pt-0) { padding-top: calc(22px + 2.9rem); }
  .navbar-brand {
    padding-top:1.45rem;
    padding-bottom:1.45rem;
  }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 134px;
    height: 22px;
  }
  .offset-r-xl-n2 {
    margin-right: -16.66667%;
  }
  .offset-r-xl-n3 {
    margin-right: -25%;
  }
  .offset-r-xl-n4 {
    margin-right: -33.33333%;
  }
}
@media (min-width: 1600px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 20px; }
  .display-1 { font-size: 60px; }
  .display-2 { font-size: 40px; }
  .display-3 { font-size: 26px; }
  .display-4 { font-size: 16px; }
  .lead { font-size: 40px; }
  .medium { font-size: 20px; }
  .amount { font-size: 35px; }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 134px;
    height: 22px;
  }
  .pt-header { padding-top: calc(22px + 2.9rem); }
  section:first-of-type:not(.pt-0) { padding-top: calc(22px + 2.9rem); }
}

.galerie-product{
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img1 img3 img3 img3"
    "img2 img3 img3 img3"
    "img2 img4 img5 img6";
}

.galerie-product-2{
  display: grid;
  grid-template-columns:  1fr 1fr 1fr 3fr;
  grid-template-rows: 1fr 1fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img3 img3 img3 img2"
    "img3 img3 img3 img2"
    "img6 img4 img5 img2";
}

.img-enlarge:first-child {
  max-width: 100%!important;
  flex: 0 0 100%!important;
}

.img1{
  grid-area: img1;
  width: 100%;
}
.img2{
  grid-area: img2;
  width: 100%;
}
.img3{
  grid-area: img3;
  width: 100%;
}
.img4{
  grid-area: img4;
  width: 100%;
}
.img5{
  grid-area: img5;
  width: 100%;
}
.img6{
  grid-area: img6;
  width: 100%;
}


.galerie-box{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img1 img2 img5"
    "img1 img3 img4"
}

.galerie-grid{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img1 img1 img2"
    "img3 img4 img4"
    "img3 img5 img6"
}

.galerie-grid > *, harmony-grid > * {
  object-fit: cover!important;
  background-size: cover!important;;

}

.harmony-grid{
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  gap: 5px;
}

.bg-black-opacity{
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.harmony-grid > div{
  height: 50rem!important;
}

.galerie-grid{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img6 img1"
    "img2 img1"
    "img2 img3"
    "img4 img3"
    "img4 img5"
}

/* Cookie banner custom */
.termsfeed-com---palette-dark .cc-pc-container {
  background: var(--dark) !important;
  overflow: hidden;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item, .termsfeed-com---palette-dark .cc-cp-body-tabs {
  background: var(--dark) !important;
  color: var(--light) !important;
}
.termsfeed-com---palette-dark .cc-pc-head-close, .termsfeed-com---palette-dark .cc-pc-head-close:hover, .termsfeed-com---palette-dark .cc-pc-head-close:focus {
  border: none !important;
  box-shadow: none !important;  
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true] {
  background: var(--dark) !important; 
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item-link {
  color: var(--light) !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .75rem !important;
  font-family:"Work Sans" , sans-serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-dark.termsfeed-com---nb {
  background-color: var(--dark) !important;
  color: var(--light) !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
  border-radius: 0;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 1.5rem !important;
  font-family:"Work Sans" , sans-serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: .75rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .65rem !important;
}
.termsfeed-com---pc-dialog .cc-pc-head-title, .termsfeed-com---pc-dialog .cc-pc-head-title-headline {
  color: var(--white) !important;
  font-size: 1rem !important;
}
.termsfeed-com---palette-dark .cc-nb-text {
  color: var(--white) !important;
}
.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---pc-dialog .cc-cp-foot-save {
  color: var(--white) !important;
  border-radius: 1.25rem !important; 
}
.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: var(--primary) !important;
  color: var(--dark) !important;
}
.termsfeed-com---palette-dark .cc-nb-reject {
  background-color: var(--gray) !important;
}
.termsfeed-com---palette-dark .cc-pc-head-lang select {
  color: var(--light)  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  background: var(--dark) !important;
}
.termsfeed-com---palette-dark .cc-nb-changep { background: none !important; color: var(--gray) !important; }