*{
    -webkit-overflow-scrolling: touch;
}
img:not([src]) {
    /* height: 0 !important; */
}
label.required:after {
    content: '*';
    color: #d0021b;
}
strong {
    font-family: "Gotham";
}
.uk-h2, h2 {
    font-size: 30px;
}
.track-visiblity .uk-navbar-right {
    display: none;
}
.track-visiblity.visible .uk-navbar-right {
    display: flex;
}

.yellow-stripe::after {
    width: 80px;
    height: 4px;
    border-radius: 3.5px;
    background-color: #ffd840;
    content: '';
    display: block;
    margin-top: 17px;
    margin: 0 auto;
}

.gap-1 {
    gap: 10px;
}
.gap-2 {
    gap: 15px;
}
.gap-3 {
    gap: 20px;
}
.gap-4 {
    gap: 30px;
}

header.sticky-menu .topmenu-container {
    position: fixed;
    top: 0;
    z-index: 100;
    opacity: 0;
    background: rgba(0,0,0,0.65);
}

header.sticky-menu .topmenu-container > .uk-container {
    padding-bottom: 1rem !important;
}

header.sticky-menu .topmenu-container > .uk-container > .mb-3 {
    margin-bottom: 0 !important;
}


header >  .uk-cover-container {
    min-height: auto !important;
}
header .uk-button-secondary {
    color: #000 !important;
}
.page-header-title {
    color: #fff;
}
.track-visiblity {
    visibility: hidden;
}
.track-visiblity.visible {
    visibility: visible;
}
.page-header-title h1 {
    color: #fff;
}
.uk-button-xlarge {
    font-size: 20px;
    padding: 0 80px;
    line-height: 80px;
}

.uk-nav-primary > li > a {
    font-size: 16px;
}

header .uk-navbar-toggle {
    width: 35px;
}
.uk-navbar-nav>li>a.login__user {
    height: 18px;
}
.uk-navbar-nav>li>a.login__user .uk-icon,
.uk-navbar-nav>li>a.login__user .icon-login {
    width: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table td {
    padding: 20px 15px;
    border: 1px solid #aaa;
}
table.uk-table td {
    border: none;
}
table p {
    margin: 0;
}
.video-content-block iframe {
    width: 100%;
}
.custom-table-wrapper {
    overflow-x: auto;
}
.custom-table-wrapper table {
    width: 100% !important;
}
ul.no-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
p img[style*="float: right"],
p img[style*="float:right"] {
    margin: 0 0 24px 100px !important;
    max-width: 285px;
}
p img[style*="float: left"],
p img[style*="float:left"] {
    margin: 100px 100px 100px 0 !important;
    max-width: 285px;
}

.uk-button .fa-spinner {
    display: none;
    font-size: 16px;
}
.uk-button.loading-btn .fa-spinner {
    display: inline-block;
}
.uk-button.loading-btn .text {
    display: none;
}

#householdSelect {
    line-height: 20px;
    padding-right: 15px;
}
.yellow-table {
    table-layout: auto;
}
.yellow-table tr td {
    border: none;
    border-left: 1px solid #ffc30f;
    border-top: 1px solid #ffc30f;
    padding: 2px 8px;
    color: #575757;
    font-weight: bold;
}
.yellow-table tr td > div {
    min-height: 50px;
}
.yellow-table tr:nth-child(2n) td {
    background: #fff2cc;
}
.yellow-table td:first-child {
    text-align: right;
    font-style: italic;
    border-left: none;
    background: none !important;
}
.yellow-table tr:first-child td {
    font-style: italic;
    border-top: none;
}
@media (min-width: 960px) {
    .uk-width-1-5@m {
        width: 20%;
    }
    .uk-width-2-5@m {
        width: 40%;
    }
    .uk-width-3-5@m {
        width: 60%;
    }
    .uk-width-4-5@m {
        width: 60%;
    }
    .uk-child-width-3-5@m > *:nth-child(odd) {
        width: 40%;
    }
    .uk-child-width-3-5@m > *:nth-child(event) {
        width: 60%;
    }
}

.header-klanten-logo {
    display: flex;
}
header .header-klanten-logo {
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 2;
}
.header-klanten-logo .rating-score {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}
footer .header-klanten-logo {
    justify-content: center;
}
footer .header-klanten-logo .rating-score {
    color: #444;
}
.header-klanten-logo .rating-score span {
    font-size: 1.4rem;
    top: -2px;
    position: relative;
}
@media (min-width: 640px) {
    .home header .header-klanten-logo {
        bottom: 10px;
    }
}
@media (min-width: 960px) {
    .home header .header-klanten-logo {
        bottom: 30px;
    }
}
.uk-slider .uk-card-media-left {
    min-height: 300px;
}

.uk-slider-items {
    margin: 0;
}
@media (max-width: 959px) {
    .uk-slider-items > li {
        border: 1px solid #ccc;
        border-radius: 5px;
        /* margin-right: 15px; */
        padding-right: 15px;
        padding: 10px;
        width: 90%;
    }
    
    .steps-slider > li {
        border: none;
        padding: 0;
        padding-right: 15px;
    }
    .steps-slider .step-container {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        height: 100%;
        box-sizing: border-box;
    }
}
.steps li .step-nav .step-prev {
    float: none;
    text-align: left;
    display: block;
    padding: 5px 0;
}
.steps li .step-nav .step-next {
    float: none;
    text-align: right;
    display: block;
    padding: 5px 0;
}
.uk-slidenav {
    background: #fcd926;
    border-radius: 50%;
    padding: 10px 15px;
    color: #fff;
}

.uk-slider-items p img {
    max-width: 100% !important;
}
.klantenvertellen-reviews .reviews-list-container > .uk-grid .review-container {
    margin-bottom: 25px;
    padding-bottom: 0 !important;
}
.klantenvertellen-reviews .reviews-list-container > .uk-grid .review-container > div {
    position: relative;
    height: 100%;
    padding-bottom: 5px;
}
.klantenvertellen-reviews.with_fade .reviews-list-container > .uk-grid .review-container > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
    width: 100%;
    height: 4em;
}
.klantenvertellen-reviews .reviews-list-container p.review-text {
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding-bottom: 10px;
    padding-right: 10px;
}
.klantenvertellen-reviews.with_fade .reviews-list-container p.review-text {
    min-height: 170px;
}


/* Reviews images lightbox */
.lightbox-open {
    overflow: hidden;
}
.images-lightbox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    display: none;
    background: rgba(50,50,50,0.75);
    justify-content: center;
    align-items: center;
}
.lightbox-open .images-lightbox-container {
    display: flex;
}
.images-lightbox-container .image {
    padding: 0 20px;
}
.images-lightbox-container .image img {
    max-height: calc(100vh - 30px);
    height: 100%;
    box-shadow: 0 0 15px -5px;
}
.lightbox-content .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 20px;
    transition: background-color 0.2s ease;
}
.lightbox-content .close-btn:hover {
    background-color: rgba(200,200,200,0.15);
}

.review-item .review-image {
    border-radius: 0 0 20px 20px;
    margin-top: auto;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    height: auto;
}
.review-item .review-image img {
    cursor: pointer;
}


.tabs__info .uk-subnav a {
    font-size: 16px;
}
.tabs__info .uk-subnav a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.uk-slider-items a.product-title {
    color: inherit;
}
.steps {
    overflow: hidden;
}
.steps p {
    font-size: 14px;
}
.seo-content h2,
.seo-content-middle h2,
.seo-content-bottom h2,
.location-page-tpl .content-block h2 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}
.mobile-breadtitle h2 {
    margin-bottom: 0;
}
.news-item {
    cursor: pointer;
}
.news-item .title p {
    margin: 0;
}
.news-item .description p {
    margin: 0 0 5px;
    text-align: left !important;
}
.news-item .news-item-content {
    padding: 30px 10px;
}
@media (min-width: 320px) {
    .px-xs-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 480px) {
    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 960px) {
    .px-m-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.pm-0 {
    padding-bottom: 0 !important;
}
main h1 + .heading__sub:after, .uk-h1 + .heading__sub:after {
  width: 80px;
  height: 4px;
  border-radius: 3.5px;
  background-color: #ffd840;
  content: '';
  display: block;
  margin-top: 17px;
}
.hs-form-field {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.5rem;
}
.hs-form-field label {
    font-size: 14px;
    display: block;
    padding-bottom: 0.25rem;
}
.hs-form-field .input {
    position: relative;
    margin-top: 0.5rem;
}
.hs-form-field .input::before {
    content: "";
    display: table-cell;
}
.hs-form-field .input::after {
    content: "";
    display: table;
    clear: both;
}
.hs-form-field .hs-input {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 16px;
    padding-right: 16px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transition-property: all;
    -webkit-transition-property: color, background-color, border;
    transition-property: color, background-color, border;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nice-select.hs-input {
    align-items: center;
    display: flex;
}
.nice-select.hs-input spab.current {
    width: 100%;
    overflow: hidden;
}
.nice-select.hs-input .list .option {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.uk-slider-parent,
.uk-slider {
    overflow: hidden;
}
.hs-error-msgs {
    list-style: none;
    font-size: 12px;
    padding-left: 0;
    margin: 5px 0;
}
.hs-submit {
    margin-top: 1.5rem;
}
.hs-submit input {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 23px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    box-sizing: border-box;
    width: auto;
    transition: all 0.2s linear;
    cursor: pointer;
    background-color: #225db3;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hs-submit input:hover,
.hs-submit input:focus {
    background-color: #fff;
    color: #225db3;
    border-color: #225db3;
}
.accordion__faq {
    list-style: none;
    padding-left: 0;
}
aside .accordion__faq {
    margin-top: 0;
}
.uk-pagination > li {
    margin-bottom: 10px;
}
.uk-pagination > li:last-child > a {
    border-right: none;
}

.uk-pagination .active,
.uk-pagination .uk-active {
    background: #225db3;
}
.uk-pagination .active > *,
.uk-pagination .uk-active > * {
    color: #fff;
}
.uk-pagination:last-child > :first-child {
    padding-right: 0px;
}
.uk-pagination:last-child > :last-child {
    padding-left: 0px;
}

.accordion__faq.questions > :nth-child(n+2) {
    margin-top: 0;
}
.accordion__faq.questions li:nth-child(even) > a {
    background: none;
}
.faq-parent-questions {
    border-top: 2px solid #ccc;
    margin-top: 70px;
    padding-top: 50px;
}

.text-mdsm {
    font-size: 14px;
}
.text-underline {
    text-decoration: underline;
}
.text-lightgrey {
    color: #999;
}
.bordered {
    border: 1px solid #86888a;
}
.mt-auto {
    margin-top: auto;
}
.h-full {
    height: 100%;
}
.uk-flex {
    box-sizing: border-box;
}
.flex-column {
    flex-direction: column;
}
.items-end {
    align-items: end;
}
.uk-width-200px {
    width: 200px;
    max-width: 200px;
}
.uk-height-200px {
    height: 200px;
}
.rounded-full {
    border-radius: 100%;
}
.flex-1 {
    flex: 1;
}
.mt-auto {
    margin-top: auto;
}
.uk-pagination .px-2 span {
    padding: 0;
}
.color-inherit {
    color: inherit;
}
.text-underline {
    text-decoration: underline;
}
.color-primary-yellow {
    color: #ffc72c !important;
}
.color-inherit:hover {
    color: inherit
}
.custom-twitter-x {
    width: 26px;
    height: 26px;
    fill: #ffc72c;
    box-sizing: border-box;
}
.ssk.custom-twitter-x::before {
    content: '';
}
.author-articles .uk-pagination .page-item {
    border: 1px solid #225db3;
    border-radius: 5px;
}
.author-articles .uk-pagination > *,
.author-articles .uk-pagination > * > * {
    padding: 0;
    border: none;
}
.author-articles .uk-pagination > li span,
.author-articles .uk-pagination > li a {
    display: flex;
    height: 28px;
    width: 28px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease;
}
.author-articles .uk-pagination > li:not(.next,.prev) a:hover {
    background: #225db3;
    color: #fff;
}


@media (min-width: 960px) {
    .small-text-md {
        font-size: 12px;
        line-height: 1.17;
    }
    .uk-block-md {
        display: block;
    }
}
.flex-column-reverse-small {
    flex-direction: column-reverse;
}
.uk-flex-small {
    display: flex;
}
@media (min-width: 640px) {
    .flex-column-reverse-small {
        flex-direction: inherit;
    }
    .uk-flex-small {
        display: inherit;
    }
    .ml-auto-small {
        margin-left: auto;
    }
}

.accordion__faq .uk-open .uk-accordion-content {
    display: block !important;
}

.news-social a {
    margin-right: 15px;
}
.locations-list .provinces-list > li {
    margin-bottom: 30px;
}
img + p.caption {
    margin-top: 10px;
    border-left: 2px solid #000;
    padding: 3px 20px;
    font-size: 18px;
    font-style: italic;
}
footer .partner-brands-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
}
footer .partner-brands-container .col-left {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 10px;
}
footer .partner-brands {
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
}
footer .partner-brands-container .brand-item {
    /* width: 125px; */
    /* height: 80px; */
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* margin: 5px; */
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
footer .partner-brands-container img {
    width: 100%;
    height: auto;
    filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
footer .socials path {
    color: #86888a;
}
footer .ajax_form .uk-form-controls {
    margin-top: 0 !important;
}
footer > .uk-container {
    position: relative;
}
footer .top-footer {
    align-items: flex-start;
}

footer .klantenvertellen-score {
    align-items: center;
    justify-content: end;
}
footer .klanten-iframe {
    /* margin-top: -80px; */
}
.faq-main-category {
    border: 1px solid #dfdfdf;
    height: 100%;
}
.faq-main-category.uk-grid {
    margin-left: -33px;
}
.faq-main-category.uk-grid> div {
    padding-left: 33px;
}
.faq-main-category .header {
    background: #f3f6fa;
    padding: 45px 70px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.faq-main-category .header .icon {
    width: 58px;
    height: 58px;
    display: inline-block;
    margin-bottom: 30px;
}
.faq-main-category .header .title {
    color: #225db3;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-family: "Gotham", sans-serif;
}
.faq-main-category .content {
    padding: 40px 10px 10px 40px;
}
.faq-main-category .uk-list > li {
    margin-bottom: 7px;
}
.faq-main-category .uk-list > li > a {
    position: relative;
    padding-left: 5px;
    display: inline-block;
}
.faq-main-category .uk-list > li > a::before {
    content: '›';
    display: inline-block;
    position: absolute;
    left: -5px;
    color: inherit;
}
.faq-search-form input {
    width: 280px;
}
.video-content-block .uk-container {
    position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}
.video-content-block .uk-container iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.subscribe-form  .hs-form-field .hs-input.error {
    border: 1px solid brown;
}
.subscribe-form .hs-error-msgs {
    color: brown;
}
.solar__item__panel {
    display: flex !important;
}
.solar__panel__btn.uk-position-center {
    text-align: center;
}
.solar__item__panel.top_right .solar__panel__btn.close {
    width: 100%;
    text-align: right;
    padding: 5px !important;
}
.solar__item__panel.centered .solar__panel__btn.close {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.news-detailed-page .pt-5.uk-grid {
    padding-top: 0 !important;
}
main p a {
    text-decoration: underline;
}
main p a:hover {
    text-decoration: none;
}
header .header_mobile_title h1 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 16px;
    font-weight: 300;
}
.feature-item .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-item .feature-icon img {
    width: 100px;
}
.features-slider {
    background: #F3F6FA;
    padding-top: 25px;
    padding-bottom: 25px;
}
.features-slider.uk-hidden {
    margin-left: -15px;
    margin-right: -15px;
}
.features-slider .feature-item > .uk-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    text-align: center;
    padding: 0 30px;
    height: 100%;
}
.features-slider .feature-item .feature-icon img {
    width: auto;
    height: 100px;
}
.features-slider .feature-item .feature-icon {
    justify-content: center;
    padding: 20px 0;
}
.features-slider .feature-item h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
}
.features-slider .feature-item h3 + p {
    margin-top: 0;
    font-size: 17px;
}
.faq-accordion .faq_question {
    width: 100%;
    display: block;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-accordion .faq_question .uk-icon {
    color: #ffd840;
}
.faq-accordion .uk-open .uk-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq-accordion .faq_question .title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Gotham", sans-serif;
    cursor: pointer;
}
.homepage-header-form {
    min-height: 450px;
}

.small .pie-chart .chart .count {
    font-size: 26px;
}
.small .pie-chart .chart .count span {
    font-size: 26px;
    line-height: 1.5;
}
.pie-chart .chart.smaller-text .count {
    font-size: 26px;
}
.pie-chart .chart.smaller-text .count span {
    font-size: 36px;
}

.product-categories .category-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.product-categories .category-item .image {
    margin: auto 0;
}
.product-categories .category-item img {
    max-height: 300px;
    width: auto;
}
.product-categories .category-item .title {
    margin: 10px 0;
}

.product-categories.uk-slider-container .uk-slider-nav,
.product-categories.uk-slider-container .uk-slider-items {
    width: 100%;
}
@media (min-width: 960px) {
    .product-categories.uk-slider-container .uk-slider-items {
        flex-wrap: wrap;
    }
}
@media (max-width: 959px) {
    .product-categories.uk-slider-container .product-category-container {
        width: 90%;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 15px;
        padding: 10px;
    }
}


#cookiebanner {
    transition: opacity .5s ease !important;
    opacity: 0 !important;
    bottom: 0 !important;
}
#cookiebanner.cookiebar-visible {
    opacity: 1 !important;
}
@keyframes pulse-panel-dot {
    0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(195, 195, 195, 0);
	}
}
.CookieDeclarationType {
    padding: 0 !important;
    border: none !important;
}


.timeline-block .dates {
    position: relative;
}
.timeline-block .dates::before {
    position: absolute;
    content: '';
    width: 7px;
    background: #f3f6fa;
    height: 100%;
    left: 0;
    top: 10px;
}
.timeline-block .date-item {
    margin-bottom: 30px;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.timeline-block .date-item::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 5px;
    background: #ffd840;
    content: '';
    border-radius: 50%;
    z-index: 2;
    border: 4px solid #ffd840;
    transition: background 0.15s ease;
    animation: pulse-panel-dot 2s infinite;
}
.timeline-block .date-item:last-child::after {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    top: 15px;
    height: 100%;
}
.timeline-block .date-item .title {
    color: #225db3;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Gotham';
}
.timeline-block .date-item .hover-image {
    position: absolute;
    right: calc(100% + 40px);
    width: 350px;
    top: 0;
    visibility:hidden;
    opacity:0;
    transition:visibility 0.2s linear,opacity 0.2s linear;
}
.timeline-block .dates:not(.hovered) .date-item:first-child .hover-image {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 900px) {
    .timeline-block .date-item .hover-image {
        width: 250px;
    }
}

.author-info .photo {
    position: relative;
    height: 200px;
    width: 200px;
}
.author-info .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
}

.author-links a {
    font-size: 14px;
}
@media (max-width: 640px) {
    .timeline-block .date-item .hover-image {
        display: none;
    }

    .author-links {
        padding-left: 20px;
    }
    .author-links a {
        font-size: 20px;
    }
    .author-links .uk-icon svg {
        width: 30px;
        height: 30px;
    }
}
.timeline-block .date-item:last-child .hover-image {
    bottom: calc(100% - 40px);
    top: auto;
}
.timeline-block .date-item:hover .hover-image {
    visibility:visible;
    opacity:1;
}
.timeline-block .date-item:hover::before {
    background: #fff;
}

.sticky-buttons {
    position: fixed;
    bottom: 100px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}
.sticky-buttons .sticky {
    position: relative;
    left: -10px;
    transition: left 0.15s ease-in-out;
}
.sticky-buttons .sticky a {
    background-color: #ffca27;
    display: inline-block;
    padding: 10px 25px 10px 30px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #dfdfdf; */
    box-shadow: 0px 4px 14px -8px #000;
    min-width: 180px;
    width: 200px;
    text-align: center;
}
.sticky-buttons .sticky a:last-child {
    border-bottom: 0;
}
.sticky-buttons:not(.hidden) .sticky:hover {
    left: 0;
    text-decoration: none;
}
.sticky-buttons .sticky a .icon {
    width: 100px;
    height: 90px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.sticky-buttons .sticky a .mobile_icon {
    display: none;
}
.sticky-buttons .sticky a .title {
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
}

.sticky-buttons {
    transition: left 0.15s ease;
}
.sticky-buttons.hidden {
    left: -130px;
}
.sticky-buttons .sticky {
    position: relative;
}
.sticky-buttons .sticky .toggle-btn {
    position: absolute;
    color: #fff;
    transform: scale(1.35);
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.sticky-buttons .toggle-btn .show-btn {
    display: none
}
.sticky-buttons.hidden .toggle-btn .hide-btn {
    display: none;
}
.sticky-buttons.hidden .toggle-btn .show-btn {
    display: inline-block;
    top: 0;
    right: 15px;
}


@media (max-width: 768px) {
    .sticky-buttons {
        bottom: 0;
        width: 100%;
        box-shadow: 0 4px 10px #000;
    }
    .sticky-buttons .sticky a {
        padding: 5px 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background 0.15s ease-in;
        background-color: #fff;
    }
    .sticky-buttons .sticky a:hover {
        /* box-shadow: 0 0 7px -5px #000; */
        /* z-index: 1; */
        background: #fafafa;
    }
    .sticky-buttons .sticky a .icon {
        width: 50px;
        height: 50px;
        display: none;
        margin: inherit;
    }
    .sticky-buttons .sticky a .mobile_icon {
        display: block;
    }
    .sticky-buttons .sticky a .title {
        margin-top: 0;
        margin-left: 15px;
        font-size: 16px;
    }
}

.icons-and-links .icon-link-item a {
    display: flex;
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 0 7px -5px #000;
    height: 100%;
    justify-content: space-between;
}
.icons-and-links .icon-link-item a:hover {
    text-decoration: none;
}
.icons-and-links .icon-link-item .title {
    margin-top: 20px;
    font-size: 18px;
}
.icons-and-links .icon-link-item img {
    max-height: 120px;
    width: auto;
}
