<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'Adventa Font Light';
    src: url('../fonts/exljbris-MuseoSansRounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adventa Font';
    src: url('../fonts/exljbris-MuseoSansRounded900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
 * Mymo Purple:   #20123b
 * Mymo Pink:     #b30a43
 */

body._ama {
    background-color: #ffffff;
    font-family: 'Adventa Font';
    max-width: 100vw;
    overflow-x: hidden !important;
}

._ama .explainer-body {
    display: none;
}

._ama .splash-wrapper {
    text-align: center;
}

._ama .splash-logo {
    margin-top: 40px;
    max-width: 85%;
}

._ama-order-form label {
    margin-top: 10px;
}

._ama-order-form label, ._ama-order-form .form-control {
    font-family: 'Adventa Font Light';
    text-align: center;
}

._ama-order-form .form-group {
    margin-top: 10px;
    margin-bottom: 5px;
}

._ama-please-rotate {
    display: none;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    z-index: 9999999999999;
    vertical-align: middle;
    align-items: center;
}

._ama-please-rotate div {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #7c7c7c;
}

._ama-please-rotate div img {
    padding-top: 30px;
    height: 120px;
    margin-top: 30px;
}

._ama .modal-footer .btn {
    font-family: 'Adventa Font';
}

._ama #uploaderModal.modal:not(.timout-warning).in .modal-dialog {
    top: 0px;
}

._ama #uploaderModal .modal-content {
    height: calc(100vh - 20px); /* Fallback for browsers that do not support Custom Properties */
    height: calc(calc(var(--vh, 1vh) * 100) - 20px);

}

._ama .site-wrapper {
    background-color: transparent;
    padding: 30px;
}

._ama .site-wrapper.wizard {
    background-color: transparent;
    padding: 30px 10px 30px 10px;
}

._ama-header {
    color: #b30a43;
    font-weight: bold;
    font-size: 26px;
    line-height: 150%;
}

._ama-guide-title, ._ama-guide-title p {
    color: #b30a43;
    font-family: 'Adventa Font';
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
}

._ama-guide-title strong {
    font-family: initial;
    font-weight: initial;
}

._ama-guide-title .strapline {
    display: none;
}

._ama-category-title {
    color: #b30a43;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-top: 15px;
}

._ama-category-title .price-bubble {
    display: block;
    padding-top: 6px;
    text-align: center;
}

._ama-pick-me {
    color: #ffffff;
    background-color: #b30a43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
}

._ama-order-ref {
    margin-top: 30px;
}

._ama-order-instructions, ._ama-order-screenshot {
    margin-top: 20px;
    font-family: 'Adventa Font Light';
    line-height: 150%;
}

._ama-order-qr-code-wrapper {
    margin-top: 20px;
}
._ama-order-qr-code {
    max-width: 50%;
    object-fit: contain;
}

._ama-carousel {
    position: relative;
}

._ama-slide {
    vertical-align: middle;
}

._ama-slider-image {
    max-height: 100%;
    max-width: 80%;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

._ama-carousel .owl-controls {
    width: 100%;
    top: 50%;
    position: absolute;
}

._ama-carousel .owl-buttons {
    margin-left: -46px;
    margin-right: -46px;
}

._ama-carousel .owl-prev {
    float: left;
}

._ama-carousel .owl-next {
    float: right;
}

.owl-centered .owl-wrapper {
    display: table !important;
}
.owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.owl-centered .owl-item &gt; div {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1;
    filter: initial;
}

.fa.owl-arrows {
    color: #b30a43;
    font-size: 40px;
    opacity: 1;
    filter: initial;
}

.next-pages {
    margin-bottom: 20px;
    padding-right: 20px;
}

.fixed-bottom .next {
    min-width: 120px;
    font-size: 12px;
    padding: 20px;
}

.loading-artwork {
    margin-top: 50px;
    width: 100%;
}

.loading-artwork h3 {
    font-size: 16px;
}

#builder {
    padding-top: 30px;
}

.modal .text-field {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal:not(.timout-warning).in .modal-dialog {
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    top: 20px;
}

.image-upload-select label {
    margin-top: 5px;
}

[data-showineditmode="true"] {
    display: inline-block;
}

[data-showineditmode="true"] img {
    height: 45px !important;
    width: 45px !important;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    touch-action: manipulation;
}

[data-showineditmode="true"] div {
    display: none;
    width: 100%;
}

.images-container-wizard h1 {
    font-size: 20px;
}

.purple img {
    padding: 4px;
}

.change-image-image {
    max-height: 90px !important;
}

.tap-image-helper {
    font-size: 15px;
    padding-bottom: 10px;
}

.row-of-images  {
    text-align: center;
}

.row-of-images &gt; div {
    margin: 10px !important;
}

.text-suggestion-element {
    font-size: 20px !important;
    background-position-x: 95%;
}</pre></body></html>