    .search-wrap:after,
    .search-wrap:before {
        content: " ";
        display: table;
        flex-basis: 0;
        width: 0;
        height: 0;
        order: 1;
    }
    .search-wrap:after {
        clear: both;
    }
    .section {
        padding: 56px 0;
    }
    .container {
        padding: 0 30px;
    }
    @media (min-width: 768px) {
        .container {
            margin: 0 auto;
            max-width: 1200px;
            width: 90%;
        }
    }
    * {
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        background-color: #fff;
        font-size: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
    }
    button,
    input,
    select,
    textarea {
        color: inherit;
        display: inline-block;
    }
    button[disabled],
    input[disabled],
    select[disabled],
    textarea[disabled] {
        cursor: not-allowed;
    }
    button {
        cursor: pointer;
    }
    iframe {
        max-width: 100%;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    table td,
    table th {
        text-align: left;
    }
    address,
    dl,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    ol,
    p,
    ul {
        margin-bottom: 28px;
    }
    a {
        color: #4d4d4d;
        transition: color 0.25s ease-in-out;
    }
    a:hover {
        color: #1c69d4;
        text-decoration: underline;
    }
    hr {
        background-color: #000;
        height: 1px;
        margin: 28px 0;
    }
    pre {
        margin: 28px 0;
        padding: 28px;
        background: #f8f6f7;
        overflow-x: auto;
    }
    img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    blockquote {
        text-align: center;
        font-style: italic;
    }
    @media screen and (min-width: 600px) {
        blockquote {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    @media screen and (min-width: 767px) {
        blockquote {
            font-size: 25px;
            font-size: 1.5625rem;
        }
    }
    blockquote:before {
        content: "";
        display: block;
        margin: 28px auto 18.6666666667px;
        background: url(../../images/icon--quote-mark.svg) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 56px;
    }
    @media screen and (min-width: 767px) {
        blockquote:before {
            width: 80px;
            height: 75px;
        }
    }
    .main-content blockquote {
        margin: 56px 0;
    }
    .btn {
        padding: 14px 22px;
        display: inline-block;
        color: #fff;
        background: #1c69d4;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 3px;
        transition: all 0.25s ease-in-out;
        text-decoration: none;
        text-align: center;
    }
    @media screen and (min-width: 480px) {
        .btn {
            display: inline-block;
        }
    }
    .btn:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0653b6;
    }
    .btn--grey {
        background: #4d4d4d;
    }
    .btn--grey:hover {
        background: #262626;
    }
    .link {
        color: #1c69d4;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        transition: text-decoration 0.3s ease;
    }
    .link:hover {
        transition: color 0.25s ease-in-out;
        color: #0653b6;
    }
    input,
    select,
    textarea {
        background-color: #fff;
        border: solid 1px #000;
        border-radius: 0;
        color: #000;
        height: 42px;
        padding: 0 14px;
        width: 100%;
        -webkit-appearance: none;
    }
    input[type="checkbox"],
    input[type="radio"] {
        background: 0 0;
        border: 0;
        line-height: normal;
        height: auto;
        width: auto;
    }
    input[type="file"] {
        line-height: normal;
        height: auto;
        padding: 7px 14px;
    }
    input[type="submit"] {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    input[disabled] {
        background-color: #f5f5f5;
        cursor: not-allowed;
    }
    select {
        line-height: normal;
        padding: 0;
        padding-left: 14px;
    }
    textarea {
        min-height: 112px;
        overflow: auto;
        vertical-align: top;
        resize: vertical;
    }
    .checkbox,
    .radio {
        display: block;
        padding-left: 28px;
    }
    .checkbox.inline,
    .radio.inline {
        display: inline-block;
    }
    .checkbox > input,
    .radio > input {
        float: left;
        margin-left: -28px;
        margin-top: 4px;
    }
    .form__group {
        display: block;
        margin-bottom: 28px;
    }
    .form__label {
        display: block;
        margin-bottom: 14px;
    }
    .input-group {
        position: relative;
    }
    .input-group > input {
        padding: 0 56px;
    }
    .input-group .input-group__addon {
        line-height: 42px;
        height: 42px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 42px;
    }
    .input-group .input-group__addon:first-child {
        left: 0;
    }
    .input-group .input-group__addon:last-child {
        right: 0;
    }
    .search-wrap .screen-reader-text {
        display: block;
    }
    .search-wrap .search-field {
        margin: 0 0 14px;
    }
    @media screen and (min-width: 768px) {
        .search-wrap .search-field {
            width: 75%;
            margin: 0;
            float: left;
        }
    }
    .search-wrap .search-button {
        padding: 0;
        border: 0;
        border-radius: 2px;
        background-image: url(../../images/search.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
        text-indent: -9999px;
    }
    @media screen and (min-width: 768px) {
        .search-wrap .search-button {
            width: 20%;
            float: right;
        }
    }
    .container {
        width: 100%;
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }
    .container--hidden {
        overflow: hidden;
    }
    .container--850 {
        max-width: 850px !important;
    }
    .container--1000 {
        max-width: 1000px !important;
    }
    .container--600 {
        max-width: 600px !important;
    }
    .container--1920 {
        max-width: 1920px !important;
    }
    .bmw__retailer {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .bmw__retailer h2 {
        font-weight: 300;
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    @media (min-width: 767px) {
        .bmw__retailer h2 {
            font-size: 35px;
        }
    }
    @media (min-width: 1024px) {
        .bmw__retailer h2 {
            font-size: 50px;
        }
    }
    .bmw__retailer p {
        font-weight: 300;
        margin: 0;
    }
    .insurer__terms {
        margin-bottom: 100px;
    }
    .insurer__terms p {
        margin: 0;
        line-height: 1.3;
    }
    .insurer__terms p.title {
        font-weight: 700;
        margin-bottom: 5px;
    }
    .insurer__terms p br {
        display: none;
    }
    @media (min-width: 767px) {
        .insurer__terms p br {
            display: block;
        }
    }
    .insurance-section {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #000;
    }
    .insurance-section h3 {
        font-weight: 300;
        font-size: 28px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    @media (min-width: 767px) {
        .insurance-section h3 {
            font-size: 35px;
            margin-bottom: 60px;
        }
    }
    @media (min-width: 1024px) {
        .insurance-section h3 {
            font-size: 40px;
        }
    }
    .insurance-section__item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .insurance-section__item:last-of-type {
        margin-bottom: 0;
    }
    .insurance-section__item-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .insurance-section__item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    @media (min-width: 767px) {
        .insurance-section__item-image {
            width: 300px;
            margin-bottom: 0;
        }
    }
    .insurance-section__item-content {
        width: 100%;
    }
    @media (min-width: 767px) {
        .insurance-section__item-content {
            width: calc(100% - 320px);
            margin-left: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
    }
    .insurance-section__item-content h4 {
        font-weight: 300;
        font-size: 22px;
        margin-bottom: 20px;
    }
    @media (min-width: 767px) {
        .insurance-section__item-content h4 {
            font-size: 28px;
            margin-bottom: 10px;
        }
    }
    @media (min-width: 1024px) {
        .insurance-section__item-content h4 {
            font-size: 35px;
        }
    }
    .insurance-section__item-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .insurance-section__item-buttons a {
        width: 100%;
        margin-bottom: 20px;
    }
    @media (min-width: 500px) {
        .insurance-section__item-buttons a {
            width: calc(50% - 10px);
            margin-bottom: 0;
        }
    }
    @media (min-width: 767px) {
        .insurance-section__item-buttons a {
            width: 100%;
            margin-bottom: 20px;
        }
    }
    @media (min-width: 1024px) {
        .insurance-section__item-buttons a {
            width: calc(50% - 10px);
            margin-bottom: 0;
        }
    }
    .insurance-section__item-buttons a.btn--grey {
        margin-bottom: 0;
    }
    .single-motorrad h2 {
        font-weight: 900;
    }
    .single-motorrad h3 {
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .single-motorrad h4 {
        font-weight: 900;
        font-size: 22px;
    }
    .single-motorrad .bmw__retailer {
        margin-bottom: 100px;
    }
    .single-motorrad .bmw__retailer h3 {
        margin-bottom: 50px;
        font-weight: 900;
    }
    .single-motorrad .btn {
        font-weight: 900;
        font-size: 16px;
        text-transform: uppercase;
        background-color: #000;
        color: #fff;
        border: 4px solid #000;
    }
    @media (min-width: 1024px) {
        .single-motorrad .btn {
            font-size: 20px;
        }
    }
    .single-motorrad .btn:hover {
        background-color: #2c67d1;
        color: #fff;
        border-color: #2c67d1;
    }
    .single-motorrad .btn--grey {
        background-color: #fff;
        color: #000;
        border: 4px solid #000;
    }
    .single-motorrad .btn--grey:hover {
        background-color: #000;
        color: #fff;
        border-color: #000;
    }
    .single-mini h3 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .single-mini h4 {
        font-size: 26px;
    }
    .single-mini .insurance-section h3 {
        margin-bottom: 30px;
    }
    .single-mini .bmw__retailer {
        margin-bottom: 100px;
    }
    .single-mini .bmw__retailer h2 {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .single-mini .bmw__retailer h2:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 3px;
        background-color: #000;
        bottom: 0;
        left: 0;
    }
    .single-mini .bmw__retailer h3 {
        margin-bottom: 50px;
        font-weight: 900;
    }
    .single-mini .btn {
        font-weight: 400;
        font-size: 16px;
        background-color: #000;
        color: #fff;
        border-radius: 50px;
        border: 4px solid #000;
    }
    @media (min-width: 1024px) {
        .single-mini .btn {
            font-size: 20px;
        }
    }
    .single-mini .btn:hover {
        background-color: #424142;
        color: #fff;
        border-color: #424142;
    }
    .single-mini .btn--grey {
        background-color: #fff;
        border: 4px solid #000;
        color: #000;
    }
    .single-mini .btn--grey:hover {
        background-color: #525252;
        color: #fff;
        border-color: #525252;
    }
    .wrapper {
        padding-top: 60px;
    }
    @media (min-width: 768px) {
        .wrapper {
            padding-top: 120px;
        }
    }
    html {
        background: #fff;
    }
    body {
        position: relative;
        background: #fff;
        z-index: 1;
    }
    .container {
        box-sizing: border-box;
    }
    .container--narrow {
        max-width: 800px;
        margin: 0 auto;
    }
    .section {
        position: relative;
    }
    .section__header {
        text-align: center;
        margin: 0 auto 56px;
        max-width: 800px;
    }
    .section__header p {
        max-width: 700px;
        margin: 0 auto;
    }
    .section-container > .section:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .section-subtitle {
        text-align: center;
    }
    .section-title {
        text-align: center;
        margin: 0 0 15px;
        font-size: 20px;
    }
    table:not([class]) {
        width: 100%;
        border-collapse: collapse;
        overflow-x: auto;
        font-size: 0.7em;
        margin: 28px 0;
    }
    @media screen and (min-width: 767px) {
        table:not([class]) {
            font-size: 0.8em;
            width: 100%;
        }
    }
    table:not([class]) caption {
        margin: 0 0 14px;
    }
    table:not([class]) tr:nth-child(even) {
        background-color: #f8f6f7;
    }
    table:not([class]) td,
    table:not([class]) th {
        vertical-align: top;
        border: 1px solid #000;
        padding: 0.5em 0.6em;
    }
    @media screen and (min-width: 767px) {
        table:not([class]) td,
        table:not([class]) th {
            padding: 1em;
        }
    }
    table:not([class]) th {
        color: #fff;
        font-weight: 700;
        background-color: #1c69d4;
    }
    .table-wrapper {
        overflow-x: auto;
    }
    body {
        color: #000;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        -webkit-text-size-adjust: none;
    }
    @media (min-width: 480px) {
        body {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    small {
        font-size: 14px;
        font-size: 0.875rem;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        margin-bottom: 10px;
    }
    h1,
    h2 {
        line-height: 1.1;
    }
    h3,
    h4 {
        line-height: 1.3;
    }
    h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    @media (min-width: 767px) {
        h1 {
            font-size: 35px;
            font-size: 2.1875rem;
        }
    }
    @media (min-width: 1024px) {
        h1 {
            font-size: 50px;
            font-size: 3.125rem;
        }
    }
    h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
    @media (min-width: 767px) {
        h2 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    @media (min-width: 1024px) {
        h2 {
            font-size: 40px;
            font-size: 2.5rem;
        }
    }
    h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
    @media (min-width: 767px) {
        h3 {
            font-size: 26px;
            font-size: 1.625rem;
        }
    }
    @media (min-width: 1024px) {
        h3 {
            font-size: 35px;
            font-size: 2.1875rem;
        }
    }
    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
    @media (min-width: 767px) {
        h4 {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    @media (min-width: 1024px) {
        h4 {
            font-size: 25px;
            font-size: 1.5625rem;
        }
    }
    h5,
    h6 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 10px;
    }
    strong {
        font-weight: 700;
    }
    .wp-block-code {
        padding: 0.8em 1em;
        margin-left: 14px;
        margin-right: 14px;
    }
    @media screen and (min-width: 608px) {
        .wp-block-code {
            margin-left: auto;
            margin-right: auto;
        }
    }
    .wp-block-cover-text p {
        padding: 1.5em 14px;
    }
    @media screen and (min-width: 608px) {
        .wp-block-cover-text p {
            padding: 1.5em 0;
        }
    }
    .wp-block-embed.type-video > .wp-block-embed__wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
    .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .wp-block-gallery:not(.components-placeholder) {
        margin: 1.5em auto;
    }
    .wp-block-group > .wp-block-group__inner-container > :not(.entry-content) {
        margin-left: auto;
        margin-right: auto;
    }
    .wp-block-group > .wp-block-group__inner-container > .alignwide {
        max-width: 1070px;
    }
    .wp-block-group > .wp-block-group__inner-container > .alignfull {
        max-width: 100%;
    }
    .wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
        margin-top: 0;
    }
    .wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        position: relative;
        left: -30px;
    }
    .wp-block-image img {
        display: block;
    }
    .wp-block-image.alignleft,
    .wp-block-image.alignright {
        width: 100%;
    }
    .wp-block-image.alignfull img {
        width: 100vw;
    }
    .wp-block-image .alignleft figcaption,
    .wp-block-image .alignleft img,
    .wp-block-image .alignright figcaption,
    .wp-block-image .alignright img {
        max-width: 100%;
        width: 100%;
    }
    ul.wp-block-latest-posts.alignfull,
    ul.wp-block-latest-posts.alignwide,
    ul.wp-block-latest-posts.is-grid.alignwide {
        padding: 0 14px;
    }
    .entry-content ol,
    .entry-content ul {
        margin: 1.5em auto;
        list-style-position: outside;
    }
    .entry-content li {
        margin-left: 2.5em;
    }
    .entry-content ol ol,
    .entry-content ol ul,
    .entry-content ul ol,
    .entry-content ul ul {
        margin: 0 auto;
    }
    .entry-content ol ol li,
    .entry-content ol ul li,
    .entry-content ul ol li,
    .entry-content ul ul li {
        margin-left: 0;
    }
    .more-link {
        display: block;
    }
    .wp-block-navigation-link__label {
        font-family: inherit;
        color: #0073aa;
    }
    .wp-block-pullquote > p:first-child {
        margin-top: 0;
    }
    .wp-block-quote {
        margin-left: 14px;
        margin-right: 14px;
        padding: 0;
    }
    .wp-block-quote > * {
        margin-left: 1rem;
    }
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        margin: 36px auto;
        padding: 0;
    }
    .wp-block-quote.is-large cite,
    .wp-block-quote.is-large footer,
    .wp-block-quote.is-style-large cite,
    .wp-block-quote.is-style-large footer {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    @media screen and (min-width: 644px) {
        .wp-block-quote {
            margin: 36px auto;
        }
    }
    .wp-block-separator {
        margin: 3em auto;
        padding: 0;
    }
    .wp-block-site-tagline {
        margin-top: 0;
    }
    .wp-block-site-title {
        margin-bottom: 0;
    }
    .wp-block-table {
        overflow-x: auto;
        margin-left: 14px;
        margin-right: 14px;
        width: calc(100% - 28px);
    }
    .wp-block-table table {
        border-collapse: collapse;
        width: 100%;
    }
    .wp-block-table td,
    .wp-block-table th {
        padding: 0.5em;
    }
    @media screen and (min-width: 608px) {
        .wp-block-table {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
    }
    .has-strong-blue-color {
        color: #0073aa;
    }
    .has-strong-blue-background-color {
        background-color: #0073aa;
    }
    .has-lighter-blue-color {
        color: #229fd8;
    }
    .has-lighter-blue-background-color {
        background-color: #229fd8;
    }
    .has-very-light-gray-color {
        color: #eee;
    }
    .has-very-light-gray-background-color {
        background-color: #eee;
    }
    .has-very-dark-gray-color {
        color: #444;
    }
    .has-very-dark-gray-background-color {
        background-color: #444;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 0 !important;
    }
    @media (max-width: 767px) {
        .wp-block-column:not(:first-child) {
            margin: 0 auto !important;
        }
    }
    .wp-block-columns {
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        margin-bottom: 60px !important;
    }
    .wp-block-columns--center {
        align-items: center;
    }
    .wp-block-column {
        margin: 0 10px;
    }
    @media (max-width: 767px) {
        .wp-block-column {
            flex-basis: 100% !important;
            margin: 0 auto !important;
            width: 100%;
            margin: 0;
        }
    }
    .wp-block-column img {
        width: 100%;
        display: block;
    }
    .site {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
    .site-header {
        padding: 10px 0;
    }
    @media (min-width: 1024px) {
        .site-header {
            padding: 20px 0;
        }
    }
    .site-header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-header__logo {
        width: 100%;
        max-width: 200px;
        margin-right: 20px;
    }
    @media (min-width: 1024px) {
        .site-header__logo {
            margin-right: 40px;
        }
    }
    .site-header__logo img {
        width: 100%;
    }
    .site-header__nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 70px;
        overflow: hidden;
        height: calc(100vh - 70px);
    }
    @media (min-width: 1024px) {
        .site-header__nav {
            position: relative;
            flex: 1;
            top: auto;
            background-color: transparent;
            height: auto;
        }
    }
    .site-header__nav .nav-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        height: calc(100vh - 70px);
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
    }
    .site-header__nav .nav-menu.open {
        transform: translateX(0);
    }
    @media (min-width: 1024px) {
        .site-header__nav .nav-menu {
            position: relative;
            transform: none;
            height: auto;
            background-color: transparent;
        }
    }
    .site-header__btn {
        margin-left: 20px;
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }
    @media (min-width: 1024px) {
        .site-header__btn {
            margin-left: 40px;
            flex: 0;
            min-width: 210px;
        }
    }
    .site-header__btn span {
        display: none;
    }
    @media (min-width: 1024px) {
        .site-header__btn span {
            display: inline;
        }
    }
    .site-header__menu-toggle {
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: 20px;
    }
    @media (min-width: 1024px) {
        .site-header__menu-toggle {
            display: none;
        }
    }
    .site-header__menu-toggle .menutoggle {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 3px;
        left: 0;
        transition-duration: 0.5s;
    }
    .site-header__menu-toggle .menutoggle .icon-left,
    .site-header__menu-toggle .menutoggle .icon-right {
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 10px;
        background-color: #212121;
    }
    .site-header__menu-toggle .menutoggle .icon-left:before,
    .site-header__menu-toggle .menutoggle .icon-right:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px;
        left: 0;
    }
    .site-header__menu-toggle .menutoggle .icon-left:after,
    .site-header__menu-toggle .menutoggle .icon-right:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px;
        left: 0;
    }
    .site-header__menu-toggle .menutoggle .icon-right {
        left: 15px;
    }
    .site-header__menu-toggle .menutoggle.open .icon-left {
        transition-duration: 0.5s;
        background: 0 0;
    }
    .site-header__menu-toggle .menutoggle.open .icon-left:after {
        transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
    }
    .site-header__menu-toggle .menutoggle.open .icon-left:before {
        transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
    }
    .site-header__menu-toggle .menutoggle.open .icon-right {
        transition-duration: 0.5s;
        background: 0 0;
    }
    .site-header__menu-toggle .menutoggle.open .icon-right:after {
        transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
    }
    .site-header__menu-toggle .menutoggle.open .icon-right:before {
        transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
    }
    .nav-open {
        overflow: hidden;
    }
    .site-header__nav ul {
        display: flex;
        justify-content: center;
        list-style-type: none;
        flex-wrap: wrap;
        margin: 0;
        padding: 40px 20px;
    }
    @media (min-width: 1024px) {
        .site-header__nav ul {
            justify-content: flex-end;
            padding: 0;
        }
    }
    .site-header__nav ul li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    @media (min-width: 1024px) {
        .site-header__nav ul li {
            margin-right: 20px;
            width: auto;
            margin-bottom: 0;
            text-align: left;
        }
    }
    @media (min-width: 1200px) {
        .site-header__nav ul li {
            margin-right: 40px;
        }
    }
    .site-header__nav ul li:last-child {
        margin-bottom: 0;
    }
    @media (min-width: 1024px) {
        .site-header__nav ul li:last-child {
            margin-right: 0;
        }
    }
    .site-header__nav ul li a {
        color: #000;
        font-weight: 700;
        padding: 10px;
        font-size: 20px;
        text-decoration: none;
        transition: color 0.25s ease-in-out;
        position: relative;
    }
    @media (min-width: 1024px) {
        .site-header__nav ul li a {
            padding: 5px;
            font-size: 16px;
        }
    }
    .site-header__nav ul li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #1c69d4;
        transform: scaleX(0);
        transition: transform 0.25s ease-in-out;
    }
    .site-header__nav ul li a:hover {
        color: #1c69d4;
    }
    .site-header__nav ul li a:hover:before {
        transform: scaleX(1);
    }
    .modal-active {
        overflow: hidden;
    }
    .bc-modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        transition:
            opacity 0.3s ease,
            z-index 0s ease 0.3s;
        pointer-events: none;
    }
    .bc-modal.is-open {
        z-index: 10001;
        opacity: 1;
        transition:
            opacity 0.3s ease,
            z-index 0s ease;
        pointer-events: all;
    }
    .bc-modal__bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .bc-modal__inner {
        position: relative;
        padding: 20px;
    }
    .bc-modal__close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px;
        z-index: 100;
        background-color: #4d4d4d;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cline stroke-width='2px' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='none' id='svg_1' y2='25' y1='7' x2='25.055172' x1='7.055172' class='cls-1'/%3E%3Cline stroke-width='2px' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='none' id='svg_2' y2='7' y1='25' x2='25' x1='7' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-size: 15px;
        background-repeat: no-repeat;
        transition: background-color 0.3s ease;
    }
    .bc-modal__close:hover {
        cursor: pointer;
        background-color: #1c69d4;
    }
    .bc-modal__title {
        margin-bottom: 5px;
    }
    .bc-modal__title p {
        font-size: 30px;
        font-weight: 700;
        color: #4d4d4d;
        margin: 0;
    }
    .bc-modal__wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 40px);
        max-width: 650px;
        z-index: 10;
        background-color: #fff;
        max-height: 80vh;
        overflow: auto;
    }
    .bc-modal__form p {
        margin-bottom: 10px;
    }
    .bc-modal__form input {
        height: 29px;
        padding: 0 5px;
    }
    .bc-modal__form input[type="submit"] {
        margin-top: 15px;
        height: 40px;
        color: #fff;
        background-color: #4d4d4d;
        transition: background-color 0.3s ease;
        font-size: 17px;
    }
    .bc-modal__form input[type="submit"]:hover {
        cursor: pointer;
        background-color: #1c69d4;
    }
    .two-col--centre .two-col__wrapper {
        align-items: center;
    }
    .two-col.always-full-width .two-col__column {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .two-col.always-full-width .two-col__column:last-of-type {
        margin-bottom: 0;
    }
    @media screen and (max-width: 767px) {
        .two-col--flip .two-col__wrapper {
            flex-direction: column-reverse;
        }
    }
    .two-col__wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .two-col__title {
        margin-bottom: 60px;
    }
    .two-col__title h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        margin-bottom: 0;
        color: #000;
    }
    @media (min-width: 767px) {
        .two-col__title h2 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    @media (min-width: 1024px) {
        .two-col__title h2 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    .two-col.round-edges .two-col__wrapper {
        border-radius: 15px;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }
    @media (max-width: 767px) {
        .two-col.round-edges .two-col__wrapper {
            position: relative;
        }
    }
    .two-col.round-edges .two-col__wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/Mask-Group-11.svg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        background-position: left;
        pointer-events: none;
    }
    @media (min-width: 767px) {
        .two-col.round-edges .two-col__wrapper:before {
            display: none;
        }
    }
    .two-col.round-edges .two-col__column {
        margin-bottom: 0;
    }
    @media (min-width: 767px) {
        .two-col.round-edges .two-col__column {
            margin-bottom: 0;
            width: 50%;
        }
    }
    @media (max-width: 767px) {
        .two-col.round-edges .two-col__column.bg-shape:before {
            display: none;
        }
    }
    @media (max-width: 767px) {
        .two-col.round-edges .two-col__column-image {
            height: 100px;
            background-color: #1c69d4;
        }
    }
    .two-col.round-edges .two-col__column-image img {
        object-fit: cover;
    }
    @media (max-width: 767px) {
        .two-col.round-edges .two-col__column-image img {
            display: none;
        }
    }
    .two-col__column {
        width: 100%;
        margin-bottom: 40px;
    }
    @media (min-width: 767px) {
        .two-col__column {
            margin-bottom: 0;
            width: calc(50% - 40px);
        }
    }
    .two-col__column.bg-shape {
        position: relative;
    }
    .two-col__column.bg-shape:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/Mask-Group-11.svg);
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
        background-position: left;
    }
    .two-col__column-image {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .two-col__column-image-btn {
        margin-top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }
    .two-col__column-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .two-col__column-image--sticky img {
        object-fit: none;
        width: 100%;
        position: sticky;
        top: 100px;
        height: auto;
    }
    .two-col__column-text-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }
    .two-col__column-text h1,
    .two-col__column-text h2,
    .two-col__column-text h3,
    .two-col__column-text h4,
    .two-col__column-text h5,
    .two-col__column-text h6,
    .two-col__column-text span {
        margin-bottom: 15px;
    }
    .two-col__column-text h2 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    @media (min-width: 767px) {
        .two-col__column-text h2 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    @media (min-width: 1024px) {
        .two-col__column-text h2 {
            font-size: 40px;
            font-size: 2.5rem;
        }
    }
    .two-col__column-text h3 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    @media (min-width: 767px) {
        .two-col__column-text h3 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    @media (min-width: 1024px) {
        .two-col__column-text h3 {
            font-size: 40px;
            font-size: 2.5rem;
        }
    }
    .two-col__column-text p {
        margin-bottom: 20px;
    }
    .two-col__column-text p:last-of-type {
        margin-bottom: 0;
    }
    .two-col__column-text table td {
        font-size: 18px !important;
    }
    .two-col__column-text-btn {
        width: 100%;
        margin-top: 20px;
    }
    .cards__wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    @media (min-width: 767px) {
        .cards__wrapper {
            margin: 0 -5px;
        }
    }
    @media (min-width: 1024px) {
        .cards__wrapper {
            margin: 0 -10px;
        }
    }
    .cards__btn {
        width: 100%;
        text-align: center;
    }
    .cards__btn a {
        color: #000;
        font-weight: 700;
        text-decoration: none;
        opacity: 1;
        transition: all 0.3s ease;
    }
    .cards__btn a img {
        margin: 0 auto;
        width: 100%;
        max-width: 50px;
    }
    .cards__btn a:hover {
        opacity: 0.7;
    }
    .cards__card {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 40px;
        transition: all 0.3s ease;
        box-shadow: 4px 8px 15px -7px rgba(0, 0, 0, 0.57);
    }
    .cards__card:hover {
        box-shadow: 6px 12px 30px -3px rgba(0, 0, 0, 0.85);
        text-decoration: none;
    }
    .cards__card--hidden {
        display: none;
    }
    .cards__card--no-hover {
        cursor: unset;
    }
    .cards__card--no-hover:hover {
        cursor: unset;
        box-shadow: 4px 8px 15px -7px rgba(0, 0, 0, 0.57);
    }
    @media (min-width: 767px) {
        .cards__card {
            width: calc(33.333% - 10px);
            margin: 0 5px 20px;
        }
    }
    @media (min-width: 1024px) {
        .cards__card {
            width: calc(33.333% - 20px);
            margin: 0 10px 20px;
        }
    }
    .cards__card a {
        display: block;
        text-decoration: none;
        height: 100%;
    }
    .cards__card-image {
        overflow: hidden;
        height: 200px;
    }
    .cards__card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cards__card-image.cards__card-bg-blue {
        background-color: #1c69d4;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cards__card-image.cards__card-bg-blue img {
        width: 100%;
        max-width: 100px;
        margin: 0 auto;
        height: auto;
        max-height: 90px;
        object-fit: unset;
    }
    .cards__card-wrapper {
        display: inline;
    }
    .cards__card-lower {
        background-color: #4d4d4d;
        padding: 15px;
        height: 100%;
    }
    @media (min-width: 767px) {
        .cards__card-lower {
            padding: 10px;
        }
    }
    @media (min-width: 1024px) {
        .cards__card-lower {
            padding: 15px;
        }
    }
    .cards__card-title {
        text-align: center;
    }
    @media (min-width: 767px) {
        .cards__card-title {
            text-align: left;
        }
    }
    .cards__card-title h5 {
        color: #fff;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 1.3;
    }
    @media (min-width: 767px) {
        .cards__card-title h5 {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    @media (min-width: 1024px) {
        .cards__card-title h5 {
            font-size: 24px;
            font-size: 1.5rem;
        }
    }
    .cards__card-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 400;
    }
    @media (min-width: 1024px) {
        .cards__card-text p {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    .faqs__faq {
        margin-bottom: 30px;
        text-decoration: none;
        max-width: 800px;
    }
    .faqs__faq h3 {
        font-weight: 700;
        font-size: 24px;
        font-size: 1.5rem;
    }
    @media (min-width: 767px) {
        .faqs__faq h3 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    @media (min-width: 1024px) {
        .faqs__faq h3 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    .faqs__faq-question {
        text-decoration: none;
    }
    .faqs__faq-loc {
        margin-bottom: 25px;
    }
    .faqs__faq-answer {
        display: none;
    }
    .faqs__faq-answer--first {
        display: block;
    }
    .faqs__faq-answer p {
        margin-bottom: 0;
    }
    .faqs__faq-answer p.title {
        color: #4d4d4d;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .faqs__open {
        pointer-events: none;
    }
    .faqs--style-2 .faqs__faq {
        max-width: none;
        margin-bottom: 0;
    }
    .faqs--style-2 .faqs__faq:first-of-type {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
    }
    .faqs--style-2 .faqs__faq:last-of-type {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
    }
    .faqs--style-2 .faqs__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #4d4d4d;
        border-bottom: 1px solid #fff;
        padding: 15px 20px;
        text-decoration: none;
    }
    .faqs--style-2 .faqs__faq-question h3 {
        color: #fff;
        font-size: 20px;
        margin: 0;
        padding-right: 40px;
    }
    @media (min-width: 767px) {
        .faqs--style-2 .faqs__faq-question h3 {
            padding-right: 80px;
        }
    }
    .faqs--style-2 .faqs__faq-question-icon {
        min-width: 25px;
        width: 25px;
        height: 25px;
        max-width: 25px;
        background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faqs--style-2 .faqs__faq-question.faqs__open .faqs__faq-question-icon {
        background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/minus.svg);
    }
    .faqs--style-2 .faqs__faq-answer {
        background-color: #f3f3f3;
        padding: 15px;
    }
    .faqs--style-2 .faqs__faq-answer p {
        color: #000;
    }
    .faqs--style-2 .faqs__faq-answer p.title {
        color: #4d4d4d;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .bmw-hero {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 100px;
        position: relative;
        padding-bottom: 500px;
    }
    @media (min-width: 1600px) {
        .bmw-hero {
            padding-top: 150px;
            padding-bottom: 600px;
        }
    }
    .bmw-hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8) 0,
            rgba(0, 0, 0, 0.8) 36%,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .bmw-hero__wrapper {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        width: 100%;
        flex-wrap: wrap;
    }
    .bmw-hero__logo {
        width: 100%;
        margin-bottom: 10px;
    }
    @media (min-width: 400px) {
        .bmw-hero__logo {
            width: 50px;
            margin-bottom: 0;
        }
    }
    @media (min-width: 767px) {
        .bmw-hero__logo {
            width: 100px;
        }
    }
    .bmw-hero__logo img {
        width: 100%;
        max-width: 70px;
    }
    @media (min-width: 767px) {
        .bmw-hero__logo img {
            max-width: 100px;
        }
    }
    .bmw-hero__content {
        width: 100%;
    }
    @media (min-width: 400px) {
        .bmw-hero__content {
            width: calc(100% - 70px);
        }
    }
    @media (min-width: 767px) {
        .bmw-hero__content {
            width: calc(100% - 120px);
        }
    }
    .bmw-hero__content h1 {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 40px;
        color: #fff;
    }
    @media (min-width: 767px) {
        .bmw-hero__content h1 {
            font-size: 50px;
        }
    }
    @media (min-width: 1024px) {
        .bmw-hero__content h1 {
            font-size: 68px;
        }
    }
    @media (min-width: 1200px) {
        .bmw-hero__content h1 {
            font-size: 80px;
        }
    }
    .bmw-hero__content p {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 25px;
        color: #fff;
        line-height: 1.3;
    }
    @media (min-width: 1024px) {
        .bmw-hero__content p {
            font-size: 32px;
        }
    }
    .bmw-pre {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    @media (min-width: 1024px) {
        .bmw-pre {
            padding-top: 50px;
            padding-bottom: 50px;
        }
    }
    .bmw-pre .container {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    @media (min-width: 1024px) {
        .bmw-pre .container {
            justify-content: flex-end;
        }
    }
    .bmw-pre img {
        width: 100%;
        max-width: 250px;
    }
    .single-motorrad .bmw-hero {
        padding-top: 500px;
        position: relative;
        padding-bottom: 50px;
    }
    @media (min-width: 1600px) {
        .single-motorrad .bmw-hero {
            padding-top: 600px;
            padding-bottom: 50px;
        }
    }
    .single-motorrad .bmw-hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.6) 0,
            rgba(0, 0, 0, 0.6) 36%,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .single-motorrad .bmw-hero__content {
        width: 100%;
    }
    .single-motorrad .bmw-hero__content h1 {
        font-weight: 900;
    }
    .single-mini .bmw-pre .container {
        display: flex;
        justify-content: center;
    }
    @media (min-width: 1024px) {
        .single-mini .bmw-pre .container {
            justify-content: flex-start;
        }
    }
    .single-mini .bmw-pre img {
        width: 100%;
        max-width: 150px;
    }
    .single-mini .bmw-hero {
        padding-top: 500px;
        position: relative;
        padding-bottom: 50px;
    }
    @media (min-width: 1024px) {
        .single-mini .bmw-hero {
            padding-top: 600px;
            padding-bottom: 50px;
        }
    }
    .single-mini .bmw-hero:before {
        display: none;
    }
    .single-mini .bmw-title {
        background-color: #000;
        padding-top: 34px;
        padding-bottom: 20px;
    }
    .single-mini .bmw-title h1 {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
    }
    @media (min-width: 1024px) {
        .single-mini .bmw-title h1 {
            font-size: 70px;
        }
    }
    .form-block {
        background-color: #1c69d4;
        border-radius: 25px;
        padding: 40px;
        width: calc(100% - 40px);
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 60px;
        margin-top: 60px;
        background-repeat: no-repeat;
        background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/formmob.svg);
        background-position: right 80%;
    }
    @media (min-width: 1024px) {
        .form-block {
            background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/formdesktop.svg);
            background-position: right top;
        }
    }
    .form-block__title {
        margin-bottom: 5px;
    }
    .form-block__title h3 {
        color: #fff;
        margin-bottom: 0;
    }
    .form-block__texts {
        width: 100%;
    }
    @media (min-width: 1024px) {
        .form-block__texts {
            margin-bottom: 0;
            width: calc(100% - 200px);
        }
    }
    @media (min-width: 1200px) {
        .form-block__texts {
            width: calc(100% - 300px);
        }
    }
    .form-block__text p {
        color: #fff;
        margin-bottom: 0;
    }
    .form-block__upper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form-block__heart {
        width: 100%;
        max-width: 110px;
        display: none;
    }
    @media (min-width: 1024px) {
        .form-block__heart {
            display: block;
        }
    }
    .form-block__form {
        margin-top: 40px;
    }
    .form-block__form form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form-block__form form .wpcf7-response-output {
        color: red;
        text-align: center;
        width: 100%;
    }
    .form-block__form form .wpcf7-not-valid-tip {
        position: absolute;
    }
    .form-block .form-col-1,
    .form-block .form-col-2 {
        width: 100%;
    }
    @media (min-width: 850px) {
        .form-block .form-col-1,
        .form-block .form-col-2 {
            width: calc(50% - 40px);
        }
    }
    .form-block .form-col-1 label,
    .form-block .form-col-2 label {
        color: #fff;
        font-weight: 700;
        display: block;
    }
    .form-block .form-col-1 label.required,
    .form-block .form-col-2 label.required {
        position: relative;
    }
    .form-block .form-col-1 label.required:after,
    .form-block .form-col-2 label.required:after {
        content: "*";
        position: absolute;
        bottom: 8px;
        right: 10px;
        color: red;
    }
    .form-block .form-col-1 input,
    .form-block .form-col-1 select,
    .form-block .form-col-1 textarea,
    .form-block .form-col-2 input,
    .form-block .form-col-2 select,
    .form-block .form-col-2 textarea {
        border: none;
        border-radius: 25px;
        margin-top: 5px;
    }
    .form-block .form-col-1 input.wpcf7-submit,
    .form-block .form-col-1 select.wpcf7-submit,
    .form-block .form-col-1 textarea.wpcf7-submit,
    .form-block .form-col-2 input.wpcf7-submit,
    .form-block .form-col-2 select.wpcf7-submit,
    .form-block .form-col-2 textarea.wpcf7-submit {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .form-block .form-col-1 input.wpcf7-submit:hover,
    .form-block .form-col-1 select.wpcf7-submit:hover,
    .form-block .form-col-1 textarea.wpcf7-submit:hover,
    .form-block .form-col-2 input.wpcf7-submit:hover,
    .form-block .form-col-2 select.wpcf7-submit:hover,
    .form-block .form-col-2 textarea.wpcf7-submit:hover {
        background-color: #000;
        color: #fff;
    }
    .single .entry-content {
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .single__related-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .single .form-block {
        width: 100%;
    }
    .archive-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .blog {
        margin-top: 80px;
    }
    .blog__wrapper {
        position: relative;
        min-height: 200px;
    }
    .blog__category-wrapper {
        width: 100%;
        max-width: 285px;
    }
    .blog__results {
        width: 100%;
        max-width: 1050px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .blog__numbers-inner {
        display: flex;
        align-items: center;
    }
    .blog__numbers {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog__numbers a {
        font-size: 26px;
        color: #000;
        text-decoration: none;
        width: 35px;
        height: 35px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .blog__numbers a:hover {
        opacity: 0.7;
    }
    .blog__numbers span a {
        font-size: 18px;
        color: #000;
        text-decoration: none;
        margin: 0 2.5px;
    }
    .blog__numbers span a.is-active {
        border: 2px solid #000;
        border-radius: 5px;
        pointer-events: none;
    }
    @media screen and (max-width: 767px) {
        .blog__featured {
            width: calc(100% + 40px);
            margin-left: -20px;
        }
    }
    .blog__featured-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    @media screen and (min-width: 767px) {
        .blog__featured-wrap {
            margin-bottom: 60px;
        }
    }
    @media screen and (min-width: 1024px) {
        .blog__featured-wrap {
            margin-bottom: 80px;
        }
    }
    .blog__featured-image {
        width: 100%;
        height: 285px;
        opacity: 1;
        transition: all 0.3s ease;
    }
    .blog__featured-image:hover {
        opacity: 0.7;
    }
    @media screen and (min-width: 767px) {
        .blog__featured-image {
            width: 50%;
            height: auto;
        }
    }
    @media screen and (min-width: 1024px) {
        .blog__featured-image {
            width: 450px;
        }
    }
    .blog__featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .blog__category {
        position: relative;
    }
    .blog__category select {
        border: 1px solid #dbdbdb;
        color: #1c69d4;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        height: 50px;
        border-radius: 5px;
    }
    .blog__category:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 17px;
        width: 13px;
        height: 20px;
        background-image: url(https://humphreys.elcap-dev.co.uk/wp-content/uploads/2023/06/Vector-2-1.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
    }
    .blog__upper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 40px;
        align-items: center;
    }
    .blog__upper h1 {
        margin-bottom: 0;
    }
    .blog__loader {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 40px;
    }
    .blog__loader.hidden {
        display: none;
    }
    .cat a,
    .cat p {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        padding: 5px 13px;
        border-radius: 25px;
        background-color: #4d4d4d;
        display: inline-block;
        margin: 0;
    }
    @media screen and (min-width: 767px) {
        .cat a,
        .cat p {
            font-size: 12px;
        }
    }
    .single .page-header {
        padding-bottom: 220px;
    }
    @media screen and (min-width: 850px) {
        .single .page-header {
            padding-bottom: 120px;
        }
    }
    @media screen and (min-width: 850px) {
        .single .site-main.single {
            margin-top: 0;
        }
    }
    .single .wrapper {
        overflow: unset;
    }
    .single .page-header {
        overflow: hidden;
    }
    .loader {
        display: inline-block;
        position: relative;
        width: 60px;
        height: 60px;
    }
    .loader div {
        animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }
    .loader div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #1c69d4;
        margin: -4px 0 0 -4px;
    }
    .loader div:nth-child(1) {
        animation-delay: -36ms;
    }
    .loader div:nth-child(1):after {
        top: 63px;
        left: 63px;
    }
    .loader div:nth-child(2) {
        animation-delay: -72ms;
    }
    .loader div:nth-child(2):after {
        top: 68px;
        left: 56px;
    }
    .loader div:nth-child(3) {
        animation-delay: -108ms;
    }
    .loader div:nth-child(3):after {
        top: 71px;
        left: 48px;
    }
    .loader div:nth-child(4) {
        animation-delay: -144ms;
    }
    .loader div:nth-child(4):after {
        top: 72px;
        left: 40px;
    }
    .loader div:nth-child(5) {
        animation-delay: -0.18s;
    }
    .loader div:nth-child(5):after {
        top: 71px;
        left: 32px;
    }
    .loader div:nth-child(6) {
        animation-delay: -216ms;
    }
    .loader div:nth-child(6):after {
        top: 68px;
        left: 24px;
    }
    .loader div:nth-child(7) {
        animation-delay: -252ms;
    }
    .loader div:nth-child(7):after {
        top: 63px;
        left: 17px;
    }
    .loader div:nth-child(8) {
        animation-delay: -288ms;
    }
    .loader div:nth-child(8):after {
        top: 56px;
        left: 12px;
    }
    @keyframes loader {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .blog-card {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 50px;
    }
    .blog-card__image {
        width: 100%;
        padding-bottom: 300px;
        border-radius: 10px;
        margin-bottom: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .blog-card__image:hover {
        opacity: 0.6;
    }
    @media screen and (min-width: 767px) {
        .blog-card__image {
            width: calc(35% - 25px);
            margin-bottom: 0;
        }
    }
    .blog-card__right {
        width: 100%;
    }
    @media screen and (min-width: 767px) {
        .blog-card__right {
            width: calc(65% - 25px);
        }
    }
    .blog-card__upper {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    @media screen and (min-width: 767px) {
        .blog-card__upper {
            margin-bottom: 15px;
        }
    }
    .blog-card__upper p {
        margin: 0;
        font-size: 12px;
    }
    .blog-card__cat {
        margin-right: 20px;
    }
    .blog-card__title {
        margin-bottom: 15px;
    }
    .blog-card__title a {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        line-height: 1.4;
    }
    .blog-card__title a:hover {
        text-decoration: underline;
        text-decoration-color: #000;
    }
    @media screen and (min-width: 767px) {
        .blog-card__title a {
            font-size: 34px;
        }
    }
    .blog-card__desc p {
        margin-bottom: 0;
        color: #4e4e4e;
        font-size: 18px;
    }
    .archive__wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .archive__main-title {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 20px;
    }
    .archive__card {
        width: 100%;
        padding: 20px;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        text-decoration: none;
        margin-bottom: 40px;
    }
    .archive__card:hover {
        text-decoration-color: #000;
    }
    @media screen and (min-width: 767px) {
        .archive__card {
            width: calc(50% - 20px);
        }
    }
    @media screen and (min-width: 1024px) {
        .archive__card {
            width: calc(33.33333% - 20px);
        }
    }
    .archive__image {
        width: 100%;
        padding-bottom: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        border-radius: 10px;
    }
    .archive__title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .archive__title h2 {
        color: #000;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 0;
        font-weight: 600;
    }
    .archive__date {
        opacity: 0.7;
    }
    .archive__date p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }
    @media screen and (min-width: 767px) {
        .archive__date p {
            font-size: 12px;
        }
    }
    .loop-pagination--numbers {
        display: flex;
        align-items: center;
    }
    .loopinactive {
        opacity: 0;
        pointer-events: none;
    }
    .loop-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;
    }
    .loop-pagination--numbers a,
    .loop-pagination--numbers span {
        font-size: 16px;
        color: #1c69d4;
        font-weight: 700;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .loop-pagination--numbers a:hover {
        text-decoration: underline;
    }
    .loop-pagination--button {
        margin: 0 25px;
    }
    .loop-pagination--button a {
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
        color: #1c69d4;
        font-weight: 700;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .loop-pagination--button a:hover {
        text-decoration: underline;
    }
    .loop-pagination--button p {
        margin-bottom: 0;
    }
    .loop-pagination--numbers a,
    .loop-pagination--numbers span {
        color: #1c69d4;
        text-decoration: none;
        margin: 0 10px;
    }
    .loop-pagination--numbers .current {
        color: #4d4d4d;
        pointer-events: none;
    }
    .post__wrapper {
        margin-top: 60px;
    }
    .post__title h1 {
        max-width: 500px;
    }
    .post__content {
        width: 100%;
    }
    .post__content .entry-content p {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    .post__content .entry-content a:hover {
        color: #1c69d4;
    }
    .post__content .entry-content h2 {
        margin-top: 60px;
        font-size: 25px;
        font-size: 1.5625rem;
    }
    @media (min-width: 767px) {
        .post__content .entry-content h2 {
            font-size: 30px;
            font-size: 1.875rem;
        }
    }
    @media (min-width: 1024px) {
        .post__content .entry-content h2 {
            font-size: 35px;
            font-size: 2.1875rem;
        }
    }
    .post__content .entry-content h3 {
        margin-top: 40px;
        font-size: 18px;
        font-size: 1.125rem;
    }
    @media (min-width: 767px) {
        .post__content .entry-content h3 {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    @media (min-width: 1024px) {
        .post__content .entry-content h3 {
            font-size: 24px;
            font-size: 1.5rem;
        }
    }
    .post__content .entry-content h4 {
        margin-top: 20px;
        font-size: 18px;
        font-size: 1.125rem;
    }
    @media (min-width: 767px) {
        .post__content .entry-content h4 {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    @media (min-width: 1024px) {
        .post__content .entry-content h4 {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    .post__featured {
        position: relative;
    }
    .post__featured-posts {
        margin-top: 80px;
    }
    .post__cat a {
        color: #1c69d4;
        text-decoration: none;
        font-size: 14px;
    }
    .post .entry-content img {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .post__upper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    @media (min-width: 767px) {
        .post__upper {
            justify-content: space-between;
        }
    }
    .post__author {
        display: flex;
        align-items: center;
    }
    .post__author-image {
        width: 45px;
        height: 45px;
        margin: 0 auto;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    @media (min-width: 767px) {
        .post__author-image {
            padding-bottom: 0;
            width: 75px;
            height: 75px;
        }
    }
    .post__author-name-date {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    .post__author-name-date p {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }
    .post__author-name-date p.name {
        font-weight: 600;
        font-size: 16px;
    }
    .post__share {
        display: flex;
    }
    @media (max-width: 767px) {
        .post__share {
            justify-content: center;
            width: 100%;
            margin-top: 20px;
            display: none;
        }
    }
    .post__share a {
        width: 25px;
        display: block;
        margin-right: 15px;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .post__share a:hover {
        opacity: 0.7;
    }
    .post__share a:last-of-type {
        margin-right: 0;
    }
    .post__featured {
        width: 100%;
        margin-bottom: 40px;
    }
    .post__featured img {
        width: 100%;
    }
    .post__featured-posts-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .card {
        width: 100%;
        margin-bottom: 60px;
        text-decoration: none;
        background-color: #fff;
    }
    @media screen and (min-width: 767px) {
        .card {
            width: calc(50% - 30px);
            position: relative;
            padding-bottom: 50px;
        }
    }
    @media screen and (min-width: 1024px) {
        .card {
            width: calc(33.33333% - 30px);
        }
    }
    .card__lower {
        display: flex;
        justify-content: space-between;
    }
    @media screen and (min-width: 767px) {
        .card__lower {
            position: absolute;
            left: 20px;
            width: calc(100% - 40px);
            bottom: 10px;
        }
    }
    .card__date p {
        margin: 0;
        font-size: 12px;
    }
    .card__link a {
        font-weight: 700;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #4d4d4d;
    }
    .card__link a:hover {
        text-decoration: underline;
    }
    .card__image {
        width: 100%;
        opacity: 1;
        transition: opacity 0.3s ease;
        height: 195px;
    }
    .card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .card__image:hover {
        opacity: 0.7;
    }
    .card__lower-wrap {
        background-color: #fff;
        padding: 20px;
    }
    @media screen and (min-width: 767px) {
        .card__lower-wrap {
            padding-bottom: 0;
        }
    }
    .card__lower-wrap--featured {
        width: 100%;
    }
    @media screen and (min-width: 767px) {
        .card__lower-wrap--featured {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 40px;
        }
    }
    @media screen and (min-width: 1024px) {
        .card__lower-wrap--featured {
            width: calc(100% - 450px);
            padding: 20px 60px;
        }
    }
    .card__content p {
        font-weight: 300;
        margin-bottom: 10px;
    }
    .card__category {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .card__category a {
        margin: 0;
        font-size: 12px;
        color: #fff;
        background-color: #a5cdaa;
        transition: all 0.3s ease;
        display: block;
        margin-right: 10px;
        margin-bottom: 5px;
        text-decoration: none;
        font-weight: 700;
        padding: 5px 8px;
        border-radius: 4px;
    }
    .card__category a:hover {
        background-color: #63a96c;
        text-decoration: none;
    }
    .hidden {
        display: none !important;
    }
    .standout {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
        background-color: #1c69d4;
        background-image: url(https://occupationadev.wpengine.com/wp-content/uploads/2023/07/abstract-4.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    @media (min-width: 767px) {
        .standout {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }
    @media (min-width: 1024px) {
        .standout {
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }
    .standout__title h2 {
        color: #fff;
        margin-bottom: 25px;
    }
    .standout__text {
        margin-bottom: 25px;
    }
    .standout__text a,
    .standout__text h1,
    .standout__text h2,
    .standout__text h3,
    .standout__text h4,
    .standout__text h5,
    .standout__text h6,
    .standout__text li,
    .standout__text p {
        color: #fff;
    }
    .standout__text p {
        margin-bottom: 20px;
    }
    .standout__text p:last-child {
        margin-bottom: 0;
    }
    .standout__text a {
        text-decoration: underline;
    }
    .standout__text a:hover {
        text-decoration: none;
    }
