﻿svg.pagination-circle circle {
    stroke: #0071B9;
}

.hero .swiper-pagination-bullet-active {
    background: #0071B9;
}

.hero .button--primary {
    border: 1px solid rgba(0, 68, 137, 0.8);
    background-color: #004489;
    color: #D6EAF6;
}

.hero__show-scroll {
    display: none !important;
}

/*If a scroll arrow is needed*/
/*.hero__show-scroll {
    display: block;
    bottom: 0;
    right: 0;
    left: unset;
    background-color: rgba(0, 68, 137, 0.3);
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='25' viewBox='0 0 10 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99988 23L4.99988 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.999998 19.9999L5 23.9999L9 19.9999' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}*/

.hero__content__header h2,
.hero__content__header h3,
.hero__content__header h4 {
    font-weight: 400;
}