/* CSS Document */

.row {
    max-width: 75rem;
}

.row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.row:not(.expanded) .row {
    max-width: none;
}

.row.collapse>.columns,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0;
}

.row .column.row.row,
.row .columns.row.row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.row.small-unstack>.column,
.row.small-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

body {
    font-size: 1rem;
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Quattrocento Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #292c34;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #3a3f4b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "industry", serif; */
    font-family: 'Ovo', serif;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #292c34;
}

.index h1,
.index h2,
.index h3,
.index h4,
.index h5,
.index h6 {
    text-align: center;
}

h1 {
    line-height: 1.15;
    font-size: 2.375rem;
}

h2 {
    font-size: 1.75rem;
}

.subtitle {
    font-size: 1.25rem;
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Quattrocento Sans', sans-serif;
    text-transform: none;
}

.subtitle::after {
    content: '';
    display: block;
    margin: 1.125rem auto 1.5rem;
    width: 5.3125rem;
    height: 5px;
    background-color: #d2ad5c;
}

.title--home {
    color: #d2ad5c;
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    text-transform: none;
    font-size: 42px;
    line-height: 1.25;
}

.subtitle--home {
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: 32px;
    color: #696a6e;
    line-height: 1.25;
}

.subtitle--home:after {
    display: none;
}

h3 {
    font-size: 1.125rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.75rem;
}

p {
    /* font-size: 1rem; */
    font-size: 1.125rem;
}

ul,
ol,
dl {
    line-height: 1.5;
    margin-bottom: 1rem;
    list-style-position: outside;
}

ol,
ul {
    margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
}

dl {
    margin-bottom: 1rem;
}

dt {
    font-weight: bold;
    margin-bottom: 0.3rem;
}

ul {
    list-style: disc;
}

ol {
    font-size: inherit;
}

li {
    font-size: inherit;
}

blockquote {
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    color: #4a4a4a;
    border: 1px solid #cacaca;
}

cite {
    font-size: 0.8125rem;
    color: #4a4a4a;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

em,
i {
    font-style: italic;
}

hr {
    max-width: 75rem;
    margin: 1.25rem auto;
    border: 1px solid #cacaca;
}

code {
    font-family: "Lucida Console", "Lucida Sans Typewriter", monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem;
    color: #000000;
    border: 1px solid #cacaca;
    background: #eeeeee;
}

sup {
    font-size: 80%;
}

.svg-container {
    position: absolute;
    height: 0;
}

body {
    margin: 0;
    padding: 0;
}

.main--interior {
    display: block;
}

.main--index {
    display: block;
}

.content {
    padding-left: .375rem;
    padding-right: .375rem;
}

.content--interior {
    display: block;
    padding-bottom: 3rem;
}

.content--interior> :last-child {
    margin-bottom: 0;
}

.content--index {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header {
    position: relative;
    z-index: 999;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.38);
}

.header__topbar {
    background: #ffffff;
    width: 100%;
    padding: 0.33rem 0;
}

.header__topbar__phone {
    display: block;
    text-align: center;
    color: #d2ad5c;
    font-weight: bold;
    font-size: 22px;
}

.nav__global {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 200;
}

.header__logo {
    background: #292c34;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    left: 0;
    right: 0;
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    z-index: 300;
    padding: 1rem 0;
}

.header__logo__image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
    position: relative;
}

.footer {
    display: block;
    background-color: #292c34;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 1rem 0;
}

/* .footer a {
    color: currentColor;
} */

.footer .copy {
    padding-top: 1rem;
}

.footer__logo__image {
    margin-bottom: 1rem;
}

.numbers {
    margin: 0;
    color: #d2ad5c;
}

.email {
    color: #d2ad5c;
}

.email:hover {
    color: #ffffff;
}

.footer__middle {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer__left {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer__right {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.btn {
    margin: 1rem 0;
    display: inline-block;
    padding: 0.5rem 2rem;
    background: #292c34;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}

.btn:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.btn--hero {
    background: #d2ad5c;
    border-radius: 20px;
    font-size: 1.25rem;
    padding: 0.4rem 1rem;
    line-height: 1;
}

.btn--hero:hover {
    background: #f3c86b;
}

.btn--secondary {
    background: #d2ad5c;
}

.btn--secondary:hover {
    background: #a41620;
}

.btn--third {
    background: #f1c40f;
}

.btn--third:hover {
    background: #c29d0b;
}

.btn--expanded {
    display: block;
    width: 100%;
}

.btn--large {
    font-size: 1.5rem;
}

.btn--icon {
    line-height: 0;
    margin: 0.25rem;
    padding: 0.5rem;
}

.btn--icon svg {
    fill: currentColor;
}

.bread_crumbs {
    margin-top: .5rem;
    /* margin-bottom: 1rem;
    font-size: 1.25rem; */
    margin-bottom: 2rem;
    font-size: 0.85rem;
}

.bread_crumbs a {
    text-decoration: none;
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Quattrocento Sans', sans-serif;
}

.bread_crumbs a:last-child {
    font-weight: bold;
    color: #d2ad5c;
}

.bread_crumbs svg {
    height: 15px;
    width: 15px;
    margin: 0 0.5em;
    fill: #afaca1;
}

fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

legend {
    padding: 0 0.1875rem;
}

input {
    color: #000000;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    background: #ffffff;
    border: 1px solid #cacaca;
    padding: 0.5rem;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    border-radius: 0;
}

input.placeholder {
    color: #cacaca;
}

input:-moz-placeholder {
    color: #cacaca;
}

input::-moz-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder {
    color: #cacaca;
}

input::-webkit-input-placeholder {
    color: #cacaca;
}

input:focus {
    background: #ffffff;
    border: 1px solid #4a4a4a;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
}

input:disabled {
    background: #eeeeee;
    cursor: not-allowed;
}

input[type="submit"],
form button {
    border-radius: 0;
    cursor: pointer;
}

input[type="submit"]:hover,
form button:hover {
    background: #dddddd;
}

.expander {
    margin: 0;
}

.expander__wrapper {
    max-width: 100%;
    background: #222;
    margin-left: auto;
    margin-right: auto;
}

.expander__title {
    background-color: #d2ad5c;
    text-align: center;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.expander__title__text {
    margin: 0 0.5rem;
    color: #FFF;
    /* font-family: "industry", serif; */
    font-family: 'Ovo', serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.875rem;
}

.expander__title__ico {
    fill: #fff;
    height: 30px;
    width: 20px;
}

.expander__block {
    background: rgba(0, 0, 0, 0.5);
    height: 300px;
    height: 42vh;
    height: calc(50vh - 1.25rem);
    overflow: hidden;
    position: relative;
    -webkit-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    outline: 1px solid #d2ad5c;
    outline-offset: -14px;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expander__block__title {
    /* font-family: "industry", serif; */
    font-family: 'Ovo', serif;
    color: #fff;
    position: relative;
    z-index: 100;
    font-weight: 400;
    margin: 0;
    line-height: 1.25;
    text-transform: none;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-size: 30px;
    margin-bottom: 0.5rem;
}

.expander__block__title::before {
    content: '';
    width: 73px;
    height: 4px;
    display: block;
    background-color: #d2ad5c;
    margin: 0 auto .5rem;
}

.expander__block__text {
    top: 36vh;
    position: absolute;
    z-index: 101;
    margin: 0;
    position: relative;
    top: auto;
    display: inline-block;
}

.expander__block__link {
    color: #d2ad5c;
    text-decoration: none;
    font-weight: bold;
}

.expander__block__link:hover {
    color: #ffffff;
    text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.expander__block__image {
    -webkit-transform: scale(1) translateX(50%) translateY(50%);
    -ms-transform: scale(1) translateX(50%) translateY(50%);
    transform: scale(1) translateX(50%) translateY(50%);
    min-width: 500px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    opacity: .3;
    transition: transform 5s ease-out, opacity 300ms ease-out, min-width 500ms ease-in-out, -webkit-transform 5s ease-out;
}

.expander__block:hover .expander__block__image {
    -webkit-transform: scale(1.15) translateX(50%) translateY(45%);
    -ms-transform: scale(1.15) translateX(50%) translateY(45%);
    transform: scale(1.15) translateX(50%) translateY(45%);
    opacity: .9;
    min-width: 130%;
    transition: transform 10s linear, opacity 500ms ease-in, min-width 500ms ease-in-out, -webkit-transform 10s linear;
}

@supports ((display: -ms-grid) or (display: grid)) {
    @media only screen and (min-width: 64rem) {
        .expander {
            margin: 1em 0;
        }
        .expander__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
        }
        .expander__block {
            height: 400px;
            height: 40vh;
            padding: 0 2rem;
            -webkit-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
            max-width: 100%;
        }
        .expander__block:hover img {
            -webkit-transform: scale(1.15) translateX(50%) translateY(45%);
            -ms-transform: scale(1.15) translateX(50%) translateY(45%);
            transform: scale(1.15) translateX(50%) translateY(45%);
            opacity: .85;
            transition: transform 750ms linear, opacity 500ms ease-in, -webkit-transform 750ms linear;
        }
    }
}

.table {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 0.5rem 0.625rem 0.625rem;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 0;
}

thead,
tbody,
tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f9f9f9;
    color: #000000;
}

tfoot {
    background: #f2f2f2;
    color: #000000;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tr:nth-child(even) {
    background: #f2f2f2;
    border-bottom: 0;
}

.hero {
    position: relative;
    z-index: 1;
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.63);
    display: none;
}

.hero__image {
    vertical-align: bottom;
    width: 100%;
}

.hero__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__title {
    color: #ffffff;
    text-transform: none;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.hero__subtitle {
    color: #ffffff;
    text-transform: none;
    font-size: 32px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .banner {
        position: relative;
        height: 22rem;
    }
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.steps {
    background-color: #eeeeee;
    counter-reset: steps;
    padding-left: .375rem;
    padding-right: .375rem;
}

.steps__wrap {
    padding: 2.625rem 0;
}

.steps__block {
    text-align: center;
    padding: 0 .5rem;
}

.steps__heading {
    margin-bottom: 0;
}

.steps__title {
    font-size: 1.125rem;
    text-transform: uppercase;
    position: relative;
}

.steps__title::before {
    counter-increment: steps;
    content: counter(steps);
    display: block;
    background-color: #d2ad5c;
    color: #ffffff;
    line-height: 0;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.375rem;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.31);
}

.social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1em 0;
    width: 100%;
}

.social .icons {
    border: 2px solid #d2ad5c;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 0.5em;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s 0.1s linear;
    -o-transition: all 0.2s 0.1s linear;
    transition: all 0.2s 0.1s linear;
    background-color: #d2ad5c;
}

.social .icons a {
    height: 25px;
    width: 25px;
}

.social .icons svg {
    height: 25px;
    width: 25px;
    fill: #292c34;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social .icons.linkedin svg {
    width: 22px;
    height: 22px;
}

.social .icons:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.social .icons.facebook:hover svg {
    fill: #3b5998;
}

.social .icons.twitter:hover svg {
    fill: #55acee;
}

.social .icons.pinterest:hover svg {
    fill: #bd081c;
}

.social .icons.houzz:hover svg {
    fill: #7ac142;
}

.social .icons.linkedin:hover svg {
    fill: #0077b5;
}

.content--interior img:not([class]) {
    position: relative;
    margin: 10px auto;
}

.image--shadowed {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.41);
}

.image--medium-right,
.image--medium-left {
    position: relative;
    margin: 10px auto;
}

.o-hidden {
    overflow: hidden;
}

.o-visible {
    overflow: visible;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.caps,
.uppercase {
    text-transform: uppercase;
}

.titlecase {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.underline {
    text-decoration: underline;
}

.text--left {
    text-align: left;
}

.text--right {
    text-align: right;
}

.text--center {
    text-align: center;
}

.text--justify {
    text-align: justify;
}

.font--primary {
    /* font-family: "proxima-nova", sans-serif; */
    font-family: 'Quattrocento Sans', sans-serif;
}

.font--secondary {
    font-family: serif;
}

.font--lighter {
    font-weight: lighter;
}

.font--normal {
    font-weight: normal;
}

.font--bold {
    font-weight: bold;
}

.font--bolder {
    font-weight: bolder;
}

.font--normal {
    font-style: normal;
}

.font--italic {
    font-style: italic;
}

.font--oblique {
    font-style: oblique;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.color--primary {
    color: #292c34;
}

.color--secondary {
    color: #d2ad5c;
}

.color--third {
    color: #f1c40f;
}

.color--white {
    color: #ffffff;
}

.color--black {
    color: #000000;
}

.color--facebook {
    color: #3b5998;
}

.color--twitter {
    color: #1da1f2;
}

.color--instagram {
    color: #833ab4;
}

.color--linkedin {
    color: #0077b5;
}

.color--youtube {
    color: #cd201f;
}

.color--google-plus {
    color: #dd4b39;
}

.color--pinterest {
    color: #bd081c;
}

.background--primary {
    background: #292c34;
}

.background--secondary {
    background: #d2ad5c;
}

.background--third {
    background: #f1c40f;
}

.background--white {
    background: #ffffff;
}

.background--black {
    background: #000000;
}

.background--facebook {
    background: #3b5998;
}

.background--twitter {
    background: #1da1f2;
}

.background--instagram {
    background: #833ab4;
}

.background--linkedin {
    background: #0077b5;
}

.background--youtube {
    background: #cd201f;
}

.background--google-plus {
    background: #dd4b39;
}

.background--pinterest {
    background: #bd081c;
}

.pad {
    padding: 0.5rem;
}

.pad--vert {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pad--horiz {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.pad--top {
    padding-top: 0.5rem;
}

.pad--bottom {
    padding-bottom: 0.5rem;
}

.pad--left {
    padding-left: 0.5rem;
}

.pad--right {
    padding-right: 0.5rem;
}

.pad--2x {
    padding: 1rem;
}

.pad--2x--vert {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad--2x--horiz {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pad--2x--top {
    padding-top: 1rem;
}

.pad--2x--bottom {
    padding-bottom: 1rem;
}

.pad--2x--left {
    padding-left: 1rem;
}

.pad--2x--right {
    padding-right: 1rem;
}

.pad--3x {
    padding: 1.5rem;
}

.pad--3x--vert {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pad--3x--horiz {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pad--3x--top {
    padding-top: 1.5rem;
}

.pad--3x--bottom {
    padding-bottom: 1.5rem;
}

.pad--3x--left {
    padding-left: 1.5rem;
}

.pad--3x--right {
    padding-right: 1.5rem;
}

.marg {
    margin: 0.5rem;
}

.marg--vert {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.marg--horiz {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.marg--top {
    margin-top: 0.5rem;
}

.marg--bottom {
    margin-bottom: 0.5rem;
}

.marg--left {
    margin-left: 0.5rem;
}

.marg--right {
    margin-right: 0.5rem;
}

.marg--2x {
    margin: 1rem;
}

.marg--2x--vert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.marg--2x--horiz {
    margin-left: 1rem;
    margin-right: 1rem;
}

.marg--2x--top {
    margin-top: 1rem;
}

.marg--2x--bottom {
    margin-bottom: 1rem;
}

.marg--2x--left {
    margin-left: 1rem;
}

.marg--2x--right {
    margin-right: 1rem;
}

.marg--3x {
    margin: 1.5rem;
}

.marg--3x--vert {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.marg--3x--horiz {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.marg--3x--top {
    margin-top: 1.5rem;
}

.marg--3x--bottom {
    margin-bottom: 1.5rem;
}

.marg--3x--left {
    margin-left: 1.5rem;
}

.marg--3x--right {
    margin-right: 1.5rem;
}

.flex-container,
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.break {
    display: block;
    width: 100%;
    margin: 2rem 0;
    position: relative;
    height: 5rem;
}

.break:before,
.break:after {
    content: '';
    position: absolute;
    bottom: 0;
}

.break:before {
    width: 100%;
    height: 1px;
    background: #d2ad5c;
}

.break:after {
    content: '';
    background: url('../images/break-logo.png') no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 78px;
}

.quote__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote {
    color: #d2ad5c;
    font-size: 24px;
    font-family: 'Ovo', serif;
    margin: 0;
    text-align: center;
    line-height: 1.25;
}

.cite {
    font-size: 17px;
    color: #5b5c61;
    font-weight: bold;
}

/* Style Guide */

.styleGuide h6 small {
    font-size: 80%;
    line-height: 1.5;
    display: block;
}

.example {
    position: relative;
    margin: 1.5rem 0;
    padding: 2rem 1.5rem;
    border: 1px solid #cacaca;
}

.example:before {
    content: 'Example';
    font-size: 80%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4.6875rem;
    padding: 0.3125rem 0.4375rem;
    color: #ffffff;
    background: #292c34;
}

code {
    overflow: visible;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    background: #eeeeee;
}

.code {
    font-size: inherit;
    line-height: 1.5;
    position: relative;
    margin-bottom: 2rem;
    padding: 1.875rem 0.9375rem;
    border: 1px solid #cacaca;
    background: #ffffff;
}

.code:before {
    content: 'Code';
    font-size: 80%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4.6875rem;
    padding: 0.3125rem 0.4375rem;
    color: #ffffff;
    background: #d2ad5c;
}

.code code {
    padding: 0.125rem 0.25rem;
    margin: 0 0.125rem;
    color: #d2ad5c;
    border: none;
    background: tranparent;
}

pre.code {
    line-height: 1;
}

.colors {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.colors .box {
    margin-top: rem-cal(15);
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.25);
    padding-bottom: 1rem;
}

.colors .box div {
    width: 100%;
    height: 3.75rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.colors .box div h6 {
    font-weight: normal;
    color: #ffffff;
}

.page-title {
    color: #d2ad5c;
}

/* Hero Slider */

.hero__slider {
    position: relative;
}

.hero__slider .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.hero__slider .prev {
    left: 0;
}

.hero__slider .next {
    right: 0;
}

.hero__slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.hero__slider .slick-dots li {
    margin: 0 0.25rem;
}

.hero__slider .slick-dots button {
    text-indent: -99999px;
    color: transparent;
    height: 12px;
    width: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.hero__slider .slick-dots li.slick-active button {
    background: #ffffff;
}

.outline-box {
    display: inline-block;
    padding: 1rem;
    border: 2px solid #292c34;
    margin: 1rem 0;
}

@media only screen and (min-width: 40rem) {
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .medium-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .medium-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .medium-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .medium-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .medium-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .medium-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .medium-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .medium-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .medium-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .medium-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .medium-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .medium-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .medium-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .medium-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    h1 {
        font-size: 2.375rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.125rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.875rem;
    }
    h6 {
        font-size: 0.75rem;
    }
    .header {
        display: block;
    }
    .nav__global {
        position: relative;
        width: auto;
        top: auto;
        left: auto;
    }
    .header__logo {
        width: 20%;
        padding: 1em;
        position: absolute;
        margin: 0 auto;
        top: 0;
    }
    .header__topbar {
        background: #292c34;
        padding: 0.33rem 0;
    }
    .header__topbar__email {
        color: #c2a668;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        font-weight: bold;
        font-size: 18px;
    }
    .header__topbar__email:hover,
    .header__topbar__email:focus {
        color: #e9c169;
    }
    .header__topbar__email span {
        line-height: 1;
    }
    .header__topbar__phone {
        color: #c2a668;
        float: right;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
    }
    .header__topbar__phone:hover,
    .header__topbar__phone:focus {
        color: #e9c169;
    }
    .icon {
        margin-right: 0.33rem;
    }
    .icon--email {}
    .icon--phone {}
    .hero__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero:before {
        display: inherit;
    }
    .footer {
        padding: 0;
    }
    .footer__left {
        text-align: left;
        padding-top: 3rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__middle {
        padding-top: 3rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__right {
        padding-top: 2.5rem;
        text-align: right;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__badge {}
    .footer__badge__text {
        margin-top: 0.5rem;
        line-height: 1.25;
    }
    .bread_crumbs {
        margin-top: 1.75rem;
    }
    .expander__title {
        display: none;
    }
    .footer .social {
        /* -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; */
    }
    .image--medium-right {
        margin: 0 0 1rem 1rem;
        float: right;
    }
    .pad {
        padding: 1rem;
    }
    .pad--vert {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .pad--horiz {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .pad--top {
        padding-top: 1rem;
    }
    .pad--bottom {
        padding-bottom: 1rem;
    }
    .pad--left {
        padding-left: 1rem;
    }
    .pad--right {
        padding-right: 1rem;
    }
    .pad--2x {
        padding: 2rem;
    }
    .pad--2x--vert {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .pad--2x--horiz {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .pad--2x--top {
        padding-top: 2rem;
    }
    .pad--2x--bottom {
        padding-bottom: 2rem;
    }
    .pad--2x--left {
        padding-left: 2rem;
    }
    .pad--2x--right {
        padding-right: 2rem;
    }
    .pad--3x {
        padding: 3rem;
    }
    .pad--3x--vert {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pad--3x--horiz {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .pad--3x--top {
        padding-top: 3rem;
    }
    .pad--3x--bottom {
        padding-bottom: 3rem;
    }
    .pad--3x--left {
        padding-left: 3rem;
    }
    .pad--3x--right {
        padding-right: 3rem;
    }
    .marg {
        margin: 1rem;
    }
    .marg--vert {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .marg--horiz {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .marg--top {
        margin-top: 1rem;
    }
    .marg--bottom {
        margin-bottom: 1rem;
    }
    .marg--left {
        margin-left: 1rem;
    }
    .marg--right {
        margin-right: 1rem;
    }
    .marg--2x {
        margin: 2rem;
    }
    .marg--2x--vert {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .marg--2x--horiz {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .marg--2x--top {
        margin-top: 2rem;
    }
    .marg--2x--bottom {
        margin-bottom: 2rem;
    }
    .marg--2x--left {
        margin-left: 2rem;
    }
    .marg--2x--right {
        margin-right: 2rem;
    }
    .marg--3x {
        margin: 3rem;
    }
    .marg--3x--vert {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .marg--3x--horiz {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .marg--3x--top {
        margin-top: 3rem;
    }
    .marg--3x--bottom {
        margin-bottom: 3rem;
    }
    .marg--3x--left {
        margin-left: 3rem;
    }
    .marg--3x--right {
        margin-right: 3rem;
    }
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 64rem) {
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .large-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .large-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .large-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .large-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .large-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .large-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .large-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .large-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .large-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .large-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .large-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .large-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .large-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .large-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    h1 {
        font-size: 2.375rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.125rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.875rem;
    }
    h6 {
        font-size: 0.75rem;
    }
    body {
        padding: 1rem;
        padding-top: 0;
    }
    body::before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1rem solid #292c34;
        border-top: none;
        border-bottom: none;
        z-index: -1;
    }
    /* body::after {
    content: '';
    display: block;
    height: 1rem;
    background-color: #292c34;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  } */
    .header__logo {
        padding: 5.5rem 1rem;
    }
    .content {
        padding-left: 0;
        padding-right: 0;
    }
    .footer::after {
        content: '';
        display: block;
        height: 1rem;
        background-color: #292c34;
        position: absolute;
        bottom: -1rem;
        left: 0;
        right: 0;
    }
    .steps {
        padding: 3.75rem 0;
    }
    .steps__wrap {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.14);
    }
    .steps__block {
        padding: 0 1rem;
    }
    .pad {
        padding: 1.5rem;
    }
    .pad--vert {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .pad--horiz {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .pad--top {
        padding-top: 1.5rem;
    }
    .pad--bottom {
        padding-bottom: 1.5rem;
    }
    .pad--left {
        padding-left: 1.5rem;
    }
    .pad--right {
        padding-right: 1.5rem;
    }
    .pad--2x {
        padding: 3rem;
    }
    .pad--2x--vert {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pad--2x--horiz {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .pad--2x--top {
        padding-top: 3rem;
    }
    .pad--2x--bottom {
        padding-bottom: 3rem;
    }
    .pad--2x--left {
        padding-left: 3rem;
    }
    .pad--2x--right {
        padding-right: 3rem;
    }
    .pad--3x {
        padding: 4.5rem;
    }
    .pad--3x--vert {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .pad--3x--horiz {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }
    .pad--3x--top {
        padding-top: 4.5rem;
    }
    .pad--3x--bottom {
        padding-bottom: 4.5rem;
    }
    .pad--3x--left {
        padding-left: 4.5rem;
    }
    .pad--3x--right {
        padding-right: 4.5rem;
    }
    .marg {
        margin: 1.5rem;
    }
    .marg--vert {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .marg--horiz {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .marg--top {
        margin-top: 1.5rem;
    }
    .marg--bottom {
        margin-bottom: 1.5rem;
    }
    .marg--left {
        margin-left: 1.5rem;
    }
    .marg--right {
        margin-right: 1.5rem;
    }
    .marg--2x {
        margin: 3rem;
    }
    .marg--2x--vert {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .marg--2x--horiz {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .marg--2x--top {
        margin-top: 3rem;
    }
    .marg--2x--bottom {
        margin-bottom: 3rem;
    }
    .marg--2x--left {
        margin-left: 3rem;
    }
    .marg--2x--right {
        margin-right: 3rem;
    }
    .marg--3x {
        margin: 4.5rem;
    }
    .marg--3x--vert {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
    .marg--3x--horiz {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }
    .marg--3x--top {
        margin-top: 4.5rem;
    }
    .marg--3x--bottom {
        margin-bottom: 4.5rem;
    }
    .marg--3x--left {
        margin-left: 4.5rem;
    }
    .marg--3x--right {
        margin-right: 4.5rem;
    }
    .large-flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 75rem) {
    .xl-collapse>.column,
    .xl-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .xl-uncollapse>.column,
    .xl-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .xl-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .row.xl-unstack>.column,
    .row.xl-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .xl-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .xl-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .xl-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .xl-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .xl-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .xl-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .xl-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .xl-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .xl-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .xl-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .xl-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .xl-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .xl-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .xl-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .xl-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .xl-flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .xl-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .xl-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .xl-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .xl-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .xl-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .xl-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .xl-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 83.75rem) {
    .header__logo {
        width: 25.4375rem;
    }
    .header__logo::before {
        content: '';
        display: block;
        width: 100%;
        height: 146px;
        position: absolute;
        top: -1rem;
        left: 0;
        background-color: #292c34;
    }
}

@media only screen and (min-width: 90rem) {
    .xxl-collapse>.column,
    .xxl-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .xxl-uncollapse>.column,
    .xxl-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .xxl-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .row.xxl-unstack>.column,
    .row.xxl-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .xxl-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .xxl-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .xxl-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .xxl-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .xxl-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .xxl-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .xxl-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .xxl-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .xxl-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .xxl-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .xxl-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .xxl-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .xxl-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .xxl-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .xxl-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .xxl-flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .xxl-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .xxl-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .xxl-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .xxl-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .xxl-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .xxl-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .xxl-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}