:root {
    --oenui-unit: 16px;
}
@media only screen and (min-width: 750px) {
    :root {
        --oenui-unit: 18px;
    }
}
.h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.75rem;
}
@media only screen and (min-width: 750px) {
    .h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}
.h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
@media only screen and (min-width: 750px) {
    .h2 {
        font-size: 3rem;
        line-height: 3.12rem;
    }
}
.h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
}
@media only screen and (min-width: 750px) {
    .h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}
.h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
}
@media only screen and (min-width: 750px) {
    .h4 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}
.h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
}
@media only screen and (min-width: 750px) {
    .h5 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}
.h6 {
    font-size: 1rem;
    line-height: 1.375rem;
}
@media only screen and (min-width: 750px) {
    .h6 {
        font-size: 1.41rem;
        line-height: 1.37rem;
    }
}
.text-center {
    text-align: center;
}
.text-large {
    font-size: 1.25rem;
    line-height: 1.875rem;
}
@media only screen and (min-width: 750px) {
    .text-large {
        font-size: 1.406rem;
        line-height: 2.109rem;
    }
}
.text-medium {
    font-size: 1.125rem;
    line-height: 1.625rem;
}
@media only screen and (min-width: 750px) {
    .text-medium {
        font-size: 1.266rem;
        line-height: 1.828rem;
    }
}
.text-normal {
    font-size: 1rem;
    line-height: 1.4rem;
}
@media only screen and (min-width: 750px) {
    .text-normal {
        font-size: 1.125rem;
        line-height: 1.83rem;
    }
}
.text-small {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
@media only screen and (min-width: 750px) {
    .text-small {
        font-size: 0.984rem;
        line-height: 1.406rem;
    }
}
.text-extraSmall {
    font-size: 0.5rem;
    line-height: 1.25rem;
}
@media only screen and (min-width: 750px) {
    .text-extraSmall {
        font-size: 0.563rem;
        line-height: 1.266rem;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.oenIcon {
    background-size: contain;
    display: block;
    height: 2rem;
    width: 2rem;
}
.oenIcon__x {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
}
.oenIcon__chevronLeft {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>');
}
.oenIcon__chevronRight {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>');
}
.oenSection {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: calc(var(--oenui-unit) * 1.5);
    width: 100%;
    word-break: break-all;
    word-break: break-word;
}
@media only screen and (min-width: 750px) {
    .oenSection {
        margin-bottom: calc(var(--oenui-unit) * 2.5);
    }
}
.oenSection ol,
.oenSection ul {
    padding-left: calc(var(--oenui-unit) * 1.2);
}
.oenSection ol {
    list-style: decimal;
}
.oenSection ul {
    list-style: disc;
}
.oenSection p img {
    width: 100%;
}
.oenSection h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.75rem;
}
@media only screen and (min-width: 750px) {
    .oenSection h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}
.oenSection h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
@media only screen and (min-width: 750px) {
    .oenSection h2 {
        font-size: 3rem;
        line-height: 3.125rem;
    }
}
.oenSection h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
}
@media only screen and (min-width: 750px) {
    .oenSection h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}
.oenSection h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
}
@media only screen and (min-width: 750px) {
    .oenSection h4 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}
.oenSection h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
}
@media only screen and (min-width: 750px) {
    .oenSection h5 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}
.oenSection h6 {
    font-size: 1rem;
    line-height: 1.375rem;
}
@media only screen and (min-width: 750px) {
    .oenSection h6 {
        font-size: 1.406rem;
        line-height: 1.375rem;
    }
}
.oenSection.full {
    padding: var(--oenui-unit) 0;
}
.oenSection__container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
@media only screen and (min-width: 750px) {
    .oenSection__container {
        max-width: 800px;
    }
}
.oenSection__containerFull {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.oenSection__pureText {
    width: 100%;
}
.oenSection__pureText__title {
    margin-bottom: var(--oenui-unit);
}
.oenSection__pureText a {
    text-decoration: underline;
}
.oneSection__quote {
    width: 100%;
}
.oneSection__quote--layoutA {
    background-color: #f4f4f4;
    padding: calc(var(--oenui-unit) * 2.3);
    text-align: left;
}
.oneSection__quote--layoutB {
    background-color: #f4f4f4;
    font-weight: 500;
    padding: calc(var(--oenui-unit) * 5);
    text-align: center;
}
.oneSection__quote--layoutC {
    border: 0;
    border-left: 5px solid #f4f4f4;
    font-weight: 500;
    margin-bottom: calc(var(--oenui-unit) * 2);
    margin-top: calc(var(--oenui-unit) * 2);
    padding-left: var(--oenui-unit);
    text-align: left;
}
@media only screen and (min-width: 750px) {
    .oneSection__quote--layoutC {
        width: 37.5rem;
    }
}
.oenSection__media {
    width: 100%;
}
.oenSection__media__title {
    margin-bottom: var(--oenui-unit);
}
.oenSection__media__caption {
    margin-top: calc(var(--oenui-unit) * 0.5);
}
.oenSection__media__caption a {
    text-decoration: underline;
}
.oenSection__media__image {
    height: auto;
    width: 100%;
}
.oenSection__media__youTube {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.oenSection__media__youTube__frame {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.oenSection__media__youTube__error {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 40vh;
    justify-content: center;
    width: 100%;
}
@media only screen and (min-width: 750px) {
    .oenSection__media__youTube__error {
        height: 60vh;
    }
}
.oenSection__banner {
    color: #fff;
    position: relative;
    word-break: break-all;
    word-break: break-word;
}
.oenSection__banner ol,
.oenSection__banner ul {
    padding-left: calc(var(--oenui-unit) * 1.2);
}
.oenSection__banner ol {
    list-style: decimal;
}
.oenSection__banner ul {
    list-style: disc;
}
.oenSection__banner__image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(var(--oenui-unit) * 25);
    padding-top: 44%;
}
.oenSection__banner__image__mask {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.oenSection__banner__info {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    max-width: calc(var(--oenui-unit) * 40);
    padding: 0 var(--oenui-unit);
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.oenSection__banner__info__title {
    margin-bottom: var(--oenui-unit);
}
.oenSection__banner__info__description {
    font-weight: 400;
    line-height: calc(var(--oenui-unit) * 1.8);
}
.oenSection__callToAction {
    display: block;
    height: 100%;
    width: 100%;
}
@media only screen and (min-width: 750px) {
    .oenSection__callToAction {
        display: flex;
    }
}
.oenSection__callToAction--layoutA {
    justify-content: center;
}
.oenSection__callToAction--layoutB {
    justify-content: flex-start;
}
.oenSection__callToAction--layoutC {
    justify-content: flex-end;
}
.oenSection__callToAction--layoutD {
    display: block;
    justify-content: unset;
}
.oenSection__callToAction__linkButton {
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: var(--oenui-unit) calc(var(--oenui-unit) * 3);
    text-align: center;
    width: 100%;
    word-break: break-all;
}
.oenSection__gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.oenSection__gallery__listItem {
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    cursor: pointer;
    padding-bottom: 25%;
    width: 25%;
}
.oenSection__gallery__listItem:hover {
    opacity: 0.7;
}
@media only screen and (min-width: 750px) {
    .oenSection__gallery__listItem {
        padding-bottom: 20%;
        width: 20%;
    }
}
.oenSection__gallery__viewer {
    align-items: center;
    background-color: #000000b3;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003;
}
.oenSection__gallery__viewer__image {
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}
.oenSection__gallery__viewer__pageInfo {
    bottom: calc(var(--oenui-unit) * 1.5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
}
@media only screen and (min-width: 750px) {
    .oenSection__gallery__viewer__pageInfo {
        font-size: 1.125rem;
    }
}
.oenSection__gallery__viewer__closeButton,
.oenSection__gallery__viewer__nextButton,
.oenSection__gallery__viewer__prvButton {
    cursor: pointer;
    position: absolute;
}
.oenSection__gallery__viewer__closeButton {
    right: var(--oenui-unit);
    top: var(--oenui-unit);
}
.oenSection__gallery__viewer__nextButton,
.oenSection__gallery__viewer__prvButton {
    bottom: var(--oenui-unit);
}
@media only screen and (min-width: 750px) {
    .oenSection__gallery__viewer__nextButton,
    .oenSection__gallery__viewer__prvButton {
        bottom: auto;
        margin-top: calc(var(--oenui-unit) * -2);
        top: 50vh;
    }
}
.oenSection__gallery__viewer__prvButton {
    left: var(--oenui-unit);
}
.oenSection__gallery__viewer__nextButton {
    right: var(--oenui-unit);
}
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
    pointer-events: none;
}
.ql-clipboard {
    height: 1px;
    left: -100000px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}
.ql-clipboard p {
    margin: 0;
    padding: 0;
}
.ql-editor {
    word-wrap: break-word;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.42;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}
.ql-editor > * {
    cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    margin: 0;
    padding: 0;
}
.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
    list-style-type: none;
}
.ql-editor ul > li:before {
    content: "\2022";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
    pointer-events: none;
}
.ql-editor ul[data-checked="false"] > li *,
.ql-editor ul[data-checked="true"] > li * {
    pointer-events: all;
}
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li:before {
    content: "\2611";
}
.ql-editor ul[data-checked="false"] > li:before {
    content: "\2610";
}
.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
}
.ql-editor ol li {
    counter-increment: list-0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li:before {
    content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}
.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
    background-color: #000;
}
.ql-editor .ql-bg-red {
    background-color: #e60000;
}
.ql-editor .ql-bg-orange {
    background-color: #f90;
}
.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}
.ql-editor .ql-bg-green {
    background-color: #008a00;
}
.ql-editor .ql-bg-blue {
    background-color: #06c;
}
.ql-editor .ql-bg-purple {
    background-color: #93f;
}
.ql-editor .ql-color-white {
    color: #fff;
}
.ql-editor .ql-color-red {
    color: #e60000;
}
.ql-editor .ql-color-orange {
    color: #f90;
}
.ql-editor .ql-color-yellow {
    color: #ff0;
}
.ql-editor .ql-color-green {
    color: #008a00;
}
.ql-editor .ql-color-blue {
    color: #06c;
}
.ql-editor .ql-color-purple {
    color: #93f;
}
.ql-editor .ql-font-serif {
    font-family:
        Georgia,
        Times New Roman,
        serif;
}
.ql-editor .ql-font-monospace {
    font-family:
        Monaco,
        Courier New,
        monospace;
}
.ql-editor .ql-size-small {
    font-size: 0.75em;
}
.ql-editor .ql-size-large {
    font-size: 1.5em;
}
.ql-editor .ql-size-huge {
    font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}
.ql-editor .ql-align-center {
    text-align: center;
}
.ql-editor .ql-align-justify {
    text-align: justify;
}
.ql-editor .ql-align-right {
    text-align: right;
}
.ql-editor.ql-blank:before {
    color: #0009;
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}
.OenUI .oenSection {
    padding-left: 0;
    padding-right: 0;
}
.OenUI .oenSection__container {
    max-width: 100%;
}
.OenUI h1,
.OenUI h2,
.OenUI h3,
.OenUI h4,
.OenUI h5,
.OenUI h6 {
    font-weight: 700;
}
.OenUI p {
    line-height: 180%;
}
.OenUI a {
    color: #1f3289;
    transition:
        color 0.3s ease,
        opacity 0.3s ease;
}
.OenUI a:hover {
    opacity: 0.8;
}
