:root {
    
}
.text-align-center {
    text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.paragraph-no-margins-around > p:first-of-type {
    margin-top: 0;
}
.paragraph-no-margins-around > p:last-of-type {
    margin-bottom: 0;
}
.no-margins {
    margin: 0;
}
.flex-row.vertically-center-items {
    align-items: center;
}
.flex-row.vertically-baseline-items {
    align-items: baseline;
}
.flex-row.vertically-end-items {
    align-items: flex-end;
}
.flex-no-resize {
	flex-grow: 0;
	flex-shrink: 0;
}
.flex-resize {
	flex-grow: 1;
	flex-shrink: 1;
}
.flex-wrap {
    flex-wrap:  wrap;
}
.full-size {
    width: 100%;
    height: 100%;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.absolute-container {
    position: relative;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.absolute-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.absolute-for-transform {
    position: absolute;
    left: 0;
    top: 0;
}
.top-left {
    left: 0;
    top: 0;
}
.top-right {
    right: 0;
    top: 0;
}
.bottom-left {
    left: 0;
    bottom: 0;
}
.bottom-right {
    right: 0;
    bottom: 0;
}
.transform-y50-percent-overlap {
    transform: translateY(-50%);
}
.centered-tip-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 2px);
    font-size: 10px;
    width: 200px;
    text-align: center;
}
.overflow-hidden {
    overflow: hidden;
}
.flex-row {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-row.justify-center {
    justify-content: center;
}
.flex-row.justify-between {
    justify-content: space-between;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-grab {
    cursor: grab;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.image.background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image.background-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.image.background-center {
	background-position: center center;
	background-repeat: no-repeat;
}
.image.background-top-left {
	background-position: top left;
	background-repeat: no-repeat;
}
.image.background-center-left {
	background-position: center left;
	background-repeat: no-repeat;
}
.border-box-sizing {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    .color-fade {
        transition: color 0.3s ease-out;
    }
}
.no-pointer-events {
	pointer-events: none;
}
.all-pointer-events {
	pointer-events: all;
}
.integrated-field {
    box-sizing: border-box;
    border: none;
    display: block;
}
.centered-cell-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}
button.skip-default {
    appearance: none;
    border: none;
    padding: 0;
    text-align: inherit;
    background: none;
    color: inherit;
    display: block;
}
.no-opacity {
    opacity: 0;
}
.clear-both {
    clear: both;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.object-fit-cover {
    object-fit: cover;
}
.ratio-1-1 {
    aspect-ratio: 1;
}
.ratio-4-3 {
    aspect-ratio: 1.33;
}
.ratio-16-9 {
    aspect-ratio: 1.78;
}
.dbm-admin {
    background-color: #f6f7f9;
}
.dbm-admin-box {
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dbm-admin-box-padding {
    padding: 20px;
}
.dbm-admin-hero {
    background: rgb(41,56,97);
    background: linear-gradient(117deg, #4b4795 0%, #608be1 100%);
}
.dbm-admin-hero .on-hero-text {
    color: #FFFFFF;
}
.dbm-admin-hero-overlap {
    position: relative;
    top: -40px;
}
.page-title-form-field {
    font-weight: 700;
    font-size: 24px;
}
.dbm-admin-logo {
    height: 24px;
    width: auto;
}
.ce-block__content,
.ce-toolbar__content {
    max-width: none;
}
.editor-block-box {
    border: 1px solid #1A1A1A;
    border-radius: 5px;
    box-sizing: border-box;
}
.editor-block-box-padding {
    padding: 20px;
}
.image.editor-preview {
    width: 120px;
    height: 120px;
}
.dbm-admin .save-all-position {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.image-library-preview {
    width: 120px;
    height: 120px;
}
.image-library-margins {
    margin-right: 5px;
    margin-bottom: 5px;
}
.action-button {
    border: 1px solid #ADADAD;
    color: #ADADAD;
    font-size: 10px;
    border-radius: 9999px;
    cursor: pointer;
}
.action-button:hover {
    background-color: #ADADAD;
    color: #FFFFFF;
}
.action-button-padding {
    padding: 3px 10px;
}
.language-circle {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background-color: #ADADAD;
    font-size: 10px;
    font-weight: bold;
}
.standard-alternating-rows > .standard-row:nth-of-type(2n+1),
.standard-alternating-rows > *:nth-of-type(2n+1) .standard-row {
    background-color: var(--alternating-rows-background, #F8F8F8);
}
.standard-row-padding {
    padding: var(--standard-row-vertical-padding, 4px) var(--standard-row-horizonal-padding, 10px);
}
.standard-row-padding-horizontal-padding {
    padding-left: var(--standard-row-horizonal-padding, 10px);
    padding-right: var(--standard-row-horizonal-padding, 10px);
}
.standard-row-padding-vertival-padding {
    padding-top: var(--standard-row-vertical-padding, 4px);
    padding-bottom: var(--standard-row-vertical-padding, 4px);
}
.hierarchy-indent {
    margin-left: var(--hierarchy-indent-margin-left, 40px);
}
.append-drop-position {
    height: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.standard-icon {
    width: var(--standard-icon-size, 24px);
    height: var(--standard-icon-size, 24px);
}
.text-row-icon {
    width: var(--standard-icon-size, 24px);
    height: var(--standard-icon-size, 24px);
}
.standard-icon-color {
    filter: url("#standard-icon-color");
}
.action-icon-color {
    filter: url("#action-icon-color");
}
.text-icon-color {
    filter: url("#text-icon-color");
}
.white-icon-color {
    filter: url("#white-icon-color");
}
.hover-item:hover .remove-action-icon-color,
.hover-icon.remove-action-icon-color:hover {
    filter: url("#remove-action-icon-hover-color");
}
.drag-handle-icon {
    width: 8px;
    height: 12px;
}
.standard-tag {
    border-radius: var(--standard-tag-border-radius, 9999px);

    border-style: solid;
    border-width: var(--standard-tag-border-width, 1px);
}
.standard-tag,
.complex-standard-tag {
    font-size: var(--standard-tag-font-size, 14px);
    line-height: 1;
}
.complex-standard-tag.info-tag .standard-tag-part,
.standard-tag.info-tag {
    background-color: #f1f4f9;
    border-color: #d2dcec;
}
.complex-standard-tag.add-tag .standard-tag-part,
.standard-tag.add-tag {
    background-color: #FFFFFF;
    border-color: #ADADAD;
    border-style: dashed;
}
.standard-tag-part {
    border-top-style: solid;
    border-top-width: var(--standard-tag-border-width, 1px);
    border-bottom-style: solid;
    border-bottom-width: var(--standard-tag-border-width, 1px);
}
.standard-tag-part.start {
    border-top-left-radius: var(--standard-tag-border-radius, 9999px);
    border-bottom-left-radius: var(--standard-tag-border-radius, 9999px);

    border-left-style: solid;
    border-left-width: var(--standard-tag-border-width, 1px);
}
.standard-tag-part.end {
    border-top-right-radius: var(--standard-tag-border-radius, 9999px);
    border-bottom-right-radius: var(--standard-tag-border-radius, 9999px);

    border-right-style: solid;
    border-right-width: var(--standard-tag-border-width, 1px);
}
.standard-tag-padding {
    padding: var(--standard-tag-vertical-padding, 5px) var(--standard-tag-horizontal-padding, 12px);
}
.standard-tag-start-padding {
    padding-left: var(--standard-tag-horizontal-padding, 12px);
    padding-top: var(--standard-tag-vertical-padding, 5px);
    padding-bottom: var(--standard-tag-vertical-padding, 5px);
}
.standard-tag-end-padding {
    padding-right: var(--standard-tag-horizontal-padding, 12px);
    padding-top: var(--standard-tag-vertical-padding, 5px);
    padding-bottom: var(--standard-tag-vertical-padding, 5px);
}
.standard-tag-horizontal-padding {
    padding-left: var(--standard-tag-horizontal-padding, 12px);
    padding-right: var(--standard-tag-horizontal-padding, 12px);
}
.standard-tag-vertical-padding {
    padding-top: var(--standard-tag-vertical-padding, 5px);
    padding-bottom: var(--standard-tag-vertical-padding, 5px);
}
.standard-tag-part-padding {
    padding-left: var(--standard-tag-part-horizontal-padding, 6px);
    padding-right: var(--standard-tag-part-horizontal-padding, 6px);
}
.standard-tag-part-padding-left {
    padding-left: var(--standard-tag-part-horizontal-padding, 6px);
}
.standard-tag-part-padding-right {
    padding-right: var(--standard-tag-part-horizontal-padding, 6px);
}
.standard-tag-part-separator {
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
}
.standard-tag-icon {
    width: 12px;
    aspect-ratio: 1;
}
.standard-tag-list {

}
.standard-tag-list-expand {
    margin-right: calc(-1 * var(--standard-tag-list-horizontal-margin, 10px));
    margin-bottom: calc(-1 * var(--standard-tag-list-vertical-margin, 5px));
    overflow: hidden;
}
.standard-tag-list .standard-tag-list-item{
    float: left;
    margin-right: var(--standard-tag-list-horizontal-margin, 10px);
    margin-bottom: var(--standard-tag-list-vertical-margin, 5px);
}
.popover-holder {
    border: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    background-color: transparent;
    color: inherit;
}
.dropdown-menu-min-width {
    min-width: 300px;
}
.dropdown-menu-max-height {
    max-height: 400px;
    overflow: auto;
}
.standard-dropdown {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.standard-dropdown-row-padding {
    padding: 8px 15px;
}

html, body {
    margin: 0;
    padding: 0;
}

.centered-site {
    margin: auto;
    padding: 0 10px;
    max-width: 1280px;
}

.content-narrow {
    margin: auto;
    padding: 0 10px;
    max-width: 800px;
}

.min-content-height {
	min-height: 100vh;
}

.page-header {
    background-color: #623cce;
    padding: 30px 30px;
    color: #FFFFFF;
}

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

.menu-link:hover {
    color: #e1ff68;
}
.default-text-formatting {
    font-size: 14px;
    color: #313131;

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #3b2588;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h1 {
    font-size: 20px;
}
@media (min-width: 600px) {
    .default-text-formatting {
        font-size: 18px;
    }

    h1 {
        font-size: 36px;
    }
}
.body-text {
    line-height: 1.8;
}
.body-text a:not(.skip-default):not(.custom-styled-link) {
    color: #623cce;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.spacing.micro {
    height: 5px;
}
.spacing.small {
    height: 10px;
}
.spacing.medium {
    height: 15px;
}
.spacing.standard {
    height: 20px;
}
.spacing.double {
    height: 40px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 2px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 2px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 5px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 7.5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 7.5px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 10px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 10px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:first-of-type) {
    margin-top: 5px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:last-of-type) {
    margin-bottom: 5px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-row.singles > .flex-row-item {
	width: 100%;
}
.flex-row.halfs > .flex-row-item {
	width: 50%;
}
.flex-row > .flex-row-item.half {
	width: 50%;
}
.flex-row.thirds > .flex-row-item,
.flex-row-item.third {
	width: 33.33%;
}
.flex-row.quarters > .flex-row-item {
	width: 25%;
}
.flex-row > .flex-row-item.quarter {
	width: 25%;
}
.standard-button {
    border: 1px solid #623cce;
    background-color: #623cce;
    color: #FFFFFF;
    border-radius: 12px;
    transition: color ease-out;
    cursor: pointer;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media (prefers-reduced-motion: no-preference) {
    .standard-button {
        
    }
}
.standard-button:hover {
    background-color: #3b2588;
}
.standard-button-padding {
    padding: 10px 30px;
}
.standard-field {
    border: 1px solid #3b2588;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}
.standard-field-padding {
    padding: 10px 10px;
}
.front-page-hero {
    box-sizing: border-box;
    padding: 0px 30px 30px 30px;
    border-radius: 0px 0px 20px 20px;
    background-color: #623cce;
    color: #FFFFFF;
}
.front-page-hero h1 {
    color: #FFFFFF;
}
.hero-elements {
    width: 330px;
    height: 150px;
}
@media (min-width: 600px) {
    .front-page-hero h1 {
        font-size: 58px;
    }
}
.footer {
    background-color: #f3eeff;
    padding: 30px 30px;
    color: #3b2588;
    font-size: 12px;
}
.footer-menu-link {
    font-weight: bold;
}
.footer-menu-link:hover {
    color: #70e2fb;
}
.built-by-note-link {
    font-size: 10px;
    text-decoration: none;
    color: #b6b6b6;
}
.cookie-bar-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-bar {
    border-top: 1px solid #1A1A1A;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7);
}
.cookie-bar-padding {
    padding: 1rem;
}
.cookie-bar-title {
    
}