@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.field--name-field-paragraphs {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
@media (max-width: 768px) {
  .field--name-field-paragraphs {
    row-gap: 30px;
  }
}

@media (max-width: 768px) {
  .field__item {
    width: 100%;
    margin: 0 auto;
  }
}

.navbar {
  padding-top: 0;
}

.tb-megamenu {
  background: none;
}

.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  color: #000000;
  border: none;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background: none;
}
@media (max-width: 992px) {
  .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    color: #ffffff;
  }
}

.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  padding: 15px 10px;
}

.block-tb-megamenu,
.tb-megamenu-main,
.tb-megamenu .dropup, .tb-megamenu .dropdown {
  position: unset;
}

.tb-megamenu .mega.open > .mega-dropdown-menu,
.tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  width: 100vw;
  border: none;
}

.tb-megamenu.animate .mega.open > .mega-dropdown-menu,
.tb-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
  opacity: 1;
}

.tb-megamenu .btn-navbar.active {
  background: unset;
  box-shadow: none;
}

@media (max-width: 979px) {
  .tb-megamenu .nav-collapse .nav > li > a,
.tb-megamenu .nav-collapse .dropdown-menu a,
.tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link,
.tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    border: none;
  }
}
@media (max-width: 979px) {
  .tb-megamenu .nav-collapse .nav > li > a:hover,
.tb-megamenu .nav-collapse .nav > li > a:focus,
.tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link:focus {
    color: #ffffff;
    background: unset;
  }
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: unset;
}

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover {
  background-color: unset;
  color: #000000;
}
@media (max-width: 979px) {
  .tb-megamenu .nav > .active > a,
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover {
    color: #ffffff;
  }
}

.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
  color: unset;
}

@media (min-width: 980px) {
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red a {
    color: #000000;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red a.active-trail {
    border-bottom: 4px solid #DB1811;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red a:hover {
    border-bottom: 4px solid #DB1811;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red.active-trail > a, div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red > a:hover {
    color: #DB1811;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange a.active-trail {
    border-bottom: 4px solid #F16801;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange a:hover {
    border-bottom: 4px solid #F16801;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange.active-trail > a, .tb-megamenu li.tb-megamenu-item.level-1.color-orange > a:hover {
    color: #F16801;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple a.active-trail {
    border-bottom: 4px solid #581ABD;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple a:hover {
    border-bottom: 4px solid #581ABD;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple.active-trail > a, .tb-megamenu li.tb-megamenu-item.level-1.color-purple > a:hover {
    color: #581ABD;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta a.active-trail {
    border-bottom: 4px solid #D84797;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta a:hover {
    border-bottom: 4px solid #D84797;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta.active-trail > a, .tb-megamenu li.tb-megamenu-item.level-1.color-magenta > a:hover {
    color: #D84797;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red-medium a {
    color: #000000;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red-medium a.active-trail {
    border-bottom: 4px solid #FFA099;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red-medium a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red-medium a:hover {
    border-bottom: 4px solid #FFA099;
  }
  div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red-medium.active-trail > a, div.tb-megamenu .nav li.tb-megamenu-item.level-1.color-red-medium > a:hover {
    color: #FFA099;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange-medium a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange-medium a.active-trail {
    border-bottom: 4px solid #FEB178;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange-medium a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange-medium a:hover {
    border-bottom: 4px solid #FEB178;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-orange-medium.active-trail > a, .tb-megamenu li.tb-megamenu-item.level-1.color-orange-medium > a:hover {
    color: #FEB178;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple-medium a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple-medium a.active-trail {
    border-bottom: 4px solid #A778F2;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple-medium a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple-medium a:hover {
    border-bottom: 4px solid #A778F2;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-purple-medium.active-trail > a, .tb-megamenu li.tb-megamenu-item.level-1.color-purple-medium > a:hover {
    color: #A778F2;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta-medium a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta-medium a.active-trail {
    border-bottom: 4px solid #EB9ADE;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta-medium a {
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    transition: all 0s;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta-medium a:hover {
    border-bottom: 4px solid #EB9ADE;
  }
  .tb-megamenu li.tb-megamenu-item.level-1.color-magenta-medium.active-trail > a, .tb-megamenu li.tb-megamenu-item.level-1.color-magenta-medium > a:hover {
    color: #EB9ADE;
  }
  .tb-megamenu li.tb-megamenu-item.active.level-2 a, .tb-megamenu li.tb-megamenu-item.active.level-3 a {
    color: #000000;
  }
  .tb-megamenu li.tb-megamenu-item.active.level-2 a.active-trail, .tb-megamenu li.tb-megamenu-item.active.level-3 a.active-trail {
    border-bottom: 4px solid #000000;
  }
  .tb-megamenu li.tb-megamenu-item.active.level-2 span, .tb-megamenu li.tb-megamenu-item.active.level-3 span {
    color: #212529;
  }
  .tb-megamenu li.tb-megamenu-item.active.level-2 a, .tb-megamenu li.tb-megamenu-item.active.level-3 a {
    background: none;
  }
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
  padding: 0;
}

#cboxNext,
#cboxPrevious,
#cboxCurrent,
#cboxTitle,
#cboxWrapper div:first-child {
  display: none;
  height: 0;
  padding: 0;
  font-size: 0;
}

#cboxClose {
  display: none;
}

#cboxContent, #cboxWrapper {
  background: none;
}

html body {
  font-family: "Chivo", sans-serif;
}

@media (max-width: 768px) {
  div.region-content {
    padding: 0;
  }
}

.centralize-component {
  max-width: 1027px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .centralize-component {
    margin: 0 20px;
  }
}

.field--name-field-add-components {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .field--name-field-add-components {
    row-gap: 30px;
  }
}

strong {
  font-weight: 700;
}

.node__content .media + :is(h2, h3, h4, h5),
.node__content table + :is(h2, h3, h4, h5) {
  margin-top: 28px;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 120%;
  }
}

h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 768px) {
  h4 {
    line-height: 120%;
  }
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

ol {
  padding-left: 19px;
}

ul {
  padding-left: 3rem;
}

.social-media-share {
  align-items: center;
  padding: 29px 24px 39px;
  background: #FCF8F8;
  border-radius: 10px;
  font-size: 18px;
  column-gap: 30px;
}
.social-media-share__content svg {
  display: none;
}
.social-media-share__content .a2a_s__default {
  transition: 0.3s;
}
@media (max-width: 576px) {
  .social-media-share {
    flex-direction: column;
    row-gap: 20px;
  }
}

.field--name-field-comments .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .field--name-field-comments .title {
    font-size: 20px;
  }
}
.field--name-field-comments .comment__meta {
  padding: 0;
}
.field--name-field-comments article.comment {
  border-radius: 10px;
  background: #FCF8F8;
  margin-bottom: 20px;
  padding: 20px;
}
.field--name-field-comments article.comment .field--name-field-name-comment {
  font-size: 12px;
  font-weight: 700;
}
.field--name-field-comments article.comment .comment__submitted {
  font-size: 9px;
}
.field--name-field-comments article.comment .field--name-comment-body,
.field--name-field-comments article.comment .field--name-comment-body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  font-weight: 300;
}
.field--name-field-comments article.comment ul.links {
  padding-left: 0;
  display: flex;
  column-gap: 15px;
  margin: 0;
}
.field--name-field-comments article.comment ul.links li {
  padding: 0;
}
.field--name-field-comments article.comment ul.links li a {
  font-weight: 300;
  font-size: 12px;
}
.field--name-field-comments article.comment ul.links li button {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #81DBF3 65%);
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.field--name-field-comments .indented {
  margin-left: 40px;
}
@media (max-width: 500px) {
  .field--name-field-comments .indented {
    margin-left: 25px;
  }
}

.views-exposed-form {
  border-radius: 10px;
}
.views-exposed-form .form--inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.views-exposed-form .form-type-textfield {
  width: 100%;
  margin: 0;
}
.views-exposed-form .form-type-textfield input, .views-exposed-form .form-type-textfield input[type=text] {
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 23px;
  box-sizing: initial;
  border-radius: 10px;
}
.views-exposed-form .form-type-textfield input, .views-exposed-form .form-type-textfield input::placeholder, .views-exposed-form .form-type-textfield input[type=text], .views-exposed-form .form-type-textfield input[type=text]::placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.views-exposed-form .form-type-textfield input:focus, .views-exposed-form .form-type-textfield input[type=text]:focus {
  border-color: #D5D5D5;
  box-shadow: none;
}
.views-exposed-form .form-actions {
  background: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.views-exposed-form .form-actions input {
  background: url("/themes/custom/pumbo/images/icons/search--white.svg") no-repeat center #000000;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: none;
  transition: 0.3s;
}
.views-exposed-form .form-actions input:hover {
  opacity: 0.8;
}
.views-exposed-form .form-type-select {
  display: none;
}

.view-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.view-content .views-row {
  background: #FCF8F8;
  border-radius: 10px;
  display: flex;
  height: 190px;
  text-decoration: none;
}
.view-content .views-row .views-field-fieldset-1 {
  width: 100%;
}
.view-content .views-row .views-field-fieldset-1 > span {
  display: block;
  height: 100%;
  overflow: hidden;
}
.view-content .search__result {
  border: 1px solid yellow;
}
.view-content .search__result__image img {
  width: 190px;
  height: 190px;
  max-width: unset;
  object-fit: cover;
  object-position: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.view-content .search__result__image .views-field-field-feartured-image-mobile {
  display: none;
}
.view-content .search__result__description {
  padding: 20px 100px 20px 60px;
}
.view-content .search__result__description .views-field-title {
  margin-bottom: 15px;
}
.view-content .search__result__description .views-field-title h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .view-content .search__result__description .views-field-title h2 {
    font-size: 20px;
  }
}
.view-content .search__result__description .views-field-body-1 p {
  margin-bottom: 0;
}
.view-content .search__result__description div[class*=" views-field-body"] {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  color: #666666;
}
.view-content .search__result__description div[class*=" views-field-nothing"] {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  line-height: 45px;
  color: #666666;
  font-weight: 900;
  font-size: 12px;
}
.view-content .search__result__description .ckeditor-col-container > div {
  width: 100%;
}
@media (max-width: 1040px) {
  .view-content .search__result__description {
    padding: 20px 60px;
  }
}
@media (max-width: 890px) {
  .view-content .search__result__description {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .view-content .views-row {
    flex-direction: column;
    height: auto;
  }
  .view-content .search__result__image img {
    height: 110px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .view-content .search__result__image .views-field-field-blog-featured-image,
.view-content .search__result__image .views-field-field-feartured-image {
    display: none;
  }
  .view-content .search__result__image .views-field-field-feartured-image-mobile {
    display: block;
  }
  .view-content .search__result__description {
    padding: 30px 25px 10px;
  }
  .view-content .search__result__description div[class*=" views-field-body"] {
    font-size: 16px;
    font-weight: 300;
    line-height: 155%;
  }
  .view-content .search__result__description div[class*=" views-field-nothing"] {
    padding: 15px 0;
  }
}

.view-footer .paragraph--type--button {
  margin-top: 40px;
  margin-left: auto;
  max-width: 300px;
}

.node--type-support,
.node--type-blog {
  margin-top: 45px;
}
.node--type-support .centralize-component,
.node--type-blog .centralize-component {
  margin: 0;
}
.node--type-support .node_meta,
.node--type-blog .node_meta {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  padding: 0;
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
}
.node--type-support .node_meta a,
.node--type-support .node_meta .node__meta__author,
.node--type-blog .node_meta a,
.node--type-blog .node_meta .node__meta__author {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.node--type-support .node__content,
.node--type-blog .node__content {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
.node--type-support .node__content li,
.node--type-support .node__content p,
.node--type-blog .node__content li,
.node--type-blog .node__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  line-height: 30px;
}
.node--type-support .node__content li a,
.node--type-support .node__content p a,
.node--type-blog .node__content li a,
.node--type-blog .node__content p a {
  color: #000000;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #81DBF3 65%);
}
.node--type-support .node__content .media--type-image,
.node--type-blog .node__content .media--type-image {
  width: 100%;
}
.node--type-support .node__content .media--type-image img,
.node--type-blog .node__content .media--type-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.node--type-support .node__content ul,
.node--type-blog .node__content ul {
  margin-top: -30px;
  padding-left: 25px;
}
.node--type-support .node__content .field--name-body,
.node--type-blog .node__content .field--name-body {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 155%;
}
.node--type-support .node__content .field--name-body p,
.node--type-blog .node__content .field--name-body p {
  font-size: 22px;
  line-height: 155%;
}
.node--type-support .node__content .field--name-body:after,
.node--type-blog .node__content .field--name-body:after {
  display: none;
}
.node--type-support .node__content .basic-content,
.node--type-support .node__content .basic-content p,
.node--type-blog .node__content .basic-content,
.node--type-blog .node__content .basic-content p {
  line-height: 155%;
}
.node--type-support .node__content .basic-content h2,
.node--type-blog .node__content .basic-content h2 {
  font-size: 22px;
  font-weight: 700;
}
.node--type-support .node__content .ckeditor-col-container:first-child,
.node--type-blog .node__content .ckeditor-col-container:first-child {
  margin-bottom: 10px;
}
.node--type-support .node__content .ckeditor-col-container:first-child .first-col,
.node--type-blog .node__content .ckeditor-col-container:first-child .first-col {
  padding-right: 70px;
}
.node--type-support .node__content .ckeditor-col-container:first-child .first-col p:last-child,
.node--type-blog .node__content .ckeditor-col-container:first-child .first-col p:last-child {
  margin-bottom: 0;
}
.node--type-support .node__content .ckeditor-col-container:first-child img,
.node--type-blog .node__content .ckeditor-col-container:first-child img {
  margin-top: 10px;
}
.node--type-support .node__content .field--name-body img, .node--type-support .node__content p img, .node--type-support .node__content li img,
.node--type-blog .node__content .field--name-body img,
.node--type-blog .node__content p img,
.node--type-blog .node__content li img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.node--type-support .node__content .ckeditor-col-container img,
.node--type-blog .node__content .ckeditor-col-container img {
  max-height: 400px;
}
.node--type-support .book-examples,
.node--type-blog .book-examples {
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .node--type-support,
.node--type-blog {
    margin-top: 30px;
  }
  .node--type-support .node__meta,
.node--type-blog .node__meta {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .node--type-support .node__content .ckeditor-col-container,
.node--type-blog .node__content .ckeditor-col-container {
    display: flex;
    margin-bottom: 0;
  }
  .node--type-support .node__content .ckeditor-col-container:first-child,
.node--type-blog .node__content .ckeditor-col-container:first-child {
    flex-direction: column-reverse;
  }
  .node--type-support .node__content .ckeditor-col-container:first-child > div,
.node--type-blog .node__content .ckeditor-col-container:first-child > div {
    width: 100%;
  }
  .node--type-support .node__content .ckeditor-col-container:first-child p,
.node--type-blog .node__content .ckeditor-col-container:first-child p {
    font-size: 18px;
    font-weight: 300;
    line-height: 155%;
    line-height: 30px;
    padding-right: unset;
  }
  .node--type-support .node__content .ckeditor-col-container:first-child .first-col,
.node--type-blog .node__content .ckeditor-col-container:first-child .first-col {
    padding-right: 0;
  }
  .node--type-support .paragraph-support-experts.style--image,
.node--type-blog .paragraph-support-experts.style--image {
    margin: 0 -20px;
  }
  .node--type-support .paragraph-support-experts.style--color,
.node--type-blog .paragraph-support-experts.style--color {
    margin: 0;
  }
}

ul.js-pager__items {
  padding: 2px 20px;
  width: max-content;
  border-radius: 10px;
  margin: 30px auto 0;
  background: #FCF8F8;
  align-items: center;
}
ul.js-pager__items .page-item span,
ul.js-pager__items .page-item a.page-link {
  border: none;
  background: none;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  transition: 0.5s;
}
ul.js-pager__items .page-item span:hover,
ul.js-pager__items .page-item a.page-link:hover {
  opacity: 0.5;
}
ul.js-pager__items .page-item.is-active a {
  font-weight: 700;
}
@media (max-width: 768px) {
  ul.js-pager__items .page-item span,
ul.js-pager__items .page-item a.page-link {
    font-size: 20px;
  }
  ul.js-pager__items .page-item.disabled {
    display: none;
  }
  ul.js-pager__items .page-item.pager__item--next, ul.js-pager__items .page-item.pager__item--previous {
    margin: 0;
  }
}
ul.js-pager__items .pager__item--previous,
ul.js-pager__items .pager__item--next {
  width: 26px;
  height: 100%;
  transition: 0.5s;
  opacity: 0.5;
}
ul.js-pager__items .pager__item--previous span,
ul.js-pager__items .pager__item--next span {
  font-size: 0;
}
ul.js-pager__items .pager__item--previous a,
ul.js-pager__items .pager__item--next a {
  height: 100%;
}
ul.js-pager__items .pager__item--previous:hover,
ul.js-pager__items .pager__item--next:hover {
  opacity: 1;
}
ul.js-pager__items .pager__item--previous {
  margin-right: 35px;
  transform: rotate(180deg);
  background: url("/themes/custom/pumbo/images/icons/arrow--black.svg") no-repeat center;
  background-size: contain;
}
ul.js-pager__items .pager__item--next {
  margin-left: 35px;
  background: url("/themes/custom/pumbo/images/icons/arrow--black.svg") no-repeat center;
  background-size: contain;
}
ul.js-pager__items .pager__item--first,
ul.js-pager__items .pager__item--last {
  display: none;
}
@media (max-width: 576px) {
  ul.js-pager__items {
    width: 100%;
  }
}

.view-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.view-content .views-row {
  background: #FCF8F8;
  border-radius: 10px;
  display: flex;
  height: 190px;
  text-decoration: none;
}
.view-content .views-row .views-field-fieldset-1 {
  width: 100%;
}
.view-content .views-row .views-field-fieldset-1 > span {
  display: block;
  height: 100%;
  overflow: hidden;
}
.view-content .search__result {
  border: 1px solid yellow;
}
.view-content .search__result__image img {
  width: 190px;
  height: 190px;
  max-width: unset;
  object-fit: cover;
  object-position: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.view-content .search__result__image .views-field-field-feartured-image-mobile {
  display: none;
}
.view-content .search__result__description {
  padding: 20px 100px 20px 60px;
}
.view-content .search__result__description .views-field-title {
  margin-bottom: 15px;
}
.view-content .search__result__description .views-field-title h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .view-content .search__result__description .views-field-title h2 {
    font-size: 20px;
  }
}
.view-content .search__result__description .views-field-body-1 p {
  margin-bottom: 0;
}
.view-content .search__result__description div[class*=" views-field-body"] {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  color: #666666;
}
.view-content .search__result__description div[class*=" views-field-nothing"] {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  line-height: 45px;
  color: #666666;
  font-weight: 900;
  font-size: 12px;
}
.view-content .search__result__description .ckeditor-col-container > div {
  width: 100%;
}
@media (max-width: 1040px) {
  .view-content .search__result__description {
    padding: 20px 60px;
  }
}
@media (max-width: 890px) {
  .view-content .search__result__description {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .view-content .views-row {
    flex-direction: column;
    height: auto;
  }
  .view-content .search__result__image img {
    height: 110px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .view-content .search__result__image .views-field-field-blog-featured-image,
.view-content .search__result__image .views-field-field-feartured-image {
    display: none;
  }
  .view-content .search__result__image .views-field-field-feartured-image-mobile {
    display: block;
  }
  .view-content .search__result__description {
    padding: 30px 25px 10px;
  }
  .view-content .search__result__description div[class*=" views-field-body"] {
    font-size: 16px;
    font-weight: 300;
    line-height: 155%;
  }
  .view-content .search__result__description div[class*=" views-field-nothing"] {
    padding: 15px 0;
  }
}

.view-footer .paragraph--type--button {
  margin-top: 40px;
  margin-left: auto;
  max-width: 300px;
}

.path-support .field--name-field-inline-search-text, .path-aide .field--name-field-inline-search-text {
  display: none;
}
.path-support .views-exposed-form, .path-aide .views-exposed-form {
  max-width: 820px;
  margin: 0 auto 30px;
  background: #A778F2;
}
.path-support .views-exposed-form .form--inline, .path-aide .views-exposed-form .form--inline {
  max-width: 610px;
  padding: 15px 0 20px;
}
@media (max-width: 768px) {
  .path-support .views-exposed-form .form--inline, .path-aide .views-exposed-form .form--inline {
    padding: 10px 18px 10px;
  }
}
.path-support .views-exposed-form .form-type-textfield input, .path-aide .views-exposed-form .form-type-textfield input {
  border: none;
}
.path-support .views-exposed-form, .path-aide .views-exposed-form {
  margin-top: -58px;
}
.path-support #block-pumbo-content, .path-aide #block-pumbo-content {
  max-width: 1027px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .path-support #block-pumbo-content, .path-aide #block-pumbo-content {
    margin: 0 20px;
  }
}

#cookies-docs {
  margin-top: 45px;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

.node--type-salespage .basic-content {
  padding: 25px 0;
}
@media (min-width: 576px) {
  .node--type-salespage .basic-content {
    padding: 25px 25px;
  }
  .node--type-salespage .button-default {
    margin: 0 25px;
  }
}
.node--type-salespage .breadcrumb .breadcrumb-item:first-child:after {
  content: "";
}

.page-node-type-price-tool-saves .node__content {
  max-width: 1140px;
  margin-top: 30px;
}
.page-node-type-price-tool-saves .paragraph-header .field--name-field-transparent-image {
  margin: 30px 40px 0 0;
}
.page-node-type-price-tool-saves .price-tool {
  padding-bottom: 70px;
}
.page-node-type-price-tool-saves .price-tool .info-vat {
  bottom: 35px;
}

.footer__navigation {
  width: max-content;
  height: max-content;
}
.footer__navigation__wrapper.navbar-nav {
  flex-direction: row;
  column-gap: 8px;
}
.footer__navigation__link a {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  color: #000000;
}
.footer__navigation__link a:hover {
  color: #666666;
}
@media (max-width: 768px) {
  .footer__navigation {
    order: 1;
  }
  .footer__navigation__wrapper.navbar-nav {
    flex-direction: column;
    row-gap: 7px;
  }
  .footer__navigation__link a {
    padding: 0;
  }
}

.footer__copyright {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  color: #000000;
  width: 100%;
  text-align: center;
}
.footer__copyright a {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  color: #000000;
  transition: 0.5s;
  text-decoration: none;
}
.footer__copyright a:hover {
  color: #666666;
}
@media (max-width: 768px) {
  .footer__copyright {
    order: 3;
    margin-top: 20px;
    row-gap: 3px;
    display: flex;
    flex-direction: column;
  }
}

.footer__scroll-top {
  background: #ffffff url(../images/icons/arrow-top--black.svg) no-repeat center;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width: 768px) {
  .footer__scroll-top {
    display: block;
  }
}

body footer {
  padding: 50px 18px;
}
@media (max-width: 768px) {
  body footer {
    padding: 25px 18px;
  }
}
body footer #block-sitebranding {
  width: max-content;
}
@media (max-width: 768px) {
  body footer #block-sitebranding {
    order: 2;
    margin-top: 35px;
  }
}
body footer .footer {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 100px;
  position: relative;
  row-gap: 20px;
}
body footer .footer__branding img {
  width: 110px;
  height: auto;
}
@media (max-width: 768px) {
  body footer .footer {
    padding: 30px 20px;
  }
  body footer .footer #block-sitebranding, body footer .footer__copyright {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .tb-megamenu-main {
    display: flex;
    align-items: center;
  }
  .tb-megamenu-main:before {
    content: "Menu";
    margin-right: 10px;
    font-family: "Chivo", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .hamburger-lines.tb-megamenu-button {
    margin: 0;
    height: 15px;
    width: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    border: none;
    background: none;
    position: relative;
  }
  .hamburger-lines.tb-megamenu-button:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -50px;
    right: -5px;
  }
  .hamburger-lines.tb-megamenu-button:focus, .hamburger-lines.tb-megamenu-button:active {
    outline: none;
    box-shadow: unset;
    background: unset;
  }
  .hamburger-lines.tb-megamenu-button .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  .hamburger-lines.tb-megamenu-button .line1 {
    transform-origin: 3% 0;
    transition: transform 0.4s ease-in-out;
  }
  .hamburger-lines.tb-megamenu-button .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .hamburger-lines.tb-megamenu-button .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .hamburger-lines.tb-megamenu-button.active .line1 {
    transform: rotate(45deg);
  }
  .hamburger-lines.tb-megamenu-button.active .line2 {
    transform: scaleY(0);
  }
  .hamburger-lines.tb-megamenu-button.active .line3 {
    transform: rotate(-45deg);
  }
}
.tb-megamenu-nav {
  display: flex;
}
.tb-megamenu-nav .dropdown-toggle,
.tb-megamenu-nav a {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 600;
  border: none;
}
.tb-megamenu-nav .dropdown-toggle:after,
.tb-megamenu-nav a:after {
  display: none;
}
.tb-megamenu-nav li:nth-last-child(-n+4) a {
  font-weight: 400;
}
.tb-megamenu-submenu.dropdown-menu {
  width: 100vw;
  left: 8px;
  margin: 0 -25px;
  border: none;
  box-shadow: 0 14px 19px -5px rgba(0, 0, 0, 0.25);
}
.tb-megamenu-submenu.dropdown-menu .mega-dropdown-inner {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.tb-megamenu-submenu.dropdown-menu .mega-dropdown-inner > .tb-megamenu-row {
  display: flex;
  justify-content: center;
}
.tb-megamenu-submenu.dropdown-menu .tb-megamenu-column {
  margin: 0;
}
.tb-megamenu-submenu.dropdown-menu .mega-group-title {
  font-size: 14px;
  color: #F16801;
}
.tb-megamenu-submenu.dropdown-menu .mega-group-title + .tb-megamenu-submenu a {
  border: none;
  font-size: 14px;
  display: flex;
  column-gap: 15px;
}
.tb-megamenu-submenu.dropdown-menu .mega-group-title + .tb-megamenu-submenu a:before {
  content: url("../../pumbo/images/icons/arrow--black.svg");
}
.tb-megamenu .copied {
  display: none;
}

.tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row {
  content: "";
}
.tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row > .tb-megamenu-column {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row > .tb-megamenu-column .tb-megamenu-column-inner {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row > .tb-megamenu-column .tb-megamenu-column-inner {
    margin: 0;
  }
}
.tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row > .tb-megamenu-column:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #D5D5D5;
}
.tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row > .tb-megamenu-column:last-child:after {
  display: none;
}

@media (max-width: 979px) {
  .tb-megamenu .nav-collapse.collapse:not(.show) {
    display: block;
    top: 73px;
    width: 100vw;
    left: -18px;
    background: none;
    transition: max-height 0.5s;
    max-height: 0;
  }
  .tb-megamenu .nav-collapse.collapse:not(.show).expanded {
    max-height: 9999px;
  }
  .tb-megamenu-nav {
    border-radius: 10px;
  }
  .tb-megamenu-nav, .tb-megamenu-subnav {
    flex-direction: column;
    background: #0CA6D6;
  }
  .tb-megamenu-nav .tb-megamenu-row, .tb-megamenu-subnav .tb-megamenu-row {
    background: #0CA6D6;
    flex-direction: column;
  }
  .tb-megamenu .nav-collapse .dropdown-menu {
    background: none;
  }
  .tb-megamenu .mega-inner {
    padding: 0;
  }
  .tb-megamenu .dropdown-menu .mega-dropdown-inner {
    padding-bottom: 0;
  }
  .tb-megamenu .dropdown-menu .mega-dropdown-inner .tb-megamenu-column-inner {
    padding: 0;
  }
  .tb-megamenu .level-0 {
    padding: 25px 20px 30px;
    overflow: scroll;
    flex-wrap: nowrap;
    height: calc(100dvh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .tb-megamenu .level-0 > .level-1 {
    border-bottom: 1px solid #ffffff;
  }
  .tb-megamenu .level-0 > .level-1 .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .tb-megamenu .level-0 > .level-1 .dropdown-toggle[aria-expanded=true] {
    padding-bottom: 0;
  }
  .tb-megamenu .level-0 > .level-1 .dropdown-toggle + .tb-megamenu-submenu {
    padding: 0 20px;
  }
  .tb-megamenu .level-0 > .level-1 > a {
    padding: 0;
  }
  .tb-megamenu .level-0 > .level-1 .tb-megamenu-item a:before {
    content: url("../images/icons/arrow--white.svg");
  }
  .tb-megamenu .level-0 > .level-1 .tb-megamenu-item > a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 3px 0;
  }
  .tb-megamenu .level-0 > .level-1 span.mega-group-title.tb-megamenu-no-link {
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .tb-megamenu .level-0 > .level-1 span.mega-group-title.tb-megamenu-no-link:hover {
    color: #ffffff;
  }
  .tb-megamenu .level-0 > .level-1 .dropdown-toggle + .tb-megamenu-submenu {
    overflow: hidden;
    transition: 0.5s;
    max-height: 999px;
  }
  .tb-megamenu .level-0 > .level-1 .dropdown-toggle + .tb-megamenu-submenu[aria-expanded=false] {
    max-height: 0;
  }
  .tb-megamenu li.tb-megamenu-item.active.level-2 a, .tb-megamenu li.tb-megamenu-item.active.level-3 a {
    background: none;
  }
  .tb-megamenu .copied {
    margin: auto 0 0 0;
    padding: 30px 0 0 0;
    row-gap: 5px;
    display: flex;
    flex-direction: column;
  }
  .tb-megamenu .copied li:first-child {
    display: none;
  }
  .tb-megamenu .copied a {
    font-size: 17px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    transition: 0.5s;
    padding: 15px 25px;
    text-decoration: unset;
    display: flex;
    width: 222px;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    border: 1px solid #ffffff;
    border: none;
    width: 100%;
  }
}
@media (max-width: 979px) and (max-width: 768px) {
  .tb-megamenu .copied a {
    font-size: 16px;
  }
}
@media (max-width: 979px) {
  .tb-megamenu .copied a:after {
    content: url("../../images/icons/arrow--black.svg");
    display: inline-block;
    transition: 0.5s;
    height: 20px;
  }
}
@media (max-width: 979px) {
  .tb-megamenu .copied a.hovered:after, .tb-megamenu .copied a:hover:after {
    content: url("../../images/icons/arrow--black.svg");
    content: url("../../images/icons/arrow--white.svg");
  }
}
@media (max-width: 979px) {
  .tb-megamenu .copied a.hovered, .tb-megamenu .copied a:hover {
    background: #000000;
    color: #ffffff;
  }
}
@media (max-width: 979px) {
  .tb-megamenu .copied a:hover {
    border: 1px solid #000000;
  }
}
@media (max-width: 979px) {
  .tb-megamenu .copied a:after {
    content: url("../images/icons/arrow--black.svg");
  }
}
@media (max-width: 979px) {
  .tb-megamenu-item.level-1 > .tb-megamenu-submenu > .mega-dropdown-inner > .tb-megamenu-row {
    row-gap: 15px;
  }
}
@media (max-width: 979px) {
  .tb-megamenu .nav-collapse .nav > li > a,
.tb-megamenu .nav-collapse .nav > li > span.dropdown-toggle {
    font-size: 20px;
    padding: 5px 0;
  }
}
.header__navigation--additional ul {
  display: flex;
  margin-bottom: 10px;
}
.header__navigation--additional ul a {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  text-decoration: none;
  order: 1;
  color: #666666;
}
.header__navigation--additional ul li {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.header__navigation--additional ul li:after {
  order: 2;
  content: "";
  height: 55%;
  width: 1px;
  background: #666666;
}
.header__navigation--additional ul li:last-child:after {
  display: none;
}
.header__navigation--additional ul li .field--name-field-link-icon {
  padding-bottom: 5px;
}
@media (max-width: 979px) {
  .header__navigation--additional ul {
    margin-bottom: 0;
  }
  .header__navigation--additional ul li {
    display: none;
  }
  .header__navigation--additional ul li:first-child {
    display: block;
  }
  .header__navigation--additional ul li:first-child a span {
    display: none;
  }
  .header__navigation--additional ul li:after {
    display: none;
  }
  .header__navigation--additional ul li a {
    color: #666666;
  }
}

body header {
  padding: 0 18px;
}
body header .header {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
body header .header--secondary {
  margin-left: auto;
}
body header .header--primary {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1045px;
  margin: 0 auto;
}
body header .header--primary .navbar-brand img {
  margin-right: 0;
}
@media (max-width: 979px) {
  body header .header--secondary {
    width: 100%;
  }
  body header .header--secondary ul li.menu-item:first-child {
    display: flex;
    margin-left: auto;
  }
  body header .header--primary {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
  }
  body header .header--primary .navbar-brand img {
    height: 45px;
  }
}

.cookiesjsr-btn {
  cursor: pointer;
  font: inherit;
  width: calc(100% - 2.5em);
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  margin: 0.625em;
  opacity: 0.95;
  transform: scale(1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: var(--btn-font-color, #FFF);
  border: 2px solid var(--btn-border-color, #FFF);
  background-color: var(--btn-bg-color, #101B5D);
}
@media (min-width: 576px) {
  .cookiesjsr-btn {
    min-height: 48px;
  }
}
.cookiesjsr-btn:hover {
  opacity: 1;
  transform: scale(1.02);
}
.cookiesjsr-btn.invert {
  color: var(--btn-inv-font-color, #101B5D);
  border-color: var(--btn-inv-border-color, #101B5D);
  background-color: var(--btn-inv-bg-color, #FFF);
}
.cookiesjsr-btn.important {
  color: var(--btn-prime-font-color, #FFF);
  border-color: var(--btn-prime-border-color, #FFF);
  background-color: var(--btn-prime-bg-color, #101B5D);
}
.cookiesjsr-btn.important.invert {
  color: var(--btn-prime-inv-font-color, #FFF);
  border-color: var(--btn-prime-inv-border-color, #101B5D);
  background-color: var(--btn-prime-inv-bg-color, #101B5D);
}

.cookiesjsr-links {
  list-style: none;
  margin: 0 -0.75em;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .cookiesjsr-links.links--row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
.cookiesjsr-links.links--row li {
  margin: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
}
.cookiesjsr-links.links--row li a {
  margin: 0;
  padding: 0;
  line-height: 2em;
  display: inline-block;
}
.cookiesjsr-links.links--row li:first-child:before {
  content: none;
}
@media (min-width: 576px) {
  .cookiesjsr-links.links--row li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    background-color: var(--link-list-separator-color, #FFF);
    transform: translate(-50%, -40%);
  }
}

.cookiesjsr-btn.denyAll {
  display: none;
}
@media (min-width: 1200px) {
  .cookiesjsr-btn.denyAll {
    display: inline-block;
  }
}

.cookiesjsr-switch {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: var(--switch-width, 45px);
  height: var(--switch-height, 20px);
  border-radius: var(--switch-height, 20px);
  background-color: var(--switch-bg-off, #FFF);
  cursor: pointer;
  box-shadow: inset -1px 2px 1px rgba(0, 0, 0, 0.25);
  border: 0;
  transition: background-color 0.1s ease-in-out;
}
.cookiesjsr-switch:focus-within:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px dotted #eee;
  transform: scale(1.4);
}
.cookiesjsr-switch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--switch-height, 20px);
  height: var(--switch-height, 20px);
  border-radius: var(--switch-height, 20px);
  transform: scale(1.2);
  background-color: var(--switch-handle-color, #FFF);
  border: 1px solid var(--switch-border-color, #e4e5e6);
  transition: left 0.1s ease-in-out;
  box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.25);
}
.cookiesjsr-switch.active {
  background-color: var(--switch-bg-on, #00AA00);
}
.cookiesjsr-switch.active:after {
  left: 25px;
}
.cookiesjsr-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.cookiesjsr-banner {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  background-color: var(--banner-bg-color, #101B5D);
  color: var(--banner-font-color, #FFF);
  max-height: calc(100vh - 100px);
  overflow: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.cookiesjsr-banner.active {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .cookiesjsr-banner {
    flex-direction: row;
  }
}
.cookiesjsr-banner a {
  color: var(--link-list-font-color, #FFF);
}
.cookiesjsr-banner--info, .cookiesjsr-banner--action {
  width: 100%;
}
@media (min-width: 768px) {
  .cookiesjsr-banner--info, .cookiesjsr-banner--action {
    width: 50%;
  }
}
.cookiesjsr-banner--info {
  padding: 0 var(--default-margin, 1.25em);
  margin-bottom: var(--default-margin, 1.25em);
  max-height: calc(100vh - 100px - 2.5em);
  overflow: auto;
}
.cookiesjsr-banner--text {
  display: block;
}
.cookiesjsr-banner--links {
  margin-top: 0.5em;
  font-size: 0.85em;
}
.cookiesjsr-banner--action {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 1200px) {
  .cookiesjsr-banner--action {
    flex-direction: row;
  }
}
.cookiesjsr-banner button.denyAll {
  display: inline-block;
}
.cookiesjsr-banner button.allowAll {
  background-color: #FEB178;
  color: black;
  font-weight: bold; /* stylelint-disable-line font-weight-notation */
}

.cookiesjsr-service-groups {
  position: static !important; /* stylelint-disable-line declaration-no-important */
  display: block;
  max-height: 100%;
  overflow: auto;
  list-style: none;
  margin: 0 0 -1px !important; /* stylelint-disable-line declaration-no-important */
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
}

.cookiesjsr-service-group {
  position: static !important; /* stylelint-disable-line declaration-no-important */
  line-height: 1.5em;
  list-style: none;
}
.cookiesjsr-service-group--tab {
  min-height: 3em;
  padding: 1em var(--default-margin, 1.25em);
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  border: 0;
  color: var(--layer-tab-font-color, #000f37);
  background: var(--layer-tab-bg-color, #FFF);
  border-bottom: 1px solid var(--layer-border-color, #e4e5e6);
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookiesjsr-service-group--tab:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesjsr-service-group--tab {
    padding: 1em 3.25em 1em 1.25em;
    width: calc(30% + 2em);
  }
}
.cookiesjsr-service-group--content {
  display: none;
}
@media (min-width: 768px) {
  .cookiesjsr-service-group--content {
    position: absolute;
    width: 70%;
    height: 100%;
    overflow: auto;
    right: 0;
    top: 0;
  }
}
.cookiesjsr-service-group--intro {
  padding: 1em var(--default-margin, 1.25em);
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: var(--layer-tab-active-font-color, #FFF);
  background: var(--layer-tab-active-bg-color, #101B5D);
  border-bottom: 0 none;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  display: block;
  color: var(--layer-tab-active-font-color, #FFF);
  background: var(--layer-tab-active-bg-color, #101B5D);
  font-weight: 500;
}
.cookiesjsr-service-group--services {
  margin: 0 !important; /* stylelint-disable-line declaration-no-important */
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
}

.cookiesjsr-service {
  display: flex;
  align-items: center;
  background-color: rgba(228, 229, 230, 0);
  transition: background-color 0.3s ease;
}
.cookiesjsr-service:hover {
  background-color: rgba(228, 229, 230, 0.1);
}
.cookiesjsr-service--description {
  padding: 0.625em 1.25em;
  width: calc(100% - 2.5em - 45px);
}
.cookiesjsr-service--description h3 {
  margin: 0;
  font-size: 1.125em;
  font-weight: 400;
  color: var(--layer-font-light, #FFF);
}
.cookiesjsr-service--links a {
  color: var(--layer-font-light, #FFF);
  font-size: 0.75em;
}
.cookiesjsr-service--links a:hover, .cookiesjsr-service--links a:active, .cookiesjsr-service--links a:visited {
  color: var(--layer-font-light, #FFF);
}
.cookiesjsr-service--action {
  padding: 0.625em 1.25em;
  width: calc(2.5em + 45px);
}
.cookiesjsr-service--always-on {
  color: var(--switch-always-on-font-color, #00AA00);
  text-align: right;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.cookiesjsr-service--always-on span {
  background-color: var(--switch-always-on-bg-color, #FFF);
  padding: 0 0.5em;
}

.cookiesjsr-layer {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--layer-header-bg-color, #FFF);
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  z-index: 314160;
  padding: var(--layer-header-height, 3.5em) 0 var(--layer-footer-height, 4.5em);
  overflow: hidden;
  line-height: 1.5em;
}
@media (min-height: 668px) {
  .cookiesjsr-layer {
    height: 80vh;
    max-height: 575px;
  }
}
@media (min-height: 992px) {
  .cookiesjsr-layer {
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .cookiesjsr-layer {
    width: 860px;
  }
}
.cookiesjsr-layer--overlay {
  position: fixed;
  z-index: 314159;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookiesjsr-layer--header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  background: var(--layer-header-bg-color, #FFF);
  padding: 0 var(--default-margin, 1.25em);
  border-bottom: 1px solid var(--layer-border-color, #e4e5e6);
  height: 3.5em;
}
.cookiesjsr-layer--title {
  color: var(--layer-header-font-color, #000f37);
  text-transform: uppercase;
}
.cookiesjsr-layer--close {
  z-index: 102;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%0A%3Csvg width='27px' height='27px' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Welcome' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='tarte-close' transform='translate(-1264.000000, -2628.000000)' fill='%23000f37'%3E%3Cg id='Group-2' transform='translate(155.000000, 2591.000000)'%3E%3Cg id='Group-3-Copy-2'%3E%3Cpolygon id='Page-1' points='1133.26296 37 1122.50065 47.762319 1111.73704 37 1109 39.7370358 1119.76361 50.5006452 1109 61.2629642 1111.73704 64 1122.50065 53.2363906 1133.26296 64 1136 61.2629642 1125.23768 50.5006452 1136 39.7370358'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center scroll;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookiesjsr-layer--body {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--layer-body-bg-color, #FFF);
  top: var(--layer-header-height, 3.5em);
  bottom: var(--layer-footer-height, 4.5em);
}
.cookiesjsr-layer--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--default-margin, 1.25em);
  height: var(--layer-footer-height, 4.5em);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: var(--layer-footer-bg-color, #FFF);
  border-top: 1px solid var(--layer-border-color, #e4e5e6);
}
@media (min-width: 768px) {
  .cookiesjsr-layer--footer {
    justify-content: space-between;
  }
}
.cookiesjsr-layer--label-all {
  color: var(--layer-footer-font-color, #000f37);
  display: none;
}
@media (min-width: 768px) {
  .cookiesjsr-layer--label-all {
    display: block;
    width: 30%;
    padding-right: var(--default-margin, 1.25em);
  }
}
.cookiesjsr-layer--actions {
  display: flex;
  align-items: center;
  margin: 0 -0.625em;
  width: calc(100% + 1.25em);
}
@media (min-width: 768px) {
  .cookiesjsr-layer--actions {
    width: calc(70% + 0.625em);
  }
}
.cookiesjsr-layer button.denyAll {
  display: none;
  background: var(--btn-bg-color, #101B5D);
  color: var(--btn-font-color, #FFF);
  border-color: var(--btn-border-color, #FFF);
}
@media (min-width: 576px) {
  .cookiesjsr-layer button.denyAll, .cookiesjsr-layer button.allowAll {
    display: inline-block;
  }
}
.cookiesjsr-layer button.save, .cookiesjsr-layer button.allowAll {
  border-color: white !important; /* stylelint-disable-line declaration-no-important */
  background-color: #FEB178 !important; /* stylelint-disable-line declaration-no-important */
  color: black !important; /* stylelint-disable-line declaration-no-important */
  font-weight: bold; /* stylelint-disable-line font-weight-notation */
}
@media (max-width: 576px) {
  .cookiesjsr-layer button.save {
    padding: 0 2em;
    width: auto;
    margin-left: auto;
  }
}

#cookiesjsr {
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #FFF;
  --btn-border-color: #FFF;
  --btn-bg-color: #101B5D;
  --btn-prime-font-color: #FFF;
  --btn-prime-border-color: #FFF;
  --btn-prime-bg-color: #101B5D;
  --btn-inv-font-color: #101B5D;
  --btn-inv-border-color: #101B5D;
  --btn-inv-bg-color: #FFF;
  --btn-prime-inv-font-color: #FFF;
  --btn-prime-inv-border-color: #101B5D;
  --btn-prime-inv-bg-color: #101B5D;
  --link-list-font-color: #FFF;
  --link-list-separator-color: #FFF;
  --banner-logo-offset: 100px;
  --banner-bg-color: #101B5D;
  --banner-font-color: #FFF;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #FFF;
  --layer-header-font-color: #000f37;
  --layer-body-bg-color: #FFF;
  --layer-tab-bg-color: #FFF;
  --layer-tab-font-color: #000f37;
  --layer-tab-active-bg-color: #101B5D;
  --layer-tab-active-font-color: #FFF;
  --layer-bg-dark: #101B5D;
  --layer-font-light: #FFF;
  --layer-font-dark: #000f37;
  --layer-border-color: #e4e5e6;
  --layer-footer-bg-color: #101B5D;
  --layer-footer-font-color: #e4e5e6;
  --layer-footer-height: 4.5em;
  --switch-border-color: #e4e5e6;
  --switch-handle-color: #FFF;
  --switch-bg-off: #FFF;
  --switch-bg-on: #00AA00;
  --switch-width: 45px;
  --switch-height: 20px;
  --switch-always-on-font-color: #00AA00;
  --switch-always-on-bg-color: #FFF;
}

.cookiesjsr--app {
  font-size: var(--font-size-reset, 1rem);
}

body .cookiesjsr--app,
body .cookiesjsr--app *, body .cookiesjsr--app *:before, body .cookiesjsr--app *:after {
  box-sizing: border-box;
}

#scrollTopButton-image {
  background: #ffffff url(../images/icons/arrow-top--black.svg) no-repeat center;
  border-radius: 10px;
  display: none;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  #scrollTopButton-image {
    display: block;
  }
}

.breadcrumb {
  background: #581ABD;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 65px 100px 115px 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.breadcrumb-item {
  max-width: 780px;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 768px) {
  .breadcrumb-item {
    font-size: 30px;
    line-height: 120%;
  }
}
.breadcrumb-item a {
  text-decoration: none;
  transition: 0.5s;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .breadcrumb-item a {
    font-size: 30px;
    line-height: 120%;
  }
}
.breadcrumb-item h1 {
  font-weight: 700;
}
.breadcrumb-item:before {
  display: none;
}
.breadcrumb-item:first-child {
  width: 100%;
  margin-bottom: 5px;
}
.breadcrumb-item:first-child,
.breadcrumb-item:first-child a {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 70%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.4) 85%, rgba(0, 114, 184, 0) 85%);
  font-weight: 300;
  color: #ffffff;
  width: max-content;
}
@media (max-width: 768px) {
  .breadcrumb-item:first-child,
.breadcrumb-item:first-child a {
    font-size: 20px;
  }
}
.breadcrumb-item:first-child:after {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  font-weight: 300;
  content: "/";
  color: #ffffff;
  margin-left: 10px;
  position: absolute;
}
@media (max-width: 768px) {
  .breadcrumb-item:first-child:after {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 20px 20px 85px;
  }
  .breadcrumb-item a {
    font-size: 25px;
  }
  .breadcrumb-item:first-child a {
    font-size: 20px;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.page-node-type-blog .breadcrumb {
  background: #0CA6D6;
}

.page-node-type-blog .breadcrumb {
  background: #0CA6D6;
}

.button--download a {
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: 0.5s;
  padding: 15px 25px;
  text-decoration: unset;
  display: flex;
  width: 222px;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  background: #000000;
  color: #ffffff;
  width: max-content;
}
@media (max-width: 768px) {
  .button--download a {
    font-size: 16px;
  }
}
.button--download a:after {
  content: url("../../images/icons/download--black.svg");
  display: inline-block;
  transition: 0.5s;
  height: 20px;
}
.button--download a.hovered:after, .button--download a:hover:after {
  content: url("../../images/icons/download--black.svg");
  content: url("../../images/icons/download--white.svg");
}
.button--download a.hovered, .button--download a:hover {
  background: #000000;
  color: #ffffff;
}
.button--download a:after {
  content: url("../../images/icons/download--white.svg");
  display: inline-block;
  transition: 0.5s;
  height: 20px;
}
.button--download a.hovered:after, .button--download a:hover:after {
  content: url("../../images/icons/download--black.svg");
}
.button--download a:hover {
  background: #ffffff;
  color: #000000;
}
.button--download a:after {
  content: url("../images/icons/download--white.png");
  margin-left: 25px;
}
.button--download a:hover {
  background: #000000;
  color: #ffffff;
  opacity: 0.7;
}
.button--download a:hover:after {
  content: url("../images/icons/download--white.png");
}
@media (max-width: 576px) {
  .button--download a {
    width: 100%;
  }
}
.button--download.fz-0 {
  font-size: 0;
}

.paragraph--type--embedsocial-reviews,
.field--name-field-embedsocial {
  overflow: hidden;
  max-width: 1027px;
  margin: 0 auto;
}
.paragraph--type--embedsocial-reviews .node__content,
.field--name-field-embedsocial .node__content {
  display: block;
}
.paragraph--type--embedsocial-reviews .field--name-field-review,
.field--name-field-embedsocial .field--name-field-review {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1067px) {
  .paragraph--type--embedsocial-reviews .field--name-field-review,
.field--name-field-embedsocial .field--name-field-review {
    margin-left: 0;
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */
