.single-brand .brand-section .x-row > .x-row-inner > *:nth-child(2n - 1) {
    flex-basis: calc(50% - clamp(0px, 48px, 9999px));
}
.single-brand .brand-section .x-row > .x-row-inner > *:nth-child(2n - 0) {
    flex-basis: calc(50% - clamp(0px,  48px, 9999px));
}
.single-brand .brand-section .x-col { z-index: 1; border: 0; font-size: 1em; }
.single-brand .brand-section .x-row > .x-row-inner > * {
    margin-top: calc(48px / 2);
    margin-bottom: calc(48px / 2);
    margin-right: calc(48px / 2);
    margin-left: calc(48px / 2);
}
.single-brand .brand-section .x-row > .x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: calc(((48px / 2) + 1px) * -1);
    margin-right: calc(((48px / 2) + 1px) * -1);
    margin-bottom: calc(((48px / 2) + 1px) * -1);
    margin-left: calc(((48px / 2) + 1px) * -1);
}
.single-brand .brand-section .x-row {
    z-index: auto;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    font-size: 1em;
}
.single-brand .brand-section .x-anchor-button {
    margin-top: 0em;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 0em;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-size: 1em;
    background-color: #000000;
    text-decoration: none !important;
}
.single-brand .brand-section .x-anchor-button .x-anchor-text-primary {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}
.single-brand .brand-section .x-anchor-button .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0.575em;
    padding-right: 0.85em;
    padding-bottom: 0.575em;
    padding-left: 0.85em;
}
.single-brand .brand-section .x-anchor-button  .x-anchor-text {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.single-brand .brand-section .x-cta.x-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: baseline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    margin-top: 2em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    border: 0;
    font-size: 1em;
}
.single-brand .brand-section .x-cta.x-div a {
    text-decoration: underline;
}
.single-brand .brand-section .x-cta .x-text {
    font-size: 18px;
}
