﻿.contact-block, .content-block, .cta-block {
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.content-block__content, .content-block__headline {
    position: relative;
    z-index: 10;
}
.content-block__content {
    text-align: left;
}
.content-block ol:last-of-type:last-child, .content-block p:last-of-type:last-child, .content-block ul:last-of-type:last-child {
    margin-bottom: 0;
}
.content-block .content-block-accordions__description p:last-of-type {
    margin-bottom: 1.5em;
}
.content-block-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
@media (min-width:992px) {
    .content-two-col .content-block__content {
    column-count: 2;
    column-gap: 30px;
}
}@media (min-width:1200px) {
    .content-two-col .content-block__content {
    column-gap: 45px;
}
}.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-quint);
}
.team-card:not(:last-child) {
    margin-bottom: 30px;
}
@media (min-width:992px) {
    .team-card {
    flex-direction: row;
}
}.team-card__thumbnail {
    position: relative;
    flex-basis: 350px;
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
}
.team-card__thumbnail:after {
    content: "";
    display: block;
    padding-top: 100%}
@media (min-width:576px) {
    .team-card__thumbnail {
    width: 350px;
    margin-top: 2em;
}
}@media (min-width:992px) {
    .team-card__thumbnail {
    margin-top: 0;
    margin-bottom: 0;
}
}.team-card__img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.team-card__link {
    font-weight: 700;
    text-decoration: none;
}
.team-card__link:after {
    content: "";
    margin-left: 0.25em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.team-card__link:focus, .team-card__link:hover {
    text-decoration: none;
}
.team-card__content {
    padding: 0 30px 30px;
}
@media (min-width:576px) {
    .team-card__content {
    padding: 0 45px 45px;
}
}@media (min-width:992px) {
    .team-card__content {
    padding: 30px 45px;
}
}@media (min-width:1200px) {
    .team-card__content {
    padding: 45px 90px;
}
}.content-overlap__content {
    position: relative;
    padding: 3rem 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #fff;
}
.content-overlap__content::after, .content-overlap__content::before {
    opacity: 0.8;
}
.content-overlap__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 300%;
    height: 100%;
    background-color: var(--color-prime);
    z-index: 0;
}
@media (min-width:768px) {
    .content-overlap__content {
    padding: 6rem 0;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
}@media (min-width:992px) {
    .content-overlap__content {
    margin-top: 6rem;
    margin-bottom: 15rem;
}
.content-overlap__content::after, .content-overlap__content::before {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    opacity: 1;
}
.content-overlap__content::before {
    content: "";
    width: 200%}
.content-overlap__content--left:before {
    left: initial;
    right: -100%}
.content-overlap__content::after {
    content: "";
    right: -8rem;
    width: 8rem;
    background-color: var(--color-prime);
}
.content-overlap__content--left::after {
    right: initial;
    left: -8rem;
}
}@media (min-width:1200px) {
    .content-overlap__content {
    padding: 8rem 0;
}
}.content-overlap__content .headline {
    color: #fff;
}
.btn--overlap {
    position: relative;
    z-index: 10;
}
.content-overlap__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media (min-width:992px) {
    .content-overlap__figure {
    left: 44%;
    width: 56%;
    margin-bottom: 0;
}
.content-overlap__figure--left {
    left: 0;
}
}.content-overlap__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn--second.btn--overlap:focus, .btn--second.btn--overlap:hover {
    background-color: #fff;
    color: var(--color-prime);
}
#carouselTeam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#carouselTeam .carousel-inner {
    order: -1;
    flex: 1 0 auto;
    margin-bottom: 1em;
}
@media (min-width:992px) {
    #carouselTeam {
    display: grid;
    grid-template-columns: repeat(12,  1fr);
    grid-gap: 3rem;
}
#carouselTeam .carousel-inner {
    grid-column-start: 2;
    grid-column-end: 12;
    order: 0;
    margin-bottom: 0;
}
}.carousel-team__control {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 9rem;
    padding: 0;
    margin: 0 1.5rem;
    border: 0;
    border-radius: 50%;
    font-size: 3.2rem;
    line-height: 1;
    background-color: #fff;
    color: var(--color-prime);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.carousel-team__control::after {
    content: "";
    display: block;
    padding-top: 100%}
.carousel-team__control:focus, .carousel-team__control:hover {
    background-color: var(--color-second);
    color: #fff;
}
@media (min-width:992px) {
    .carousel-team__control {
    width: 100%;
    margin: 0;
}
.carousel-team__control.carousel-control-prev {
    grid-column-start: 1;
    grid-column-end: 2;
}
.carousel-team__control.carousel-control-next {
    grid-column-start: 12;
    grid-column-end: 13;
}
}.carousel-team__control>i {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%}
.carousel-team__count {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: center;
}
.carousel-team__item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 3rem;
    background-color: #fff;
}
@media (min-width:992px) {
    .carousel-team__item {
    flex-direction: row;
    align-items: flex-start;
    padding: 6rem;
}
}.carousel-team__figure {
    position: relative;
    flex: 0 0 25rem;
    width: 100%}
.carousel-team__figure::after {
    content: "";
    display: block;
    padding-top: 140%}
@media (min-width:576px) {
    .carousel-team__figure {
    width: 25rem;
}
}@media (min-width:992px) {
    .carousel-team__figure {
    margin-right: 3rem;
    margin-bottom: 0;
}
}@media (min-width:1200px) {
    .carousel-team__figure {
    margin-right: 6rem;
}
}.carousel-team__figure--placeholder {
    background-color: var(--color-quint);
}
.carousel-team__figure--placeholder::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 4.2rem;
    background-color: var(--color-prime);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.carousel-team__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.carousel-team__content {
    flex: 1 0 0;
    width: 100%;
    text-align: left;
}
.carousel-team__name {
    margin-bottom: 0.12em;
    font-size: 3.6rem;
    line-height: 1;
    color: var(--color-prime);
    font-family: "Inter",  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  "Helvetica Neue",  Arial,  sans-serif,  "Apple Color Emoji",  "Segoe UI Emoji",  "Segoe UI Symbol";
    font-weight: 600;
}
.carousel-team__title {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--color-prime);
}
.carousel-team__desc {
    color: rgba(0,  0,  0,  0.85);
}
.carousel-team__link {
    display: inline-block;
    text-decoration: none;
}
.carousel-team__link::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.25em;
    color: var(--color-second);
    transition: all 0.3s ease-in-out;
}
.carousel-team__link:focus, .carousel-team__link:hover {
    text-decoration: none;
}
.carousel-team__link:focus::after, .carousel-team__link:hover::after {
    margin-left: 0.5em;
}
.post-feed__posts {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
}
@media (min-width:992px) {
    .post-feed__posts {
    grid-template-columns: repeat(3,  1fr);
}
}.post-feed__item {
    display: flex;
    flex-direction: column;
}
.post-feed__feat-img {
    position: relative;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.post-feed__feat-img::after {
    content: "";
    display: block;
    padding-top: 35.7142857143%}
@media (min-width:576px) {
    .post-feed__feat-img {
    width: 350px;
}
}@media (min-width:992px) {
    .post-feed__feat-img {
    width: 100%}
}.post-feed__feat-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-feed__feat-img--placeholder {
    background-color: var(--color-quart);
}
.post-feed__feat-img--placeholder::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 4.2rem;
    background-color: var(--color-second);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.post-feed__post-title {
    display: block;
    margin-bottom: 0.25em;
    font-weight: 500;
    font-family: "Inter",  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  "Helvetica Neue",  Arial,  sans-serif,  "Apple Color Emoji",  "Segoe UI Emoji",  "Segoe UI Symbol";
    font-size: 2.4rem;
    text-decoration: none;
    text-align: left;
    color: var(--color-prime);
}
.post-feed__details {
    display: inline-block;
    align-self: flex-start;
    font-size: 1.6rem;
    text-align: left;
}
.post-feed__details::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    margin: 0.65em 0;
    background-color: var(--color-second);
}
.post-feed__excerpt {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: left;
}
.post-feed__excerpt p {
    margin-bottom: 0;
}
.post-feed__read-more {
    display: block;
    margin-top: auto;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
    text-decoration: none;
    font-family: "Inter",  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  "Helvetica Neue",  Arial,  sans-serif,  "Apple Color Emoji",  "Segoe UI Emoji",  "Segoe UI Symbol"}
.post-feed__read-more::after {
    content: "";
    margin-left: 0.25em;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: var(--color-second);
    transition: all 0.3s ease-in-out;
}
.post-feed__read-more:focus, .post-feed__read-more:hover {
    text-decoration: none;
}
.post-feed__read-more:focus::after, .post-feed__read-more:hover::after {
    margin-left: 0.5em;
}
.video-feed__title .headline {
    margin-bottom: 0.25em;
}
.video-feed__posts {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
}
@media (min-width:992px) {
    .video-feed__posts {
    grid-template-columns: repeat(3,  1fr);
}
}.video-feed__item {
    text-align: left;
}
.video-feed__button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
    border: 0;
}
.video-feed__button::before {
    content: "";
    display: block;
    padding-top: 56.25%}
.video-feed__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%}
.video-feed__thumbnail::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 4.2rem;
    text-indent: 0.2em;
    background-color: var(--color-second);
    color: #fff;
    box-shadow: 0.3rem 0.3rem 0.8rem 0 rgba(0,  0,  0,  0.35);
    opacity: 0.95;
    transform-origin: top left;
    transition: all 0.3s ease-in-out;
}
.video-feed__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width:992px) {
    .video-feed__thumbnail: :after {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 2.4rem;
}
}.video-feed__button:focus .video-feed__thumbnail::after, .video-feed__button:hover .video-feed__thumbnail::after {
    transform: scale(1.2) translateX(-50%) translateY(-50%);
    background-color: var(--color-prime);
    opacity: 0.95;
}
.video-feed__link {
    display: block;
    font-size: 3.2rem;
    line-height: 1.2;
    text-decoration: none;
    color: var(--color-prime);
    font-family: "Inter",  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  "Helvetica Neue",  Arial,  sans-serif,  "Apple Color Emoji",  "Segoe UI Emoji",  "Segoe UI Symbol";
    font-weight: 600;
}
.video-feed__btn-row {
    text-align: center;
}
.blog-roll__title-container {
    position: relative;
    max-height: 30rem;
    overflow: hidden;
    background-color: var(--color-prime);
}
@media (min-width:992px) {
    .blog-roll__title-container {
    position: absolute;
    width: calc(100% - 3.0rem);
    height: 100%;
    max-height: initial;
}
}.blog-roll__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3rem;
    z-index: 20;
}
@media (min-width:1200px) {
    .blog-roll__title {
    padding: 6rem;
}
}.blog-roll__title .headline {
    line-height: 1.2;
    color: #fff;
}
.blog-roll__img {
    width: 100%;
    min-height: 21rem;
    object-fit: cover;
}
@media (min-width:992px) {
    .blog-roll__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}.blog-roll__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid var(--color-tert);
}
.blog-roll__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.blog-roll__date {
    letter-spacing: 0.35rem;
    color: var(--color-second);
}
.blog-roll__post-title {
    color: rgba(0,  0,  0,  0.85);
}
.blog-roll__read-more {
    color: var(--color-prime);
}
.blog-roll__read-more::after {
    content: "";
    margin-left: 0.25em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.blog-roll__link:focus .blog-roll__post-title, .blog-roll__link:hover .blog-roll__post-title {
    color: var(--color-prime);
}
.blog-roll__link:focus .blog-roll__read-more::after, .blog-roll__link:hover .blog-roll__read-more::after {
    margin-left: 0.5em;
    color: var(--color-second);
}
@media (min-width:992px) {
    .block-padding .blog-roll__title-container {
    top: -9rem;
    height: calc(100% + 9rem * 2);
}
.block-padding-1 .blog-roll__title-container {
    top: -3rem;
    height: calc(100% + 3rem * 2);
}
.block-padding-2 .blog-roll__title-container {
    top: -6rem;
    height: calc(100% + 6rem * 2);
}
.block-padding-3 .blog-roll__title-container {
    top: -9rem;
    height: calc(100% + 9rem * 2);
}
}@media (min-width:1500px) {
    .block-padding .blog-roll__title-container {
    top: -9rem;
    height: calc(100% + 9rem * 2);
}
}.tease-list {
    list-style: none;
    padding-left: 0;
}
.tease-list__item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.75em;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid var(--color-tert);
}
.tease-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.tease-list__item::before {
    display: none !important;
}
.tease-list__icon {
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 1.25em;
    color: var(--color-second);
}
.tease-list__title {
    position: relative;
    display: inline-block;
}
.tease-list__link {
    display: inline-block;
    text-decoration: none;
}
.tease-list__link::after {
    content: "";
    margin-left: 0.8rem;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.tease-list__link:focus, .tease-list__link:hover {
    text-decoration: none;
}
.content-block--offset {
    overflow: visible;
}
@media (min-width:992px) {
    .content-block--offset {
    border-top: 9rem solid #fff;
}
.content-block--offset::after {
    content: "";
    position: absolute;
    top: 0;
    left: 35%;
    display: block;
    width: 100%;
    height: 90%;
    background-color: var(--color-prime);
    opacity: 0.05;
    z-index: -1;
}
.content-block--offset--right::after {
    left: initial;
    right: 35%}
}@media (min-width:1500px) {
    .content-block--offset {
    border-top: calc(9rem * 2) solid #fff;
}
}@media (min-width:992px) {
    .overlay-bg__figure {
    position: absolute;
    top: calc(9rem * 2 * -1);
    width: calc(100% - 3.0rem);
    height: calc(100% + 9rem * 2);
}
}.overlay-bg__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width:1500px) {
    .overlay-bg__figure {
    top: calc(9rem * 2 * -1);
    height: calc(100% + 9rem * 2);
}
}.content__half-headline>* {
    position: relative;
    z-index: 2;
}
.content-block--alt.content__half-headline>* {
    position: relative;
    padding: 1em 0.5em;
    text-align: center;
    background: var(--color-second);
    color: #fff;
}
.content__half-img {
    width: 100%;
    object-fit: cover;
}
@media (min-width:992px) {
    .content__half-img {
    max-width: initial;
    height: 100%}
}@media (min-width:992px) {
    .content__half-img-figure {
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 135%;
    height: 100%;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
.content__half-img-figure--right {
    left: 1.5rem;
    right: initial;
}
}@media (min-width:1200px) {
    .content__half-img-figure {
    width: 43vw;
}
}@media (min-width:1500px) {
    .content__half-img-figure {
    width: 45vw;
}
}.title-quote__quote-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-quote__quote-col::after {
    content: "";
    position: absolute;
    width: calc(150% + 1.5rem);
    height: 100%;
    top: 0;
    left: 100%;
    background: var(--color-prime);
}
.title-quote__quote-col--left::after {
    left: -150%;
    background: var(--color-prime);
}
.pull-quote__container {
    padding-left: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 2em;
    border-left: 0.6rem solid var(--color-second);
}
.title-quote__quote-col--left .pull-quote__container {
    margin-left: 0;
}
@media (min-width:1200px) {
    .title-quote__quote-col--left .pull-quote__txt {
    margin-right: 4rem;
}
}.company-logo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem;
}
@media (min-width:992px) {
    .company-logo-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
}.company-logo-row .badge-row__item {
    flex-basis: 40%;
    margin: 1rem;
    text-align: center;
}
@media (min-width:768px) {
    .company-logo-row .badge-row__item {
    flex-basis: 30%}
}@media (min-width:992px) {
    .company-logo-row .badge-row__item {
    flex-basis: auto;
    flex-grow: 0;
    margin: 0 1.5rem;
}
}.feat-vid__thumbnail-container {
    position: relative;
    margin-bottom: 3rem;
    cursor: pointer;
}
.feat-vid__thumbnail-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    text-indent: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 3.2rem;
    transform: translateX(-50%) translateY(-50%);
    background: var(--color-prime);
    color: #fff;
    opacity: 0.95;
    z-index: 10;
}
.feat-vid__thumbnail-container::after, .feat-vid__thumbnail-container * {
    transition: all 0.3s ease-in-out;
}
.feat-vid__thumbnail-container:focus {
    outline: 0.2rem dotted var(--color-prime);
}
.feat-vid__thumbnail-container:focus::after, .feat-vid__thumbnail-container:hover::after {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
}
@media (min-width:576px) {
    .feat-vid__thumbnail-container: :after {
    width: 13rem;
    height: 13rem;
    font-size: 4.2rem;
}
}@media (min-width:768px) {
    .feat-vid__thumbnail-container: :after {
    width: 18rem;
    height: 18rem;
    font-size: 7rem;
}
}@media (min-width:992px) {
    .feat-vid__thumbnail-container {
    position: absolute;
}
}@media (min-width:1200px) {
    .feat-vid__thumbnail-container {
    margin-bottom: 0;
}
.feat-vid__thumbnail-container::after {
    left: 60%;
    font-size: 8.2rem;
}
}@media (min-width:1500px) {
    .feat-vid__thumbnail-container: :after {
    left: 50%}
}@media (min-width:1900px) {
    .feat-vid__thumbnail-container: :after {
    width: 20rem;
    height: 20rem;
    font-size: 9rem;
}
}.feat-vid__thumbnail-container:focus img, .feat-vid__thumbnail-container:hover img {
    filter: brightness(120%);
}
.cta-min {
    display: flex;
    flex-direction: column;
}
@media (min-width:576px) {
    .cta-min {
    flex-direction: row;
    flex-wrap: wrap;
}
}.cta-min__item {
    position: relative;
    flex: 1 1 auto;
    padding: 44px 24px 24px;
    line-height: 1.2;
    text-decoration: none;
    background-color: #fff;
}
.cta-min__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-color: var(--color-prime);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.cta-min__item:focus, .cta-min__item:hover {
    text-decoration: none;
    color: #fff;
}
.cta-min__item:focus:before, .cta-min__item:hover:before {
    height: 100%}
@media (min-width:576px) {
    .cta-min__item {
    flex: 1 1 calc(50% - 30px);
}
}@media (min-width:1200px) {
    .cta-min__item {
    flex: 1 1 0;
    font-size: 20px;
}
}.cta-min__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.cta-min__icon {
    width: 24px;
    height: 24px;
    margin-left: 15px;
    font-size: 2.4rem;
    line-height: 1;
    color: var(--color-second);
}
.cta-min__icon svg {
    width: 100%;
    height: 100%}
.cta-picture {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width:576px) {
    .cta-picture {
    flex-direction: row;
}
}.cta-picture__item {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    font-size: 2.1rem;
    color: #fff;
}
.cta-picture__item:focus, .cta-picture__item:hover {
    text-decoration: none;
    color: #fff;
}
.cta-picture__item:focus .cta-picture__content:after, .cta-picture__item:hover .cta-picture__content:after {
    background-color: var(--color-second);
}
.cta-picture__figure {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.cta-picture__figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%}
.cta-picture__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta-picture__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
.cta-picture__content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-prime);
    opacity: 0.95;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.cta-picture__txt {
    position: relative;
    z-index: 10;
}
.cta-circle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
@media (min-width:992px) {
    .cta-circle {
    justify-content: space-between;
}
}.cta-circle__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: rgba(0,  0,  0,  0.85);
}
.cta-circle__item:focus, .cta-circle__item:hover {
    text-decoration: none;
    color: var(--color-prime);
}
.cta-circle__item:focus .cta-circle__icon, .cta-circle__item:hover .cta-circle__icon {
    background-color: var(--color-second);
}
.cta-circle__item:focus .cta-circle__icon svg, .cta-circle__item:hover .cta-circle__icon svg {
    transform: scale(1.3);
}
@media (min-width:1200px) {
    .cta-circle__item {
    font-size: 2.1rem;
}
}.cta-circle__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 135px;
    margin-bottom: 0.75em;
    border-radius: 50%;
    background-color: var(--color-prime);
    fill: #fff;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.cta-circle__icon svg {
    width: auto;
    height: 50px;
    transition: all 0.3s ease-in-out;
}
@media (min-width:768px) {
    .cta-circle__icon {
    width: 165px;
    height: 165px;
}
.cta-circle__icon svg {
    height: 60px;
}
}@media (min-width:992px) {
    .cta-circle__icon {
    width: 125px;
    height: 125px;
}
.cta-circle__icon svg {
    height: 40px;
}
}@media (min-width:1200px) {
    .cta-circle__icon {
    width: 165px;
    height: 165px;
}
.cta-circle__icon svg {
    height: 60px;
}
}.cta-block--grid .container-fluid .cta-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.cta-grid {
    display: flex;
    flex-wrap: wrap;
}
.cta-grid__item {
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 100%;
    text-decoration: none;
    background-color: var(--color-prime);
    color: #fff;
    overflow: hidden;
}
.cta-grid__item::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%}
.cta-grid__item:focus, .cta-grid__item:hover {
    color: #fff;
}
.cta-grid__item:focus .cta-grid__txt:after, .cta-grid__item:hover .cta-grid__txt:after {
    transform: scaleX(2);
}
.cta-grid__item:focus .cta-grid__img, .cta-grid__item:hover .cta-grid__img {
    transform: scale(1.2);
    filter: brightness(130%);
    opacity: 0.3;
}
@media (min-width:576px) {
    .cta-grid__item {
    flex-basis: 50%}
}@media (min-width:768px) {
    .cta-grid__item: :before {
    padding-top: 48.378%}
}@media (min-width:992px) {
    .cta-grid__item {
    flex-basis: 33.333333%}
}.cta-grid__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2.1rem;
    z-index: 20;
}
@media (min-width:992px) {
    .cta-grid__content {
    font-size: 2.4rem;
}
}.cta-grid__txt {
    text-align: center;
    text-shadow: 1px 1px 2px var(--color-prime);
}
.cta-grid__txt:after {
    content: "";
    display: block;
    width: 60px;
    height: 6px;
    margin: 1em auto 0;
    background-color: var(--color-second);
    transition: all 0.3s ease-in-out;
}
.cta-grid__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
@media (min-width:1200px) {
    .cta-block--bar.cta-block-1 {
    position: absolute;
    transform: translateY(-100%);
    width: 100%}
}.cta-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    border-radius: 20px;
    line-height: 1.2;
    background-color: var(--color-prime);
}
@media (min-width:576px) {
    .cta-bar {
    padding: 30px;
}
}@media (min-width:768px) {
    .cta-bar {
    justify-content: space-between;
}
}@media (min-width:1200px) {
    .cta-bar {
    position: relative;
    padding: 30px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 9px 6px 19px 0 rgba(0,  0,  0,  0.22);
}
}.cta-bar__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.cta-bar__item:focus, .cta-bar__item:hover {
    text-decoration: none;
    text-shadow: 2px 3px 35px rgba(255,  255,  255,  0.6);
    color: #fff;
}
.cta-bar__item:focus .cta-bar__icon, .cta-bar__item:hover .cta-bar__icon {
    fill: var(--color-second);
    filter: drop-shadow(2px 3px 2px rgba(#00,  0.6)) brightness(130%);
}
@media (min-width:768px) {
    .cta-bar__item {
    margin: 0;
}
}@media (min-width:992px) {
    .cta-bar__item {
    flex-direction: row;
    padding: 15px 0;
    text-align: left;
}
.cta-bar__item:not(:last-child) {
    border-right: 1px solid #fff;
}
}@media (min-width:1200px) {
    .cta-bar__item {
    font-size: 2.1rem;
}
}.cta-bar__icon {
    margin-bottom: 15px;
    fill: var(--color-quint);
    transition: all 0.3s ease-in-out;
}
.cta-bar__icon svg {
    width: auto;
    height: 44px;
}
@media (min-width:992px) {
    .cta-bar__icon {
    margin-right: 15px;
    margin-bottom: 0;
}
}@media (min-width:1200px) {
    .cta-bar__icon svg {
    height: 54px;
}
}.card-grid-block {
    overflow: visible;
}
.card-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    justify-content: center;
}
@media (min-width:992px) {
    .card-grid {
    grid-template-columns: 1fr 1fr;
}
}.card-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    box-shadow: 0 2px 45px 0 rgba(6,  45,  66,  0.18);
    background-color: #fff;
    color: rgba(0,  0,  0,  0.85);
}
@media (min-width:1200px) {
    .card-grid__item {
    padding-right: 9rem;
    padding-left: 9rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
}.card-grid__icon {
    margin-bottom: 0.25em;
    line-height: 1;
}
.card-grid__desc {
    text-align: left;
}
.card-grid__title {
    line-height: 1.2;
    hyphens: auto;
}
.alternating__img {
    object-fit: cover;
}
@media (max-width:992px - 1) {
    .alternating__img {
    width: 100%;
    height: auto;
}
}@media (min-width:992px) {
    .alternating__figure {
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0;
}
.alternating__img {
    width: 100%;
    height: 100%}
}.carousel-review__item {
    max-width: 920px;
    margin: auto;
}
.carousel-results {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.carousel-results>* {
    margin: 0 15px;
}
.carousel-results__row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
}
@media (min-width:992px) {
    .carousel-results__row {
    grid-template-columns: repeat(3,  1fr);
}
}.carousel-control--results {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 68px;
    background-color: var(--color-second);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.carousel-control--results:focus, .carousel-control--results:hover {
    background-color: var(--color-prime);
}
.carousel-results__desc p {
    margin-bottom: 0.75em;
    text-align: left;
}
@media (min-width:1200px) {
    .carousel-results__desc {
    margin: 0 20px;
}
}.review-car__title {
    font-family: "Inter",  -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  "Helvetica Neue",  Arial,  sans-serif,  "Apple Color Emoji",  "Segoe UI Emoji",  "Segoe UI Symbol";
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
@media (min-width:1200px) {
    .review-car__title {
    font-size: 3.2rem;
}
}.review-car__desc {
    text-align: left;
}
.review-car__author {
    font-weight: 700;
}
.results-block-tall {
    position: relative;
}
.results-block-tall:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(25,  28,  30,  0.85);
    z-index: 2;
}
.results-block-tall__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.results-block-tall__row {
    grid-template-columns: 100%;
    grid-template-columns: 1fr;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.results-block-tall__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 15px 0;
    border-bottom: 1px solid rgba(0,  0,  0,  0.25);
    z-index: 10;
}
@media (min-width:768px) {
    .results-block-tall__item {
    padding: 30px 15px;
    margin: 30px 0;
}
}.results-block-tall__item:last-child {
    border: 0;
}
.results-block-tall__content {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.results-block-tall__title {
    margin-top: auto;
    margin-bottom: 0.125em;
    line-height: 1.12;
}
.result-block-tall__ico {
    align-self: center;
    line-height: 8rem;
    width: 9rem;
    height: 9rem;
    border: 0.5rem solid var(--color-second);
    border-radius: 50%;
    color: var(--color-second);
}
.results-tall__btn {
    position: relative;
    left: -1.5rem;
    display: block;
    width: calc(100% + 3.0rem);
    padding: 1em 0.25em;
    font-size: 2.1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    z-index: 0;
}
.results-tall__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-prime);
    opacity: 0.85;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.results-tall__btn:focus, .results-tall__btn:hover {
    text-decoration: none;
    color: var(--color-prime);
}
.results-tall__btn:focus::after, .results-tall__btn:hover::after {
    background-color: #fff;
}
@media (min-width:992px) {
    .results-block-tall__row {
    grid-template-columns: 33% 33% 33%;
    grid-template-columns: 1fr 1fr 1fr;
}
.results-block-tall__item {
    border-right: 0.1rem solid rgba(0,  0,  0,  0.25);
    border-bottom: 0;
}
}.contact__address-alias {
    display: block;
    font-size: 2.1rem;
}
.contact-card {
    position: relative;
}
.contact-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40%;
    background-color: var(--color-quint);
}
.contact-card-content {
    position: relative;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 5px 5px 34px 0 rgba(0,  0,  0,  0.16);
    z-index: 10;
}
@media (min-width:768px) {
    .contact-card-content {
    padding: 60px;
}
}@media (min-width:576px) {
    .contact-card-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.contact-card-row .contact-address {
    margin-bottom: 0;
}
}.contact-card-header {
    position: relative;
    padding: 30px;
    background-color: var(--color-prime);
    color: #fff;
}
.contact-card-header .headline {
    color: #fff;
}
.contact-card-header a {
    color: #fff;
}
.contact-card-header a:focus, .contact-card-header a:hover {
    filter: drop-shadow(0 0 2rem rgba(255,  255,  255,  0.35));
}
@media (min-width:768px) {
    .contact-card-header {
    padding: 60px;
}
}.contact-card-header__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}
.contact-card-header__bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-card-header__content {
    position: relative;
    z-index: 10;
}
.contact-offset__right-content {
    padding: 4rem;
    margin-top: 30px;
    background: var(--color-prime);
    color: #fff;
}
.contact-offset__right-content .headline {
    color: #fff;
}
@media (min-width:992px) {
    .contact-offset__right-content {
    margin-top: 0;
}
}@media (min-width:992px) {
    .contact-block--offset .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-block--offset .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-prime);
    opacity: 0.1;
    z-index: -1;
}
.contact-block--offset .container:after {
    content: "";
    position: absolute;
    bottom: -6rem;
    left: -2%;
    display: block;
    width: 100%;
    height: 6rem;
    background-color: var(--color-prime);
    opacity: 0.1;
    z-index: -1;
}
.contact-offset__title {
    margin-top: -0.2em;
}
.contact-offset__right {
    position: relative;
    margin-top: 3rem;
}
.contact-offset__right::before {
    content: "";
    position: absolute;
    top: -6rem;
    left: -6rem;
    display: block;
    width: 300%;
    height: calc(100% + 12.0rem);
    background: var(--color-prime);
    z-index: -1;
}
.contact-offset__right-content {
    padding: 0;
}
}

@media (min-width:1200px) {
    
.contact-block--offset .container:before {
    left: 0;
}
.contact-block--offset .container:after {
    left: 0;
}
.contact-offset__right {
    margin-top: 6rem;
}
}

.contact-block__map-wide>iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 20rem;
}
.contact-wide__address {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    background: var(--color-second);
    color: #fff;
    opacity: 0.9;
}
.contact-wide__social_media-row {
    margin-top: 1rem;
}
.contact-wide__social_media-row .social-ico-row {
    justify-content: center;
}
@media (min-width:576px) {
    .contact-block__map-wide>iframe {
    height: 15rem;
}
}@media (min-width:768px) {
    .contact-block__map-wide>iframe {
    height: 30rem;
}
}

@media (min-width:992px) {
    .contact-split {
    background-image: url("https://demobogt.com/llg/wp-content/uploads/2021/06/contact-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-split .contact-spit__right {
    fill: #fff;
    color: #fff;
}
.contact-split .contact-spit__right .headline {
    color: #fff;
}
.contact-split .contact-spit__right a {
    color: #fff;
}
.contact-split .contact-spit__right a:focus, .contact-split .contact-spit__right a:hover {
    filter: drop-shadow(0 0 2rem rgba(255,  255,  255,  0.35));
}
}
@media (min-width:1200px) {
    .content-block-alternating__txt ol: last-child, .content-block-alternating__txt p:last-child, .content-block-alternating__txt ul:last-child, .content__half-description ol:last-child, .content__half-description p:last-child, .content__half-description ul:last-child {
    margin-bottom: 0;
}
}