@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@400;500;700&family=Nunito:wght@400;600;700&family=Roboto+Slab:wght@400;500;700&display=swap");
@import url(../libs/slick/slick.css);
@import url(../libs/slick/slick-theme.css);
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Gidugu&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Comfortaa:wght@300;400;500;600;700&family=Gidugu&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Comfortaa:wght@300;400;500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;1,9..144,100;1,9..144,200;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700&family=Gidugu&display=swap");

.header-image img {
    width: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: unset;
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.33;
    color: var(--primary-font-color);
    background-color: #fff
}

body p {
    color: var(--primary-font-color);
    word-wrap: break-word;
    word-break: break-word;
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px
}

body section {
    word-break: break-word
}

h1,
h2,
h3,
h4,
h5,
em {
    color: var(--primary-font-color);
    margin-bottom: 0
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
em span {
    color: var(--supporting-color);
    font-size: inherit;
    font-weight: inherit
}

h1 {
    font-family: var(--secondary-font);
    font-size: 3.33rem;
    font-weight: var(--secondary-font-weight);
    line-height: 28px;
    line-height: 80px
}

h2 {
    font-family: var(--secondary-font);
    font-size: 2.77rem;
    font-weight: var(--secondary-font-weight);
    line-height: 28px;
    line-height: 60px
}

h3 {
    font-family: var(--secondary-font);
    font-size: 2rem;
    font-weight: var(--secondary-font-weight);
    line-height: 28px;
    line-height: 48px
}

h4 {
    font-family: var(--secondary-font);
    font-size: 1.55rem;
    font-weight: var(--secondary-font-weight);
    line-height: 28px;
    line-height: 32px
}

h5 {
    font-family: var(--secondary-font);
    font-size: 1.15rem;
    font-weight: var(--secondary-font-weight);
    line-height: 28px;
    line-height: 28px
}

strong {
    color: var(--primary-color);
    font-weight: 700
}

a {
    color: var(--primary-link-color);
    text-decoration: underline;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

a:hover {
    color: var(--primary-link-hover-color)
}

span {
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #958f9a
}

span strong {
    font-weight: bold
}

@media all and (max-width: 992px) {
    h1 {
        font-family: var(--secondary-font);
        font-size: 2.77rem;
        font-weight: var(--secondary-font-weight);
        line-height: 28px;
        line-height: 48px
    }

    h2 {
        font-family: var(--secondary-font);
        font-size: 2rem;
        font-weight: var(--secondary-font-weight);
        line-height: 28px;
        line-height: 42px
    }

    h3 {
        font-family: var(--secondary-font);
        font-size: 1.55rem;
        font-weight: var(--secondary-font-weight);
        line-height: 28px;
        line-height: 32px
    }

    h4 {
        font-family: var(--secondary-font);
        font-size: 1.15rem;
        font-weight: var(--secondary-font-weight);
        line-height: 28px;
        line-height: 30px
    }

    h5 {
        font-family: var(--secondary-font);
        font-size: 1rem;
        font-weight: var(--secondary-font-weight);
        line-height: 28px;
        line-height: 28px
    }
}

html,
body {
    height: auto;
    min-height: 100vh;
    scroll-behavior: smooth
}

@media all and (max-width: 768px) {

    html,
    body {
        font-size: 14px
    }
}

@media all and (min-width: 768px) {

    html,
    body {
        font-size: 16px
    }
}

@media all and (min-width: 1640px) {

    html,
    body {
        font-size: 18px
    }
}

@media all and (min-width: 2560px) {

    html,
    body {
        font-size: 18px
    }
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    background-color: var(--body-color)
}

body main {
    flex: 1 0 auto
}

body img {
    max-width: 100%;
    height: auto;
    display: flex
}

.admin-bar header .navbar-container {
    top: 32px
}

@media screen and (max-width: 1200px) {
    .admin-bar header .navbar-container .col-md-10>.menu {
        position: fixed;
        top: 135px
    }
}

@media screen and (max-width: 767px) {
    .admin-bar header .navbar-container {
        top: 46px
    }

    .admin-bar header .navbar-container .menu-button-wrapper {
        top: 65px
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed
    }
}

.navbar-container.menu-top {
    background-color: #fff;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.navbar-container.navbar-scroll {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.121569)
}

.navbar-container .navbar {
    min-height: 60px;
    z-index: 999
}

@media (min-width: 993px) {
    .navbar-container .navbar {
        align-items: center;
        justify-content: center;
        min-height: 120px;
        padding: 0
    }
}

.navbar-container .navbar .navbar-brand {
    z-index: 20;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 60px
}

.navbar-container .navbar .navbar-brand a {
    text-decoration: none;
    color: #535353;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding-right: 24px;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 992px) {
    .navbar-container .navbar .navbar-brand a {
        padding-right: 20px
    }
}

@media (min-width: 2560px) {
    .navbar-container .navbar .navbar-brand a {
        font-size: 1.15rem
    }
}

.navbar-container .navbar .navbar-brand a:hover {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: var(--primary-link-color)
}

.navbar-container .navbar .navbar-brand a img {
    max-height: var(--logo-height);
    height: var(--logo-height)
}

@media (max-width: 1024px) {
    .navbar-container .navbar .navbar-brand a img {
        max-height: var(--logo-height-mobile);
        height: var(--logo-height-mobile)
    }
}

.navbar-container .navbar .navbar-toggler {
    border: none;
    min-height: 60px
}

.navbar-container .navbar .navbar-toggler i {
    font-size: 2rem
}

.navbar-container .navbar .navbar-toggler:focus {
    box-shadow: none
}

.navbar-container .navbar #navbarNav {
    position: relative;
    z-index: 20;
    justify-content: center
}

@media (max-width: 992px) {
    .navbar-container .navbar #navbarNav {
        padding: 1.5rem
    }
}

.navbar-container .navbar #navbarNav ul {
    align-items: center;
    padding-right: 0
}

.navbar-container .navbar #navbarNav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.navbar-container .navbar #navbarNav ul li a {
    text-decoration: none;
    color: #535353;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: inline-block;
    position: relative;
    margin-right: 2rem;
    margin-top: .3rem;
    padding: 0;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px
}

.navbar-container .navbar #navbarNav ul li a:hover {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: var(--primary-link-color)
}

@media (max-width: 992px) {
    .navbar-container .navbar #navbarNav ul li a {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 2560px) {
    .navbar-container .navbar #navbarNav ul li a {
        font-size: 1.15rem
    }
}

.navbar-container .navbar #navbarNav ul li.active a {
    color: var(--primary-link-color)
}

.navbar-container .navbar #navbarNav ul li.menu-item-has-children {
    position: relative
}

.navbar-container .navbar #navbarNav ul li.menu-item-has-children.active a {
    color: initial
}

.navbar-container .navbar #navbarNav ul li:last-child a {
    margin-right: 0
}

.navbar-container .navbar #navbarNav .dropdown-menu {
    padding: 5px;
    background-color: #fff
}

.navbar-container .navbar #navbarNav .dropdown-menu li a {
    margin-bottom: 0.5rem
}

.navbar-container .navbar #navbarNav .dropdown-menu a {
    color: #535353
}

.navbar-container .navbar #navbarNav #social-icons {
    display: flex
}

@media (max-width: 992px) {
    .navbar-container .navbar #navbarNav #social-icons {
        justify-content: center;
        margin-bottom: 1rem
    }
}

@media (max-width: 992px) {
    .navbar-container .navbar #navbarNav #social-icons .social-icon:last-child a {
        margin-right: 0
    }
}

.navbar-container .navbar #navbarNav #social-icons .social-icon a {
    margin-right: .9rem
}

.navbar-container .navbar #navbarNav #social-icons .social-icon a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: black
}

.navbar-container .navbar #navbarNav #social-icons .social-icon a i:before {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.navbar-container .navbar .language-dropdown {
    position: relative;
    cursor: pointer;
    color: #535353;
    text-transform: uppercase;
    margin-left: 2rem
}

.navbar-container .navbar .language-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0
}

.navbar-container .navbar .language-dropdown .dropdown-toggle a {
    color: #535353;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 28px;
    margin-top: .3rem
}

.navbar-container .navbar .language-dropdown .dropdown-toggle a:hover {
    color: var(--primary-link-color)
}

@media (min-width: 2560px) {
    .navbar-container .navbar .language-dropdown .dropdown-toggle a {
        font-size: 1.15rem
    }
}

.navbar-container .navbar .language-dropdown .dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: inherit;
    content: "\f107";
    display: inline-block;
    vertical-align: baseline;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: none
}

.navbar-container .navbar .language-dropdown .dropdown-toggle:hover {
    color: var(--primary-link-color)
}

.navbar-container .navbar .language-dropdown .dropdown-toggle:hover::after {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transform: rotate(-180deg)
}

.navbar-container .navbar .language-dropdown .dropdown-toggle.hoverstate::after {
    transform: rotate(-180deg)
}

.navbar-container .navbar .language-dropdown .other-language {
    position: absolute;
    color: #535353;
    padding: 0;
    min-width: 100%;
    flex-flow: column wrap;
    background: #fff;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: none;
    visibility: hidden;
    opacity: 0
}

.navbar-container .navbar .language-dropdown .other-language.show {
    visibility: visible;
    opacity: 1
}

.navbar-container .navbar .language-dropdown .language-item {
    color: #535353;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-decoration: none;
    margin-right: 0;
    padding: .4rem 0 0;
    display: inline-flex
}

.navbar-container .navbar .language-dropdown .language-item:last-of-type {
    padding-bottom: .4rem
}

.navbar-container .navbar .language-dropdown .language-item::before {
    display: none
}

.navbar-container .navbar .language-dropdown .language-item::after {
    display: none
}

.navbar-container .navbar .language-dropdown .language-item:hover {
    color: var(--primary-link-color)
}

@media (min-width: 2560px) {
    .navbar-container .navbar .language-dropdown .language-item {
        font-size: 1.15rem
    }
}

.navbar-container .navbar .languages {
    text-transform: uppercase;
    display: flex;
    justify-content: center
}

.navbar-container .navbar .languages a {
    color: #535353;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 28px;
    padding-right: .9rem
}

.navbar-container .navbar .languages a:last-child {
    padding-right: 0
}

@media (min-width: 2560px) {
    .navbar-container .navbar .languages a {
        font-size: 1.15rem
    }
}

.navbar-container .navbar .languages .current-language a {
    padding-right: .9rem;
    color: var(--primary-link-color)
}

@media all and (max-width: 768px) {
    .navbar-container .navbar-nav ul li a {
        width: 100%;
        text-align: center
    }
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown-menu>li:hover>.submenu {
        display: block
    }
}

.dropdown-menu {
    background-color: var(--primary-color);
    padding: 5px;
    margin-right: 0.125rem
}

.menu-flyout,
.menu-flyout-small {
    flex-flow: row wrap
}

.menu-flyout .large,
.menu-flyout .small,
.menu-flyout-small .large,
.menu-flyout-small .small {
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    z-index: 999
}

@media (min-width: 993px) {

    .menu-flyout .large,
    .menu-flyout .small,
    .menu-flyout-small .large,
    .menu-flyout-small .small {
        align-items: center;
        min-height: 120px;
        padding: 0
    }
}

.navbar-brand,
.overlay-brand {
    z-index: 20;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 50px
}

.navbar-brand a,
.overlay-brand a {
    text-decoration: none;
    color: #535353;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding-right: 24px;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 992px) {

    .navbar-brand a,
    .overlay-brand a {
        padding-right: 20px
    }
}

.navbar-brand a:hover,
.overlay-brand a:hover {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: var(--primary-link-color)
}

.navbar-brand a img,
.overlay-brand a img {
    width: auto;
    max-height: var(--logo-flyout-height);
    height: var(--logo-flyout-height)
}

@media (max-width: 1024px) {

    .navbar-brand a img,
    .overlay-brand a img {
        max-height: var(--logo-flyout-height-mobile);
        height: var(--logo-flyout-height-mobile)
    }
}

.overlay-brand {
    margin-bottom: 40%
}

.overlay-brand a {
    padding-right: 0
}

.menu-button-wrapper {
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    width: 40px
}

.menu-button-wrapper .menu-button {
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center
}

.menu-button-wrapper .menu-button span {
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    height: 8px;
    background: var(--primary-color);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 2px
}

.menu-button-wrapper .menu-button span:nth-child(4) {
    background: var(--primary-color)
}

.menu-button-wrapper .menu-button span:nth-child(2),
.menu-button-wrapper .menu-button span:nth-child(3) {
    top: auto
}

.menu-button-wrapper .menu-button span:nth-child(4) {
    top: 30px
}

.menu-button-wrapper .menu-button.open span:nth-child(1),
.menu-button-wrapper .menu-button.open span:nth-child(4) {
    top: 12px;
    width: 0;
    opacity: 0
}

.menu-button-wrapper .menu-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff
}

.menu-button-wrapper .menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff
}

#nav-menu-overlay,
#nav-menu-overlay-small {
    display: flex;
    color: #fff;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: var(--primary-color);
    z-index: 999
}

#nav-menu-overlay.open,
#nav-menu-overlay-small.open {
    right: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

#nav-menu-overlay .menu-content,
#nav-menu-overlay-small .menu-content {
    justify-content: center;
    height: 100vh;
    margin: 0 auto;
    flex-flow: column;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center
}

#nav-menu-overlay .menu-content .main-menu,
#nav-menu-overlay-small .menu-content .main-menu {
    align-items: center;
    padding: 0;
    margin: 0 0 30% 0;
    text-align: center
}

#nav-menu-overlay .menu-content .main-menu li,
#nav-menu-overlay-small .menu-content .main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    margin-bottom: 1.5rem
}

#nav-menu-overlay .menu-content .main-menu li a,
#nav-menu-overlay-small .menu-content .main-menu li a {
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    padding: 0
}

#nav-menu-overlay .menu-content .main-menu li.active a,
#nav-menu-overlay-small .menu-content .main-menu li.active a {
    color: #fff;
    text-decoration: underline
}

#nav-menu-overlay .menu-content .main-menu ul.dropdown-menu li,
#nav-menu-overlay-small .menu-content .main-menu ul.dropdown-menu li {
    margin-bottom: 0.3rem
}

#nav-menu-overlay .menu-content .menu-main-menu-container,
#nav-menu-overlay-small .menu-content .menu-main-menu-container {
    display: flex
}

#nav-menu-overlay .menu-content a,
#nav-menu-overlay-small .menu-content a {
    color: #fff
}

#nav-menu-overlay .menu-content #social-icons,
#nav-menu-overlay-small .menu-content #social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

#nav-menu-overlay .menu-content #social-icons .social-icon a,
#nav-menu-overlay-small .menu-content #social-icons .social-icon a {
    margin-right: .9rem
}

#nav-menu-overlay .menu-content #social-icons .social-icon a i,
#nav-menu-overlay-small .menu-content #social-icons .social-icon a i {
    color: var(--primary-color);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #fff
}

#nav-menu-overlay .menu-content #social-icons .social-icon a i:before,
#nav-menu-overlay-small .menu-content #social-icons .social-icon a i:before {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

#nav-menu-overlay .menu-content #social-icons .social-icon:last-child a,
#nav-menu-overlay-small .menu-content #social-icons .social-icon:last-child a {
    margin-right: 0
}

#nav-menu-overlay .menu-content .languages,
#nav-menu-overlay-small .menu-content .languages {
    text-transform: uppercase;
    display: flex;
    justify-content: center
}

#nav-menu-overlay .menu-content .languages a,
#nav-menu-overlay-small .menu-content .languages a {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 28px;
    padding-right: .9rem
}

#nav-menu-overlay .menu-content .languages a:last-child,
#nav-menu-overlay-small .menu-content .languages a:last-child {
    padding-right: 0
}

#nav-menu-overlay .menu-content .languages .current-language a,
#nav-menu-overlay-small .menu-content .languages .current-language a {
    padding-right: .9rem;
    color: #fff;
    text-decoration: underline
}

#nav-menu-overlay .menu-content .languages .other-language a,
#nav-menu-overlay-small .menu-content .languages .other-language a {
    text-decoration: none
}

#nav-menu-overlay-small {
    width: 60vw
}

@media (min-width: 768px) {
    #nav-menu-overlay-small {
        width: 50vw
    }
}

@media (min-width: 992px) {
    #nav-menu-overlay-small {
        width: 40vw
    }
}

@media (min-width: 1440px) {
    #nav-menu-overlay-small {
        width: 30vw
    }
}

@media (min-width: 1640px) {
    #nav-menu-overlay-small {
        width: 20vw
    }
}

footer {
    flex-shrink: 0;
    background-color: var(--primary-color);
    color: #fff
}

footer a {
    text-decoration: none;
    color: #fff
}

footer a:hover {
    text-decoration: none
}

footer .footer-menu {
    padding: 55px 0
}

@media (max-width: 992px) {
    footer .footer-menu {
        padding: 30px 0
    }
}

footer .footer-menu .footer-menu-logo {
    margin-bottom: 5px
}

footer .footer-menu .footer-menu-logo a {
    display: inline-block
}

footer .footer-menu .footer-menu-logo img {
    height: var(--logo-footer-height);
    max-height: var(--logo-footer-height)
}

@media (max-width: 767px) {
    footer .footer-menu .footer-menu-logo img {
        height: var(--logo-footer-height-mobile);
        max-height: var(--logo-footer-height-mobile)
    }
}

footer .footer-menu .copyright-wrapper .copyright {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 16px
}

footer .footer-menu .socials-wrapper #social-icons {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem
}

footer .footer-menu .socials-wrapper #social-icons .social-icon a {
    margin-right: .9rem
}

footer .footer-menu .socials-wrapper #social-icons .social-icon a i {
    color: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff
}

footer .footer-menu .socials-wrapper #social-icons .social-icon a i:before {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

footer .footer-menu .socials-wrapper #social-icons .social-icon:last-child a {
    margin-right: 0
}

footer .footer-menu .socials-wrapper a {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 16px;
    padding: 0;
    color: #fff;
    text-decoration: none
}

footer .footer-menu .socials-wrapper a:hover {
    color: #fff;
    text-decoration: underline
}

footer .footer-menu .contact-wrapper h6 {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 800;
    line-height: 28px;
    line-height: 16px;
    height: var(--logo-footer-height);
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

footer .footer-menu .contact-wrapper .contact-information p {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 0 10px 0
}

footer .footer-menu .contact-wrapper .contact-information p a {
    line-height: 16px;
    padding: 0 0 10px 0;
    color: #fff;
    text-decoration: none
}

footer .footer-menu .contact-wrapper .contact-information p a:hover {
    color: #fff;
    text-decoration: underline
}

footer .footer-menu #footer-nav-pages h6,
footer .footer-menu #footer-nav-policies h6 {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 800;
    line-height: 28px;
    line-height: 16px;
    height: var(--logo-footer-height);
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

footer .footer-menu #footer-nav-pages ul,
footer .footer-menu #footer-nav-policies ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer-menu #footer-nav-pages ul li a,
footer .footer-menu #footer-nav-policies ul li a {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 16px;
    padding: 0 0 10px 0;
    color: #fff;
    text-decoration: none
}

footer .footer-menu #footer-nav-pages ul li a:hover,
footer .footer-menu #footer-nav-policies ul li a:hover {
    color: #fff;
    text-decoration: underline
}

footer .footer-menu .certs-org-title h6 {
    font-family: var(--secondary-font);
    font-size: .8rem;
    font-weight: 800;
    line-height: 28px;
    line-height: 16px;
    height: var(--logo-footer-height);
    display: flex;
    align-items: center;
    margin-bottom: 0
}

footer .footer-menu .certs-org-logo-wrapper {
    flex-flow: row wrap;
    justify-content: space-between
}

footer .footer-menu .certs-org-logo-wrapper .footer-certs-org-logo {
    height: auto;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center
}

footer .footer-menu .certs-org-logo-wrapper .footer-certs-org-logo a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%
}

footer .footer-menu .certs-org-logo-wrapper .footer-certs-org-logo img {
    max-height: 65px;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    footer .footer-menu .certs-org-logo-wrapper .footer-certs-org-logo img {
        height: auto
    }
}

.branding-information {
    background: #262626
}

.branding-information p {
    color: #e9e9e9cc;
    margin-bottom: 0
}

.branding-information a img {
    width: 80px
}

@media (min-width: 320px) and(max-width: 480px) {
    .branding-information a img {
        width: 48px
    }
}

.bottom-bordered .form-control {
    border-bottom: 2px solid var(--primary-link-color);
    border-radius: 0
}

.bottom-bordered .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    color: var(--primary-link-color);
    border-bottom: 2px solid var(--primary-link-color)
}

.form-regular .form-control {
    border: 1px solid var(--primary-link-color);
    border-radius: 0
}

.form-control {
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 28px;
    border: none;
    color: var(--primary-link-color)
}

.form-check {
    padding-left: 0
}

.form-check input {
    margin-top: 0;
    margin-left: 0
}

.slick-arrow {
    display: block;
    width: 50px;
    bottom: 20px;
    height: 25px;
    position: absolute;
    z-index: 9;
    cursor: pointer
}

.slick-arrow:before {
    color: #fff;
    position: absolute;
    font-size: 20px
}

.slick-arrow.prev {
    left: 75px;
    display: flex;
    justify-content: start
}

@media (max-width: 768px) {
    .slick-arrow.prev {
        left: 35px
    }
}

.slick-arrow.next {
    right: 75px;
    display: flex;
    justify-content: end
}

@media (max-width: 768px) {
    .slick-arrow.next {
        right: 35px
    }
}

.btn {
    min-width: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    font-family: var(--secondary-font);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    text-decoration: none
}

.btn .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.btn .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.btn .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn i {
    padding-left: 7px;
    padding-right: 7px;
    top: 2px;
    position: relative;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn.large {
    font-size: 175%
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 8px 25px !important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn-primary span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.btn-primary:hover {
    background-color: var(--primary-color)
}

.btn-primary:hover span {
    transform: scale(1.1)
}

.btn-primary:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.btn-primary .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.btn-primary .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.btn-primary .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.btn-primary .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary.outline {
    background-color: transparent;
    color: var(--primary-color);
    border: 0.2rem solid var(--primary-color)
}

.btn-primary.inverse {
    background-color: #fff;
    color: var(--primary-color)
}

.btn-primary.inverse:hover {
    background-color: #fff
}

.btn-primary.inverse:focus {
    background-color: #fff;
    color: var(--primary-color)
}

.btn-primary.transparent {
    background-color: transparent
}

.btn-primary.transparent:hover {
    background-color: transparent
}

.btn-primary.transparent:focus {
    background-color: transparent
}

.btn-secondary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: transparent;
    padding: 8px 25px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn-secondary span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.btn-secondary:hover {
    background-color: var(--secondary-color)
}

.btn-secondary:hover span {
    transform: scale(1.1)
}

.btn-secondary:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.btn-secondary .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.btn-secondary .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-secondary .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.btn-secondary .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-secondary .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.btn-secondary .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-secondary.outline {
    background-color: transparent;
    color: var(--secondary-color);
    border: 0.2rem solid var(--secondary-color)
}

.btn-secondary.inverse {
    background-color: #fff;
    color: var(--secondary-color)
}

.btn-secondary.inverse:hover {
    background-color: #fff
}

.btn-secondary.inverse:focus {
    background-color: #fff;
    color: var(--secondary-color)
}

.btn-secondary.transparent {
    background-color: transparent
}

.btn-secondary.transparent:hover {
    background-color: transparent
}

.btn-secondary.transparent:focus {
    background-color: transparent
}

.btn-supporting {
    color: #fff;
    background-color: var(--supporting-color);
    border-color: transparent;
    padding: 8px 25px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn-supporting span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.btn-supporting:hover {
    background-color: var(--supporting-color)
}

.btn-supporting:hover span {
    transform: scale(1.1)
}

.btn-supporting:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.btn-supporting .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.btn-supporting .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-supporting .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.btn-supporting .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-supporting .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.btn-supporting .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-supporting.outline {
    background-color: transparent;
    color: var(--supporting-color);
    border: 0.2rem solid var(--supporting-color)
}

.btn-supporting.inverse {
    background-color: #fff;
    color: var(--supporting-color)
}

.btn-supporting.inverse:hover {
    background-color: #fff
}

.btn-supporting.inverse:focus {
    background-color: #fff;
    color: var(--supporting-color)
}

.btn-supporting.transparent {
    background-color: transparent
}

.btn-supporting.transparent:hover {
    background-color: transparent
}

.btn-supporting.transparent:focus {
    background-color: transparent
}

li.highlighted a {
    min-width: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    font-family: var(--secondary-font);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 8px 25px !important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #fff !important
}

li.highlighted a .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

li.highlighted a .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

li.highlighted a .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

li.highlighted a .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

li.highlighted a .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

li.highlighted a .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

li.highlighted a span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

li.highlighted a:hover {
    background-color: var(--primary-color)
}

li.highlighted a:hover span {
    transform: scale(1.1)
}

li.highlighted a:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

li.highlighted a .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

li.highlighted a .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

li.highlighted a .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

li.highlighted a .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

li.highlighted a .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

li.highlighted a .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

table.aligncenter {
    margin-left: auto;
    margin-right: auto
}

tbody {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap
}

.lazyblock-alert p {
    margin-bottom: 0
}

.lazyblock-alert .outlined {
    background-color: transparent
}

.lazyblock-form {
    overflow: hidden;
    border-radius: calc(var(--border-radius) * 2.5);
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.121569);
    padding: 3rem 5rem
}

@media all and (max-width: 768px) {
    .lazyblock-form {
        padding: 1rem
    }

    .lazyblock-form #contactSubmit {
        margin-top: 0
    }
}

.lazyblock-form label {
    margin-bottom: 5px
}

.lazyblock-form h2 {
    padding-bottom: 3rem
}

.lazyblock-form #contact-form .contact-information {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    justify-content: space-between
}

.lazyblock-form #contact-form #contactSubmit {
    margin-top: 3rem
}

.lazyblock-form input,
.lazyblock-form textarea {
    margin-bottom: 16px;
    background-color: transparent
}

.lazyblock-form input::placeholder,
.lazyblock-form textarea::placeholder {
    color: var(--primary-link-color)
}

.lazyblock-form input::-webkit-input-placeholder,
.lazyblock-form textarea::-webkit-input-placeholder {
    color: var(--primary-link-color)
}

.lazyblock-form input:-ms-input-placeholder,
.lazyblock-form textarea:-ms-input-placeholder {
    color: var(--primary-link-color)
}

.icon-bar {
    float: right;
    margin-left: 15px
}

.icon-bar a,
.icon-bar a:link,
.icon-bar a:visited,
.icon-bar a:active,
.icon-bar a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

nav.pagination>* {
    line-height: 36px !important;
    font-size: 18px !important
}

nav.pagination h2 {
    margin-right: 15px
}

nav.pagination .nav-links>* {
    padding: 0 2px
}

.search-form button {
    border: 0 solid;
    background: transparent;
    color: #fff
}

.search-form input {
    padding: 2px 5px;
    border: 1px solid #029EA3;
    border-radius: 5px
}

.search-form-item {
    align-self: center
}

@media all and (max-width: 1285px) {
    .search-form-item {
        display: none !important
    }
}

.search-wrapper {
    border-bottom: 1px solid #223B4C
}

.lazyblock-spacer {
    display: block;
    height: var(--height)
}

@media all and (max-width: 768px) {
    .lazyblock-spacer {
        height: calc(var(--height)/2)
    }
}

.lazyblock-content p {
    margin: 1.2rem 0
}

.lazyblock-content-content {
    justify-content: center
}

.lazyblock-content-content p {
    margin: 1.2rem 0
}

.lazyblock-content-content .blockquote-line * :not(span) {
    position: relative;
    padding: 0 0 0 35px
}

.lazyblock-content-content .blockquote-line * :not(span)::before {
    content: "";
    border-left: 10px solid var(--secondary-color);
    position: absolute;
    bottom: .3rem;
    top: .3rem;
    left: 0;
    border-radius: var(--border-radius)
}

.lazyblock-section {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem
}

@media all and (max-width: 768px) {
    .lazyblock-section {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem
    }
}

.lazyblock-section .row .col-lg-12 .container-md {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.lazyblock-section.container-md,
.lazyblock-section.container-fluid {
    position: relative;
    overflow: hidden
}

.lazyblock-section.container-md .container-image,
.lazyblock-section.container-md .container-color,
.lazyblock-section.container-md .fluid-image,
.lazyblock-section.container-md .fluid-color,
.lazyblock-section.container-fluid .container-image,
.lazyblock-section.container-fluid .container-color,
.lazyblock-section.container-fluid .fluid-image,
.lazyblock-section.container-fluid .fluid-color {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10
}

.lazyblock-section .container-color.primary,
.lazyblock-section .fluid-color.primary {
    background-color: var(--primary-color)
}

.lazyblock-section .container-color.secondary,
.lazyblock-section .fluid-color.secondary {
    background-color: var(--secondary-color)
}

.lazyblock-section .container-color.supporting,
.lazyblock-section .fluid-color.supporting {
    background-color: var(--supporting-color)
}

.lazyblock-section .container-color.white,
.lazyblock-section .fluid-color.white {
    background-color: #fff
}

.lazyblock-cards {
    align-items: stretch;
    position: relative
}

.lazyblock-cards.background-transparent .card {
    background-color: transparent;
    box-shadow: none
}

.lazyblock-cards.background-primary .card {
    background-color: var(--primary-color)
}

.lazyblock-cards.background-primary .card a {
    color: var(--secondary-font-color)
}

.lazyblock-cards.background-secondary .card {
    background-color: var(--secondary-color)
}

.lazyblock-cards.background-supporting .card {
    background-color: var(--supporting-color)
}

.lazyblock-cards.background-white .card {
    background-color: #fff
}

.lazyblock-cards.font-black .card,
.lazyblock-cards.font-black .card p,
.lazyblock-cards.font-black .card h1,
.lazyblock-cards.font-black .card h2,
.lazyblock-cards.font-black .card h3,
.lazyblock-cards.font-black .card h4,
.lazyblock-cards.font-black .card h5 {
    color: black
}

.lazyblock-cards.font-primary .card,
.lazyblock-cards.font-primary .card p,
.lazyblock-cards.font-primary .card h1,
.lazyblock-cards.font-primary .card h2,
.lazyblock-cards.font-primary .card h3,
.lazyblock-cards.font-primary .card h4,
.lazyblock-cards.font-primary .card h5 {
    color: var(--primary-font-color)
}

.lazyblock-cards.font-secondary .card,
.lazyblock-cards.font-secondary .card p,
.lazyblock-cards.font-secondary .card h1,
.lazyblock-cards.font-secondary .card h2,
.lazyblock-cards.font-secondary .card h3,
.lazyblock-cards.font-secondary .card h4,
.lazyblock-cards.font-secondary .card h5 {
    color: var(--secondary-font-color)
}

.lazyblock-cards.font-white .card,
.lazyblock-cards.font-white .card p,
.lazyblock-cards.font-white .card h1,
.lazyblock-cards.font-white .card h2,
.lazyblock-cards.font-white .card h3,
.lazyblock-cards.font-white .card h4,
.lazyblock-cards.font-white .card h5 {
    color: #fff
}

.lazyblock-cards.border-radius .card {
    border-radius: calc(var(--border-radius) * 2.5)
}

.lazyblock-cards:not(.border-radius) .card {
    border-radius: 0
}

.lazyblock-cards .card {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.121569);
    overflow: hidden
}

.lazyblock-cards .card .card-img-wrapper {
    max-height: var(--height);
    min-height: var(--height);
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.lazyblock-cards .card .card-img-wrapper img {
    top: 0;
    max-width: 100vw;
    height: 100%;
    width: 100%
}

.lazyblock-cards .card .card-img-wrapper img.cover {
    object-fit: cover
}

.lazyblock-cards .card .card-img-wrapper img.contain {
    object-fit: contain
}

@media (max-width: 992px) {
    .lazyblock-cards .card .card-img-wrapper img {
        max-width: 1000vw;
        object-fit: cover
    }
}

.lazyblock-cards .card .card-img-wrapper .image-line::after {
    content: "";
    border-bottom: 10px solid var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px
}

.lazyblock-cards .card .card-content-wrapper {
    padding: 1.5rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between
}

.lazyblock-cards .card .card-content-wrapper .card-title {
    width: 100%;
    margin-bottom: 1rem
}

.lazyblock-cards .card .card-content-wrapper .card-title p {
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 24px
}

.lazyblock-cards .card .card-cta {
    display: flex;
    flex: auto;
    align-items: flex-end
}

.lazyblock-cards .card .card-cta a {
    align-items: center;
    line-height: inherit
}

.lazyblock-cards .card .card-cta a::after {
    background-position: center
}

.lazyblock-events .event-item-wrapper,
.lazyblock-past-events .event-item-wrapper {
    position: relative;
    padding: 40px 0 0 35px
}

.lazyblock-events .event-item-wrapper::before,
.lazyblock-past-events .event-item-wrapper::before {
    content: "";
    border-left: 10px solid var(--primary-color);
    position: absolute;
    bottom: 0;
    top: 2.6rem;
    left: 0;
    border-radius: var(--border-radius)
}

.lazyblock-events .event-item-wrapper .event-item-date,
.lazyblock-past-events .event-item-wrapper .event-item-date {
    font-family: var(--secondary-font);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 32px;
    color: var(--primary-link-color);
    padding-bottom: .4rem
}

.lazyblock-events .event-item-wrapper .event-item-title,
.lazyblock-past-events .event-item-wrapper .event-item-title {
    padding-bottom: 1rem
}

.lazyblock-events .event-item-wrapper .event-item-title h4 a,
.lazyblock-past-events .event-item-wrapper .event-item-title h4 a {
    color: var(--primary-font-color);
    text-decoration: none
}

.lazyblock-events .event-item-wrapper .event-item-excerpt,
.lazyblock-past-events .event-item-wrapper .event-item-excerpt {
    padding-bottom: 1rem
}

.lazyblock-events .event-item-wrapper .event-item-cta a,
.lazyblock-past-events .event-item-wrapper .event-item-cta a {
    font-family: var(--secondary-font);
    font-size: .85rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    text-decoration: none;
    text-decoration-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-events .event-item-wrapper .event-item-cta a:hover,
.lazyblock-past-events .event-item-wrapper .event-item-cta a:hover {
    color: var(--primary-link-color);
    text-decoration: underline;
    text-decoration-color: var(--primary-link-color)
}

@media (max-width: 769px) {

    .lazyblock-events .event-item-wrapper,
    .lazyblock-past-events .event-item-wrapper {
        padding-right: 0
    }
}

.lazyblock-events .events-wrapper>div:nth-child(2),
.lazyblock-past-events .events-wrapper>div:nth-child(2) {
    padding-top: 25px
}

.lazyblock-events .events-wrapper>div:nth-child(2)::before,
.lazyblock-past-events .events-wrapper>div:nth-child(2)::before {
    top: 1.75rem
}

.lazyblock-news .news-item-wrapper .news-item-category {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 8px 25px !important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: auto;
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-left: calc(var(--bs-gutter-x) / 2);
    margin-bottom: .5rem;
    border-radius: var(--border-radius);
    font-family: var(--secondary-font);
    font-size: .65rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    padding: 5px 25px
}

.lazyblock-news .news-item-wrapper .news-item-category span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.lazyblock-news .news-item-wrapper .news-item-category:hover {
    background-color: var(--primary-color)
}

.lazyblock-news .news-item-wrapper .news-item-category:hover span {
    transform: scale(1.1)
}

.lazyblock-news .news-item-wrapper .news-item-category:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-news .news-item-wrapper .news-item-category .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-news .news-item-wrapper .news-item-category .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-news .news-item-wrapper .news-item-category .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.lazyblock-news .news-item-wrapper .news-item-category .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-news .news-item-wrapper .news-item-category .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.lazyblock-news .news-item-wrapper .news-item-category .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-news .news-item-wrapper .news-item-title {
    padding-bottom: 1rem
}

.lazyblock-news .news-item-wrapper .news-item-title h4 a {
    color: var(--primary-font-color);
    text-decoration: none
}

.lazyblock-news .news-item-wrapper .news-item-excerpt {
    padding-bottom: 1rem
}

.lazyblock-news .news-item-wrapper .news-item-cta a {
    font-family: var(--secondary-font);
    font-size: .85rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    text-decoration: none;
    text-decoration-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-news .news-item-wrapper .news-item-cta a:hover {
    color: var(--primary-link-color);
    text-decoration: underline;
    text-decoration-color: var(--primary-link-color)
}

.lazyblock-image img.border-radius {
    border-radius: calc(var(--border-radius) * 2.5)
}

.lazyblock-image-image.border-radius img {
    border-radius: calc(var(--border-radius) * 2.5)
}

.lazyblock-image-image img.cover {
    height: 100%;
    object-fit: cover
}

.single-event .map iframe {
    width: 100%;
    min-height: 300px
}

.single-event .sponsor-logo img {
    max-height: 300px;
    width: auto
}

.lazyblock-twitter-wall>div {
    width: 100vw
}

.lazyblock-twitter-wall iframe {
    height: 100% !important;
    min-height: 800px
}

@media (max-width: 992px) {
    .lazyblock-twitter-wall iframe {
        min-height: 500px
    }
}

.lazyblock-subscribe-form {
    overflow: hidden;
    height: 100%;
    position: relative;
    min-height: 40vh
}

.lazyblock-subscribe-form .full-image {
    position: absolute;
    width: 100vw;
    min-height: 40vh;
    height: inherit;
    z-index: -10;
    top: initial;
    left: 0;
    padding: 0
}

@media (max-width: 768px) {
    .lazyblock-subscribe-form .full-image {
        height: inherit
    }
}

.lazyblock-subscribe-form .full-color {
    position: absolute;
    min-height: 40vh;
    height: 100%;
    width: 100vw;
    z-index: -10;
    top: initial;
    left: 0;
    padding: 0
}

.lazyblock-subscribe-form .full-color.primary {
    background-color: var(--primary-color)
}

.lazyblock-subscribe-form .full-color.secondary {
    background-color: var(--secondary-color)
}

.lazyblock-subscribe-form .full-color.supporting {
    background-color: var(--supporting-color)
}

.lazyblock-subscribe-form .subscribe-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 40vh
}

.lazyblock-subscribe-form h3 {
    padding-bottom: .5rem
}

.lazyblock-subscribe-form h5 {
    padding-bottom: 2.3rem
}

.lazyblock-subscribe-form #newsletter-form input {
    margin-bottom: 16px;
    background-color: transparent
}

.lazyblock-subscribe-form #newsletter-form input::placeholder {
    color: var(--primary-link-color)
}

.lazyblock-subscribe-form #newsletter-form input::-webkit-input-placeholder {
    color: var(--primary-link-color)
}

.lazyblock-subscribe-form #newsletter-form input:-ms-input-placeholder {
    color: var(--primary-link-color)
}

.lazyblock-subscribe-form #newsletter-form .field-button-wrapper {
    margin: 0 auto
}

.lazyblock-jumbotron {
    align-items: center;
    position: relative;
    overflow: auto
}

.lazyblock-jumbotron .full-image {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -10;
    top: initial;
    left: 0;
    right: 0;
    margin: auto
}

.lazyblock-jumbotron .full-image.mobile {
    display: none
}

@media (max-width: 768px) {
    .lazyblock-jumbotron .full-image {
        height: inherit;
        display: none
    }

    .lazyblock-jumbotron .full-image.mobile {
        display: block
    }

    .lazyblock-jumbotron .full-image.desktop {
        display: block
    }
}

.lazyblock-jumbotron .full-color {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -10;
    top: initial;
    left: 0;
    right: 0;
    margin: auto
}

.lazyblock-jumbotron .full-color.primary {
    background-color: var(--primary-color)
}

.lazyblock-jumbotron .full-color.secondary {
    background-color: var(--secondary-color)
}

.lazyblock-jumbotron .full-color.supporting {
    background-color: var(--supporting-color)
}

@media (max-width: 768px) {
    .lazyblock-jumbotron .full-color {
        height: inherit
    }
}

.lazyblock-jumbotron.light-mode section h1,
.lazyblock-jumbotron.light-mode section h2,
.lazyblock-jumbotron.light-mode section h3,
.lazyblock-jumbotron.light-mode section h4,
.lazyblock-jumbotron.light-mode section h5,
.lazyblock-jumbotron.light-mode section div,
.lazyblock-jumbotron.light-mode section p {
    color: #fff
}

.lazyblock-jumbotron.light-mode section h1 *,
.lazyblock-jumbotron.light-mode section h2 *,
.lazyblock-jumbotron.light-mode section h3 *,
.lazyblock-jumbotron.light-mode section h4 *,
.lazyblock-jumbotron.light-mode section h5 *,
.lazyblock-jumbotron.light-mode section div *,
.lazyblock-jumbotron.light-mode section p * {
    color: #fff
}

.lazyblock-jumbotron section h1 {
    max-width: 100%;
    line-height: 3.6rem;
    margin-bottom: 26px;
    position: relative
}

.lazyblock-jumbotron section h2 {
    max-width: 80%
}

.lazyblock-jumbotron section h1+h2 {
    margin-bottom: 0
}

.lazyblock-jumbotron section p {
    max-width: 80%;
    margin: 30px auto 0
}

.lazyblock-jumbotron section a {
    margin-top: 30px
}

@media (max-width: 768px) {
    .lazyblock-jumbotron section {
        overflow: auto
    }

    .lazyblock-jumbotron section h1 {
        max-width: 100%;
        line-height: normal;
        font-size: 2.2rem
    }

    .lazyblock-jumbotron section h2 {
        max-width: 100%
    }
}

.lazyblock-banner {
    align-items: center;
    height: 40vh
}

.lazyblock-banner .full-image {
    position: absolute;
    width: 100vw;
    height: 40vh;
    z-index: -10;
    top: initial;
    left: 0
}

@media (max-width: 768px) {
    .lazyblock-banner {
        height: 25vh;
        overflow: scroll
    }

    .lazyblock-banner .full-image {
        height: inherit
    }
}

.lazyblock-banner .full-color {
    height: 40vh
}

.lazyblock-banner .full-color.primary {
    position: absolute;
    background-color: var(--primary-color);
    width: 100vw;
    z-index: -10;
    top: initial;
    left: 0
}

.lazyblock-banner .full-color.secondary {
    position: absolute;
    background-color: var(--secondary-color);
    width: 100vw;
    z-index: -10;
    top: initial;
    left: 0
}

.lazyblock-banner .full-color.supporting {
    position: absolute;
    background-color: var(--supporting-color);
    width: 100vw;
    z-index: -10;
    top: initial;
    left: 0
}

@media (max-width: 768px) {
    .lazyblock-banner .full-color {
        height: inherit
    }
}

.lazyblock-banner.light-mode section h1,
.lazyblock-banner.light-mode section h2,
.lazyblock-banner.light-mode section div,
.lazyblock-banner.light-mode section p {
    color: #fff
}

.lazyblock-banner section h2 {
    max-width: 100%
}

.lazyblock-embed iframe {
    padding: 0
}

.lazyblock-accordion.accordions .accordion-wrapper {
    padding: 1rem 2rem;
    border-radius: var(--border-radius);
    border: none;
    background: var(--supporting-color);
    height: 100%
}

.lazyblock-accordion.accordions .accordion-wrapper a {
    text-decoration: none
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink:hover {
    text-decoration: none;
    color: var(--primary-font-color)
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink .accordion-title h5 {
    margin-bottom: 0
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink .accordion-title .toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.26rem;
    height: 1.26rem;
    margin-bottom: 0;
    border: 2px solid #fff;
    border-radius: 50%
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink .accordion-title .toggle-button span {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 3px;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink .accordion-title .toggle-button span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink.collapsed .accordion-title .toggle-button {
    border-color: var(--primary-font-color)
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink.collapsed .accordion-title .toggle-button span {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 3px;
    background-color: var(--primary-font-color);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-titlelink.collapsed .accordion-title .toggle-button span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-content *,
.lazyblock-accordion.accordions .accordion-wrapper .accordion-content p {
    margin: 1.5rem 2rem 1rem
}

.lazyblock-accordion.accordions .accordion-wrapper .accordion-content * a,
.lazyblock-accordion.accordions .accordion-wrapper .accordion-content p a {
    margin-left: 0
}

.lazyblock-content-video .wrap {
    border-radius: calc(var(--border-radius) * 2.5);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.121569);
    padding: 0 2rem
}

.lazyblock-content-video .embed-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 769px) {

    .lazyblock-content-video .content-wrapper,
    .lazyblock-content-video .embed-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.lazyblock-carousel .carousel-inner-wrapper {
    border: none;
    background-color: transparent;
    border-radius: calc(var(--border-radius) * 2.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.121569);
    overflow: hidden
}

.lazyblock-carousel .carousel-inner-wrapper .row {
    height: 600px;
    width: auto !important;
    display: block !important
}

@media (max-width: 992px) {
    .lazyblock-carousel .carousel-inner-wrapper .row {
        height: 450px
    }
}

.lazyblock-carousel .carousel-inner-wrapper .full-image {
    height: 100%;
    z-index: -10;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.lazyblock-carousel .carousel-inner-wrapper .full-image img {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .lazyblock-carousel .carousel-inner-wrapper .full-image img {
        max-width: 1000vw
    }
}

.lazyblock-carousel .carousel-inner-wrapper .full-color {
    min-height: 100vh;
    position: relative;
    width: 100vw;
    z-index: -10;
    top: 0;
    left: 0
}

.lazyblock-carousel .carousel-inner-wrapper .full-color.primary {
    background-color: var(--primary-color)
}

.lazyblock-carousel .carousel-inner-wrapper .full-color.secondary {
    background-color: var(--secondary-color)
}

.lazyblock-carousel .carousel-inner-wrapper .full-color.supporting {
    background-color: var(--supporting-color)
}

.lazyblock-carousel .carousel-inner-wrapper .carousel-section {
    position: absolute;
    max-width: 30rem;
    bottom: 70px;
    padding-left: 100px
}

.lazyblock-carousel .carousel-inner-wrapper .carousel-section.blockquote-line::before {
    content: "";
    border-left: 10px solid var(--secondary-color);
    position: absolute;
    bottom: 1rem;
    top: .2rem;
    left: 65px;
    border-radius: var(--border-radius)
}

@media (max-width: 769px) {
    .lazyblock-carousel .carousel-inner-wrapper .carousel-section.blockquote-line {
        padding-left: 70px
    }

    .lazyblock-carousel .carousel-inner-wrapper .carousel-section.blockquote-line::before {
        left: 35px
    }
}

.lazyblock-carousel .carousel-inner-wrapper .carousel-section section {
    height: 100%;
    max-height: calc(40vh - 80px);
    overflow: auto
}

@media (max-width: 769px) {
    .lazyblock-carousel .carousel-inner-wrapper .carousel-section section {
        width: calc(100% - 30px)
    }
}

.lazyblock-carousel .carousel-inner-wrapper .carousel-section section * {
    color: #fff
}

.lazyblock-carousel .slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch;
    min-height: 100%
}

.lazyblock-carousel .slick-initialized .slick-track .slick-slide {
    overflow: hidden;
    height: 100%
}

.lazyblock-carousel .slick-slider {
    margin-bottom: 0
}

.lazyblock-carousel .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 20px;
    height: 25px;
    width: 100%
}

.lazyblock-carousel .slick-dots li {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center
}

.lazyblock-carousel .slick-dots li.slick-active button:before {
    color: #fff;
    height: 100%;
    width: 100%;
    opacity: 1;
    font-size: initial;
    padding: 0;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

.lazyblock-carousel .slick-dots li button {
    height: 100%;
    width: 100%;
    padding: 0
}

.lazyblock-carousel .slick-dots li button:before {
    color: transparent;
    height: 100%;
    width: 100%;
    opacity: 1
}

@media (max-width: 769px) {
    .lazyblock-carousel {
        margin-left: 0;
        margin-right: 0
    }
}

.lazyblock-google-map .mapouter {
    position: relative;
    text-align: right;
    overflow: hidden
}

.lazyblock-google-map .gmap_canvas {
    overflow: hidden;
    border-radius: calc(var(--border-radius) * 2.5);
    height: 100%
}

.lazyblock-google-map .gmap_canvas iframe {
    min-height: 400px !important
}

.lazyblock-google-map .card {
    border: none;
    border-radius: calc(var(--border-radius) * 2.5);
    background-color: #fff;
    box-shadow: 0 0 15px #0000001F;
    overflow: hidden;
    padding: 2.5rem 2.2rem
}

.lazyblock-google-map .card .card-body {
    padding: 0
}

.lazyblock-google-map .card .card-body .title {
    padding-bottom: 1.3rem
}

.lazyblock-google-map .card .location-wrapper {
    padding-bottom: 1.3rem
}

.lazyblock-google-map .card .location-wrapper.blockquote-line {
    position: relative;
    padding: 0 0 0 35px
}

.lazyblock-google-map .card .location-wrapper.blockquote-line::before {
    content: "";
    border-left: 10px solid var(--secondary-color);
    position: absolute;
    bottom: .3rem;
    top: .3rem;
    left: 0;
    border-radius: var(--border-radius)
}

.lazyblock-google-map .card .location-wrapper .location {
    margin-bottom: 0
}

.lazyblock-google-map .card .location-wrapper .phone a {
    color: var(--primary-font-color);
    text-decoration: none
}

.lazyblock-google-map .card .location-wrapper .phone a:hover {
    color: inherit
}

.lazyblock-jobs .job-item-wrapper .job-item-category {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 8px 25px !important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: auto;
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-left: calc(var(--bs-gutter-x) / 2);
    margin-bottom: .5rem;
    border-radius: var(--border-radius);
    font-family: var(--secondary-font);
    font-size: .65rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    padding: 5px 25px
}

.lazyblock-jobs .job-item-wrapper .job-item-category span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.lazyblock-jobs .job-item-wrapper .job-item-category:hover {
    background-color: var(--primary-color)
}

.lazyblock-jobs .job-item-wrapper .job-item-category:hover span {
    transform: scale(1.1)
}

.lazyblock-jobs .job-item-wrapper .job-item-category:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-jobs .job-item-wrapper .job-item-category .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-jobs .job-item-wrapper .job-item-category .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-jobs .job-item-wrapper .job-item-category .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.lazyblock-jobs .job-item-wrapper .job-item-category .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-jobs .job-item-wrapper .job-item-category .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.lazyblock-jobs .job-item-wrapper .job-item-category .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-jobs .job-item-wrapper .job-item-title {
    padding-bottom: 1rem
}

.lazyblock-jobs .job-item-wrapper .job-item-title h4 a {
    color: var(--primary-font-color);
    text-decoration: none
}

.lazyblock-jobs .job-item-wrapper .job-item-excerpt {
    padding-bottom: 1rem
}

.lazyblock-jobs .job-item-wrapper .job-item-cta a {
    font-family: var(--secondary-font);
    font-size: .85rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    text-decoration: none;
    text-decoration-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-jobs .job-item-wrapper .job-item-cta a:hover {
    color: var(--primary-link-color);
    text-decoration: underline;
    text-decoration-color: var(--primary-link-color)
}

.lazyblock-content-image.border-radius img {
    border-radius: calc(var(--border-radius) * 2.5)
}

.lazyblock-content-image .content-wrapper,
.lazyblock-content-image .image-wrapper {
    position: relative
}

@media all and (min-width: 992px) {

    .lazyblock-content-image .content-wrapper,
    .lazyblock-content-image .image-wrapper {
        padding: 0
    }
}

.lazyblock-content-image .content-wrapper .fluid-image,
.lazyblock-content-image .content-wrapper .fluid-color,
.lazyblock-content-image .image-wrapper .fluid-image,
.lazyblock-content-image .image-wrapper .fluid-color {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10
}

.lazyblock-content-image .content-wrapper .fluid-color.primary,
.lazyblock-content-image .image-wrapper .fluid-color.primary {
    background-color: var(--primary-color)
}

.lazyblock-content-image .content-wrapper .fluid-color.secondary,
.lazyblock-content-image .image-wrapper .fluid-color.secondary {
    background-color: var(--secondary-color)
}

.lazyblock-content-image .content-wrapper .fluid-color.supporting,
.lazyblock-content-image .image-wrapper .fluid-color.supporting {
    background-color: var(--supporting-color)
}

@media all and (max-width: 768px) {
    .lazyblock-content-image {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .lazyblock-content-image .content-wrapper {
        padding-top: 1rem
    }
}

.lazyblock-projects .project-item-wrapper .project-item-img-wrapper {
    max-height: 185px;
    min-height: 185px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

.lazyblock-projects .project-item-wrapper .project-item-img-wrapper img {
    top: 0;
    min-width: 100%;
    width: auto;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--border-radius) * 1.5)
}

@media (max-width: 992px) {
    .lazyblock-projects .project-item-wrapper .project-item-img-wrapper img {
        max-width: 1000vw;
        object-fit: cover
    }
}

.lazyblock-projects .project-item-wrapper .project-item-category {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 8px 25px !important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: auto;
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-left: calc(var(--bs-gutter-x) / 2);
    margin-bottom: .5rem;
    border-radius: var(--border-radius);
    font-family: var(--secondary-font);
    font-size: .65rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    padding: 5px 25px
}

.lazyblock-projects .project-item-wrapper .project-item-category span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.lazyblock-projects .project-item-wrapper .project-item-category:hover {
    background-color: var(--primary-color)
}

.lazyblock-projects .project-item-wrapper .project-item-category:hover span {
    transform: scale(1.1)
}

.lazyblock-projects .project-item-wrapper .project-item-category:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-projects .project-item-wrapper .project-item-category .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-projects .project-item-wrapper .project-item-category .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-projects .project-item-wrapper .project-item-category .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.lazyblock-projects .project-item-wrapper .project-item-category .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-projects .project-item-wrapper .project-item-category .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.lazyblock-projects .project-item-wrapper .project-item-category .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-projects .project-item-wrapper .project-item-title {
    padding-bottom: 1rem
}

.lazyblock-projects .project-item-wrapper .project-item-title h4 a {
    color: var(--primary-font-color);
    text-decoration: none
}

.lazyblock-projects .project-item-wrapper .project-item-excerpt {
    padding-bottom: 1rem
}

.lazyblock-projects .project-item-wrapper .project-item-cta a {
    font-family: var(--secondary-font);
    font-size: .85rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    text-decoration: none;
    text-decoration-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-projects .project-item-wrapper .project-item-cta a:hover {
    color: var(--primary-link-color);
    text-decoration: underline;
    text-decoration-color: var(--primary-link-color)
}

.lazyblock-projects .project-item-wrapper .project-item-full-info .project-item-category {
    margin-left: 0;
    display: inline-flex
}

.lazyblock-members .member-item-wrapper .member-item-category {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 8px 25px !important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: auto;
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-left: calc(var(--bs-gutter-x) / 2);
    margin-bottom: .5rem;
    border-radius: var(--border-radius);
    font-family: var(--secondary-font);
    font-size: .65rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    padding: 5px 25px
}

.lazyblock-members .member-item-wrapper .member-item-category span {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.lazyblock-members .member-item-wrapper .member-item-category:hover {
    background-color: var(--primary-color)
}

.lazyblock-members .member-item-wrapper .member-item-category:hover span {
    transform: scale(1.1)
}

.lazyblock-members .member-item-wrapper .member-item-category:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-members .member-item-wrapper .member-item-category .btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.lazyblock-members .member-item-wrapper .member-item-category .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-members .member-item-wrapper .member-item-category .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.lazyblock-members .member-item-wrapper .member-item-category .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-members .member-item-wrapper .member-item-category .btn-supporting:not(:disabled):not(.disabled):active {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--supporting-color);
    color: #fff
}

.lazyblock-members .member-item-wrapper .member-item-category .btn-supporting:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.lazyblock-members .member-item-wrapper .member-item-title {
    padding-bottom: 1rem
}

.lazyblock-members .member-item-wrapper .member-item-title h4 a {
    color: var(--primary-font-color);
    text-decoration: none
}

.lazyblock-members .member-item-wrapper .member-item-excerpt {
    padding-bottom: 1rem
}

.lazyblock-members .member-item-wrapper .member-item-cta a {
    font-family: var(--secondary-font);
    font-size: .85rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 16px;
    text-decoration: none;
    text-decoration-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-members .member-item-wrapper .member-item-cta a:hover {
    color: var(--primary-link-color);
    text-decoration: underline;
    text-decoration-color: var(--primary-link-color)
}

.lazyblock-fly-in-section {
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 1rem;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media all and (max-width: 1024px) {
    .lazyblock-fly-in-section {
        min-width: 50vw
    }
}

@media all and (max-width: 768px) {
    .lazyblock-fly-in-section {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        height: 100vh !important;
        width: 100vw !important
    }
}

.lazyblock-fly-in-section .lazyblock-fly-in-section-inner {
    padding: 1rem
}

@media all and (max-width: 768px) {
    .lazyblock-fly-in-section .lazyblock-fly-in-section-inner {
        padding-left: 0;
        padding-right: 0
    }
}

.lazyblock-fly-in-section .flyin-section-close {
    text-align: right
}

@media all and (min-width: 768px) {
    .lazyblock-fly-in-section.center {
        top: 50%;
        transform: translate(0, -50%)
    }
}

.lazyblock-fly-in-section.direction-left {
    left: -100vw;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-fly-in-section.direction-left.open {
    left: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-fly-in-section.direction-right {
    right: -100vw;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-fly-in-section.direction-right.open {
    right: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.lazyblock-fly-in-section.direction-right .flyin-section-close {
    text-align: left
}

@media all and (max-width: 768px) {
    .lazyblock-fly-in-section:not(.fluid-color) {
        background-color: #FFF
    }
}

.lazyblock-fly-in-section.fluid-color.primary {
    background-color: var(--primary-color)
}

.lazyblock-fly-in-section.fluid-color.primary a {
    color: var(--secondary-color)
}

.lazyblock-fly-in-section.fluid-color.secondary {
    background-color: var(--secondary-color)
}

.lazyblock-fly-in-section.fluid-color.secondary a {
    color: var(--primary-color)
}

.lazyblock-fly-in-section.fluid-color.supporting {
    background-color: var(--supporting-color)
}

.lazyblock-fly-in-section.fluid-color.supporting a {
    color: var(--primary-color)
}

.lazyblock-fly-in-section .flyin-section-close i {
    position: relative;
    z-index: -1;
    font-size: 1.3rem
}

.lazyblock-teasers.border-radius img {
    border-radius: calc(var(--border-radius) * 2.5)
}

.lazyblock-teasers.border-radius .single-post-teaser,
.lazyblock-teasers.border-radius .pagination {
    border-radius: calc(var(--border-radius) * 2.5);
    padding: 10px
}

.lazyblock-teasers .single-post-teaser {
    background-color: white
}

.lazyblock-teasers .pagination {
    background-color: white
}

.lazyblock-teasers .pagination a {
    display: inline-block;
    padding: 5px;
    width: auto
}

.lazyblock-teasers .pagination a.active {
    font-weight: bold
}

.lazyblock-teasers .pagination_loadmore {
    max-width: 225px;
    margin: 0 auto
}

.lazyblock-teasers .pagination_loadmore a {
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none
}

.lazyblock-teasers .single-post-vertical-teaser {
    flex-direction: column
}

.lazyblock-gallery .gallery-item-wrapper .card {
    border: none;
    border-radius: 0;
    overflow: hidden
}

.lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper {
    min-height: 200px;
    height: 200px
}

@media (min-width: 320px) and(max-width: 681px) {
    .lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper {
        min-height: 140px;
        height: 140px
    }
}

.lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper img {
    cursor: pointer;
    min-height: 200px;
    height: 200px;
    width: 100%;
    overflow: hidden;
    transition: transform .5s ease-in-out
}

@media (min-width: 320px) and(max-width: 681px) {
    .lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper img {
        min-height: 140px;
        height: 140px
    }
}

.lazyblock-gallery .gallery-item-wrapper .card .gallery-card-img-wrapper img:hover {
    transform: scale(1.2)
}

.lazyblock-gallery .gallery-item-wrapper .gallery-card-title {
    padding-bottom: 1rem;
    font-size: 0.938rem;
    font-weight: normal;
    color: #535353
}

.lazyblock-gallery .gallery-item-wrapper .gallery-card-title p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px
}

.lazyblock-gallery .gallery-item-wrapper .gallery-card-title p a {
    color: var(--primary-font-color);
    text-decoration: none
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lazyblock-gallery .gallery-image-modal-popup {
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    animation: 0.5s fadeIn;
    display: none;
    z-index: 9999
}

.lazyblock-gallery .gallery-image-modal-popup .wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center
}

.lazyblock-gallery .gallery-image-modal-popup img {
    max-height: 100%;
    justify-content: center;
    align-items: center
}

.lazyblock-gallery .gallery-image-modal-popup span {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer
}

.lazyblock-gallery .gallery-image-modal-popup .next-button,
.lazyblock-gallery .gallery-image-modal-popup .prev-button {
    position: absolute;
    cursor: pointer
}

.lazyblock-gallery .gallery-image-modal-popup .next-button {
    right: 4%;
    color: #FFFFFF;
    font-size: 2rem
}

.lazyblock-gallery .gallery-image-modal-popup .prev-button {
    left: 4%;
    color: #FFFFFF;
    font-size: 2rem
}

.lazyblock-gallery .gallery-image-modal-popup .next-button:hover,
.lazyblock-gallery .gallery-image-modal-popup .prev-button:hover {
    color: #FFFFFF
}

.lazyblock-gallery .gallery-image-modal-popup .images-amount {
    color: #fff;
    position: absolute;
    bottom: -10px;
    background: #89898966;
    padding: 0rem 2rem 0rem 2rem
}

.lazyblock-gallery-container .pagination.pagination_generic {
    background-color: white;
    justify-content: center
}

.lazyblock-gallery-container .pagination.pagination_generic a {
    color: var(--primary-color);
    display: inline-block;
    padding: 5px;
    width: auto
}

.lazyblock-gallery-container .pagination.pagination_generic a.active {
    font-weight: bold
}

.lazyblock-gallery-container .pagination_loadmore {
    max-width: 225px;
    margin: 0 auto
}

.lazyblock-gallery-container .pagination_loadmore a {
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none
}

.lazyblock-section .read-more a {
    font-weight: normal;
    text-decoration: none
}

.lazyblock-section .pagination.pagination_generic {
    background-color: white;
    justify-content: center
}

.lazyblock-section .pagination.pagination_generic a {
    color: var(--primary-color);
    display: inline-block;
    padding: 5px;
    width: auto
}

.lazyblock-section .pagination.pagination_generic a.active {
    font-weight: bold
}

.lazyblock-section .pagination_loadmore {
    max-width: 225px;
    margin: 0 auto
}

.lazyblock-section .pagination_loadmore a {
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none
}

.lazyblock-section .post-category-img img {
    height: 200px;
    max-height: 200px;
    object-fit: cover
}

.breadcrumb-navigation .breadcrumbs {
    display: flex;
    padding-left: 0
}

@media (min-width: 320px) and(max-width: 480px) {
    .breadcrumb-navigation .breadcrumbs {
        display: block
    }
}

@media (min-width: 320px) and(max-width: 480px) {
    .breadcrumb-navigation .breadcrumbs li {
        margin-bottom: 3rem;
        position: relative
    }
}

.breadcrumb-navigation .breadcrumbs li:last-child {
    color: var(--primary-color)
}

.breadcrumb-navigation .breadcrumbs li a {
    color: var(--primary-color);
    text-decoration: none;
    border-bottom: 1px solid var(--primary-color)
}

.breadcrumb-navigation .breadcrumbs li .fas {
    padding: 0 0.5rem 0;
    font-size: 0.7rem;
    margin: auto;
    color: var(--primary-color)
}

@media (min-width: 320px) and(max-width: 480px) {
    .breadcrumb-navigation .breadcrumbs li .fas {
        position: absolute;
        top: 37px;
        transform: rotate(90deg)
    }
}

.lazyblock-pricing-cards .card {
    position: relative;
    background-color: #f6f6f6;
    transition: all .25s ease-in
}

.lazyblock-pricing-cards .card:hover {
    margin-top: -33px
}

.lazyblock-pricing-cards .card:hover .price-title {
    background-position: 0 0;
    color: black
}

.lazyblock-pricing-cards .card .price-title {
    padding: 2rem;
    background: var(--primary-color);
    color: var(--secondary-color);
    background-image: linear-gradient(to left, transparent, transparent 50%, var(--secondary-color) 50%, var(--secondary-color));
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in
}

.lazyblock-pricing-cards .card .price-amount {
    padding: 1rem
}

.lazyblock-pricing-cards .card .highlight-price {
    position: absolute;
    left: 0px;
    background: #2ECC71;
    color: #fff;
    padding: 4px 32px 4px;
    text-transform: uppercase;
    top: 88px
}

@media (min-width: 1024px) and(max-width: 2560px),
(min-width: 320px) and(max-width: 480px) {
    .lazyblock-pricing-cards .card .highlight-price {
        top: 88px;
        writing-mode: vertical-lr;
        white-space: nowrap;
        padding: 20px 6px
    }
}

.lazyblock-testimonial-container .slick-slide {
    padding: 0 15px 0 15px
}

.lazyblock-testimonial-container .slick-arrow:before {
    color: black
}

.lazyblock-testimonial-container .slick-arrow.prev,
.lazyblock-testimonial-container .slick-arrow.next {
    bottom: 0
}

.lazyblock-testimonial-container .lazyblock-testimonial-wrapper .lazyblock-testimonial-content {
    background: #f3f4f5;
    padding: 2rem
}

.lazyblock-testimonial-container .lazyblock-testimonial-wrapper .lazyblock-testimonial-author-related .name-title p {
    color: #ccc
}

.lazyblock-testimonial-container .lazyblock-testimonial-wrapper .lazyblock-testimonial-author-related .author-photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.lazyblock-icon-box-cards .card {
    border: 1px solid #d7dbde
}

.lazyblock-icon-box-cards .card .card-content {
    padding: 2rem
}

.lazyblock-animated-text-container .typewriter-texts .typewriter-item {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    width: auto
}

.lazyblock-animated-text-container .typewriter-texts .typewriter-item.typing {
    display: inline-block;
    animation: typing 3s steps(40, end) forwards
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.lazyblock-countdown-container #lazyblock-countdown {
    display: flex
}

.lazyblock-countdown-container #lazyblock-countdown .unit {
    padding: 2rem;
    display: grid;
    text-align: center
}

.lazyblock-countdown-container #lazyblock-countdown .number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.8rem
}

.lazyblock-countdown-container #lazyblock-countdown .label {
    font-size: 16px
}

.lazyblock-number-box .number-box-counter {
    padding: 1rem;
    font-size: 2rem
}

.lazyblock-number-box .number-box-content p {
    margin: 0
}

.impressive {
    font-family: var(--secondary-font);
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    flex-direction: column
}

.impressive.bottom .impressive-header {
    order: 2
}

.impressive .primary {
    color: var(--primary-color)
}

.impressive .secondary {
    color: var(--secondary-color)
}

.impressive .supporting {
    color: var(--supporting-color)
}

.badge .bg-primary,
.badge .text-primary {
    color: var(--primary-color)
}

.badge .bg-secondary,
.badge .text-secondary {
    color: var(--secondary-color)
}

.badge .bg-supporting,
.badge .text-supporting {
    color: var(--supporting-color)
}

.badge .bg-white,
.badge .text-white {
    color: white
}

[id^=hellow-] * {
    font-family: 'Comfortaa', cursive
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important
}

::selection {
    background-color: #2563EB !important
}

.card-heading {
    font-weight: 400
}

.card-link {
    color: #000000
}

.full-width {
    width: 100%
}

@media (min-width: 120em) {
    #hellow-vet-1 h1 {
        font-size: 4.75em
    }

    #hellow-vet-1 p,
    #hellow-vet-1 .business-hours>div {
        font-size: 1.7rem
    }

    #hellow-vet-1 footer p {
        font-size: 1rem !important
    }
}

@media (min-width: 160em) {
    #hellow-vet-1 h1 {
        font-size: 4.75em
    }

    #hellow-vet-1 p,
    #hellow-vet-1 .business-hours>div {
        font-size: 1.7rem
    }

    #hellow-vet-1 footer p {
        font-size: 1rem !important
    }
}

#hellow-vet-1 footer p {
    font-size: 0.6rem
}

#hellow-vet-1 img:first-child {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 26%
}

#hellow-vet-1 .blends-theme-footer {
    bottom: 0
}

#hellow-vet-1 .social-link a {
    color: #212529
}

@media (min-width: 120em) {
    #hellow-vet-2 h1 {
        font-size: 4.75em
    }

    #hellow-vet-2 p,
    #hellow-vet-2 .business-hours>div {
        font-size: 1.7rem
    }

    #hellow-vet-2 footer p {
        font-size: 1rem !important;
        text-align: center !important
    }
}

@media (min-width: 160em) {
    #hellow-vet-2 h1 {
        font-size: 4.75em
    }

    #hellow-vet-2 p,
    #hellow-vet-2 .business-hours>div {
        font-size: 1.7rem
    }

    #hellow-vet-2 footer p {
        font-size: 1rem !important;
        text-align: center !important
    }
}

#hellow-vet-2 img:first-child {
    object-fit: cover
}

#hellow-vet-2 .blends-theme-footer {
    padding-top: 16px;
    padding-bottom: 16px
}

#hellow-vet-2 .copyright {
    font-size: 0.8rem
}

#hellow-vet-2 .parallax-cover {
    background: url("images/dog-ectangle.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 100%;
    height: 100%;
    background-attachment: fixed
}

#hellow-vet-2 .social-link a {
    color: #212529
}

#hellow-florist-1 {
    background-image: url("images/florist-bg.jpg");
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    background-size: cover;
    align-content: center
}

#hellow-florist-1 #card-container .card {
    padding: 5rem;
    background: rgba(220, 213, 208, 0.9);
    border: 0;
    color: #AA5947;
    border-radius: 15rem;
    box-shadow: 0 4px 50px 0 rgba(119, 82, 68, 0.5)
}

#hellow-florist-1 #card-container .card img {
    max-width: 180px
}

#hellow-florist-1 #card-container .card p>a {
    color: #AA5947
}

#hellow-florist-1 #card-container .card .card-content-wrapper {
    align-items: stretch
}

@media (max-width: 1199.98px) {
    #hellow-florist-1 #card-container .card .card-content-wrapper {
        text-align: center
    }
}

@media (max-width: 1199.98px) {
    #hellow-florist-1 #card-container .card .card-address ul {
        width: 100%;
        justify-content: center
    }
}

@media (min-width: 160em) {

    #hellow-florist-1 #card-container p,
    #hellow-florist-1 #card-container .opening-hours-days>div,
    #hellow-florist-1 #card-container ul>li>a {
        font-size: 1.7rem
    }
}

#hellow-florist-1 footer {
    position: relative;
    padding-bottom: 29px
}

@media (min-width: 75em) {
    #hellow-florist-1 footer {
        position: absolute;
        bottom: 0;
        padding-bottom: 59px
    }
}

#hellow-florist-1 footer .copyright {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 5px
}

@media (min-width: 1200px) {
    #hellow-florist-1 footer .copyright {
        justify-content: flex-start
    }
}

#hellow-florist-1 footer .copyright a,
#hellow-florist-1 footer .copyright {
    color: #212529
}

#hellow-florist-1 .social-link a {
    color: #AA5947
}

#hellow-florist-2 {
    background-image: url("images/florist-2.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: contain;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end
}

#hellow-florist-2 #card-container .card {
    background: #FFFFFF;
    border: 0;
    color: #A5A5A5;
    border-bottom-left-radius: 14rem;
    border-top-left-radius: 14rem;
    box-shadow: 0px 4px 50px 0px #A4B1C180;
    padding: 5rem;
    margin-bottom: 5rem !important
}

#hellow-florist-2 #card-container p>a {
    color: #A5A5A5
}

@media (min-width: 160em) {

    #hellow-florist-2 #card-container p,
    #hellow-florist-2 #card-container .opening-hours-days>div,
    #hellow-florist-2 #card-container ul>li>a {
        font-size: 1.7rem
    }
}

#hellow-florist-2 footer {
    bottom: 0
}

#hellow-florist-2 #card-container .card .card-content-wrapper {
    align-items: stretch
}

#hellow-accountant-1 {
    height: 100vh
}

#hellow-accountant-1 h2,
#hellow-accountant-1 h1 {
    font-family: 'Gidugu', sans-serif
}

#hellow-accountant-1 .brand-part {
    background: #3983D9;
    color: #FFFFFF
}

#hellow-accountant-1 .brand-part img {
    width: 120px
}

#hellow-accountant-1 .brand-part h1 {
    font-size: 5.3rem
}

#hellow-accountant-1 .card-accountant-heading {
    color: #3983D9;
    font-size: 4rem
}

#hellow-accountant-1 .card-accountant-p,
#hellow-accountant-1 .card-accountant-p address,
#hellow-accountant-1 .card-accountant-p a {
    color: #B8D2F1;
    font-family: 'Assistant', sans-serif;
    font-size: 1.50rem
}

#hellow-accountant-1 footer {
    bottom: 0
}

#hellow-accountant-1 footer .copyright,
#hellow-accountant-1 footer .copyright a {
    font-family: 'Comfortaa', cursive;
    color: #FFFFFF
}

#hellow-accountant-2 {
    height: 100vh
}

#hellow-accountant-2 h1,
#hellow-accountant-2 h2 {
    font-family: 'Gidugu', sans-serif
}

#hellow-accountant-2 .brand-part {
    background: #3983D9;
    color: #FFFFFF;
    border-top-right-radius: 29rem
}

#hellow-accountant-2 .brand-part img {
    width: 120px
}

#hellow-accountant-2 .brand-part h1 {
    font-size: 5.3rem
}

#hellow-accountant-2 .card-accountant-heading {
    color: #3983D9;
    font-size: 4rem
}

#hellow-accountant-2 .card-accountant-p,
#hellow-accountant-2 .card-accountant-p address,
#hellow-accountant-2 .card-accountant-p a {
    color: #B8D2F1;
    font-family: 'Assistant', sans-serif;
    font-size: 1.50rem
}

#hellow-accountant-2 footer {
    bottom: 0
}

#hellow-accountant-2 footer .copyright,
#hellow-accountant-2 footer .copyright a {
    font-family: 'Comfortaa', cursive;
    color: #FFFFFF
}

#hellow-artist {
    background-image: url("images/hello-artist.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-artist * {
    font-family: 'Comfortaa', sans-serif
}

#hellow-artist .card-infos {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding-top: 7rem;
    padding-bottom: 7rem
}

#hellow-artist .card-infos a,
#hellow-artist .card-infos p {
    color: #000000
}

@media (max-width: 30rem) {
    #hellow-artist h1 {
        font-size: 4.75em
    }

    #hellow-artist .card-infos a,
    #hellow-artist .card-infos p,
    #hellow-artist footer p {
        font-size: 1.7rem
    }
}

@media (min-width: 160em) {
    #hellow-artist h1 {
        font-size: 4.75em
    }

    #hellow-artist .card-infos a,
    #hellow-artist .card-infos p,
    #hellow-artist footer p {
        font-size: 1.7rem
    }
}

#hellow-artist footer {
    bottom: 0
}

#hellow-artist footer p,
#hellow-artist footer a {
    color: #FFFFFF
}

#hellow-artist .social-link {
    justify-content: center
}

#hellow-slager {
    background-image: url("images/slager-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-slager h1 {
    font-family: 'Fraunces', serif;
    font-size: 3.5rem
}

#hellow-slager .card-infos {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: 0;
    padding-top: 7rem;
    padding-bottom: 7rem;
    align-items: center
}

#hellow-slager .card-infos:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0
}

#hellow-slager .card-infos.box-control::after {
    border-bottom: 30px solid transparent;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    right: 20px;
    bottom: -5px
}

#hellow-slager footer {
    bottom: 0
}

#hellow-slager footer p {
    color: #FFFFFF
}

#hellow-slager #slager-division {
    display: flex;
    flex-direction: column
}

#hellow-slager .blends-rectangles {
    display: flex;
    flex-direction: row;
    position: relative
}

#hellow-slager .one:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 194px solid transparent;
    border-top: 50px solid #FFFFFF;
    width: 50%
}

#hellow-slager .two:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 194px solid transparent;
    border-top: 50px solid #FFFFFF;
    width: 50%
}

#hellow-slager .one,
#hellow-slager .two {
    flex: 1
}

#hellow-slager .box-control a {
    color: #212529
}

@media (min-width: 160em) {
    #hellow-slager .one:after {
        border-left: 0px solid transparent;
        border-right: 33rem solid transparent;
        border-top: 81px solid #FFFFFF
    }

    #hellow-slager .two:after {
        border-right: 0px solid transparent;
        border-left: 33rem solid transparent;
        border-top: 81px solid #FFFFFF
    }

    #hellow-slager h1 {
        font-size: 4.75em
    }

    #hellow-slager h4 {
        font-size: 2.7rem
    }

    #hellow-slager .card-infos a,
    #hellow-slager .card-infos p,
    #hellow-slager footer p {
        font-size: 1.7rem
    }

    #hellow-slager #slager-division p,
    #hellow-slager #slager-division .opening-hours-days>div,
    #hellow-slager #card-container ul>li>a {
        font-size: 1.7rem
    }

    #hellow-slager .social-link {
        justify-content: center
    }
}

@media (min-width: 142rem) and(max-width: 161rem) {
    #hellow-slager .one:after {
        border-right: 17rem solid transparent !important;
        width: 34% !important
    }

    #hellow-slager .two:after {
        border-left: 17rem solid transparent !important;
        width: 34% !important
    }
}

@media (min-width: 105rem) and(max-width: 142rem) {
    #hellow-slager .one:after {
        border-right: 17rem solid transparent !important;
        width: 34% !important
    }

    #hellow-slager .two:after {
        border-left: 17rem solid transparent !important;
        width: 34% !important
    }
}

#hellow-slager .social-link {
    justify-content: center
}

#hellow-slager-2 {
    background-image: url("images/slager-2-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-slager-2 h1 {
    font-family: 'Fraunces', serif;
    font-size: 3.5rem
}

#hellow-slager-2 .card-infos {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: 0;
    padding-top: 7rem;
    padding-bottom: 7rem;
    align-items: center
}

#hellow-slager-2 .card-infos:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0
}

#hellow-slager-2 .card-infos.box-control::after {
    border-bottom: 30px solid transparent;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    right: 20px;
    bottom: -5px
}

#hellow-slager-2 footer {
    bottom: 0
}

#hellow-slager-2 footer p {
    color: #FFFFFF
}

#hellow-slager-2 #slager-division {
    display: flex;
    flex-direction: column
}

#hellow-slager-2 .blends-rectangles {
    display: flex;
    flex-direction: row;
    position: relative
}

#hellow-slager-2 .box-control a {
    color: #212529
}

#hellow-slager-2 .one:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 194px solid transparent;
    border-top: 50px solid #FFFFFF;
    width: 50%
}

#hellow-slager-2 .two:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 194px solid transparent;
    border-top: 50px solid #FFFFFF;
    width: 50%
}

#hellow-slager-2 .one,
#hellow-slager-2 .two {
    flex: 1
}

@media (min-width: 160em) {
    #hellow-slager-2 .one:after {
        border-left: 0px solid transparent;
        border-right: 365px solid transparent;
        border-top: 81px solid #FFFFFF
    }

    #hellow-slager-2 .two:after {
        border-right: 0px solid transparent;
        border-left: 365px solid transparent;
        border-top: 81px solid #FFFFFF
    }

    #hellow-slager-2 h1 {
        font-size: 4.75em
    }

    #hellow-slager-2 h4 {
        font-size: 2.7rem
    }

    #hellow-slager-2 .card-infos a,
    #hellow-slager-2 .card-infos p,
    #hellow-slager-2 footer p {
        font-size: 1.7rem
    }

    #hellow-slager-2 #slager-division p,
    #hellow-slager-2 #slager-division .opening-hours-days>div,
    #hellow-slager-2 #card-container ul>li>a {
        font-size: 1.7rem
    }
}

#hellow-wellness {
    background-image: url("images/wellness-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-wellness h1 {
    color: #B6D4EF
}

#hellow-wellness h1>span {
    text-transform: uppercase
}

#hellow-wellness footer {
    bottom: 0
}

#hellow-wellness footer p {
    color: #FFFFFF
}

#hellow-wellness .wellness-box-controle {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#hellow-wellness .opening-hours-days>div,
#hellow-wellness .opening-hours-days p {
    color: #697587
}

#hellow-wellness p {
    color: #697587
}

#hellow-wellness .card-infos {
    background: #F8F8F8;
    padding-top: 7rem;
    padding-bottom: 7rem;
    border-radius: 6rem;
    color: white;
    background: radial-gradient(circle at top, transparent 32px, #F8F8F8 33px);
    border-radius: 15px;
    border: 0
}

#hellow-wellness .box-control {
    position: relative
}

#hellow-wellness .box-control::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #B6D4EF;
    border-radius: 50%
}

#hellow-wellness .social-link {
    justify-content: center
}

#hellow-wellness .wellness-box-controle a {
    color: #697587
}

#hellow-wellness-2 {
    background-image: url("images/wellness-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-wellness-2 h1 {
    color: #F1D7D7
}

#hellow-wellness-2 h1>span {
    text-transform: uppercase
}

#hellow-wellness-2 footer {
    bottom: 0
}

#hellow-wellness-2 footer p {
    color: #FFFFFF
}

#hellow-wellness-2 .wellness-box-controle {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#hellow-wellness-2 .opening-hours-days>div,
#hellow-wellness-2 .opening-hours-days address {
    color: #444444
}

#hellow-wellness-2 p {
    color: #444444
}

#hellow-wellness-2 .card-infos {
    background: #F8F8F8;
    padding-top: 7rem;
    padding-bottom: 7rem;
    border-radius: 6rem;
    color: white;
    background: radial-gradient(circle at top, transparent 32px, #F8F8F8 33px);
    border-radius: 15px;
    border: 0
}

#hellow-wellness-2 .box-control {
    position: relative
}

#hellow-wellness-2 .box-control::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #F1D7D7;
    border-radius: 50%
}

#hellow-wellness-2 .social-link {
    justify-content: center
}

#hellow-wellness-2 .wellness-box-controle a {
    color: #212529
}

#hellow-wellness-3 {
    background-image: url("images/wellness-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-wellness-3 h1 {
    color: #FDCC6F
}

#hellow-wellness-3 h1>span {
    text-transform: uppercase
}

#hellow-wellness-3 footer {
    bottom: 0
}

#hellow-wellness-3 footer p {
    color: #FFFFFF
}

#hellow-wellness-3 .wellness-box-controle {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#hellow-wellness-3 .opening-hours-days>div,
#hellow-wellness-3 .opening-hours-days address {
    color: #444444
}

#hellow-wellness-3 p {
    color: #444444
}

#hellow-wellness-3 .card-infos {
    background: #F8F8F8;
    padding-top: 7rem;
    padding-bottom: 7rem;
    border-radius: 6rem;
    color: white;
    background: radial-gradient(circle at top, transparent 32px, #F8F8F8 33px);
    border-radius: 15px;
    border: 0
}

#hellow-wellness-3 .box-control {
    position: relative
}

#hellow-wellness-3 .box-control::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #FDCC6F;
    border-radius: 50%
}

#hellow-wellness-3 .social-link {
    justify-content: center
}

#hellow-wellness-3 .wellness-box-controle a {
    color: #212529
}

#hellow-wellness-3 {
    background-image: url("images/wellness-bg-4.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    width: auto;
    background-size: cover;
    background-position: center
}

#hellow-wellness-3 h1 {
    color: #245943
}

#hellow-wellness-3 h1>span {
    text-transform: uppercase
}

#hellow-wellness-3 footer {
    bottom: 0
}

#hellow-wellness-3 footer p {
    color: #FFFFFF
}

#hellow-wellness-3 .wellness-box-controle {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#hellow-wellness-3 .opening-hours-days>div,
#hellow-wellness-3 .opening-hours-days address {
    color: #444444
}

#hellow-wellness-3 p {
    color: #444444
}

#hellow-wellness-3 .card-infos {
    background: #F8F8F8;
    padding-top: 7rem;
    padding-bottom: 7rem;
    border-radius: 6rem;
    color: white;
    background: radial-gradient(circle at top, transparent 32px, #F8F8F8 33px);
    border-radius: 15px;
    border: 0
}

#hellow-wellness-3 .box-control {
    position: relative
}

#hellow-wellness-3 .box-control::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #245943;
    border-radius: 50%
}

#hellow-wellness-3 .social-link {
    justify-content: center
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: none
}

.flex-centered {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center
}

.grecaptcha-badge {
    visibility: collapse !important
}

.inline {
    display: inline-block
}