.nuxt-progress {
    background-color: #000;
    height: 2px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 0.1s, opacity 0.4s;
    width: 0;
    z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
    transition: none;
}
.nuxt-progress-failed {
    background-color: red;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.h1,
.h2,
.h3,
.h4,
.hero-title,
.ouk-button,
h1,
h2,
h3,
h4 {
    font-family: "program", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.h5,
.h6,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
.hero-title {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 1.5rem 0;
}
@media screen and (min-width: 992px) {
    .hero-title {
        font-size: 5rem;
        line-height: 6rem;
        margin: 2rem 0;
    }
}
.h1,
h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 1.5rem 0;
}
@media screen and (min-width: 992px) {
    .h1,
    h1 {
        font-size: 3.75rem;
        line-height: 4.5rem;
    }
}
.h2,
h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin: 1rem 0;
}
@media screen and (min-width: 992px) {
    .h2,
    h2 {
        font-size: 3rem;
        line-height: 3.75rem;
        margin: 1.5rem 0;
    }
}
.h3,
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1rem 0;
}
@media screen and (min-width: 992px) {
    .h3,
    h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .h4,
    h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1rem 0;
    }
}
.h5,
h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .h5,
    h5 {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }
}
.h6,
h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .h6,
    h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 0.5rem 0;
    }
}
.paragraph--lead,
.txt-l,
blockquote {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
}
@media screen and (min-width: 992px) {
    .paragraph--lead,
    .txt-l,
    blockquote {
        font-size: 1.25rem;
    }
}
.txt-m,
ol,
p,
ul {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .txt-m,
    ol,
    p,
    ul {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.txt-s,
figcaption {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
@media screen and (min-width: 992px) {
    .txt-s,
    figcaption {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.txt-xs,
small {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
}
@media screen and (min-width: 992px) {
    .txt-xs,
    small {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
html {
    line-height: 1.15;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
main {
    display: block;
}
hr {
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 1em;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
progress {
    vertical-align: baseline;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
summary {
    display: list-item;
}
template {
    display: none;
}
button:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
button:focus:not(:focus-visible) {
    outline: none;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    color: #262626;
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
}
blockquote {
    font-weight: 600;
    margin: 0.5rem 0;
    padding: 0 2rem;
    position: relative;
    text-indent: 2rem;
}
blockquote:before {
    color: #037b90;
    content: "“";
    display: block;
    font-size: 3.0625rem;
    font-weight: 600;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 2rem;
}
@media screen and (min-width: 768px) {
    blockquote:before {
        font-size: 3.5rem;
    }
}
blockquote > p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    blockquote {
        padding: 0 4rem;
    }
}
figcaption {
    background: #f7f7f7;
    color: #6e6e6e;
    padding: 0.5rem;
}
@media screen and (min-width: 992px) {
    figcaption {
        padding: 1rem;
    }
}
figure {
    margin: 1.5rem 0;
}
figure,
figure img {
    display: block;
    height: auto;
    width: 100%;
}
@media screen and (min-width: 992px) {
    figure {
        margin: 2rem 0 1.5rem;
    }
}
hr {
    background: #b7b7b7;
    border: 0;
    height: 1px;
}
li {
    margin: 0.25rem 0;
}
@media screen and (max-width: 991px) {
    li {
        margin: 1rem 0;
    }
    li + li {
        margin-top: 2rem;
    }
}
ol,
ul {
    padding: 0 0 0 1.75rem;
}
a {
    color: #0c71ac;
}
a:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
a:focus:not(:focus-visible) {
    outline: none;
}
a:focus,
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
b,
strong {
    font-weight: 600;
}
cite,
q {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
q:after,
q:before {
    content: "";
}
.ouk-container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 94rem;
    width: 100%;
}
@media screen and (min-width: 0) {
    .ouk-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (min-width: 576px) {
    .ouk-container {
        padding-left: 2.125rem;
        padding-right: 2.125rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media screen and (min-width: 992px) {
    .ouk-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media screen and (min-width: 1264px) {
    .ouk-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 1920px) {
    .ouk-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 2560px) {
    .ouk-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 0) {
    .ouk-component-gutter {
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 992px) {
    .ouk-component-gutter {
        margin-bottom: 1.5rem;
    }
}
.ouk-button--grey-extra-light:focus,
.ouk-button--grey-extra-light:hover,
.ouk-button--primary,
.ouk-button--secondary:focus,
.ouk-button--secondary:hover,
.ouk-button--transparent-on-light:focus,
.ouk-button--transparent-on-light:hover,
.ouk-button--transparent:focus,
.ouk-button--transparent:hover {
    background: #1e1248;
    border: 2px solid #1e1248;
    color: #fff;
}
.ouk-button--special,
.ouk-button--special-on-dark,
.ouk-button--special-on-light {
    background: #ed6b5e;
    border: 2px solid #ed6b5e;
    color: #1e1248;
}
.ouk-button--primary:focus,
.ouk-button--primary:hover,
.ouk-button--secondary {
    background: #fff;
    border: 2px solid #1e1248;
    color: #1e1248;
}
.ouk-button--grey-extra-light {
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
    color: #1e1248;
}
button {
    background: transparent;
    border: 0;
    cursor: pointer;
}
.ouk-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.625rem 1.875rem;
}
.ouk-button.ouk-link:focus,
.ouk-button.ouk-link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--special-on-light:focus,
.ouk-button--special-on-light:hover,
.ouk-button--special:focus,
.ouk-button--special:hover {
    background: #1e1248;
    border: 2px solid #1e1248;
    color: #ed6b5e;
}
.ouk-button--special-on-dark:focus,
.ouk-button--special-on-dark:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #1e1248;
}
.ouk-button--tertiary {
    background: #eee;
    border: 2px solid #eee;
    color: #1e1248;
    text-transform: inherit;
}
.ouk-button--tertiary.ouk-link:focus,
.ouk-button--tertiary.ouk-link:hover,
.ouk-button--tertiary:focus,
.ouk-button--tertiary:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-button--transparent,
.ouk-button--transparent-on-light {
    background: transparent;
    border: 2px solid #1e1248;
    color: #1e1248;
}
.ouk-button--transparent-on-dark {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.ouk-button--transparent-on-dark:focus,
.ouk-button--transparent-on-dark:hover {
    background: #fff;
    color: #1e1248;
}
.ouk-button--l {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0.875rem 2.875rem;
}
@media screen and (max-width: 991px) {
    .ouk-button--l {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 1rem 2.875rem;
    }
}
.ouk-button--s {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.375rem 1.375rem;
}
.ouk-button--xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.25rem 0.875rem;
}
.ouk-button :disabled,
.ouk-button--disabled {
    cursor: default;
}
.ouk-button :disabled,
.ouk-button :disabled:focus,
.ouk-button :disabled:hover,
.ouk-button--disabled,
.ouk-button--disabled:focus,
.ouk-button--disabled:hover {
    background: #b7b7b7;
    border: 2px solid #b7b7b7;
    color: #262626;
}
.ouk-spinner {
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear;
}
.ouk-bg-primary {
    background-color: #037b90;
}
.ouk-bg-primary-dark {
    background-color: #0c71ac;
}
.ouk-bg-primary-light {
    background-color: #eff9fd;
}
.ouk-bg-primary-dark-light {
    background-color: #dff3fb;
}
.ouk-bg-black {
    background-color: #000;
}
.ouk-bg-black-85 {
    background-color: #4d4d4f;
}
.ouk-bg-black-55 {
    background-color: #8a8c8e;
}
.ouk-bg-white {
    background-color: #fff;
}
.ouk-bg-aubergine {
    background-color: #1e1248;
}
.ouk-bg-aubergine-75 {
    background-color: #544b73;
}
.ouk-bg-grey-secondary {
    background-color: #ececec;
}
.ouk-bg-yellow {
    background-color: #fed76f;
}
.ouk-bg-melon {
    background-color: #ed6b5e;
}
.ouk-bg-melon-85 {
    background-color: #f6958a;
}
.ouk-bg-grape {
    background-color: #b49ad2;
}
.ouk-bg-tango {
    background-color: #f79554;
}
.ouk-bg-grey-dark {
    background-color: #494949;
}
.ouk-bg-grey-medium {
    background-color: #b7b7b7;
}
.ouk-bg-grey-medium-dark {
    background-color: #4c4c4c;
}
.ouk-bg-grey-light {
    background-color: #eee;
}
.ouk-bg-grey-light-on-light {
    background-color: #6e6e6e;
}
.ouk-bg-grey-extra-light {
    background-color: #f7f7f7;
}
.ouk-bg-negative {
    background-color: #d6001d;
}
.ouk-bg-positive {
    background-color: #498406;
}
.ouk-bg-text {
    background-color: #262626;
}
.ouk-bg-vic-poly {
    background-color: #037b90;
}
.ouk-bg-blue-70 {
    background-color: #8cd5ef;
}
.ouk-bg-aubergine-20 {
    background-color: #d2d0db;
}
.u-bg-color__primary {
    background-color: #037b90 !important;
}
.u-txt-color__primary {
    color: #037b90 !important;
}
.u-bg-color__primary-dark {
    background-color: #0c71ac !important;
}
.u-txt-color__primary-dark {
    color: #0c71ac !important;
}
.u-bg-color__primary-light {
    background-color: #eff9fd !important;
}
.u-txt-color__primary-light {
    color: #eff9fd !important;
}
.u-bg-color__primary-dark-light {
    background-color: #dff3fb !important;
}
.u-txt-color__primary-dark-light {
    color: #dff3fb !important;
}
.u-bg-color__black {
    background-color: #000 !important;
}
.u-txt-color__black {
    color: #000 !important;
}
.u-bg-color__black-85 {
    background-color: #4d4d4f !important;
}
.u-txt-color__black-85 {
    color: #4d4d4f !important;
}
.u-bg-color__black-55 {
    background-color: #8a8c8e !important;
}
.u-txt-color__black-55 {
    color: #8a8c8e !important;
}
.u-bg-color__white {
    background-color: #fff !important;
}
.u-txt-color__white {
    color: #fff !important;
}
.u-bg-color__aubergine {
    background-color: #1e1248 !important;
}
.u-txt-color__aubergine {
    color: #1e1248 !important;
}
.u-bg-color__aubergine-75 {
    background-color: #544b73 !important;
}
.u-txt-color__aubergine-75 {
    color: #544b73 !important;
}
.u-bg-color__grey-secondary {
    background-color: #ececec !important;
}
.u-txt-color__grey-secondary {
    color: #ececec !important;
}
.u-bg-color__yellow {
    background-color: #fed76f !important;
}
.u-txt-color__yellow {
    color: #fed76f !important;
}
.u-bg-color__melon {
    background-color: #ed6b5e !important;
}
.u-txt-color__melon {
    color: #ed6b5e !important;
}
.u-bg-color__melon-85 {
    background-color: #f6958a !important;
}
.u-txt-color__melon-85 {
    color: #f6958a !important;
}
.u-bg-color__grape {
    background-color: #b49ad2 !important;
}
.u-txt-color__grape {
    color: #b49ad2 !important;
}
.u-bg-color__tango {
    background-color: #f79554 !important;
}
.u-txt-color__tango {
    color: #f79554 !important;
}
.u-bg-color__grey-dark {
    background-color: #494949 !important;
}
.u-txt-color__grey-dark {
    color: #494949 !important;
}
.u-bg-color__grey-medium {
    background-color: #b7b7b7 !important;
}
.u-txt-color__grey-medium {
    color: #b7b7b7 !important;
}
.u-bg-color__grey-medium-dark {
    background-color: #4c4c4c !important;
}
.u-txt-color__grey-medium-dark {
    color: #4c4c4c !important;
}
.u-bg-color__grey-light {
    background-color: #eee !important;
}
.u-txt-color__grey-light {
    color: #eee !important;
}
.u-bg-color__grey-light-on-light {
    background-color: #6e6e6e !important;
}
.u-txt-color__grey-light-on-light {
    color: #6e6e6e !important;
}
.u-bg-color__grey-extra-light {
    background-color: #f7f7f7 !important;
}
.u-txt-color__grey-extra-light {
    color: #f7f7f7 !important;
}
.u-bg-color__negative {
    background-color: #d6001d !important;
}
.u-txt-color__negative {
    color: #d6001d !important;
}
.u-bg-color__positive {
    background-color: #498406 !important;
}
.u-txt-color__positive {
    color: #498406 !important;
}
.u-bg-color__text {
    background-color: #262626 !important;
}
.u-txt-color__text {
    color: #262626 !important;
}
.u-bg-color__vic-poly {
    background-color: #037b90 !important;
}
.u-txt-color__vic-poly {
    color: #037b90 !important;
}
.u-bg-color__blue-70 {
    background-color: #8cd5ef !important;
}
.u-txt-color__blue-70 {
    color: #8cd5ef !important;
}
.u-bg-color__aubergine-20 {
    background-color: #d2d0db !important;
}
.u-txt-color__aubergine-20 {
    color: #d2d0db !important;
}
.sr-only,
.ouk-visually-hidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    pointer-events: none;
}
.ouk-hidden {
    display: none;
    visibility: hidden;
}
.ouk-markup .media--type-embedded-video .video-embed-field-responsive-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1rem;
    position: relative;
}
.ouk-markup .media--type-embedded-video .video-embed-field-responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ouk-markup .media--type-embedded-video .field--name-field-media-link {
    background: 0 50% url(/img/view.svg) no-repeat transparent;
    padding: 1rem 0 1rem 1.25rem;
}
.ouk-markup .media--type-embedded-video .field--name-field-media-link a {
    color: #037b90;
}
.ouk-markup .embedded-entity {
    display: block;
    margin: 0 0 2.5rem;
}
.ouk-markup .embedded-entity figcaption {
    color: #494949;
    margin-top: 0.75rem;
    text-transform: uppercase;
}
.tide-preview-mode .ouk-child-component-error {
    display: block;
}
.tide-preview-mode .ouk-child-component-error:before {
    color: #d6001d;
    content: "[Ripple Warn] Something wrong to render this component. This message won't show on production.";
    padding: 1rem;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@media screen and (max-width: 991px) {
    .ouk-site-layout {
        padding-top: 3rem;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation__overlay {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.25s ease;
    z-index: 10;
}
.ouk-navigation__overlay--visible {
    opacity: 0.3;
    pointer-events: auto;
}
.ouk-navigation__extra-controls {
    display: flex;
}
.ouk-navigation__extra-controls .ouk-navigation__login-button {
    flex: 1 0 auto;
}
.ouk-navigation__close-button,
.ouk-navigation__login-button {
    border: 0;
    cursor: pointer;
}
.ouk-navigation__close-button {
    background: #000;
    flex: 0 0 auto;
    padding: 1rem;
}
.ouk-navigation__level-1__list-wrapper {
    position: relative;
}
.ouk-navigation__level-1__links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper {
    margin: 0;
}
.ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta {
    margin: 1rem 1rem 3rem;
}
@media screen and (min-width: 992px) {
    .ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta {
        margin: 0;
    }
}
.ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta .ouk-button {
    width: 100%;
}
.ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta a.ouk-text-link {
    background-color: #1e1248;
    color: #fff;
    transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
    .ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta a.ouk-text-link {
        border: 0.125rem solid transparent;
        border-radius: 2rem;
        cursor: pointer;
        font-family: "program", sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 2rem;
        outline-offset: 2px;
        outline-width: 2px;
        padding: 0.825rem 1.825rem;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        width: 100%;
    }
}
.ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta a.ouk-text-link:hover {
    background-color: #544b73;
}
.ouk-navigation__level-1__links .ouk-navigation__level-1__link-wrapper--has-cta .ouk-text-link svg {
    display: none;
}
.ouk-navigation__level-1 .ouk-text-link {
    -webkit-text-decoration: none;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .ouk-navigation {
        height: 3rem;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .ouk-navigation__level-1 {
        background: #fff;
        bottom: 0;
        left: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-300px);
        width: 300px;
        z-index: 10;
    }
    .ouk-navigation__level-1 .ouk-container {
        padding: 0;
    }
    .ouk-navigation__level-1__links {
        flex-flow: column;
    }
    .ouk-navigation__level-1__links-enter-active,
    .ouk-navigation__level-1__links-leave-active {
        transition: transform 0.25s ease;
    }
    .ouk-navigation__level-1__links-enter,
    .ouk-navigation__level-1__links-leave-to {
        transform: translateX(-100%);
    }
    .ouk-navigation__level-1__link {
        background: #eee;
        border-bottom: 1px solid #b7b7b7;
        color: #262626;
        display: block;
        padding: 1.5rem 1rem;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .ouk-navigation__level-1__link--active,
    .ouk-navigation__level-1__link:focus,
    .ouk-navigation__level-1__link:hover {
        background: #037b90;
    }
    .ouk-navigation__level-1__link:focus {
        border-bottom-color: #0c71ac;
    }
    .ouk-navigation__level-1-enter-active,
    .ouk-navigation__level-1-leave-active {
        transition: transform 0.25s ease;
    }
    .ouk-navigation__level-1-enter,
    .ouk-navigation__level-1-leave-to {
        transform: translateX(0);
    }
    .ouk-navigation__level-1__menu {
        display: flex;
        flex-flow: column;
    }
    .ouk-navigation__level-1--unhydrated,
    .ouk-navigation__level-1__menu > .ouk-navigation__login-button,
    .ouk-navigation__level-1__menu > .ouk-navigation__search-button {
        display: none;
    }
    .ouk-navigation__login-button {
        background: #000;
        color: #fff;
        padding: 1rem;
        text-align: left;
    }
    .ouk-navigation__login-button > .ouk-icon {
        margin: 0 0 0 0.5rem;
        transform: scale(0.5);
        transition: transform 0.25s ease;
    }
    .ouk-navigation__login-button--open > .ouk-icon {
        transform: scale(0.5) rotate(-180deg);
    }
}
@media screen and (min-width: 992px) {
    .ouk-navigation__level-1 {
        background: #eee;
        position: relative;
        z-index: 11;
    }
    .ouk-navigation__level-1__menu {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .ouk-navigation__level-1__links {
        flex-flow: row wrap;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .ouk-navigation__level-1__link-wrapper {
        display: flex;
    }
    .ouk-navigation__level-1__link-wrapper:last-of-type {
        position: relative;
    }
    .ouk-navigation__level-1__link-wrapper:last-of-type:before {
        background: #000;
        height: 1rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }
    body.is-subsite .ouk-navigation__level-1__link-wrapper:nth-child(3) a:focus {
        background: #eee;
    }
    .ouk-navigation__level-1__list-wrapper {
        display: flex;
    }
    .ouk-navigation__level-1__link {
        align-items: center;
        color: #262626;
        display: flex;
        font-weight: 600;
        padding: 0 0.75rem;
    }
    .ouk-navigation__level-1__link--active,
    .ouk-navigation__level-1__link:focus,
    .ouk-navigation__level-1__link:hover,
    .ouk-navigation__level-1__link:not([data-link-text="VU Home"]).nuxt-link-active,
    .ouk-navigation__level-1__link[data-link-text="VU Home"].nuxt-link-exact-active {
        background: #fff;
        color: #0c71ac;
    }
    .ouk-navigation__level-1 .ouk-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .ouk-navigation__login-button {
        background: none;
        font-weight: 600;
        padding: 1rem;
    }
    .ouk-navigation__login-button:disabled {
        cursor: auto;
        opacity: 0.5;
    }
}
@media screen and (min-width: 1264px) {
    .ouk-navigation__level-1__link {
        padding: 0 1.25rem;
    }
}
@media screen and (min-width: 992px) {
    .ouk-navigation li[data-option-classes*="ouk-desktop-hide"] .ouk-navigation__level-1__link--desktop-hide {
        display: none;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-skip-link {
    background: #eee;
}
.ouk-skip-link .ouk-container,
.ouk-skip-link .ouk-skip-link__link {
    display: flex;
}
.ouk-skip-link .ouk-skip-link__link {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    align-items: center;
    color: #0c71ac;
    cursor: pointer;
    padding: 1rem;
    pointer-events: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-skip-link .ouk-skip-link__link:focus,
.ouk-skip-link .ouk-skip-link__link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-skip-link--show .ouk-skip-link__link,
.ouk-skip-link.focus-within .ouk-skip-link__link,
.ouk-skip-link:focus-within .ouk-skip-link__link {
    height: auto;
    margin: 0;
    pointer-events: auto;
    position: static;
    width: auto;
}
.ouk-skip-link--show .ouk-skip-link__divider,
.ouk-skip-link.focus-within .ouk-skip-link__divider,
.ouk-skip-link:focus-within .ouk-skip-link__divider {
    padding: 1rem 0;
}
.ouk-skip-link--show .ouk-skip-link__divider:before,
.ouk-skip-link.focus-within .ouk-skip-link__divider:before,
.ouk-skip-link:focus-within .ouk-skip-link__divider:before {
    content: "|";
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation-bar__title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
@media screen and (min-width: 992px) {
    .ouk-navigation-bar__title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-navigation-bar {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease;
}
.ouk-navigation-bar .ouk-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ouk-navigation-bar__beginning {
    display: flex;
}
@media screen and (max-width: 991px) {
    .ouk-navigation-bar__beginning {
        grid-gap: 6px;
    }
}
.ouk-navigation-bar__logo,
.ouk-navigation-bar__logo img {
    display: block;
}
.ouk-navigation-bar__logo img {
    height: 1.5rem;
}
.ouk-navigation-bar__title {
    font-weight: 600;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .ouk-navigation-bar__title {
        display: none;
    }
}
.ouk-navigation-bar .ouk-navigation__search-button,
.ouk-navigation-bar__toggle-button {
    height: 3rem;
    padding: 0 1rem;
}
.ouk-navigation-bar__toggle-button {
    background: none;
    border: 0;
    cursor: pointer;
}
.ouk-navigation-bar--open {
    transform: translateX(-300px);
}
@media screen and (max-width: 991px) {
    body:not(.is-subsite) .ouk-navigation-bar__title {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .ouk-navigation-bar {
        display: none;
    }
    .ouk-navigation-bar__logo {
        margin: 0 1.25rem 0 0;
    }
    .ouk-navigation-bar__toggle-button {
        display: none;
    }
    .ouk-navigation-bar--sticky {
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 80;
        z-index: 12;
    }
}
body.open-panel .ouk-navigation-bar--sticky {
    z-index: -1;
}
body.open-panel .ouk-navigation,
body.open-panel .ouk-navigation-level-2,
body.open-panel .ouk-navigation__level-1 {
    z-index: 1;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-link {
    -webkit-text-decoration: none;
    text-decoration: none;
}
@media print {
    .ouk-link[href]:after {
        content: " <" attr(data-print-url) "> ";
    }
    .ouk-link[href^="tel:"]:after {
        content: "";
    }
}
.ouk-link__inner {
    display: inline;
}
@media print {
    .ouk-link__inner {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-icon {
    color: inherit;
    height: 1em;
}
.ouk-icon__color-primary {
    color: #037b90;
}
.ouk-icon__color-primary-dark {
    color: #0c71ac;
}
.ouk-icon__color-primary-light {
    color: #eff9fd;
}
.ouk-icon__color-primary-dark-light {
    color: #dff3fb;
}
.ouk-icon__color-black {
    color: #000;
}
.ouk-icon__color-black-85 {
    color: #4d4d4f;
}
.ouk-icon__color-black-55 {
    color: #8a8c8e;
}
.ouk-icon__color-white {
    color: #fff;
}
.ouk-icon__color-aubergine {
    color: #1e1248;
}
.ouk-icon__color-aubergine-75 {
    color: #544b73;
}
.ouk-icon__color-grey-secondary {
    color: #ececec;
}
.ouk-icon__color-yellow {
    color: #fed76f;
}
.ouk-icon__color-melon {
    color: #ed6b5e;
}
.ouk-icon__color-melon-85 {
    color: #f6958a;
}
.ouk-icon__color-grape {
    color: #b49ad2;
}
.ouk-icon__color-tango {
    color: #f79554;
}
.ouk-icon__color-grey-dark {
    color: #494949;
}
.ouk-icon__color-grey-medium {
    color: #b7b7b7;
}
.ouk-icon__color-grey-medium-dark {
    color: #4c4c4c;
}
.ouk-icon__color-grey-light {
    color: #eee;
}
.ouk-icon__color-grey-light-on-light {
    color: #6e6e6e;
}
.ouk-icon__color-grey-extra-light {
    color: #f7f7f7;
}
.ouk-icon__color-negative {
    color: #d6001d;
}
.ouk-icon__color-positive {
    color: #498406;
}
.ouk-icon__color-text {
    color: #262626;
}
.ouk-icon__color-vic-poly {
    color: #037b90;
}
.ouk-icon__color-blue-70 {
    color: #8cd5ef;
}
.ouk-icon__color-aubergine-20 {
    color: #d2d0db;
}
.ouk-icon__xmega {
    font-size: 2.25rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__xmega {
        height: 2.8125rem;
        width: 2.8125rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__xmega {
        font-size: 5rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__xmega {
        height: 2.8125rem;
        width: 2.8125rem;
    }
}
.ouk-icon__mega {
    font-size: 2.25rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__mega {
        height: 2.8125rem;
        width: 2.8125rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__mega {
        font-size: 3.75rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__mega {
        height: 2.8125rem;
        width: 2.8125rem;
    }
}
.ouk-icon__xxxl {
    font-size: 1.75rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__xxxl {
        height: 2.1875rem;
        width: 2.1875rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__xxxl {
        font-size: 3rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__xxxl {
        height: 2.1875rem;
        width: 2.1875rem;
    }
}
.ouk-icon__xxl {
    font-size: 1.5rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__xxl {
        height: 1.875rem;
        width: 1.875rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__xxl {
        font-size: 2rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__xxl {
        height: 1.875rem;
        width: 1.875rem;
    }
}
.ouk-icon__xl {
    font-size: 1.25rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__xl {
        height: 1.5625rem;
        width: 1.5625rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__xl {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__xl {
        height: 1.5625rem;
        width: 1.5625rem;
    }
}
.ouk-icon__l {
    font-size: 1.125rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__l {
        height: 1.40625rem;
        width: 1.40625rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__l {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__l {
        height: 1.40625rem;
        width: 1.40625rem;
    }
}
.ouk-icon__m {
    font-size: 1rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__m {
        height: 1.25rem;
        width: 1.25rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__m {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__m {
        height: 1.25rem;
        width: 1.25rem;
    }
}
.ouk-icon__s {
    font-size: 0.875rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__s {
        height: 1.09375rem;
        width: 1.09375rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__s {
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__s {
        height: 1.09375rem;
        width: 1.09375rem;
    }
}
.ouk-icon__xs {
    font-size: 0.75rem;
    line-height: 0.75;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-icon__xs {
        height: 0.9375rem;
        width: 0.9375rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-icon__xs {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .ouk-icon__xs {
        height: 0.9375rem;
        width: 0.9375rem;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation__search-button {
    background: #037b90;
    border: 0;
    cursor: pointer;
    padding: 1rem;
}
.ouk-navigation__search-button:disabled {
    cursor: auto;
    opacity: 0.5;
}
.ouk-text-icon--nowrap {
    white-space: nowrap;
}
.ouk-text-icon--before {
    margin-right: 0.5rem;
}
.ouk-text-icon--after {
    margin-left: 0.5rem;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-login-concierge {
    padding-bottom: 5rem;
}
.ouk-login-concierge__cell {
    display: flex;
}
.ouk-login-concierge__icon {
    align-items: center;
    background: #037b90;
    color: #000;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    margin: 0 0.5rem;
    transform: rotate(45deg);
    width: 1.5rem;
}
.ouk-login-concierge__icon .ouk-icon {
    transform: rotate(-45deg);
}
.ouk-login-concierge__description {
    margin: 1.5rem 0 2rem;
}
.ouk-login-concierge__feature-link {
    background: hsla(0, 0%, 100%, 0.08);
    color: #fff;
    display: flex;
    padding: 1.5rem 1rem;
}
.ouk-login-concierge__feature-link:hover {
    background: #037b90;
    color: #000;
}
.ouk-login-concierge__feature-link:hover .ouk-login-concierge__icon {
    background: #000;
    color: #037b90;
}
.ouk-login-concierge__feature-link:hover .ouk-login-concierge__link-cta {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-login-concierge__feature-link .ouk-link__inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
}
@media screen and (min-width: 1264px) {
    .ouk-login-concierge__feature-link {
        padding: 1.5rem;
    }
}
@media screen and (min-width: 1920px) {
    .ouk-login-concierge__feature-link {
        padding: 1.5rem 2rem;
    }
}
@media screen and (max-width: 991px) {
    .ouk-login-concierge {
        background: #000;
        padding: 0.5rem 0.75rem;
    }
    .ouk-login-concierge__feature-link {
        margin: 0 0 0.25rem;
        padding: 1rem;
    }
    .ouk-login-concierge__feature-link .ouk-link__inner {
        align-items: center;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }
    .ouk-login-concierge__link-title {
        font-size: 1rem;
        margin: 0.5rem 0;
    }
    .ouk-login-concierge-enter-active,
    .ouk-login-concierge-leave-active {
        overflow: hidden;
        transition: height 0.5s;
    }
    .ouk-login-concierge-enter,
    .ouk-login-concierge-leave-to {
        height: 0 !important;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-text-link {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-text-link.is-email-or-tel svg {
    font-size: 0.75rem;
    margin: 0 0 0 0.25rem;
    position: relative;
    transform: translateY(-2px);
    vertical-align: middle;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-text-link.is-email-or-tel svg {
        height: 0.75rem;
        width: 0.75rem;
    }
}
.ouk-text-link__external-icon,
.ouk-text-link__file-icon {
    font-size: 0.75rem;
    margin: 0 0 0 0.25rem;
    position: relative;
    transform: translateY(-2px);
    vertical-align: middle;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-text-link__external-icon,
    .ouk-text-link__file-icon {
        height: 0.75rem;
        width: 0.75rem;
    }
}
.ouk-text-link__file-icon {
    margin-right: 0.1875rem;
    margin-top: 0.1875rem;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation-accordions {
    margin: 0;
}
.ouk-navigation-accordion__title {
    align-items: stretch;
    border-bottom: 1px solid #b7b7b7;
    display: flex;
}
.ouk-navigation-accordion__title--exact-active .ouk-navigation-accordion__title-link {
    background: #037b90;
}
.ouk-navigation-accordion__title-link {
    color: #262626;
    flex: 1 1 auto;
    font-weight: 600;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-navigation-accordion__title-link:focus,
.ouk-navigation-accordion__title-link:hover {
    background: #037b90;
}
.ouk-navigation-accordion__button {
    background: #1e1248;
    border: 0;
    border-left: 1px solid #b7b7b7;
    color: #fff;
    cursor: pointer;
    padding: 0 1.5rem;
}
.ouk-navigation-accordion__button .ouk-icon {
    transition: transform 0.25s;
}
.ouk-navigation-accordion__title--open .ouk-navigation-accordion__button {
    background: #037b90;
    color: #262626;
}
.ouk-navigation-accordion__title--open .ouk-navigation-accordion__button .ouk-icon {
    transform: rotate(-180deg);
}
.ouk-navigation-accordion__content {
    margin: 0;
}
.ouk-navigation-accordion__content-enter-active,
.ouk-navigation-accordion__content-leave-active {
    overflow: hidden;
    transition: height 0.5s;
}
.ouk-navigation-accordion__content-enter,
.ouk-navigation-accordion__content-leave-to {
    height: 0 !important;
}
.ouk-navigation-accordion--unhydrated {
    display: none;
}
.ouk-navigation-accordion .nuxt-link-active {
    color: #037b90;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-navigation-accordion .nuxt-link-active.nuxt-link-exact-active {
    background-color: #037b90;
    color: #1e1248;
    -webkit-text-decoration: none;
    text-decoration: none;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation-sublevel-link-list {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-navigation-sublevel-link-list {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.ouk-navigation-sublevel-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ouk-navigation-sublevel-link-list__link {
    align-items: stretch;
    border-bottom: 1px solid #b7b7b7;
    color: #262626;
    display: flex;
    justify-content: space-between;
    margin: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-navigation-sublevel-link-list__link .ouk-link {
    background: rgba(91, 194, 231, 0.1);
    color: inherit;
    display: block;
    flex: 1 1 auto;
    padding: 1.5rem 1rem 1.5rem 1.75rem;
    text-decoration: inherit;
}
.ouk-navigation-sublevel-link-list .nuxt-link-active {
    color: #0c71ac;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-navigation-sublevel-link-list__children-toggle {
    background: #fff;
    border: 0;
    border-left: 1px solid #b7b7b7;
    color: inherit;
    cursor: pointer;
    padding: 0 1.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-navigation-sublevel-link-list__link .ouk-link:focus,
    .ouk-navigation-sublevel-link-list__link .ouk-link:hover {
        background: #037b90;
    }
    .ouk-navigation-sublevel-link-list__link--active {
        background: #037b90;
        color: #1e1248;
    }
}
@media screen and (min-width: 992px) {
    .ouk-navigation-sublevel-link-list {
        border-top: 1px solid #b7b7b7;
    }
    .ouk-navigation-sublevel-link-list__link .ouk-link {
        background: transparent;
        padding: 1rem 0.5rem 1rem 1rem;
    }
    .ouk-navigation-sublevel-link-list__link .ouk-link:focus,
    .ouk-navigation-sublevel-link-list__link .ouk-link:hover {
        color: #0c71ac;
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
    .ouk-navigation-sublevel-link-list__link--exact-active .ouk-link,
    .ouk-navigation-sublevel-link-list__link--open .ouk-navigation-sublevel-link-list__children-toggle {
        background: #037b90;
        color: #1e1248;
    }
    .ouk-navigation-sublevel-link-list__children-toggle {
        border-left: 0;
        padding: 0.5rem 1rem;
    }
    .ouk-navigation-sublevel-link-list__children-toggle .ouk-icon {
        transform: scale(0.85);
    }
    .ouk-navigation-sublevel-link-list__children-toggle:hover {
        background: #000;
        color: #fff;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation-drawer {
    background: #fff;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(0);
    z-index: 1;
}
.ouk-navigation-drawer .ouk-navigation-accordion__title-link {
    font-weight: 400;
}
.ouk-navigation-drawer .ouk-navigation-sublevel-link-list {
    border-bottom: 1px solid #b7b7b7;
}
.ouk-navigation-drawer .ouk-navigation-sublevel-link-list__link {
    border-bottom: 0;
}
.ouk-navigation-drawer .ouk-navigation-sublevel-link-list__link .ouk-link {
    padding: 1rem 1rem 1rem 1.75rem;
}
.ouk-navigation-drawer .ouk-navigation-sublevel-link-list__link .ouk-link:before {
    content: "•";
    margin-right: 0.5rem;
}
.ouk-navigation-drawer__parent {
    border-bottom: 1px solid #b7b7b7;
    display: flex;
}
.ouk-navigation-drawer__parent-button {
    background: #fff;
    border: 0;
    border-right: 1px solid #b7b7b7;
    color: #262626;
    cursor: pointer;
    padding: 0 1.5rem;
}
.ouk-navigation-drawer__parent-link {
    background: rgba(91, 194, 231, 0.1);
    color: #262626;
    flex: 1 1 auto;
    padding: 1.5rem 1rem;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-navigation-drawer__parent-link:focus,
.ouk-navigation-drawer__parent-link:hover {
    background: #037b90;
}
.ouk-navigation-drawer-enter-active,
.ouk-navigation-drawer-leave-active {
    transition: transform 0.25s ease;
}
.ouk-navigation-drawer-enter,
.ouk-navigation-drawer-leave-to {
    transform: translateX(100%);
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-search-concierge {
    background: #000;
}
@media screen and (min-width: 768px) {
    .ouk-search-concierge {
        min-height: 100vh;
    }
}
@media screen and (min-width: 768px) and (min-height: 51.25rem) {
    .ouk-search-concierge {
        background: #000 left bottom 2.5rem/3rem 6.5rem round no-repeat
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79 179'%3E%3Cpath fill='%23037b90' d='M30.07 9.43 39.5 0l9.43 9.43-9.43 9.43zM30.07 169.57l9.43-9.43 9.43 9.43L39.5 179zM30.07 89.5l9.43-9.43 9.43 9.43-9.43 9.43z'/%3E%3C/svg%3E");
        min-height: 51.25rem;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-concierge-popover {
    background: #000;
    height: 100vh;
    left: 0;
    overflow: auto;
    padding: 2rem 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    z-index: 12;
}
@media screen and (min-width: 992px) {
    .ouk-concierge-popover {
        background-size: auto 11rem;
    }
}
.ouk-concierge-popover__header {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
    .ouk-concierge-popover__header {
        justify-content: space-between;
        margin: 0 0 3.75rem;
    }
}
.ouk-concierge-popover__logo {
    height: 3.5rem;
}
@media screen and (max-width: 767px) {
    .ouk-concierge-popover__logo {
        display: none;
    }
}
.ouk-concierge-popover__toggle-button {
    background: none;
    border: 0;
    cursor: pointer;
}
.ouk-concierge-popover-enter-active,
.ouk-concierge-popover-leave-active {
    transition: transform 0.25s ease;
}
.ouk-concierge-popover-enter,
.ouk-concierge-popover-leave-to {
    transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
    .ouk-concierge-popover {
        height: auto;
        max-height: 100vh;
        padding-top: 4rem;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-search__form .ouk-search__search-submit .ouk-submit-loader {
    font-family: "program", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-search__form .ouk-search__search-submit .ouk-submit-loader {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1rem 0;
    }
}
.ouk-search__form .ouk-search__search-input .form-control {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
}
@media screen and (min-width: 992px) {
    .ouk-search__form .ouk-search__search-input .form-control {
        font-size: 1.25rem;
    }
}
.ouk-search__list {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-search__list {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.ouk-search__list__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
@media screen and (min-width: 992px) {
    .ouk-search__list__subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-search__form fieldset {
    display: flex;
    margin: 0;
    width: 100%;
}
.ouk-search__form .ouk-search__search-input,
.ouk-search__form .ouk-search__search-submit {
    margin: 0 0 0.25rem;
}
.ouk-search__form .ouk-search__search-input {
    flex: 1 1 auto;
}
.ouk-search__form .ouk-search__search-input .field-wrap,
.ouk-search__form .ouk-search__search-input .form-control,
.ouk-search__form .ouk-search__search-input .wrapper {
    height: 100%;
}
.ouk-search__form .ouk-search__search-input .form-control {
    border-color: #fff;
    border-radius: 0;
    line-height: 2rem;
}
.ouk-search__form .ouk-search__search-input label {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    pointer-events: none;
}
.ouk-search__form .ouk-search__search-submit .field-wrap,
.ouk-search__form .ouk-search__search-submit .ouk-submit-loader {
    height: 100%;
}
.ouk-search__form .ouk-search__search-submit .ouk-submit-loader {
    background-color: #037b90;
    border: 0;
    border-radius: 0;
    color: #000;
    line-height: 1.75rem;
    margin: 0;
    padding: 1.125rem 3rem;
}
@media screen and (max-width: 991px) {
    .ouk-search__form .ouk-search__search-submit .ouk-submit-loader {
        padding: 1.5rem;
    }
    .ouk-search__form .ouk-search__search-submit .ouk-submit-loader__text {
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        clip: rect(0 0 0 0);
        pointer-events: none;
    }
    .ouk-search__form .ouk-search__search-submit .ouk-submit-loader:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M505 442.7 405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34M208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128'/%3E%3C/svg%3E")
            50%/80% no-repeat;
        content: "";
        display: block;
        height: 1.5rem;
        width: 1.5rem;
    }
}
.ouk-search__suggestions {
    background: #fff;
    padding: 0 0 0.75rem;
}
.ouk-search__suggestions .h4 {
    margin: 1rem 0;
}
@media screen and (min-width: 768px) {
    .ouk-search__suggestions > .ouk-grid-container__inner {
        padding: 0 1.25rem;
    }
}
.ouk-search__list {
    list-style: none;
    padding: 0;
}
.ouk-search__list li {
    margin: 1rem 0;
}
.ouk-search__list .ouk-link {
    color: #262626;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-search__list .ouk-link:focus,
.ouk-search__list .ouk-link:hover {
    color: #0c71ac;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-search__list__subtitle {
    color: #6e6e6e;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-button,
.ouk-form .buttons button {
    font-family: "program", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ouk-button--grey-extra-light:focus,
.ouk-button--grey-extra-light:hover,
.ouk-button--primary,
.ouk-button--secondary:focus,
.ouk-button--secondary:hover,
.ouk-button--transparent-on-light:focus,
.ouk-button--transparent-on-light:hover,
.ouk-button--transparent:focus,
.ouk-button--transparent:hover {
    background: #1e1248;
    border: 2px solid #1e1248;
    color: #fff;
}
.ouk-button--special,
.ouk-button--special-on-dark,
.ouk-button--special-on-light {
    background: #ed6b5e;
    border: 2px solid #ed6b5e;
    color: #1e1248;
}
.ouk-button--primary:focus,
.ouk-button--primary:hover,
.ouk-button--secondary {
    background: #fff;
    border: 2px solid #1e1248;
    color: #1e1248;
}
.ouk-button--grey-extra-light {
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
    color: #1e1248;
}
button {
    background: transparent;
    border: 0;
    cursor: pointer;
}
.ouk-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.625rem 1.875rem;
}
.ouk-button.ouk-link:focus,
.ouk-button.ouk-link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--special-on-light:focus,
.ouk-button--special-on-light:hover,
.ouk-button--special:focus,
.ouk-button--special:hover {
    background: #1e1248;
    border: 2px solid #1e1248;
    color: #ed6b5e;
}
.ouk-button--special-on-dark:focus,
.ouk-button--special-on-dark:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #1e1248;
}
.ouk-button--tertiary {
    background: #eee;
    border: 2px solid #eee;
    color: #1e1248;
    text-transform: inherit;
}
.ouk-button--tertiary.ouk-link:focus,
.ouk-button--tertiary.ouk-link:hover,
.ouk-button--tertiary:focus,
.ouk-button--tertiary:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-button--transparent,
.ouk-button--transparent-on-light {
    background: transparent;
    border: 2px solid #1e1248;
    color: #1e1248;
}
.ouk-button--transparent-on-dark {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.ouk-button--transparent-on-dark:focus,
.ouk-button--transparent-on-dark:hover {
    background: #fff;
    color: #1e1248;
}
.ouk-button--l {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0.875rem 2.875rem;
}
@media screen and (max-width: 991px) {
    .ouk-button--l {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 1rem 2.875rem;
    }
}
.ouk-button--s {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.375rem 1.375rem;
}
.ouk-button--xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.25rem 0.875rem;
}
.ouk-button :disabled,
.ouk-button--disabled {
    cursor: default;
}
.ouk-button :disabled,
.ouk-button :disabled:focus,
.ouk-button :disabled:hover,
.ouk-button--disabled,
.ouk-button--disabled:focus,
.ouk-button--disabled:hover {
    background: #b7b7b7;
    border: 2px solid #b7b7b7;
    color: #262626;
}
.ouk-form__title {
    margin-top: 0;
}
.ouk-form label:not(.ouk-option-button__label) {
    color: #262626;
    display: block;
    margin-bottom: 0.75rem;
}
.ouk-form .form-group.no-margin {
    margin: 0;
}
.ouk-form .form-group.no-label label {
    display: none;
}
.ouk-form .form-group p {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.ouk-form input:not([type]),
.ouk-form input[type="color"],
.ouk-form input[type="date"],
.ouk-form input[type="datetime-local"],
.ouk-form input[type="datetime"],
.ouk-form input[type="email"],
.ouk-form input[type="month"],
.ouk-form input[type="number"],
.ouk-form input[type="password"],
.ouk-form input[type="search"],
.ouk-form input[type="tel"],
.ouk-form input[type="text"],
.ouk-form input[type="time"],
.ouk-form input[type="url"],
.ouk-form input[type="week"] {
    background-color: #fff;
    border: 1px solid #8a8c8e;
    box-sizing: border-box;
    color: #262626;
    height: auto;
    margin: 0;
    padding: 1rem;
    width: 100%;
}
.ouk-form input:not([type]):focus,
.ouk-form input[type="color"]:focus,
.ouk-form input[type="date"]:focus,
.ouk-form input[type="datetime-local"]:focus,
.ouk-form input[type="datetime"]:focus,
.ouk-form input[type="email"]:focus,
.ouk-form input[type="month"]:focus,
.ouk-form input[type="number"]:focus,
.ouk-form input[type="password"]:focus,
.ouk-form input[type="search"]:focus,
.ouk-form input[type="tel"]:focus,
.ouk-form input[type="text"]:focus,
.ouk-form input[type="time"]:focus,
.ouk-form input[type="url"]:focus,
.ouk-form input[type="week"]:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
.ouk-form input:not([type]):focus:not(:focus-visible),
.ouk-form input[type="color"]:focus:not(:focus-visible),
.ouk-form input[type="date"]:focus:not(:focus-visible),
.ouk-form input[type="datetime-local"]:focus:not(:focus-visible),
.ouk-form input[type="datetime"]:focus:not(:focus-visible),
.ouk-form input[type="email"]:focus:not(:focus-visible),
.ouk-form input[type="month"]:focus:not(:focus-visible),
.ouk-form input[type="number"]:focus:not(:focus-visible),
.ouk-form input[type="password"]:focus:not(:focus-visible),
.ouk-form input[type="search"]:focus:not(:focus-visible),
.ouk-form input[type="tel"]:focus:not(:focus-visible),
.ouk-form input[type="text"]:focus:not(:focus-visible),
.ouk-form input[type="time"]:focus:not(:focus-visible),
.ouk-form input[type="url"]:focus:not(:focus-visible),
.ouk-form input[type="week"]:focus:not(:focus-visible) {
    outline: none;
}
.ouk-form input:not([type])::-moz-placeholder,
.ouk-form input[type="color"]::-moz-placeholder,
.ouk-form input[type="date"]::-moz-placeholder,
.ouk-form input[type="datetime-local"]::-moz-placeholder,
.ouk-form input[type="datetime"]::-moz-placeholder,
.ouk-form input[type="email"]::-moz-placeholder,
.ouk-form input[type="month"]::-moz-placeholder,
.ouk-form input[type="number"]::-moz-placeholder,
.ouk-form input[type="password"]::-moz-placeholder,
.ouk-form input[type="search"]::-moz-placeholder,
.ouk-form input[type="tel"]::-moz-placeholder,
.ouk-form input[type="text"]::-moz-placeholder,
.ouk-form input[type="time"]::-moz-placeholder,
.ouk-form input[type="url"]::-moz-placeholder,
.ouk-form input[type="week"]::-moz-placeholder {
    color: #6e6e6e;
    opacity: 1;
}
.ouk-form input:not([type])::placeholder,
.ouk-form input[type="color"]::placeholder,
.ouk-form input[type="date"]::placeholder,
.ouk-form input[type="datetime-local"]::placeholder,
.ouk-form input[type="datetime"]::placeholder,
.ouk-form input[type="email"]::placeholder,
.ouk-form input[type="month"]::placeholder,
.ouk-form input[type="number"]::placeholder,
.ouk-form input[type="password"]::placeholder,
.ouk-form input[type="search"]::placeholder,
.ouk-form input[type="tel"]::placeholder,
.ouk-form input[type="text"]::placeholder,
.ouk-form input[type="time"]::placeholder,
.ouk-form input[type="url"]::placeholder,
.ouk-form input[type="week"]::placeholder {
    color: #6e6e6e;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .ouk-form input:not([type]),
    .ouk-form input[type="color"],
    .ouk-form input[type="date"],
    .ouk-form input[type="datetime-local"],
    .ouk-form input[type="datetime"],
    .ouk-form input[type="email"],
    .ouk-form input[type="month"],
    .ouk-form input[type="number"],
    .ouk-form input[type="password"],
    .ouk-form input[type="search"],
    .ouk-form input[type="tel"],
    .ouk-form input[type="text"],
    .ouk-form input[type="time"],
    .ouk-form input[type="url"],
    .ouk-form input[type="week"] {
        padding: 1rem;
    }
}
.ouk-form input:not([type]):focus,
.ouk-form input[type="color"]:focus,
.ouk-form input[type="date"]:focus,
.ouk-form input[type="datetime-local"]:focus,
.ouk-form input[type="datetime"]:focus,
.ouk-form input[type="email"]:focus,
.ouk-form input[type="month"]:focus,
.ouk-form input[type="number"]:focus,
.ouk-form input[type="password"]:focus,
.ouk-form input[type="search"]:focus,
.ouk-form input[type="tel"]:focus,
.ouk-form input[type="text"]:focus,
.ouk-form input[type="time"]:focus,
.ouk-form input[type="url"]:focus,
.ouk-form input[type="week"]:focus {
    border-color: #0c71ac;
}
.ouk-form input[type="checkbox"] + label,
.ouk-form input[type="radio"]:not(.ouk-option-button__radio) + label {
    display: inline-block;
    margin: 0;
}
.ouk-form__append-icon label {
    z-index: 1;
}
.ouk-form__append-icon .wrapper {
    position: relative;
}
.ouk-form__append-icon .wrapper:before {
    background-repeat: no-repeat;
    content: "";
    height: 1rem;
    position: absolute;
    right: 0.5rem;
    top: 1.333rem;
    width: 1rem;
}
.ouk-form__append-icon .wrapper input {
    padding-left: 2.5rem;
}
.ouk-form__append-icon--search .wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23494949' fill-rule='evenodd' d='M10.99 9.243c1.597-2.45 1.224-5.82-1.133-7.833C7.59-.526 4.137-.46 1.94 1.557a6 6 0 0 0-.19 8.653c2.043 2.045 5.205 2.293 7.527.757.031-.02.102-.083.198-.173l4.343 4.195a.941.941 0 1 0 1.308-1.354l-4.324-4.176c.098-.106.166-.184.188-.216m-8.023-.25a4.274 4.274 0 0 1 0-6.035 4.266 4.266 0 0 1 6.03 0 4.274 4.274 0 0 1 0 6.034 4.266 4.266 0 0 1-6.03 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.ouk-form__append-icon--password .wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='26' viewBox='0 0 24 26'%3E%3Cdefs%3E%3Cpath id='a' d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%23262626' mask='url(%23b)'%3E%3Cpath d='M-13-13h50v50h-50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 1.625rem;
    opacity: 0.8;
    top: 1.1rem;
    width: 1.5rem;
}
.ouk-form__append-icon--password.has-text .wrapper:before {
    opacity: 1;
}
.ouk-form textarea {
    background-color: #fff;
    border: 1px solid #8a8c8e;
    box-sizing: border-box;
    color: #262626;
    height: auto;
    height: 11.25rem;
    margin: 0;
    padding: 1rem;
    width: 100%;
}
.ouk-form textarea:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
.ouk-form textarea:focus:not(:focus-visible) {
    outline: none;
}
.ouk-form textarea::-moz-placeholder {
    color: #6e6e6e;
    opacity: 1;
}
.ouk-form textarea::placeholder {
    color: #6e6e6e;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .ouk-form textarea {
        padding: 1rem;
    }
}
.ouk-form textarea:focus {
    border-color: #0c71ac;
}
@media screen and (min-width: 768px) {
    .ouk-form textarea {
        height: 4.6875rem;
    }
}
.ouk-form .radio-list label {
    align-items: center;
    display: inline-flex;
    margin-right: 1rem;
}
.ouk-form .radio-list input[type="radio"]:not(.ouk-option-button__radio) {
    margin-right: 0.5rem;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .ouk-form input[type="radio"]:not(.ouk-option-button__radio) {
        align-items: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #eee;
        border: 1px solid #494949;
        border-radius: 100%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        display: flex;
        height: 24px;
        justify-content: center;
        outline: 0;
        width: 24px;
    }
    @media screen and (min-width: 576px) {
        .ouk-form input[type="radio"]:not(.ouk-option-button__radio) {
            height: 20px;
            width: 20px;
        }
    }
    .ouk-form input[type="radio"]:not(.ouk-option-button__radio):before {
        border-radius: 50%;
        content: "";
        display: block;
        height: 6px;
        transition: background-color 0.2s ease;
        width: 6px;
    }
    .ouk-form input[type="radio"]:not(.ouk-option-button__radio):checked {
        border: 1px solid #1e1248;
    }
    .ouk-form input[type="radio"]:not(.ouk-option-button__radio):checked:before {
        background-color: #1e1248;
    }
    .ouk-form input[type="radio"]:not(.ouk-option-button__radio):focus {
        border-color: #037b90;
    }
}
.ouk-form .buttons button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.625rem 1.875rem;
}
.ouk-form .help-block,
.ouk-form .hint {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    margin-top: 0.25rem;
}
.ouk-form .has-text .hint,
.ouk-form .has-text.error .hint,
.ouk-form .has-text:not(.valid) .hint {
    color: #6e6e6e;
}
.ouk-form .error .hint,
.ouk-form .error .multiselect__tags,
.ouk-form .error input,
.ouk-form .error label,
.ouk-form .error textarea {
    border-color: #d6001d;
}
.ouk-form .help-block {
    margin-top: 0.25rem;
}
.ouk-form .help-block.errors {
    color: #d6001d;
    margin-bottom: 0.5rem;
    order: 2;
}
.ouk-form .field-vuselect label {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    pointer-events: none;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number),
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon) {
    display: flex;
    flex-direction: column;
    position: relative;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number) label,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon) label {
    color: #6e6e6e;
    font-size: 1.125rem;
    left: 1rem;
    line-height: 1;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateY(1.25rem) scale(1);
    transform-origin: top left;
    transition: all 0.15s ease 0s;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number) input,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon) input {
    display: flex;
    font-size: 1.125rem;
    height: 3.75rem;
    padding: 1rem 1rem 0;
}
.error .ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number) input,
.error .ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon) input {
    border-color: #d6001d;
    outline: none;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number):focus-within label,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon):focus-within label {
    color: #0c71ac;
    font-size: 0.875rem;
    transform: translateY(0.5rem);
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number):focus-within .hint,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon):focus-within .hint {
    color: #0c71ac;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number).has-text:not(:focus-within) label,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon).has-text:not(:focus-within) label {
    color: #6e6e6e;
    font-size: 0.875rem;
    transform: translateY(0.5rem);
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number) input::-moz-placeholder,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon) input::-moz-placeholder {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number) input::placeholder,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon) input::placeholder {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number).has-text:not(.valid) input,
.ouk-form.ouk-form--float-labels .field-input:not(.ouk-form__prepend-icon):not(.ouk-form__type-number):not(.valid) .ouk-select__inner,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon).has-text:not(.valid) input,
.ouk-form.ouk-form--float-labels .field-vuselect:not(.ouk-form__prepend-icon):not(.valid) .ouk-select__inner {
    border: 1px solid #d6001d;
}
.vue-form-generator > fieldset {
    border-width: 0;
    padding: 0;
}
.vue-form-generator .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
    .vue-form-generator .form-group {
        margin-bottom: 1.25rem;
        margin-top: 1rem;
    }
}
.vue-form-generator .form-group.required .field-wrap > label:after,
.vue-form-generator .form-group.required > label:after {
    color: #d6001d;
    margin-left: 0.25rem;
}
.vue-form-generator .form-group.optional.field-type--email > label:after,
.vue-form-generator .form-group.optional.field-type--textarea > label:after,
.vue-form-generator .form-group.optional.field-type--textfield > label:after,
.vue-form-generator .form-group:not(.required).field-type--email > label:after,
.vue-form-generator .form-group:not(.required).field-type--textarea > label:after,
.vue-form-generator .form-group:not(.required).field-type--textfield > label:after {
    content: " (optional)";
}
.vue-form-generator .form-group label {
    order: 1;
}
.vue-form-generator .form-group .field-wrap {
    order: 2;
}
.vue-form-generator .form-group .hint {
    order: 3;
}
.multiselect__tags {
    background-color: #fff;
    border: 1px solid #8a8c8e;
    box-sizing: border-box;
    color: #262626;
    height: auto;
    margin: 0;
    padding: 1rem 2.5rem 1rem 1rem;
    width: 100%;
}
.multiselect__tags:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
.multiselect__tags:focus:not(:focus-visible) {
    outline: none;
}
.multiselect__tags::-moz-placeholder {
    color: #6e6e6e;
    opacity: 1;
}
.multiselect__tags::placeholder {
    color: #6e6e6e;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .multiselect__tags {
        padding: 1rem;
    }
}
.multiselect__tags:focus {
    border-color: #0c71ac;
}
.multiselect__placeholder {
    color: #6e6e6e;
    margin-bottom: 0;
    opacity: 1;
    padding: 0;
}
.multiselect__single {
    background: none;
    margin-bottom: 0;
}
.multiselect__element:nth-child(2n),
.multiselect__element:nth-child(odd) {
    background-color: #fff;
}
.multiselect__option--selected {
    color: #1e1248;
}
.multiselect__option--highlight {
    background: #1e1248;
    color: #fff;
}
.multiselect__option--highlight.multiselect__option--selected {
    background-color: #d6001d;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-submit-loader {
    position: relative;
}
.ouk-submit-loader__text--loading {
    opacity: 0;
}
.ouk-submit-loader svg {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.ouk-submit-loader svg path:first-child {
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(2) {
    animation-delay: 0.25s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(3) {
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(4) {
    animation-delay: 0.75s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(5) {
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(6) {
    animation-delay: 1.25s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(7) {
    animation-delay: 1.5s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
.ouk-submit-loader svg path:nth-child(8) {
    animation-delay: 1.75s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ouk-field-submit-loader-pulse-animation;
}
@keyframes ouk-field-submit-loader-pulse-animation {
    0% {
        fill: #fff;
    }
    12.5% {
        fill: #1e1248;
    }
    25% {
        fill: #fff;
    }
    to {
        fill: #fff;
    }
}
@keyframes shimmer-4c29336a {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin-4c29336a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-button[data-v-4c29336a] {
    background-color: #1e1248;
    border: 0.125rem solid transparent;
    border-radius: 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "program", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    outline-offset: 2px;
    outline-width: 2px;
    padding: 0.625rem 1.375rem;
    text-align: center;
    transition: all 0.3s ease;
}
.ouk-button[data-v-4c29336a],
.ouk-button[data-v-4c29336a]:focus,
.ouk-button[data-v-4c29336a]:hover {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button[data-v-4c29336a]:focus,
.ouk-button[data-v-4c29336a]:hover {
    background-color: #544b73;
    border-color: #544b73;
}
.ouk-button--size-large[data-v-4c29336a] {
    border-radius: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 1rem 1.875rem;
}
@media screen and (min-width: 992px) {
    .ouk-button--size-large[data-v-4c29336a] {
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 0.875rem 2.375rem;
    }
}
.ouk-button--size-medium[data-v-4c29336a] {
    border-radius: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.625rem 1.625rem;
}
.ouk-button--size-small[data-v-4c29336a] {
    border-radius: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.375rem 1.375rem;
}
.ouk-button--icon[data-v-4c29336a] {
    align-items: center;
    display: flex;
}
.ouk-button--icon .ouk-button__icon--after[data-v-4c29336a] {
    margin-left: 0.5rem;
}
.ouk-button--icon .ouk-button__icon--before[data-v-4c29336a] {
    margin-right: 0.5rem;
}
.ouk-button[data-v-4c29336a] :disabled,
.ouk-button--disabled[data-v-4c29336a] {
    opacity: 0.65;
    pointer-events: none;
}
.ouk-button--full-width[data-v-4c29336a] {
    width: 100%;
}
.ouk-button--primary.ouk-button--theme-light[data-v-4c29336a] {
    background-color: #1e1248;
    border-color: transparent;
    color: #fff;
}
.ouk-button--primary.ouk-button--theme-light[data-v-4c29336a]:focus,
.ouk-button--primary.ouk-button--theme-light[data-v-4c29336a]:hover {
    background-color: #544b73;
    border-color: #544b73;
    color: #fff;
    mix-blend-mode: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--primary.ouk-button--theme-dark[data-v-4c29336a] {
    background-color: #037b90;
    border-color: transparent;
    color: #1e1248;
}
.ouk-button--primary.ouk-button--theme-dark[data-v-4c29336a]:focus,
.ouk-button--primary.ouk-button--theme-dark[data-v-4c29336a]:hover {
    background-color: #8cd5ef;
    border-color: #8cd5ef;
    color: #1e1248;
    mix-blend-mode: #1e1248;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--secondary.ouk-button--theme-light[data-v-4c29336a] {
    background-color: #fff;
    border-color: #1e1248;
    color: #1e1248;
}
.ouk-button--secondary.ouk-button--theme-light[data-v-4c29336a]:focus,
.ouk-button--secondary.ouk-button--theme-light[data-v-4c29336a]:hover {
    background-color: #d2d0db;
    border-color: #1e1248;
    color: #1e1248;
    mix-blend-mode: #1e1248;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--secondary.ouk-button--theme-dark[data-v-4c29336a] {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}
.ouk-button--secondary.ouk-button--theme-dark[data-v-4c29336a]:focus,
.ouk-button--secondary.ouk-button--theme-dark[data-v-4c29336a]:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1e1248;
    mix-blend-mode: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--special.ouk-button--theme-light[data-v-4c29336a] {
    background-color: #ed6b5e;
    border-color: #ed6b5e;
    color: #1e1248;
}
.ouk-button--special.ouk-button--theme-light[data-v-4c29336a]:focus,
.ouk-button--special.ouk-button--theme-light[data-v-4c29336a]:hover {
    background-color: #f6958a;
    border-color: #f6958a;
    color: #1e1248;
    mix-blend-mode: #1e1248;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--special.ouk-button--theme-dark[data-v-4c29336a] {
    background-color: #ed6b5e;
    border-color: #ed6b5e;
    color: #1e1248;
}
.ouk-button--special.ouk-button--theme-dark[data-v-4c29336a]:focus,
.ouk-button--special.ouk-button--theme-dark[data-v-4c29336a]:hover {
    background-color: #f6958a;
    border-color: #f6958a;
    color: #1e1248;
    mix-blend-mode: #1e1248;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--tertiary.ouk-button--theme-light[data-v-4c29336a] {
    background-color: transparent;
    border-color: transparent;
    color: #1e1248;
}
.ouk-button--tertiary.ouk-button--theme-light[data-v-4c29336a]:focus,
.ouk-button--tertiary.ouk-button--theme-light[data-v-4c29336a]:hover {
    background-color: transparent;
    border-color: transparent;
    color: #1e1248;
    mix-blend-mode: #1e1248;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-button--tertiary.ouk-button--theme-dark[data-v-4c29336a] {
    background-color: transparent;
    border-color: transparent;
    color: #037b90;
}
.ouk-button--tertiary.ouk-button--theme-dark[data-v-4c29336a]:focus,
.ouk-button--tertiary.ouk-button--theme-dark[data-v-4c29336a]:hover {
    background-color: transparent;
    border-color: transparent;
    color: #037b90;
    mix-blend-mode: #037b90;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-button--transparent.ouk-button--theme-light[data-v-4c29336a] {
    background-color: transparent;
    border-color: #1e1248;
    color: #1e1248;
}
.ouk-button--transparent.ouk-button--theme-light[data-v-4c29336a]:focus,
.ouk-button--transparent.ouk-button--theme-light[data-v-4c29336a]:hover {
    background-color: #1e1248;
    border-color: #1e1248;
    color: #fff;
    mix-blend-mode: darken;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button--transparent.ouk-button--theme-dark[data-v-4c29336a] {
    background-color: transparent;
    border-color: #037b90;
    color: #037b90;
}
.ouk-button--transparent.ouk-button--theme-dark[data-v-4c29336a]:focus,
.ouk-button--transparent.ouk-button--theme-dark[data-v-4c29336a]:hover {
    background-color: #037b90;
    border-color: #037b90;
    color: #000;
    mix-blend-mode: lighten;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-button span .ouk-link__inner[data-v-4c29336a] {
    color: currentColor;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-grid-container {
    margin: 0 auto;
    width: 100%;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-container {
        display: table;
    }
}
.ouk-grid-container__inner {
    box-sizing: border-box;
    max-width: 94rem;
}
@media screen and (min-width: 0) {
    .ouk-grid-container__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (min-width: 576px) {
    .ouk-grid-container__inner {
        padding-left: 2.125rem;
        padding-right: 2.125rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-grid-container__inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media screen and (min-width: 992px) {
    .ouk-grid-container__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media screen and (min-width: 1264px) {
    .ouk-grid-container__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 1920px) {
    .ouk-grid-container__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (min-width: 2560px) {
    .ouk-grid-container__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@supports (display: grid) {
    .ouk-grid-container__inner {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: 1fr;
        margin: 0;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-container__inner {
            grid-template-columns: repeat(6, 1fr);
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-container__inner {
            grid-template-columns: repeat(12, 1fr);
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-container__inner {
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        margin: 0 -1rem -2rem;
        max-width: none;
    }
}
.ouk-grid-container:not(.ouk-grid-container--full-width) {
    max-width: 94rem;
}
.ouk-grid-container--no-outer-gutters:not(.ouk-grid-container--full-width) {
    max-width: 92rem;
}
.ouk-grid-container--no-outer-gutters .ouk-grid-container__inner {
    padding: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-container--no-outer-gutters .ouk-grid-container__inner {
        width: calc(100% + 2rem);
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-grid-cell--1,
.ouk-grid-cell--10,
.ouk-grid-cell--11,
.ouk-grid-cell--12,
.ouk-grid-cell--2,
.ouk-grid-cell--3,
.ouk-grid-cell--4,
.ouk-grid-cell--5,
.ouk-grid-cell--6,
.ouk-grid-cell--7,
.ouk-grid-cell--8,
.ouk-grid-cell--9 {
    box-sizing: border-box;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--1,
    .ouk-grid-cell--10,
    .ouk-grid-cell--11,
    .ouk-grid-cell--12,
    .ouk-grid-cell--2,
    .ouk-grid-cell--3,
    .ouk-grid-cell--4,
    .ouk-grid-cell--5,
    .ouk-grid-cell--6,
    .ouk-grid-cell--7,
    .ouk-grid-cell--8,
    .ouk-grid-cell--9 {
        flex-grow: 0;
        flex-shrink: 1;
        margin: 0 1rem 2rem;
    }
}
@supports (display: grid) {
    .ouk-grid-cell--1 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--1 {
            grid-column: span 1;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--1 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--1 {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--1 {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--2 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--2 {
            grid-column: span 2;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--2 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--2 {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--2 {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--3 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--3 {
            grid-column: span 3;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--3 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--3 {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--3 {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--4 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--4 {
            grid-column: span 4;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--4 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--4 {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--4 {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--5 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--5 {
            grid-column: span 5;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--5 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--5 {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--5 {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--6 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--6 {
            grid-column: span 6;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--6 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--6 {
        flex-basis: calc(100% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--6 {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--7 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-cell--7 {
            grid-column: span 6;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--7 {
            grid-column: span 7;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--7 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--7 {
        flex-basis: calc(116.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--7 {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--8 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-cell--8 {
            grid-column: span 6;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--8 {
            grid-column: span 8;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--8 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--8 {
        flex-basis: calc(133.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--8 {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--9 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-cell--9 {
            grid-column: span 6;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--9 {
            grid-column: span 9;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--9 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--9 {
        flex-basis: calc(150% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--9 {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--10 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-cell--10 {
            grid-column: span 6;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--10 {
            grid-column: span 10;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--10 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--10 {
        flex-basis: calc(166.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--10 {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--11 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-cell--11 {
            grid-column: span 6;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--11 {
            grid-column: span 11;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--11 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--11 {
        flex-basis: calc(183.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--11 {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    .ouk-grid-cell--12 {
        grid-column: span 1;
    }
    @media screen and (min-width: 576px) and (max-width: 991px) {
        .ouk-grid-cell--12 {
            grid-column: span 6;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--12 {
            grid-column: span 12;
        }
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ouk-grid-cell--12 {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--12 {
        flex-basis: calc(200% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--12 {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--1\@xs-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--1\@xs-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--2\@xs-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--2\@xs-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--3\@xs-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--3\@xs-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--4\@xs-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--4\@xs-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--5\@xs-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--5\@xs-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--6\@xs-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--6\@xs-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--7\@xs-up {
            grid-column: span 7;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--7\@xs-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--8\@xs-up {
            grid-column: span 8;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--8\@xs-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--9\@xs-up {
            grid-column: span 9;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--9\@xs-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--10\@xs-up {
            grid-column: span 10;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--10\@xs-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--11\@xs-up {
            grid-column: span 11;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--11\@xs-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@xs-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 0) {
        .ouk-grid-cell--12\@xs-up {
            grid-column: span 12;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@xs-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 0), screen and (-ms-high-contrast: none) and (min-width: 0) {
    .ouk-grid-cell--12\@xs-up {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--1\@s-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--1\@s-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--1\@s-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--2\@s-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--2\@s-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--2\@s-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--3\@s-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--3\@s-up {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--3\@s-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--4\@s-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--4\@s-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--4\@s-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--5\@s-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--5\@s-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--5\@s-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--6\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--6\@s-up {
        flex-basis: calc(100% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--6\@s-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--7\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--7\@s-up {
        flex-basis: calc(116.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--7\@s-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--8\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--8\@s-up {
        flex-basis: calc(133.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--8\@s-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--9\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--9\@s-up {
        flex-basis: calc(150% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--9\@s-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--10\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--10\@s-up {
        flex-basis: calc(166.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--10\@s-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--11\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--11\@s-up {
        flex-basis: calc(183.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--11\@s-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@s-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 576px) {
        .ouk-grid-cell--12\@s-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@s-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 991px) {
    .ouk-grid-cell--12\@s-up {
        flex-basis: calc(200% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--12\@s-up {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--1\@m-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--1\@m-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--1\@m-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--2\@m-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--2\@m-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--2\@m-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--3\@m-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--3\@m-up {
        flex-basis: calc(50% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--3\@m-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--4\@m-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--4\@m-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--4\@m-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--5\@m-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--5\@m-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--5\@m-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--6\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--6\@m-up {
        flex-basis: calc(100% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--6\@m-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--7\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--7\@m-up {
        flex-basis: calc(116.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--7\@m-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--8\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--8\@m-up {
        flex-basis: calc(133.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--8\@m-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--9\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--9\@m-up {
        flex-basis: calc(150% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--9\@m-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--10\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--10\@m-up {
        flex-basis: calc(166.66667% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--10\@m-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--11\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--11\@m-up {
        flex-basis: calc(183.33333% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--11\@m-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@m-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 768px) {
        .ouk-grid-cell--12\@m-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@m-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .ouk-grid-cell--12\@m-up {
        flex-basis: calc(200% - 2rem);
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--12\@m-up {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--1\@l-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--1\@l-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--2\@l-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--2\@l-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--3\@l-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--3\@l-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--4\@l-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--4\@l-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--5\@l-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--5\@l-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--6\@l-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--6\@l-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--7\@l-up {
            grid-column: span 7;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--7\@l-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--8\@l-up {
            grid-column: span 8;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--8\@l-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--9\@l-up {
            grid-column: span 9;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--9\@l-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--10\@l-up {
            grid-column: span 10;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--10\@l-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--11\@l-up {
            grid-column: span 11;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--11\@l-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@l-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 992px) {
        .ouk-grid-cell--12\@l-up {
            grid-column: span 12;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@l-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
    .ouk-grid-cell--12\@l-up {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--1\@xl-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--1\@xl-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--2\@xl-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--2\@xl-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--3\@xl-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--3\@xl-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--4\@xl-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--4\@xl-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--5\@xl-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--5\@xl-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--6\@xl-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--6\@xl-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--7\@xl-up {
            grid-column: span 7;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--7\@xl-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--8\@xl-up {
            grid-column: span 8;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--8\@xl-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--9\@xl-up {
            grid-column: span 9;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--9\@xl-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--10\@xl-up {
            grid-column: span 10;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--10\@xl-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--11\@xl-up {
            grid-column: span 11;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--11\@xl-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@xl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1264px) {
        .ouk-grid-cell--12\@xl-up {
            grid-column: span 12;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@xl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1264px), screen and (-ms-high-contrast: none) and (min-width: 1264px) {
    .ouk-grid-cell--12\@xl-up {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--1\@xxl-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--1\@xxl-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--2\@xxl-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--2\@xxl-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--3\@xxl-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--3\@xxl-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--4\@xxl-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--4\@xxl-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--5\@xxl-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--5\@xxl-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--6\@xxl-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--6\@xxl-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--7\@xxl-up {
            grid-column: span 7;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--7\@xxl-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--8\@xxl-up {
            grid-column: span 8;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--8\@xxl-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--9\@xxl-up {
            grid-column: span 9;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--9\@xxl-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--10\@xxl-up {
            grid-column: span 10;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--10\@xxl-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--11\@xxl-up {
            grid-column: span 11;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--11\@xxl-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@xxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 1920px) {
        .ouk-grid-cell--12\@xxl-up {
            grid-column: span 12;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@xxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), screen and (-ms-high-contrast: none) and (min-width: 1920px) {
    .ouk-grid-cell--12\@xxl-up {
        flex-basis: calc(100% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--1\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--1\@xxxl-up {
            grid-column: span 1;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--1\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--1\@xxxl-up {
        flex-basis: calc(8.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--2\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--2\@xxxl-up {
            grid-column: span 2;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--2\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--2\@xxxl-up {
        flex-basis: calc(16.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--3\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--3\@xxxl-up {
            grid-column: span 3;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--3\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--3\@xxxl-up {
        flex-basis: calc(25% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--4\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--4\@xxxl-up {
            grid-column: span 4;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--4\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--4\@xxxl-up {
        flex-basis: calc(33.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--5\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--5\@xxxl-up {
            grid-column: span 5;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--5\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--5\@xxxl-up {
        flex-basis: calc(41.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--6\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--6\@xxxl-up {
            grid-column: span 6;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--6\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--6\@xxxl-up {
        flex-basis: calc(50% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--7\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--7\@xxxl-up {
            grid-column: span 7;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--7\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--7\@xxxl-up {
        flex-basis: calc(58.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--8\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--8\@xxxl-up {
            grid-column: span 8;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--8\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--8\@xxxl-up {
        flex-basis: calc(66.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--9\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--9\@xxxl-up {
            grid-column: span 9;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--9\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--9\@xxxl-up {
        flex-basis: calc(75% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--10\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--10\@xxxl-up {
            grid-column: span 10;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--10\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--10\@xxxl-up {
        flex-basis: calc(83.33333% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--11\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--11\@xxxl-up {
            grid-column: span 11;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--11\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--11\@xxxl-up {
        flex-basis: calc(91.66667% - 2rem);
    }
}
@supports (display: grid) {
    @media screen and (max-width: 575px) {
        .ouk-grid-cell--12\@xxxl-up {
            grid-column: span 1;
        }
    }
    @media screen and (min-width: 2560px) {
        .ouk-grid-cell--12\@xxxl-up {
            grid-column: span 12;
        }
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), screen and (-ms-high-contrast: none) and (max-width: 575px) {
    .ouk-grid-cell--12\@xxxl-up {
        flex-basis: 100%;
    }
}
@media screen and (-ms-high-contrast: active) and (min-width: 2560px), screen and (-ms-high-contrast: none) and (min-width: 2560px) {
    .ouk-grid-cell--12\@xxxl-up {
        flex-basis: calc(100% - 2rem);
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-navigation-level-2__link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-navigation-level-2__link {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }
}
.ouk-navigation-level-2 {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 11;
}
.ouk-navigation-level-2 > .ouk-container {
    display: flex;
    justify-content: space-between;
}
.ouk-navigation-level-2__links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ouk-navigation-level-2__link.nuxt-link-active button {
    border-bottom: 4px solid #0c71ac;
}
.ouk-navigation-level-2__link.nuxt-link-active button .ouk-text-icon {
    color: #0c71ac;
}
.ouk-navigation-level-2__link {
    display: flex;
    margin: 0;
}
.ouk-navigation-level-2__link > a,
.ouk-navigation-level-2__link > button {
    background: none;
    border: 0;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: block;
    margin: 0 6px;
    padding: 2rem;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-navigation-level-2__link > a .ouk-link__inner,
.ouk-navigation-level-2__link > a .ouk-text-icon,
.ouk-navigation-level-2__link > button .ouk-link__inner,
.ouk-navigation-level-2__link > button .ouk-text-icon {
    color: #262626;
}
.ouk-navigation-level-2__link > a .ouk-icon,
.ouk-navigation-level-2__link > button .ouk-icon {
    transition: transform 0.25s;
}
.ouk-navigation-level-2__link > a:disabled,
.ouk-navigation-level-2__link > button:disabled {
    cursor: auto;
    opacity: 0.5;
}
.ouk-navigation-level-2__link > a:focus,
.ouk-navigation-level-2__link > button:focus {
    border-bottom-color: #0c71ac;
}
.ouk-navigation-level-2__link > a:focus .ouk-link__inner,
.ouk-navigation-level-2__link > a:focus .ouk-text-icon,
.ouk-navigation-level-2__link > button:focus .ouk-link__inner,
.ouk-navigation-level-2__link > button:focus .ouk-text-icon {
    color: #0c71ac;
}
.ouk-navigation-level-2__link--active > a,
.ouk-navigation-level-2__link--active > button,
.ouk-navigation-level-2__link--open > a,
.ouk-navigation-level-2__link--open > button,
.ouk-navigation-level-2__link:focus > a,
.ouk-navigation-level-2__link:focus > button,
.ouk-navigation-level-2__link:hover > a,
.ouk-navigation-level-2__link:hover > button {
    border-bottom-color: #0c71ac;
}
.ouk-navigation-level-2__link--active > a .ouk-link__inner,
.ouk-navigation-level-2__link--active > a .ouk-text-icon,
.ouk-navigation-level-2__link--active > button .ouk-link__inner,
.ouk-navigation-level-2__link--active > button .ouk-text-icon,
.ouk-navigation-level-2__link--open > a .ouk-link__inner,
.ouk-navigation-level-2__link--open > a .ouk-text-icon,
.ouk-navigation-level-2__link--open > button .ouk-link__inner,
.ouk-navigation-level-2__link--open > button .ouk-text-icon,
.ouk-navigation-level-2__link:focus > a .ouk-link__inner,
.ouk-navigation-level-2__link:focus > a .ouk-text-icon,
.ouk-navigation-level-2__link:focus > button .ouk-link__inner,
.ouk-navigation-level-2__link:focus > button .ouk-text-icon,
.ouk-navigation-level-2__link:hover > a .ouk-link__inner,
.ouk-navigation-level-2__link:hover > a .ouk-text-icon,
.ouk-navigation-level-2__link:hover > button .ouk-link__inner,
.ouk-navigation-level-2__link:hover > button .ouk-text-icon {
    color: #0c71ac;
}
.ouk-navigation-level-2__link--open > a .ouk-icon,
.ouk-navigation-level-2__link--open > button .ouk-icon {
    transform: rotate(180deg);
}
.ouk-navigation-level-2__logo {
    margin: 1.25rem 0;
}
.ouk-navigation-level-2__logo img {
    height: 3.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-navigation-level-2 {
        display: none;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-page-units .learning-outcome-content,
.ouk-page-units .unit-introduction,
.ouk-page-units .ouk-box-container .assessment .assessment-footer-text,
.ouk-page-units .ouk-box-container .assessment .assessment-header-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-page-units .learning-outcome-content,
    .ouk-page-units .unit-introduction,
    .ouk-page-units .ouk-box-container .assessment .assessment-footer-text,
    .ouk-page-units .ouk-box-container .assessment .assessment-header-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.ouk-page-units {
    background: #eee;
}
@media screen and (min-width: 992px) and (max-width: 1728px) {
    .ouk-page-units-container {
        display: flex;
        flex-direction: row-reverse;
    }
    .ouk-page-units-container .ouk-unit {
        flex-basis: 100%;
    }
}
.ouk-page-units .unit-introduction ol,
.ouk-page-units .unit-introduction ul {
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.ouk-page-units .unit-introduction li {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
@media screen and (min-width: 992px) {
    .ouk-page-units .unit-introduction li {
        padding-bottom: 0.125rem;
        padding-top: 0.125rem;
    }
}
.ouk-page-units .learning-outcome {
    padding-top: 1rem;
}
.ouk-page-units .learning-outcome ol,
.ouk-page-units .learning-outcome ul {
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.ouk-page-units .learning-outcome li {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
@media screen and (min-width: 992px) {
    .ouk-page-units .learning-outcome li {
        padding-bottom: 0.125rem;
        padding-top: 0.125rem;
    }
}
.ouk-page-units .unit-structure-intro-content {
    padding-bottom: 0.5rem;
}
.ouk-page-units .unit-structure-intro-content p {
    color: #262626;
    line-height: 1.75rem;
    margin: 0;
    padding: 0.5rem 0;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .unit-structure-intro-content p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-page-units .unit-structure-content,
.ouk-page-units .unit-structure-subtitle {
    color: #6e6e6e;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .unit-structure-content,
    .ouk-page-units .unit-structure-subtitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.ouk-page-units .unit-structure-content p,
.ouk-page-units .unit-structure-subtitle p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .unit-structure-content p,
    .ouk-page-units .unit-structure-subtitle p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.ouk-page-units .unit-structure-credits,
.ouk-page-units .unit-structure-what-is-unit {
    padding: 0.5rem 0;
}
.ouk-page-units .unit-structure-subtitle {
    font-weight: 600;
}
.ouk-page-units .unit-structure--sections {
    padding-top: 1rem;
}
.ouk-page-units .unit-structure--sections .sections--eachsubsection p {
    margin: 0;
    padding: 0.5rem 0;
}
.ouk-page-units .unit-structure--sections .sections--eachsubsection:last-child {
    padding-bottom: 0;
}
.ouk-page-units .unit-structure-sections--cards {
    padding-bottom: 1rem;
}
.ouk-page-units .as-part-of-course-footer-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
}
.ouk-page-units .as-part-of-course-footer-text p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.ouk-page-units .as-part-of-course-footer-text .ouk-link {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-page-units .as-part-of-course-footer-text .ouk-link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .as-part-of-course-footer-text {
        margin-top: 1rem;
    }
    .ouk-page-units .as-part-of-course-footer-text p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.ouk-page-units h6 span.nobold {
    font-weight: 400;
}
.ouk-page-units .ouk-toolbox .sticky-fixed-onscroll .ouk-sidebar-panel-inner {
    padding-top: 3rem;
}
@media screen and (min-width: 1264px) {
    .ouk-page-units .ouk-toolbox .ouk-sticky-sidebar--study-area {
        margin-left: 3rem;
        width: 112px;
    }
}
@media screen and (min-width: 1920px) {
    .ouk-page-units .ouk-toolbox .ouk-sticky-sidebar--study-area {
        margin-left: 0;
        width: 152px;
    }
}
.ouk-page-units .ouk-sticky-toolbar .ouk-toolbox {
    display: block;
}
.ouk-page-units .ouk-box-container .assessment .assessment-header-text {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.ouk-page-units .ouk-box-container .assessment .assessment-footer-text {
    display: block;
}
.ouk-page-units .ouk-box-container .assessment.has-required-reading {
    margin-bottom: 0;
}
.ouk-page-units .ouk-box-container .assessment.has-required-reading .ouk-container {
    margin-bottom: 0;
    padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .ouk-box-container .assessment.has-required-reading .ouk-container {
        padding-bottom: 2.5rem;
    }
}
.ouk-page-units .ouk-box-container .assessment.has-required-reading .other-locations {
    padding-top: 1rem;
}
.ouk-page-units .pipe-hidden-mobile {
    padding: 0 7px;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .pipe-hidden-mobile {
        display: none;
    }
}
.ouk-page-units .each-melbourne-campus-content,
.ouk-page-units .each-other-locations-content {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.ouk-page-units .each-melbourne-campus-content h6,
.ouk-page-units .each-other-locations-content h6 {
    margin-bottom: 0;
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .each-melbourne-campus-content h6,
    .ouk-page-units .each-other-locations-content h6 {
        display: block;
    }
}
.ouk-page-units .each-melbourne-campus-content .assessment-description,
.ouk-page-units .each-other-locations-content .assessment-description {
    font-size: 1rem;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-page-units .each-melbourne-campus-content .assessment-description,
    .ouk-page-units .each-other-locations-content .assessment-description {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.ouk-page-units .study-as-a-single-unit {
    padding-top: 1rem;
}
.ouk-page-units .study-as-a-single-unit-content {
    display: flex;
    flex-direction: column;
}
.ouk-page-units .study-as-a-single-unit-content svg {
    width: 8px;
}
.ouk-page-units .required-reading {
    background: #f7f7f7;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .required-reading {
        margin-bottom: 0.5rem;
        padding-top: 1rem;
    }
}
.ouk-page-units .required-reading-inner-content {
    padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
    .ouk-page-units .required-reading-inner-content {
        padding-bottom: 3.5rem;
    }
}
.ouk-page-units .required-reading-inner-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.ouk-page-units .required-reading-inner-content .pipe-gap {
    padding: 0 7px;
}
.ouk-page-units .required-reading-inner .footer-text p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.ouk-page-units .each-reading-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.ouk-page-units .each-reading-item-title {
    font-weight: 600;
}
@keyframes shimmer-009036be {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin-009036be {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-toolbox .ouk-toolbox__title[data-v-009036be] {
    font-family: "program", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 2rem;
    margin: 1rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-toolbox .ouk-toolbox__title[data-v-009036be] {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.ouk-toolbox[data-v-009036be] {
    display: block;
}
@media screen and (min-width: 992px) {
    .ouk-toolbox[data-v-009036be] {
        display: grid;
        grid-template-columns: auto 7rem;
    }
}
@media screen and (min-width: 1738px) {
    .ouk-toolbox[data-v-009036be] {
        grid-template-columns: 7rem auto 7rem;
    }
}
@media screen and (min-width: 992px) {
    .ouk-toolbox__content[data-v-009036be] {
        order: -1;
    }
}
@media screen and (min-width: 1738px) {
    .ouk-toolbox__content[data-v-009036be] {
        grid-column: 2/3;
    }
}
.ouk-toolbox .ouk-toolbox-child[data-v-009036be],
.ouk-toolbox .ouk-toolbox-child.full-width-child[data-v-009036be] {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 1264px) {
    .ouk-toolbox .ouk-toolbox-child[data-v-009036be] {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media screen and (min-width: 1738px) {
    .ouk-toolbox .ouk-toolbox-child.full-width-child[data-v-009036be] {
        margin-left: -7rem;
        margin-right: -7rem;
    }
}
.ouk-toolbox--wide .ouk-toolbox-child[data-v-009036be],
.ouk-toolbox--wide .ouk-toolbox-child.full-width-child[data-v-009036be] {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 992px) {
    .ouk-toolbox--wide .ouk-toolbox-child[data-v-009036be] {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
@media screen and (min-width: 1264px) {
    .ouk-toolbox--wide .ouk-toolbox-child[data-v-009036be] {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media screen and (min-width: 1738px) {
    .ouk-toolbox--wide .ouk-toolbox-child.full-width-child[data-v-009036be] {
        margin-left: -7rem;
        margin-right: -7rem;
    }
}
.ouk-toolbox[data-v-009036be] .ouk-sidebar-panel-inner {
    height: 100%;
}
.ouk-toolbox .ouk-toolbox__title[data-v-009036be] {
    align-items: center;
    display: flex;
    flex-grow: 1;
    grid-gap: 1rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin: 0;
}
.ouk-toolbox .ouk-toolbox__title--with-icon[data-v-009036be] .icon-globe__bg {
    color: #000;
}
.ouk-toolbox .ouk-toolbox__title--with-icon[data-v-009036be] .icon-globe__halo {
    color: #000;
}
.ouk-toolbox .ouk-toolbox__title--with-icon[data-v-009036be] .icon-globe__countries {
    color: #fff;
}
@media screen and (min-width: 992px) {
    .ouk-toolbox .ouk-toolbox__title[data-v-009036be] {
        font-size: 3rem;
        line-height: 3.25rem;
    }
}
.ouk-toolbox[data-v-009036be] .ouk-panel__content-top {
    align-items: center;
}
.ouk-toolbox[data-v-009036be] .ouk-panel__content-main {
    padding-top: 0;
}
.ouk-toolbox[data-v-009036be] .ouk-panel__content-main .radio-toolbar--black {
    padding-top: 2rem;
}
@media screen and (min-width: 992px) {
    .ouk-toolbox[data-v-009036be] .ouk-panel__content-main .radio-toolbar--black {
        padding-top: 2.5rem;
    }
}
.ouk-toolbox[data-v-009036be] .icon--audience svg {
    width: 1.75rem;
}
@media screen and (min-width: 992px) {
    .ouk-toolbox[data-v-009036be] .icon--audience svg {
        width: 2.75rem;
    }
}
.ouk-toolbox .ouk-markup--toolbox[data-v-009036be] .ouk-markup__inner p {
    margin: 0.5rem 0;
}
.ouk-toolbox .ouk-markup--toolbox[data-v-009036be] .radio .ouk-markup__inner p {
    margin: 0.625rem 0;
}
.ouk-toolbox .ouk-markup--toolbox[data-v-009036be] .radio .ouk-markup__inner li {
    margin: 0.25rem 0;
}
@media screen and (max-width: 991px) {
    .ouk-toolbox .ouk-markup--toolbox[data-v-009036be] .radio-toolbar--black_info_text .ouk-markup__inner .audience-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.ouk-toolbox .ouk-markup--toolbox[data-v-009036be] .radio-toolbar--black_info_text .ouk-markup__inner ul li:first-of-type {
    margin-top: 1.25rem;
}
.ouk-toolbox .ouk-sticky-sidebar-mobile--sticky[data-v-009036be] {
    background-color: #fff;
    position: sticky;
    top: 3rem;
    z-index: 3;
}
.ouk-toolbox .ouk-sticky-sidebar--study-area[data-v-009036be] .ouk-sidebar-panel {
    position: sticky;
    top: 3rem;
}
.ouk-audience-boxes[data-v-009036be] {
    display: grid;
    grid-gap: 1rem;
    padding-top: 2rem;
}
@media screen and (min-width: 992px) {
    .ouk-audience-boxes[data-v-009036be] {
        grid-template-columns: minmax(auto, 448px) minmax(auto, 448px);
        padding-top: 2.5rem;
    }
}
.ouk-audience__box-items[data-v-009036be] {
    border: 1px solid #000;
    padding: 1rem;
}
.ouk-audience--footer[data-v-009036be] {
    padding-top: 2.5rem;
}
.ouk-audience--footer p[data-v-009036be] {
    margin: 0;
    padding: 0.5rem 0;
}
.ouk-sticky-toolbar--responsive[data-v-009036be] {
    display: none;
}
@media screen and (max-width: 991px) {
    .ouk-sticky-toolbar--responsive[data-v-009036be] {
        display: block;
    }
}
.ouk-page-units-only .ouk-sticky-toolbar--responsive[data-v-009036be],
.ouk-page-unitsets-only .ouk-sticky-toolbar--responsive[data-v-009036be] {
    display: block;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-unit-header .ouk-unit-essentials-content-label {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-unit-header .ouk-unit-essentials-content-label {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 0.5rem 0;
    }
    .ouk-unit-header {
        overflow: clip;
    }
}
.ouk-unit-header--primary .ouk-unit-header__body {
    position: relative;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header--primary .ouk-unit-header__body {
        background: #037b90 !important;
        color: #262626;
    }
    .ouk-unit-header--primary .ouk-unit-header__body:before {
        background: #037b90;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 100vw;
    }
}
.ouk-unit-header--primary .ouk-unit-header__body .ouk-container {
    background: #037b90;
    color: #262626;
}
.ouk-unit-header--primary .ouk-unit-header__body .ouk-container.essentials-container:after {
    background: #037b90;
}
.ouk-unit-header--primary .ouk-unit-header__bottom:before {
    background: #037b90;
    color: #262626;
}
.ouk-unit-header--vic-poly .ouk-unit-header__body {
    position: relative;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header--vic-poly .ouk-unit-header__body {
        background: #037b90 !important;
        color: #262626;
    }
    .ouk-unit-header--vic-poly .ouk-unit-header__body:before {
        background: #037b90;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 100vw;
    }
}
.ouk-unit-header--vic-poly .ouk-unit-header__body .ouk-container {
    background: #037b90;
    color: #262626;
}
.ouk-unit-header--vic-poly .ouk-unit-header__body .ouk-container.essentials-container:after {
    background: #037b90;
}
.ouk-unit-header--vic-poly .ouk-unit-header__bottom:before {
    background: #037b90;
    color: #262626;
}
.ouk-unit-header .ouk-unit-header__top .ouk-breadcrumbs {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    overflow: auto;
    padding: 0;
}
.ouk-unit-header .ouk-unit-header__body {
    padding-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-header__body {
        padding-bottom: 1.5rem;
    }
}
.ouk-unit-header .ouk-unit-header__body .ouk-container {
    overflow: visible;
    position: relative;
}
.ouk-unit-header .ouk-unit-header__body .ouk-container.essentials-container:after {
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 1919px) {
    .ouk-unit-header .ouk-unit-header__body .ouk-container.essentials-container:after {
        height: 170px;
    }
}
@media screen and (max-width: 1263px) {
    .ouk-unit-header .ouk-unit-header__body .ouk-container.essentials-container:after {
        height: 200px;
    }
}
@media screen and (min-width: 992px) {
    .ouk-unit-header .ouk-unit-header__body .ouk-container .ouk-unit-essentials {
        min-height: 220px;
    }
}
@media screen and (min-width: 1264px) {
    .ouk-unit-header .ouk-unit-header__body .ouk-container .ouk-unit-essentials {
        min-height: 195px;
    }
}
.ouk-unit-header .ouk-unit-header__body .ouk-container .ouk-unit-header-main {
    display: block;
}
.ouk-unit-header .ouk-unit-header__body .ouk-container .ouk-unit-header-main--poly {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-header__body .ouk-container .ouk-unit-header-main--poly {
        flex-direction: column;
    }
}
.ouk-unit-header .ouk-unit-header__body .ouk-container.bottom-container {
    background: none;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-header__body .ouk-container.bottom-container {
        margin-top: 0;
    }
    .ouk-unit-header .ouk-unit-header__bottom {
        margin-bottom: 0;
    }
}
.ouk-unit-header .ouk-unit-header__bottom .ouk-container-block {
    background: #fff;
}
.ouk-unit-header-block h1 {
    color: #000;
    margin-top: 0;
    padding-top: 2rem;
    text-transform: inherit;
}
@media screen and (max-width: 767px) {
    .ouk-unit-header-block h1 {
        margin-bottom: 1.5rem;
    }
}
.ouk-unit-header-basics {
    padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header-basics {
        padding-bottom: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .ouk-unit-header-basics {
        padding-bottom: 1rem;
    }
}
.ouk-unit-header-basics .ouk-unit-each-basics {
    color: #000;
}
@media screen and (max-width: 767px) {
    .ouk-unit-header-basics .ouk-unit-each-basics {
        display: block;
        margin-bottom: 0.5rem;
    }
}
.ouk-unit-header-basics .ouk-unit-each-basics-split {
    padding: 7px;
}
@media screen and (max-width: 767px) {
    .ouk-unit-header-basics .ouk-unit-each-basics-split {
        display: none;
    }
}
.ouk-unit-header-basics .ouk-unit-each-basics-label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header-basics .ouk-unit-each-basics-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-unit-header-basics .ouk-unit-each-basics-value {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header-basics .ouk-unit-each-basics-value {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-unit-header .ouk-grid-container__inner {
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 1rem 0.5rem 1.5rem;
    row-gap: 1rem;
}
@media screen and (max-width: 767px) {
    .ouk-unit-header .ouk-grid-container__inner {
        padding: 0.5rem 0;
        row-gap: 0;
    }
}
.ouk-unit-header .ouk-unit-essentials-each {
    display: flex;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.ouk-unit-header .ouk-unit-essentials-each-icon {
    margin-left: 1rem;
    margin-right: 0.75rem;
    margin-top: 0.625rem;
}
.ouk-unit-header .ouk-unit-essentials-each.credit-points .ouk-unit-essentials-content-value {
    margin-bottom: 0.5rem;
}
.ouk-unit-header .ouk-unit-essentials-each.credit-points .ouk-unit-essentials-content-wrap {
    margin-bottom: 0;
}
.ouk-unit-header .ouk-unit-essentials-content {
    padding-right: 1.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-essentials-content {
        padding-right: 1rem;
    }
}
.ouk-unit-header .ouk-unit-essentials-content-label {
    margin-bottom: 0;
    margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-essentials-content-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-unit-header .ouk-unit-essentials-content-wrap {
    margin-bottom: 0.5rem;
}
.ouk-unit-header .ouk-unit-essentials-content-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-essentials-content-value {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-unit-header .ouk-unit-essentials-content-fine-print {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-essentials-content-fine-print {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
.ouk-unit-header .ouk-unit-tafe-image {
    display: flex;
    width: 172px;
}
@media screen and (max-width: 991px) {
    .ouk-unit-header .ouk-unit-tafe-image {
        margin-bottom: 1rem;
    }
}
.ouk-unit-header .ouk-unit-tafe-image img {
    max-width: 100%;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-breadcrumbs__items {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
@media screen and (min-width: 992px) {
    .ouk-breadcrumbs__items {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.ouk-breadcrumbs {
    padding-bottom: 1.5rem;
}
@media print {
    .ouk-breadcrumbs {
        display: none;
    }
}
.ouk-breadcrumbs__grey-dark.ouk-breadcrumbs__link {
    color: #494949;
}
.ouk-breadcrumbs__grey-medium-dark.ouk-breadcrumbs__link {
    color: #4c4c4c;
}
.ouk-breadcrumbs__items {
    display: block;
    list-style: none;
    margin: 0.75rem 0;
    padding: 0;
}
.ouk-breadcrumbs__item {
    display: inline-block;
    margin: 0 0.5rem 0 0;
}
.ouk-breadcrumbs__item--last {
    display: none;
}
.ouk-breadcrumbs__link {
    color: #494949;
}
.ouk-breadcrumbs__grey-medium {
    color: #b7b7b7;
}
@media screen and (min-width: 992px) {
    .ouk-breadcrumbs {
        padding-bottom: 2rem;
    }
    .ouk-breadcrumbs__items {
        margin: 0.5rem 0;
    }
    .ouk-breadcrumbs__item--last {
        display: inline-block;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-sticky-sidebar-mobile {
    border-bottom: 1px solid #eee;
}
@media screen and (min-width: 992px) {
    .ouk-sticky-sidebar-mobile {
        display: none;
    }
}
.ouk-sticky-sidebar-mobile__list,
.ouk-sticky-sidebar-mobile__more-list {
    all: unset;
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
}
.ouk-sticky-sidebar-mobile__item,
.ouk-sticky-sidebar-mobile__more-item {
    all: unset;
    width: 100%;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__button {
    align-items: center;
    background-color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 4rem;
    justify-content: center;
    padding-bottom: 0.625rem;
    padding-top: 0.75rem;
    row-gap: 0.125rem;
    width: 100%;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__button span {
    flex: 1;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__button--more-link {
    text-align: left;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__button:active,
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__button:hover {
    background-color: #037b90;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__more .ouk-sticky-sidebar-mobile__button:active,
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__more .ouk-sticky-sidebar-mobile__button:hover {
    background-color: #eee;
    color: #262626;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__more .ouk-sticky-sidebar-mobile__button:active .ouk-sticky-sidebar-mobile__title,
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__more .ouk-sticky-sidebar-mobile__button:hover .ouk-sticky-sidebar-mobile__title {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-sticky-sidebar-mobile .ouk-sticky-sidebar-mobile__more .ouk-sticky-sidebar-mobile__button:has(.active-more-icon) {
    background-color: #eee;
    color: #262626;
}
.ouk-sticky-sidebar-mobile__icon svg {
    color: #fff;
    height: 1.5rem;
    width: 1.5rem;
    fill: currentColor;
}
.ouk-sticky-sidebar-mobile__button:hover .ouk-sticky-sidebar-mobile__icon svg,
.ouk-sticky-sidebar-mobile__button:hover .ouk-sticky-sidebar-mobile__icon svg .icon-globe__bg,
.ouk-sticky-sidebar-mobile__button:hover .ouk-sticky-sidebar-mobile__icon svg .icon-globe__halo,
.ouk-sticky-sidebar-mobile__icon svg .ouk-sticky-sidebar-mobile__button:active {
    color: #1e1248;
}
.ouk-sticky-sidebar-mobile__button:hover .ouk-sticky-sidebar-mobile__icon svg .icon-globe__countries {
    color: #037b90;
}
.ouk-sticky-sidebar-mobile__title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    white-space: nowrap;
}
.ouk-sticky-sidebar-mobile__button:active .ouk-sticky-sidebar-mobile__title,
.ouk-sticky-sidebar-mobile__button:hover .ouk-sticky-sidebar-mobile__title {
    color: #1e1248;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
@media screen and (min-width: 576px) {
    .ouk-sticky-sidebar-mobile__title {
        padding-left: 0.312rem;
        padding-right: 0.312rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-sticky-sidebar-mobile__title {
        padding-left: 0.437rem;
        padding-right: 0.437rem;
    }
}
.ouk-sticky-sidebar-mobile .active-more-icon svg,
.ouk-sticky-sidebar-mobile .active-more-icon + .ouk-sticky-sidebar-mobile__title {
    color: #262626;
}
.ouk-sticky-sidebar-mobile__apply-icon .ouk-sticky-sidebar-mobile__button,
.ouk-sticky-sidebar-mobile__apply-icon-2 .ouk-sticky-sidebar-mobile__button {
    background: #ed6b5e;
}
.ouk-sticky-sidebar-mobile__apply-icon .ouk-sticky-sidebar-mobile__button .ouk-sticky-sidebar-mobile__title,
.ouk-sticky-sidebar-mobile__apply-icon-2 .ouk-sticky-sidebar-mobile__button .ouk-sticky-sidebar-mobile__title {
    color: #000;
}
.ouk-sticky-sidebar-mobile__how-to-apply-icon .ouk-sticky-sidebar-mobile__button {
    background: #f6958a;
}
.ouk-sticky-sidebar-mobile__how-to-apply-icon .ouk-sticky-sidebar-mobile__button .ouk-sticky-sidebar-mobile__title {
    color: #000;
}
.ouk-sticky-sidebar-mobile__more-icons {
    background: #eee;
    height: 100vh;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 100%;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__button,
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__item,
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__more-list {
    display: flex;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__more-list {
    flex-wrap: wrap;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__item {
    margin-bottom: 0.25rem;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__button {
    flex-direction: row;
    padding-left: 1rem;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__button span {
    flex: none;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__button span.ouk-sticky-sidebar-mobile__title {
    flex: 1;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__icon {
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.25rem;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__more-close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__more-close-button {
    cursor: pointer;
    display: flex;
}
.ouk-sticky-sidebar-mobile__more-icons .ouk-sticky-sidebar-mobile__close-title {
    margin-left: 0.5rem;
}
.decorator--toolbox-container .ouk-sticky-sidebar-mobile {
    position: sticky;
}
@keyframes shimmer-8d268428 {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin-8d268428 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.dropdown[data-v-8d268428],
.ouk-sticky-toolbar ul.ouk-sticky-toolbar__links li .ouk-sticky-toolbar__link[data-v-8d268428] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .dropdown[data-v-8d268428],
    .ouk-sticky-toolbar ul.ouk-sticky-toolbar__links li .ouk-sticky-toolbar__link[data-v-8d268428] {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }
}
.toolbar-grid[data-v-8d268428] {
    display: grid;
}
@media screen and (min-width: 992px) {
    .toolbar-grid[data-v-8d268428] {
        display: none;
    }
}
.toolbar-grid--after[data-v-8d268428] {
    grid-template-columns: 2fr auto;
}
.toolbar-grid--before[data-v-8d268428] {
    grid-template-columns: auto 2fr;
}
.dropdown[data-v-8d268428] {
    align-items: center;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: grid;
    grid-template-columns: 2fr auto;
    margin: 0;
    padding: 1.625rem 1rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1;
}
.menu-name[data-v-8d268428] {
    height: 3ex;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__links li[data-v-8d268428]:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__links li[data-v-8d268428]:focus:not(:focus-visible) {
    outline: none;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__link[data-v-8d268428] {
    color: #fff;
    padding: 0 1rem;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__link[data-v-8d268428]:hover {
    background-color: #037b90;
    color: #1e1248;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__active[data-v-8d268428] {
    background-color: #037b90;
    color: #000;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__inner[data-v-8d268428] {
    background-color: #000;
    position: relative;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__inner[data-v-8d268428]:before {
    background: #000;
    clear: both;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100vw;
}
.ouk-sticky-toolbar ul.ouk-sticky-toolbar__links[data-v-8d268428] {
    background-color: #000;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ouk-sticky-toolbar ul.ouk-sticky-toolbar__links li[data-v-8d268428] {
    display: inline-flex;
    margin: 0;
}
.ouk-sticky-toolbar ul.ouk-sticky-toolbar__links li .ouk-sticky-toolbar__link[data-v-8d268428] {
    cursor: pointer;
    margin: 0;
    padding: 1.625rem 1.093rem;
}
.ouk-sticky-toolbar .ouk-sticky-toolbar__navbar[data-v-8d268428] {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ouk-sticky-toolbar .toolbar-button[data-v-8d268428] {
    align-items: center;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 6rem;
}
.ouk-sticky-toolbar .toolbar-button[data-v-8d268428]:focus {
    outline: 2px solid #0c71ac;
    outline-offset: -2px;
}
.ouk-sticky-toolbar .toolbar-button[data-v-8d268428]:focus:not(:focus-visible) {
    outline: none;
}
.ouk-sticky-toolbar .toolbar-button[data-v-8d268428]:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-sticky-toolbar .toolbar-button--before[data-v-8d268428] {
    border-right: 1px solid;
}
.ouk-sticky-toolbar .toolbar-button--after[data-v-8d268428] {
    border-left: 1px solid;
}
.ouk-sticky-toolbar .toolbar-button[data-v-8d268428] svg,
.ouk-sticky-toolbar .toolbar-button svg[data-v-8d268428] {
    height: 1.375rem;
    width: 1.375rem;
}
.ouk-sticky-toolbar .toolbar-button__label[data-v-8d268428] {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    text-transform: capitalize;
}
@media screen and (min-width: 576px) {
    .ouk-sticky-toolbar .toolbar-button[data-v-8d268428] {
        width: 8.25rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-sticky-toolbar .toolbar-button[data-v-8d268428] {
        width: 9rem;
    }
}
.ouk-sticky-toolbar--sticky[data-v-8d268428] {
    background: #000;
    left: 0;
    position: fixed;
    right: 0;
    top: 3rem;
    z-index: 2;
}
@media screen and (min-width: 992px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__enquire-menu[data-v-8d268428],
    .ouk-sticky-toolbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .ouk-sticky-toolbar ul.ouk-sticky-toolbar__links[data-v-8d268428] {
        display: none;
        flex-direction: column;
        margin: 0;
    }
    .ouk-sticky-toolbar ul.ouk-sticky-toolbar__is-open[data-v-8d268428] {
        display: block;
    }
    .ouk-sticky-toolbar ul.ouk-sticky-toolbar__is-open li[data-v-8d268428],
    .ouk-sticky-toolbar ul.ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        display: flex;
        width: 100%;
    }
    .ouk-sticky-toolbar .ouk-sticky-toolbar__hide-anchor[data-v-8d268428] {
        display: none;
    }
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar[data-v-8d268428] {
        padding: 0;
    }
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        box-sizing: border-box;
        max-width: 94rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 0) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 2.125rem;
        padding-right: 2.125rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 1264px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 2560px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__mobile-label[data-v-8d268428] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 991px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        box-sizing: border-box;
        max-width: 94rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 0) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 2.125rem;
        padding-right: 2.125rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 1264px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 2560px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .ouk-sticky-toolbar__is-open li .ouk-sticky-toolbar__link[data-v-8d268428] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 991px) {
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .scrollactive-nav[data-v-8d268428] {
        max-height: 75vh;
        overflow-y: auto;
        position: absolute;
        width: 100%;
    }
    .ouk-sticky-toolbar .ouk-sticky-toolbar__navbar .scrollactive-nav .ouk-sticky-toolbar__links[data-v-8d268428] {
        border-top: 0.125rem solid #fff;
    }
}
.ouk-sticky-sidebar-mobile + .ouk-sticky-toolbar .ouk-sticky-toolbar--sticky[data-v-8d268428] {
    top: 7rem;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 9rem;
}
.ouk-box-container__primary.ouk-box-container__inner,
.ouk-box-container__vic-poly.ouk-box-container__inner {
    border-top-color: #037b90;
}
.ouk-box-container__inner {
    background: #fff;
    border-top: 8px solid #fff;
    margin-bottom: 1rem;
    padding-top: 2rem;
}
@media screen and (max-width: 767px) {
    .ouk-box-container__inner {
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 991px) {
    .ouk-box-container__inner {
        padding-top: 1.5rem;
    }
}
.ouk-box-container > .ouk-container.no-gutter-rl {
    padding-left: 0;
    padding-right: 0;
}
.ouk-box-container > .ouk-container h1,
.ouk-box-container > .ouk-container h2,
.ouk-box-container > .ouk-container h3,
.ouk-box-container > .ouk-container h4,
.ouk-box-container > .ouk-container h5,
.ouk-box-container > .ouk-container h6 {
    display: inline-block;
}
.ouk-box-container > .ouk-container p {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.ouk-box-container > .ouk-container > div:last-child {
    padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
    .ouk-box-container > .ouk-container > div:last-child {
        padding-bottom: 3.5rem;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-card-link {
    height: 100%;
}
.ouk-card-link__primary a:focus .ouk-card-link__main,
.ouk-card-link__primary a:focus-visible .ouk-card-link__main,
.ouk-card-link__primary a:hover .ouk-card-link__main {
    background: #037b90;
}
.ouk-card-link__primary a:focus .ouk-card-link__main .h5,
.ouk-card-link__primary a:focus .ouk-card-link__main span,
.ouk-card-link__primary a:focus-visible .ouk-card-link__main .h5,
.ouk-card-link__primary a:focus-visible .ouk-card-link__main span,
.ouk-card-link__primary a:hover .ouk-card-link__main .h5,
.ouk-card-link__primary a:hover .ouk-card-link__main span {
    color: #1e1248;
}
.ouk-card-link__primary a:focus .ouk-card-link__main .h5,
.ouk-card-link__primary a:focus-visible .ouk-card-link__main .h5,
.ouk-card-link__primary a:hover .ouk-card-link__main .h5 {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-card-link__vic-poly a:focus .ouk-card-link__main,
.ouk-card-link__vic-poly a:focus-visible .ouk-card-link__main,
.ouk-card-link__vic-poly a:hover .ouk-card-link__main {
    background: #037b90;
}
.ouk-card-link__vic-poly a:focus .ouk-card-link__main .h5,
.ouk-card-link__vic-poly a:focus .ouk-card-link__main span,
.ouk-card-link__vic-poly a:focus-visible .ouk-card-link__main .h5,
.ouk-card-link__vic-poly a:focus-visible .ouk-card-link__main span,
.ouk-card-link__vic-poly a:hover .ouk-card-link__main .h5,
.ouk-card-link__vic-poly a:hover .ouk-card-link__main span {
    color: #1e1248;
}
.ouk-card-link__vic-poly a:focus .ouk-card-link__main .h5,
.ouk-card-link__vic-poly a:focus-visible .ouk-card-link__main .h5,
.ouk-card-link__vic-poly a:hover .ouk-card-link__main .h5 {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-card-link a:focus-visible .ouk-card-link__main {
    color: #1e1248;
    outline: 2px solid #0c71ac;
}
.ouk-card-link__main {
    align-items: baseline;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0.5rem 0 0.5rem 1rem;
}
@media screen and (min-width: 992px) {
    .ouk-card-link__main {
        padding-left: 1.5rem;
    }
}
.ouk-card-link__main .ouk-card-link__left .h5 {
    color: #262626;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
}
.ouk-card-link__main .ouk-card-link__left .h5 .prepend {
    font-weight: 400;
}
.ouk-card-link__main .ouk-card-link__left .ouk-card-link-details {
    color: #6e6e6e;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-card-link__main .ouk-card-link__left .ouk-card-link-details {
        font-size: 14px;
        line-height: 20px;
    }
}
.ouk-card-link__main .ouk-card-link__right {
    align-self: center;
    flex: 0 0 40px;
    width: 40px;
}
.ouk-card-link__main .ouk-card-link__right svg {
    height: 12px;
    width: 12px;
}
.ouk-card-link__image a:focus .ouk-card-link__image-main,
.ouk-card-link__image a:focus-visible .ouk-card-link__image-main,
.ouk-card-link__image a:hover .ouk-card-link__image-main {
    color: #0c71ac;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-card-link__image a:focus .ouk-card-link__image-icon svg,
.ouk-card-link__image a:focus .ouk-card-link__image-text,
.ouk-card-link__image a:focus-visible .ouk-card-link__image-icon svg,
.ouk-card-link__image a:focus-visible .ouk-card-link__image-text,
.ouk-card-link__image a:hover .ouk-card-link__image-icon svg,
.ouk-card-link__image a:hover .ouk-card-link__image-text {
    color: #0c71ac;
}
.ouk-card-link__image-main {
    align-items: center;
    background-color: #fff;
    display: grid;
    padding: 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
    .ouk-card-link__image-main {
        display: flex;
        padding: 1.5rem 1rem 1.5rem 1.5rem;
    }
}
.ouk-card-link__image-wrapper {
    align-items: center;
    display: flex;
    grid-column: span 2;
    justify-content: center;
}
.ouk-card-link__image-text {
    color: #262626;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-card-link__image-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-left: 1.5rem;
        padding-right: 1.25rem;
        padding-top: 0;
    }
}
.ouk-card-link .no-card-link .ouk-card-link__right svg {
    display: none;
}
.ouk-card-link__grid-container {
    padding-top: 0.5rem;
}
.ouk-card-link__grid-container--primary .ouk-card-link__main {
    background: #037b90;
}
.ouk-card-link__grid-container--primary-dark .ouk-card-link__main {
    background: #0c71ac;
}
.ouk-card-link__grid-container--primary-light .ouk-card-link__main {
    background: #eff9fd;
}
.ouk-card-link__grid-container--primary-dark-light .ouk-card-link__main {
    background: #dff3fb;
}
.ouk-card-link__grid-container--black .ouk-card-link__main {
    background: #000;
}
.ouk-card-link__grid-container--black-85 .ouk-card-link__main {
    background: #4d4d4f;
}
.ouk-card-link__grid-container--black-55 .ouk-card-link__main {
    background: #8a8c8e;
}
.ouk-card-link__grid-container--white .ouk-card-link__main {
    background: #fff;
}
.ouk-card-link__grid-container--aubergine .ouk-card-link__main {
    background: #1e1248;
}
.ouk-card-link__grid-container--aubergine-75 .ouk-card-link__main {
    background: #544b73;
}
.ouk-card-link__grid-container--grey-secondary .ouk-card-link__main {
    background: #ececec;
}
.ouk-card-link__grid-container--yellow .ouk-card-link__main {
    background: #fed76f;
}
.ouk-card-link__grid-container--melon .ouk-card-link__main {
    background: #ed6b5e;
}
.ouk-card-link__grid-container--melon-85 .ouk-card-link__main {
    background: #f6958a;
}
.ouk-card-link__grid-container--grape .ouk-card-link__main {
    background: #b49ad2;
}
.ouk-card-link__grid-container--tango .ouk-card-link__main {
    background: #f79554;
}
.ouk-card-link__grid-container--grey-dark .ouk-card-link__main {
    background: #494949;
}
.ouk-card-link__grid-container--grey-medium .ouk-card-link__main {
    background: #b7b7b7;
}
.ouk-card-link__grid-container--grey-medium-dark .ouk-card-link__main {
    background: #4c4c4c;
}
.ouk-card-link__grid-container--grey-light .ouk-card-link__main {
    background: #eee;
}
.ouk-card-link__grid-container--grey-light-on-light .ouk-card-link__main {
    background: #6e6e6e;
}
.ouk-card-link__grid-container--grey-extra-light .ouk-card-link__main {
    background: #f7f7f7;
}
.ouk-card-link__grid-container--negative .ouk-card-link__main {
    background: #d6001d;
}
.ouk-card-link__grid-container--positive .ouk-card-link__main {
    background: #498406;
}
.ouk-card-link__grid-container--text .ouk-card-link__main {
    background: #262626;
}
.ouk-card-link__grid-container--vic-poly .ouk-card-link__main {
    background: #037b90;
}
.ouk-card-link__grid-container--blue-70 .ouk-card-link__main {
    background: #8cd5ef;
}
.ouk-card-link__grid-container--aubergine-20 .ouk-card-link__main {
    background: #d2d0db;
}
@media screen and (max-width: 1263px) {
    .ouk-card-link__grid-container {
        padding-top: 1rem;
    }
}
.ouk-card-link__grid-container .ouk-grid-container__inner {
    row-gap: 0.5rem;
}
.ouk-card-link__grid-container.no-gutter-rl .ouk-grid-container__inner,
.ouk-card-link__grid-container.no-gutter-rl:not(.shrink).ouk-grid-container__inner {
    padding-left: 0;
    padding-right: 0;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader {
    font-family: "program", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.75rem;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1rem 0;
    }
}
.ouk-search-block {
    background: #000;
}
.ouk-search-block__form {
    padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
    .ouk-search-block__form {
        padding-top: 1rem;
    }
}
.ouk-search-block__form fieldset {
    display: flex;
    margin: 0;
    width: 100%;
}
.ouk-search-block__form .ouk-search-block__search-input,
.ouk-search-block__form .ouk-search-block__search-submit {
    margin: 0;
}
.ouk-search-block__form .ouk-search-block__search-input {
    flex: 1 1 auto;
}
.ouk-search-block__form .ouk-search-block__search-input .field-wrap,
.ouk-search-block__form .ouk-search-block__search-input .form-control,
.ouk-search-block__form .ouk-search-block__search-input .wrapper {
    height: 100%;
}
.ouk-search-block__form .ouk-search-block__search-input .form-control {
    border-color: #fff;
    border-radius: 0;
    font-size: 1.25rem;
    height: 5rem;
    line-height: 1.75rem;
}
@media screen and (max-width: 991px) {
    .ouk-search-block__form .ouk-search-block__search-input .form-control {
        font-size: 18px;
        line-height: 28px;
        padding: 22px 8px;
    }
}
.ouk-search-block__form .ouk-search-block__search-input label {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    pointer-events: none;
}
.ouk-search-block__form .ouk-search-block__search-submit .field-wrap,
.ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader {
    height: 100%;
}
.ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader {
    background-color: #037b90;
    border: 0;
    border-radius: 0;
    color: #000;
    margin: 0;
    padding: 1rem 3rem;
}
@media screen and (max-width: 991px) {
    .ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader {
        padding: 1rem;
    }
    .ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader__text {
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        clip: rect(0 0 0 0);
        pointer-events: none;
    }
    .ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M505 442.7 405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34M208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128'/%3E%3C/svg%3E")
            50%/100% no-repeat;
        content: "";
        display: block;
        height: 1.75rem;
        width: 1.75rem;
    }
}
@media screen and (max-width: 767px) {
    .ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader {
        padding: 1.5rem;
    }
    .ouk-search-block__form .ouk-search-block__search-submit .ouk-submit-loader:after {
        height: 1.5rem;
        width: 1.5rem;
    }
}
.ouk-search-block__form input.form-control {
    height: 4.5rem;
    padding: 1.375rem 1rem;
}
@media screen and (min-width: 768px) {
    .ouk-search-block__form input.form-control {
        height: 5rem;
        padding: 1.63rem 0 1.63rem 1.5rem;
    }
}
.ouk-search-block__form .ouk-submit-loader {
    padding-top: 1.25rem;
}
.ouk-search-block__shortlinks .ouk-shortlinks {
    padding: 0;
}
.ouk-search-block__shortlinks .ouk-shortlinks .ouk-grid-container__inner {
    grid-gap: 0.5rem;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 768px) {
    .ouk-search-block__shortlinks .ouk-shortlinks .ouk-grid-container__inner {
        grid-gap: 1rem;
    }
}
.ouk-search-block .ouk-container {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
}
@media screen and (max-width: 991px) {
    .ouk-search-block .ouk-container {
        padding-top: 2rem;
    }
}
.ouk-search-block .ouk-container h2 {
    color: #fff;
    text-align: center;
}
.ouk-search-block .ouk-search-block__form-audience-tab {
    padding-top: 0;
}
.ouk-search-block .ouk-search-block__audience-tab {
    display: inline-flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
    .ouk-search-block .ouk-search-block__audience-tab {
        display: inline;
    }
}
.ouk-search-block .ouk-search-block__audience-tab .radio {
    max-width: 50%;
}
.ouk-search-block .ouk-search-block__audience-tab label {
    font-size: 1.125rem;
    padding: 18px 16px;
}
@media screen and (max-width: 575px) {
    .ouk-search-block .ouk-search-block__audience-tab label {
        border: 0;
    }
}
.ouk-search-block .ouk-search-block__audience-tab .ouk-option-button__label--checked label {
    color: #000;
}
@media screen and (max-width: 575px) {
    .ouk-search-block .ouk-search-block__audience-tab .ouk-option-button__label--checked label {
        border: 0;
    }
}
.ouk-search-block .ouk-search-block__audience-tab .oval {
    align-items: center;
    display: inline-flex;
    padding: 1rem;
}
@media screen and (min-width: 992px) {
    .ouk-search-block .ouk-search-block__audience-tab .oval {
        padding-left: 1rem;
    }
}
@media screen and (max-width: 575px) {
    .ouk-search-block .ouk-search-block__audience-tab .oval {
        padding-left: 0;
    }
}
.ouk-search-block .ouk-search-block__audience-tab .oval .ouk-icon__xxl {
    font-size: 2rem;
}
.ouk-search-block .ouk-panel--audience-info .ouk-audience-boxes {
    display: grid;
    grid-gap: 2rem;
    padding-top: 0;
}
.ouk-search-block .ouk-panel--audience-info .ouk-audience-boxes .domestic-info-content h4:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='currentColor' d='m47.646 49.964 2.963 2.15 5.048-2.654L64 29.643 47 0l-3.132 15.32-7.07-3.356 1.503-9.02L28.05 2.21a15.3 15.3 0 0 1-3 3.896c-.35.268-.886.522-1.536.78l-.583.221-.628.226-1.704.6-.354.129-.71.268c-1.3.506-2.576 1.098-3.549 1.843-.823.631-1.797 1.52-2.805 2.497l-.675.664-.679.678-.673.683-2.487 2.551-.532.538-.248.247-.452.44q-.106.1-.204.191l-.265.24-.461.401-.713.593-.996.803-1.263.99-1.964 1.5L0 24.366l10.105 23.742a27.4 27.4 0 0 1 14.769-6.765 19.22 19.22 0 0 1 15.255 7.56l4.548 2.09 2.97-1.028zM42.2 53.138l5.224 1.134 6.687-.232L49.679 64l-5.135-.803z'/%3E%3C/svg%3E");
    display: inline-block;
    height: 1.5rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 1.5rem;
}
.ouk-search-block .ouk-panel--audience-info .ouk-audience-boxes .international-info-content h4:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' class='icon-globe' viewBox='0 0 64 64'%3E%3Cg fill='currentColor'%3E%3Ccircle cx='32' cy='32' r='32' style='color:%23000'/%3E%3Cpath fill-rule='evenodd' d='m48.327 17.571.125.463 5.493 20.1-9.057 12.047-2.433-1.938-2.136.97-.075-.11-3.648-5.366a14.8 14.8 0 0 0-5.681-.322 12 12 0 0 0-4.615 2.411l-.738.666-.087-.025-4.13-1.232-.004-.115-.472-11.891 7.995-4.277 4.862-5.087.078.006 1.779.178 2.936-3.008 6.115 1.848-.953 3.061 1.053.588zm-9.099 7.335-2.063 3.07-2.36-.294-4.075 4.262-6.259 3.349.29 7.26a14.85 14.85 0 0 1 5.4-2.577 19.6 19.6 0 0 1 7.986.52l.619.174.03.047 2.768 4.062 1.398-.638 1.287 1.025 5.844-7.77-2.398-8.779-1.426 3.552-6.681-4.924.638-2.048zM25.882 16.76l2.532.119-1.978 1.133 1.027.416-2.81.545.09-.144-.062.035 1.2-2.104zm-10.774-1.114 3.73.445 3.183.926.294 1.373-8.382-1.803zM40.13 50.503l-.55 3.825 4.37-2.474zm-5.228-38.795-2.29-.227.065-1.274 2.033.797zm-5.818 2.017 1.259.007-1.38-2.517 2.186-1.13-2.385.627V9.1l2.923-.016.833-1.04-4.78.726-1.207 3.74 1.024 2.385.868-2.776.66 1.607zm-15.868 1.03-.155 1.304h-.964a26 26 0 0 1 .737-.878zM24.47 7.63l1.273 1.732-.998-.061-1.813 4.537-1.344.59-4.573-1.202-.286-1.65a25.4 25.4 0 0 1 7.18-3.766zm10.912-.908a25.4 25.4 0 0 1 12.233 5.116l-.075.447 2.325 2.707-2.498-.514-1.796-2.115-.937.33-.06 1.145-1.427.64-.916-1.75-2.52-3.097-3.275-.634-.755-1.232.781-.338z' clip-rule='evenodd' style='color:%23fff'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    height: 1.5rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-search-block .ouk-panel--audience-info .ouk-audience-boxes {
        grid-template-columns: minmax(auto, 448px) minmax(auto, 448px);
        padding-top: 0;
    }
    .ouk-search-block .mobile-only {
        display: none;
    }
}
.ouk-search-block.has-title .ouk-search-block__audience-tab {
    display: block;
}
@media screen and (min-width: 992px) {
    .ouk-search-block.has-title .ouk-search-block__audience-tab {
        display: inline-flex;
    }
}
.ouk-search-block.has-title .oval {
    padding-left: 0;
}
@media screen and (min-width: 992px) {
    .ouk-search-block.has-title .oval {
        padding-left: 1rem;
    }
}
.ouk-search-block.has-title .ouk-search-block--title {
    color: #fff;
    padding-right: 1rem;
}
@keyframes shimmer-926c2130 {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin-926c2130 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-panel__content h3[data-v-926c2130] {
    font-family: "program", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.75rem;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-panel__content h3[data-v-926c2130] {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1rem 0;
    }
}
.ouk-panel[data-v-926c2130] {
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}
@media screen and (min-width: 992px) {
    .ouk-panel__toolbox-grid[data-v-926c2130] {
        display: grid;
        grid-gap: 3rem;
        grid-template-columns: auto 1fr;
    }
    .ouk-panel__toolbox-grid--cell[data-v-926c2130] {
        padding-top: 2.5rem;
    }
}
.ouk-panel__content[data-v-926c2130] {
    animation: panel-display-926c2130 0.25s ease forwards;
    background: #fff;
    height: 100%;
    left: 100%;
    overflow-y: auto;
    padding: 0.5rem 1rem 3rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.ouk-panel__content--toolbox[data-v-926c2130] {
    padding-left: 0;
    padding-top: 0;
}
@media screen and (min-width: 576px) {
    .ouk-panel__content[data-v-926c2130] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .ouk-panel__content--toolbox[data-v-926c2130] {
        padding-left: 0;
        padding-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .ouk-panel__content[data-v-926c2130] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .ouk-panel__content--toolbox[data-v-926c2130] {
        padding-left: 0;
        padding-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .ouk-panel__content[data-v-926c2130] {
        padding: 2.5rem 2rem 4rem;
        width: calc(100% - 20rem);
    }
    .ouk-panel__content--toolbox[data-v-926c2130] {
        padding-left: 0;
        padding-top: 0;
        width: calc(100% - 10rem);
    }
}
@media screen and (min-width: 1264px) {
    .ouk-panel__content[data-v-926c2130] {
        padding-left: 3rem;
        padding-right: 3rem;
        width: calc(100% - 26rem);
    }
    .ouk-panel__content--toolbox[data-v-926c2130] {
        padding-left: 0;
        padding-right: 2rem;
        padding-top: 0;
    }
}
@media screen and (min-width: 1920px) {
    .ouk-panel__content[data-v-926c2130] {
        padding-right: 16rem;
        width: calc(100% - 44rem);
    }
    .ouk-panel__content--toolbox[data-v-926c2130] {
        padding-left: 0;
        padding-right: 2rem;
        padding-top: 0;
    }
}
.ouk-panel__content-top[data-v-926c2130] {
    display: flex;
}
.ouk-panel__content-top h2[data-v-926c2130] {
    color: #000;
    flex-grow: 1;
}
@media screen and (min-width: 992px) {
    .ouk-panel__content-top h2[data-v-926c2130] {
        margin: 1.5rem 0;
    }
}
.ouk-panel__content-top button[data-v-926c2130] {
    height: 3rem;
    margin: 0.5rem 0;
    width: 3rem;
}
@media screen and (min-width: 992px) {
    .ouk-panel__content-top button[data-v-926c2130] {
        height: 4rem;
        margin-top: 1rem;
        width: 4rem;
    }
    .ouk-panel__content h3[data-v-926c2130] {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 1rem 0;
    }
}
.ouk-panel__content-main[data-v-926c2130] {
    padding: 1rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-panel__content-main[data-v-926c2130] {
        padding: 1.5rem 0 2.5rem;
    }
}
.ouk-panel__content-bottom[data-v-926c2130] {
    float: right;
}
.ouk-panel__content-bottom button[data-v-926c2130] {
    padding: 0.75rem 0 0.75rem 0.75rem;
}
.ouk-panel__content-bottom button span[data-v-926c2130] {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-panel__content-bottom button svg[data-v-926c2130] {
    margin-right: 0.25rem;
}
.ouk-panel__overlay[data-v-926c2130] {
    animation: overlay-display-926c2130 0.25s ease forwards;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.date-link .ouk-panel[data-v-926c2130] {
    position: fixed;
}
.apply-tab .ouk-panel__content--toolbox[data-v-926c2130],
.enquire-tab .ouk-panel__content--toolbox[data-v-926c2130],
.how-to-apply-tab .ouk-panel__content--toolbox[data-v-926c2130] {
    padding-bottom: 0;
}
.panel-fade-enter-active[data-v-926c2130] {
    transition: all 0s ease;
}
.panel-fade-leave-active[data-v-926c2130] {
    transition: all 0.25s ease;
}
.ouk-panel.inactive .ouk-panel__content[data-v-926c2130] {
    animation: panel-hide-926c2130 0.25s ease forwards;
}
.ouk-panel.inactive .ouk-panel__overlay[data-v-926c2130] {
    animation: overlay-hide-926c2130 0.25s ease forwards;
}
@keyframes panel-display-926c2130 {
    to {
        transform: translateX(-100%);
    }
}
@keyframes panel-hide-926c2130 {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes overlay-display-926c2130 {
    to {
        background: #000;
        content: "";
        display: block;
        opacity: 0.8;
        z-index: 10;
    }
}
@keyframes overlay-hide-926c2130 {
    0% {
        background: #000;
        content: "";
        display: block;
        opacity: 0.8;
        z-index: 10;
    }
    to {
        background: transparent;
        content: "";
        display: block;
        opacity: 0;
        z-index: 10;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-footer a,
.ouk-footer p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.ouk-footer a {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.ouk-footer a:focus,
.ouk-footer a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-footer__legal,
.ouk-footer__middle {
    background: #000;
}
.ouk-footer__legal,
.ouk-footer__legal .ouk-markup,
.ouk-footer__middle,
.ouk-footer__middle .ouk-markup {
    color: #fff;
}
.ouk-footer__legal a,
.ouk-footer__middle a {
    color: #b7b7b7;
}
.ouk-footer__legal a:focus,
.ouk-footer__legal a:hover,
.ouk-footer__middle a:focus,
.ouk-footer__middle a:hover {
    color: #fff;
}
.ouk-footer__middle {
    padding: 2.5rem 0;
}
.ouk-footer__middle h2,
.ouk-footer__middle h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: none;
}
.ouk-footer__middle h2 {
    font-weight: 600;
    margin: 0 0 1rem;
}
.ouk-footer__middle h3 {
    margin: 0;
}
.ouk-footer__middle .ouk-footer-column__title-group {
    margin: 0 0 1rem;
}
.ouk-footer__middle .ouk-footer-column__link-heading,
.ouk-footer__middle .ouk-footer-column__subtitle,
.ouk-footer__middle .ouk-footer-column__title {
    margin: 0;
}
.ouk-footer__middle .ouk-list {
    margin: 0.5rem 0 2.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-footer__middle .ouk-list {
        margin-bottom: 1rem;
    }
}
.ouk-footer__legal {
    padding: 1.25rem 0 3rem;
    text-align: center;
}
.ouk-footer__legal a,
.ouk-footer__legal p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.ouk-footer__legal-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 1.5rem 0 1rem;
}
.ouk-footer__legal-menu .ouk-list__item {
    margin: 0.75rem 1rem;
}
@media screen and (min-width: 992px) {
    .ouk-footer__legal-menu {
        margin: 0;
    }
    .ouk-footer__legal-menu .ouk-list__item {
        margin: 1.25rem 1rem 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-footer__menu .ouk-accordion__title .ouk-link,
.ouk-footer__menu .ouk-accordion__title-text,
.ouk-footer__menu .ouk-footer-column__link-heading,
.ouk-footer__menu .ouk-footer-column__title {
    font-family: "program", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ouk-footer__menu .ouk-footer-column__subtitle {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
.ouk-footer__menu .ouk-footer-column__link-heading,
.ouk-footer__menu .ouk-footer-column__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-footer__menu .ouk-footer-column__link-heading,
    .ouk-footer__menu .ouk-footer-column__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1rem 0;
    }
}
.ouk-footer__menu .ouk-footer-column__subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-footer__menu .ouk-footer-column__subtitle {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }
}
.ouk-footer__menu {
    background: #f7f7f7;
}
.ouk-footer__menu .ouk-accordion,
.ouk-footer__menu .ouk-footer-column__link-heading,
.ouk-footer__menu .ouk-footer-column__subtitle,
.ouk-footer__menu .ouk-footer-column__title {
    margin: 0;
}
.ouk-footer__menu .ouk-accordion__button {
    align-items: center;
    background: #fff;
    border-left: 1px solid #b7b7b7;
    display: flex;
    justify-items: center;
    padding: 1.5rem;
}
.ouk-footer__menu .ouk-accordion__button--expanded,
.ouk-footer__menu .ouk-accordion__button:focus,
.ouk-footer__menu .ouk-accordion__button:hover {
    background: #037b90;
}
.ouk-footer__menu .ouk-accordion__button:hover {
    outline: none;
}
.ouk-footer__menu .ouk-accordion__icon {
    color: #262626;
    margin: 0;
}
.ouk-footer__menu .ouk-accordion__title {
    align-items: stretch;
    border-bottom: 1px solid #b7b7b7;
    justify-content: space-between;
    padding: 0;
}
.ouk-footer__menu .ouk-accordion__title > div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 1.5rem 0 1.5rem 1.5rem;
}
.ouk-footer__menu .ouk-accordion__title .ouk-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-footer__menu .ouk-accordion__title .ouk-link {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.ouk-footer__menu .ouk-accordion__title-text {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-footer__menu .ouk-accordion__title-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.ouk-footer__menu .ouk-accordion .ouk-list {
    background: #fff;
    margin: 0;
    padding: 1.5rem;
}
.ouk-footer__menu .ouk-accordion .ouk-list__item {
    margin: 1.5rem 0;
}
.ouk-footer__menu .ouk-accordion .ouk-list__item:first-of-type {
    margin-top: 0;
}
.ouk-footer__menu .ouk-accordion .ouk-list__item:last-of-type {
    margin-bottom: 0;
}
.ouk-footer__menu .ouk-link {
    color: #0c71ac;
}
.ouk-footer__menu .ouk-list__item {
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-footer__menu {
        padding: 2.5rem 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-accordion__button-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-accordion__button-text {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }
}
.ouk-accordion-wrapper h2 {
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
    .ouk-accordion-wrapper h2 {
        margin-bottom: 2rem;
    }
}
.ouk-accordion {
    margin-top: 0;
}
.ouk-accordion__toggle-all {
    padding-bottom: 0.5rem;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .ouk-accordion__toggle-all {
        display: none;
    }
}
.ouk-accordion__button {
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 0;
}
.ouk-accordion__button-text,
.ouk-accordion__content {
    margin: 0;
}
.ouk-accordion__content.ouk-accordion-enter-active,
.ouk-accordion__content.ouk-accordion-leave-active {
    overflow: hidden;
    transition: height 0.5s;
}
.ouk-accordion__content.ouk-accordion-enter,
.ouk-accordion__content.ouk-accordion-leave-to {
    height: 0 !important;
}
.ouk-accordion__content-inner {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-accordion__content-inner {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media screen and (min-width: 768px) {
    .ouk-accordion__content-inner {
        padding-bottom: 3rem;
    }
}
.ouk-accordion__content-inner.ouk-markup p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.ouk-accordion__icon {
    flex: 0 0 23px;
    margin-left: 0.25rem;
    margin-right: 1rem;
    margin-top: 0.25rem;
    transition: transform 0.25s;
}
.ouk-accordion__icon--expanded {
    transform: rotate(-180deg);
}
@media print {
    .ouk-accordion__icon--expanded {
        transform: rotate(0deg);
    }
}
.ouk-accordion__title {
    display: flex;
}
.ouk-accordion:not(.ouk-accordion--separate-expanders) .ouk-accordion__button {
    padding: 1.375rem 1rem;
    text-align: left;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .ouk-accordion:not(.ouk-accordion--separate-expanders) .ouk-accordion__button {
        padding: 1rem;
    }
}
.ouk-accordion--primary .ouk-accordion__button {
    border-top: 1px solid #b7b7b7;
}
.ouk-accordion--primary .ouk-accordion__button:focus .ouk-accordion__button-text,
.ouk-accordion--primary .ouk-accordion__button:hover .ouk-accordion__button-text {
    color: #0c71ac;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.ouk-accordion--primary .ouk-accordion__button:focus .ouk-accordion__icon,
.ouk-accordion--primary .ouk-accordion__button:hover .ouk-accordion__icon {
    color: #0c71ac;
}
.ouk-accordion--primary .ouk-accordion__button-text,
.ouk-accordion--primary .ouk-accordion__icon {
    color: #262626;
}
.ouk-accordion--primary .ouk-accordion__item:last-child {
    border-bottom: 1px solid #b7b7b7;
}
.ouk-accordion--primary .ouk-accordion__button--expanded {
    border-top: 1px solid #0c71ac;
}
.ouk-accordion--primary .ouk-accordion__button--expanded .ouk-accordion__button-text,
.ouk-accordion--primary .ouk-accordion__button--expanded .ouk-accordion__icon {
    color: #0c71ac;
}
.ouk-accordion--secondary .ouk-accordion__button {
    background: rgba(91, 194, 231, 0.1);
}
.ouk-accordion--secondary .ouk-accordion__button--expanded,
.ouk-accordion--secondary .ouk-accordion__button:hover {
    background: #037b90;
}
.ouk-accordion--secondary .ouk-accordion__button-text {
    color: #1e1248;
}
.ouk-accordion--secondary .ouk-accordion__content {
    border: 1px solid #b7b7b7;
    border-top: 0;
}
.ouk-accordion--secondary .ouk-accordion__icon {
    color: #1e1248;
}
.ouk-accordion--secondary .ouk-accordion__item {
    margin: 0 0 0.25rem;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-list {
    list-style: none;
    padding: 0;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-footer-column__app-store,
.ouk-footer-column__social-links {
    display: flex;
    flex-flow: row wrap;
}
.ouk-footer-column__app-store-image {
    margin: 1rem 0.5rem 0 0;
}
.ouk-footer-column__app-store-image,
.ouk-footer-column__app-store-image img {
    display: block;
}
.ouk-footer-column__app-store-image img {
    height: 2.5rem;
}
.ouk-footer-column__social-links .ouk-link {
    align-items: center;
    background: #262626;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    margin: 0 2px 2px 0;
    width: 3.5rem;
}
.ouk-footer-column__social-links .ouk-link:focus,
.ouk-footer-column__social-links .ouk-link:hover {
    background: #fff;
}
.ouk-footer-column__social-links .ouk-link:focus .ouk-icon,
.ouk-footer-column__social-links .ouk-link:hover .ouk-icon {
    color: #000;
}
.ouk-footer-column__social-links .ouk-list__item {
    margin: 0;
}
.ouk-footer-column__logo-image {
    padding-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-footer-column__logo-image {
        padding: 1.5rem 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-markup h3,
.ouk-markup h4 {
    font-family: "program", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ouk-markup h5,
.ouk-markup h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
.ouk-markup h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-markup h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.ouk-markup h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-markup h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1rem 0;
    }
}
.ouk-markup h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-markup h5 {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }
}
.ouk-markup h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.25rem 0;
}
@media screen and (min-width: 992px) {
    .ouk-markup h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 0.5rem 0;
    }
}
.ouk-markup {
    color: #262626;
}
@media print {
    .ouk-markup {
        color: #000;
    }
}
.ouk-markup blockquote,
.ouk-markup p.paragraph--lead {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.ouk-markup > div h2:not(:first-child) {
    margin-top: 4.5rem;
    scroll-margin-top: 4.5rem;
}
.ouk-markup h3,
.ouk-markup h4,
.ouk-markup h5,
.ouk-markup h6 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.ouk-markup h2 + h3 {
    margin-top: 2rem;
}
.ouk-markup h3 + h4 {
    margin-top: 1.5rem;
}
.ouk-markup h4 + h5,
.ouk-markup h5 + h6 {
    margin-top: 1rem;
}
.ouk-markup ol,
.ouk-markup p,
.ouk-markup ul {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.ouk-markup li {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}
.ouk-markup ol + p,
.ouk-markup ul + p {
    margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
    .ouk-markup blockquote,
    .ouk-markup p.paragraph--lead {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .ouk-markup h3,
    .ouk-markup h4 {
        margin-bottom: 1.5rem;
        margin-top: 2.5rem;
    }
    .ouk-markup h5,
    .ouk-markup h6 {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    .ouk-markup h2 + h3 {
        margin-top: 2.5rem;
    }
    .ouk-markup h3 + h4 {
        margin-top: 2rem;
    }
    .ouk-markup h4 + h5 {
        margin-top: 1.5rem;
    }
    .ouk-markup h5 + h6 {
        margin-top: 1rem;
    }
    .ouk-markup ol,
    .ouk-markup p,
    .ouk-markup ul {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .ouk-markup li {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    .ouk-markup p + ol,
    .ouk-markup p + ul {
        margin-top: -0.5rem;
    }
    .ouk-markup p + ol li:first-of-type,
    .ouk-markup p + ul li:first-of-type {
        margin-top: 0.5rem;
    }
    .ouk-markup ol + p,
    .ouk-markup ul + p {
        margin-top: 1rem;
    }
}
.ouk-markup img {
    height: auto;
    max-width: 100%;
}
.ouk-markup ul {
    list-style-type: disc;
}
.ouk-markup ul ul {
    list-style-type: circle;
}
.ouk-markup ul ul ul {
    list-style-type: square;
}
.ouk-markup__inner > h2:first-child {
    margin-top: 0;
}
.ouk-markup a:not(.ouk-button) .ouk-text-label {
    color: #0c71ac;
}
@media print {
    .ouk-markup a:not(.ouk-button) .ouk-text-label {
        color: #000;
    }
}
.ouk-markup__iframe-container:not(.ouk-markup__iframe-container--script) {
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1rem;
    position: relative;
}
.ouk-markup__iframe-container:not(.ouk-markup__iframe-container--script) iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ouk-markup .wysiwyg-callout,
.ouk-markup__callout {
    border-left: 0.25rem solid #b7b7b7;
    color: #262626;
    margin: 1.75rem auto;
    padding: 0 0 0 1.5rem;
}
.ouk-markup .media--type-image img,
.ouk-markup__image img {
    height: auto;
    max-width: 100%;
}
@media print {
    .ouk-markup .media--type-image img,
    .ouk-markup__image img {
        height: 9.375rem;
        width: auto;
    }
}
.ouk-markup .quotation,
.ouk-markup__quotation {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 1.5rem;
    position: relative;
}
@media screen and (min-width: 576px) {
    .ouk-markup .quotation,
    .ouk-markup__quotation {
        padding: 0 0 0 2rem;
    }
}
.ouk-markup .quotation p,
.ouk-markup__quotation p {
    color: #262626;
    margin: 1.25rem auto 0.5rem;
}
.ouk-markup .quotation p:after,
.ouk-markup .quotation p:before,
.ouk-markup__quotation p:after,
.ouk-markup__quotation p:before {
    border-left: 0.25rem solid #b7b7b7;
    border-right: 0.25rem solid #b7b7b7;
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 0.5rem;
}
.ouk-markup .quotation p:before,
.ouk-markup__quotation p:before {
    left: 0;
    position: absolute;
}
.ouk-markup .quotation p:after,
.ouk-markup__quotation p:after {
    margin: auto auto -0.5rem 0.5rem;
    vertical-align: middle;
}
.ouk-markup .quotation__author,
.ouk-markup .quotation__author-title,
.ouk-markup__quotation__author,
.ouk-markup__quotation__author-title {
    color: #565656;
    font-style: normal;
    text-transform: uppercase;
}
.ouk-markup .table-container,
.ouk-markup__table {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0.25rem;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 575px) {
    .ouk-markup .table-container,
    .ouk-markup__table {
        width: calc(100vw - 2rem);
    }
}
.ouk-markup .table-container table,
.ouk-markup__table table {
    border-collapse: collapse;
    width: 100%;
}
.ouk-markup .table-container table caption,
.ouk-markup__table table caption {
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}
.ouk-markup .table-container table thead tr,
.ouk-markup__table table thead tr {
    background-color: #eee;
}
.ouk-markup .table-container table tbody tr,
.ouk-markup__table table tbody tr {
    background-color: #fff;
}
.ouk-markup .table-container table tbody tr:nth-child(2n),
.ouk-markup__table table tbody tr:nth-child(2n) {
    background-color: #eee;
}
.ouk-markup .table-container table th,
.ouk-markup__table table th {
    background-color: #1e1248;
    color: #fff;
    text-align: left;
}
.ouk-markup .table-container table td,
.ouk-markup .table-container table th,
.ouk-markup__table table td,
.ouk-markup__table table th {
    padding: 1rem;
    vertical-align: top;
}
.ouk-markup__embedded-video .ouk-embed-video__link {
    padding: 1rem 0;
}
.ouk-markup__embedded-video .ouk-embed-video__transcript {
    color: #494949;
    text-transform: uppercase;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ouk-acknowledgement-of-country__flag {
    height: 1.5rem;
    margin: 0 0.5rem 0 0;
    vertical-align: middle;
}

/* Make header text white */
.ouk-unit-header-main h1 {
    color: white !important;
}

.ouk-unit-header-main {
    color: white !important;
}

.ouk-unit-header-basics,
  .ouk-unit-each-basics,
  .ouk-unit-each-basics-label,
  .ouk-unit-each-basics-value,
  .ouk-unit-each-basics-split {
    color: #ccc !important;
  }