﻿@font-face {
    font-family: Spartan;
    src: url("/fonts/Spartan/Spartan-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'ppneuemontreal-medium';
    src: url('/fonts/ppneuemontreal/ppneuemontreal-medium.ttf') format('truetype');
}

@font-face {
    font-family: Spartan;
    src: url("/fonts/Spartan/Spartan-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'founders-grotesk-x-condensed-bold';
    src: url('../fonts/foundersgrotesk/founders-grotesk-x-condensed-bold.woff2') format('woff2');
}

body {
    font-family: ppneuemontreal-medium;
    margin-bottom: 0 !important;
}

.validation-summary-errors ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.carousel-indicators {
    position: relative;
}

    .carousel-indicators > li {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #3c404b
    }

.splashscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 116vh;
    background-image: linear-gradient(180deg, transparent, rgba(18, 20, 29, 0.5)), linear-gradient(90deg, rgba(18, 20, 29, 0.5), transparent), url("/img/artboard.svg"), linear-gradient(180deg, #0e0f11, #0e0f11), url("/img/background-image.svg");
    background-repeat: repeat, repeat, no-repeat, repeat, repeat;
    background-size: auto, auto, cover, auto, 2px 2px;
    z-index: 10;
}

    .splashscreen h6 {
        text-align: center;
        margin-top: 30px;
        color: white;
        font-size: 1em;
        font-weight: 600;
    }

.splash-content {
    position: absolute;
    top: 40%;
    left: 47%
}

.wrapper {
    width: 10em;
    height: 10em;
}

.loader {
    border: 16px solid transparent;
    border-radius: 50%;
    border-top: 16px solid #f7e926;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
}

    .loader.sm {
        position: fixed;
        top: 45%;
        left: 32%;
        width: 5em;
        height: 5em;
        z-index: 3;
    }

    .loader.md {
        position: fixed;
        top: 45%;
        left: 43%;
        width: 5em;
        height: 5em;
    }

.img-load {
    opacity: 0.5;
}

.wrapper {
    background: url('../img/logo.svg') center no-repeat;
    background-size: 75%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1024px) {
    .container {
        padding-right: 10em;
        padding-left: 10em;
    }
}

.gradient-background {
/*    background-image: url(/img/shapes.svg), linear-gradient( 230deg, rgba(6, 236, 181, 0.95), rgba(89, 126, 247, 0.95) 60%, rgba(255, 0, 204, 0.95)), linear-gradient( 180deg, #597ef7, #597ef7);
    background-position: 100% 0%, 0px 0px, 0px 0px;
    background-size: cover, auto, auto;
    background-repeat: repeat-y, repeat, repeat;*/
    background-color: #1c212a !important;
}

/*.reg-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}*/

.form-mini-title {
    margin-bottom: 1.5em;
    color: black;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.welcome-header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6527fc;
    color: #fff;
    display: none;
    height: 208px;
}

.head-logo {
    width: 8em;
    height: 4em;
    margin-bottom: 1em;
}

.reg-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
}

.btn.btn-pink {
    background-color: #6527fc;
    color: white;
}

    .btn.btn-pink:hover {
        background-color: #C0F;
    }

    .btn.btn-pink:active {
        background-color: #A0F;
    }

.pink-btn {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 4em;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    padding: 1em 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #6527fc;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    position: relative;
}

    .pink-btn:hover {
        background-color: #597ef7;
    }

    .pink-btn:active {
        background-color: #1d39c4;
    }

    .pink-btn:focus {
        background-color: #597ef7;
    }

    .pink-btn:disabled {
        background: #6d6d6d !important;
    }

.pink-btn-sm {
    font-size: 0.7em;
    margin: auto;
    width: 70%;
}

.purple-btn {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #6527fc !important;
    color: white !important;
    padding: 10px 15px;
    border: none;
    text-transform: uppercase; /* Makes text uppercase */
    font-weight: bold; /* Makes font bold */
    box-shadow: 5px 5px black;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 16px; /* Adjust font size as needed */
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    font-family: "founders-grotesk-x-condensed-bold";
    font-size: 2em !important;
    padding: 0;
    max-height: 48px;
    min-width: 150px;
}


.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

    .carousel-control-next:hover, .carousel-control-prev:hover {
        background-color: #597ef7 !important;
        text-decoration: none !important;
        color: white !important;
    }

.form-link {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-size: 0.9em;
}

.align {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.form-footer {
    color: #6d6d6d;
    font-weight: 400;
    text-decoration: none;
    margin-top: 13px;
}

.modal-form {
    padding: 3em;
    border-radius: 8px;
    background-color: #23242f;
    color: white;
}

.main {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    max-height: 885px;
    max-width: 1280px;
    margin-top: 5.5em;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 1em 1em 1em;
    background-color: #fff;
}

.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.registration-box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin-bottom: 3em;
    padding: 30px 30px 15px;
    border: 1px solid #ebecf0;
    border-radius: 10px;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08)
}

.form-input {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    height: 100%;
    min-height: 3em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border: none;
    background-color: white;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
    font-size: 0.9em;
    line-height: 1;
    color: black;
    border: 2px solid black;
}

    .form-input:focus {
        background-color: white;
        color: black;
    }

    .form-input:-webkit-autofill,
    .form-input:-webkit-autofill:hover,
    .form-input:-webkit-autofill:focus,
    .form-input:-webkit-autofill:active {
        -webkit-background-clip: text;
        -webkit-text-fill-color: black;
        transition: background-color 5000s ease-in-out 0s;
        box-shadow: inset 0 0 20px 20px white;
    }

.form-input-half {
    width: 100%;
    height: 100%;
    min-height: 2em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border: none;
    background-color: #0f0f13;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
    color: white;
    font-size: 1em;
    line-height: 1;
}

    .form-input-half:focus {
        background-color: #0f0f13;
        color: white;
    }

    .form-input-half:-webkit-autofill,
    .form-input-half:-webkit-autofill:hover,
    .form-input-half:-webkit-autofill:focus,
    .form-input-half:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #0f0f13 inset !important;
        -webkit-text-fill-color: white !important;
    }

.terms {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.user-form .body-text {
    font-size: 1em;
}

.registration-box input[type=submit] {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #f0c;
    font-family: ppneuemontreal-medium, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
}

.page-wrapper {
    z-index: 3;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.icon-text {
    vertical-align: middle;
    margin-left: 15px;
    color: white;
}

.subtext li {
    margin-bottom: 0;
    margin-left: 49px;
    visibility: hidden;
}

.material-icons {
    padding-bottom: 3px;
    margin-right: 30px;
}

#main {
    padding: 16px;
    margin-left: 85px;
    transition: margin-left 0.5s;
}

.main-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-items-inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-list {
    margin-bottom: 0px;
    padding-left: 0px;
}

.menu-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid transparent;
    text-decoration: none;
}

.menu-icon.invert-copy {
    opacity: 1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.menu-icon.invert {
    filter: invert(100%);
}

.menu-icon {
    max-width: 20px;
    margin-right: 10px;
    opacity: 0.5;
}

.menu-text-old {
    display: block;
    overflow: hidden;
    width: 0px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #999ea9;
    text-decoration: none;
    white-space: nowrap;
}

    .menu-text-old:hover {
        color: #f0c;
    }

.main__content-wrap {
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main__content-inner {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.main__lines {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(18, 20, 29, 0.5))), -webkit-gradient(linear, left top, right top, from(rgba(18, 20, 29, 0.5)), to(transparent)), url(/img/transfer-bg.svg), -webkit-gradient(linear, left top, left bottom, from(#0e0f11), to(#0e0f11));
    background-image: linear-gradient( 180deg, transparent, rgba(18, 20, 29, 0.5)), linear-gradient( 90deg, rgba(18, 20, 29, 0.5), transparent), url(/img/transfer-bg.svg), linear-gradient( 180deg, #0e0f11, #0e0f11), url(/img/transfer-bg.svg);
    background-position: 0 0, 0 0, 50% 50%, 0 0, 0 0;
    background-size: auto, auto, cover, auto, 2px 2px;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    display: block;
}

.main__nolines {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: start;
    background-color: white;
    background-position: 0 0, 0 0, 50% 50%, 0 0, 0 0;
    background-size: auto, auto, cover, auto, 2px 2px;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat;
    color: black;
}

.upload-wrapper {
    position: relative;
    top: 0;
    margin-top: 2.6em;
    transition: top ease 0.3s;
    z-index: 4;
}

.upload-wrapper#btnUpload {
    margin-top: 10em;
}

.button__upload {
    min-width: 10em;
    width: 75%;
    margin-left: 2em;
    padding: 2em 1.2em;
    background-color: #0f0f13;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: top ease 0.3s;
}

.upload-more:hover .button__upload {
    top: -20px;
}

.button__upload:hover {
    text-decoration: none;
    color: black;
    background-color: #f7e926;
    filter: invert(0);
}

    .button__upload:hover .icon img {
        filter: invert(0);
    }

.text-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-text {
    display: inline-block;
    font-size: 0.6em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.main__lines:hover .upload-wrapper {
    top: -20px;
}

.image-grid__background {
    z-index: 3;
    height: 75vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(18, 20, 29, 0.5))), -webkit-gradient(linear, left top, right top, from(rgba(18, 20, 29, 0.5)), to(transparent)), url(/img/transfer-bg.svg), -webkit-gradient(linear, left top, left bottom, from(#12141d), to(#12141d)), url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-image: linear-gradient(180deg, transparent, rgba(18, 20, 29, 0.5)), linear-gradient(90deg, rgba(18, 20, 29, 0.5), transparent), url(/img/transfer-bg.svg), linear-gradient(180deg, #12141d, #12141d), url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 0px 0px, 0px 0px, 50% 50%, 0px 0px, 0px 0px;
    background-size: auto, auto, cover, auto, 2px 2px;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat;
    color: white;
}

.image-grid__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto
}

.plus-icon {
    width: 8rem;
    height: 8rem;
}

.link {
    color: #8b8b8b;
}

.tb_text_2 {
    margin-top: 11px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.nav_title {
    margin-top: 10px;
    margin-bottom: 8px;
    color: #e7e7e7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px
}

.nav_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 33px;
    padding: 8px 5px 8px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #201b3d;
    text-decoration: none;
}

.img-container {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 25px;
}

.service-choice {
    padding-left: 20px;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
}

    .service-choice a {
        text-decoration: none;
        color: black;
        cursor: pointer;
    }

.tablist {
    background-color: transparent;
}

.img-list {
    width: 100%;
    background-color: transparent;
}

.img-thumb {
    width: 20%;
    padding-top: 10px;
    padding-right: 10px;
    display: inline;
}

.add-options {
    display: none;
    padding: 25px;
    color: black;
}

.options-list li {
    list-style-type: none;
}

.main__content-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cta__button-wrap {
    display: -ms-grid;
    display: grid;
    padding-top: 12px;
    padding-bottom: 12px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* dropzone*/

.dropzone, .dropzone input[type=file] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: padding-bottom 400ms ease;
    transition: padding-bottom 400ms ease;
    cursor: pointer;
}

    .dropzone input[type=file] {
        opacity: 0;
        padding: 0;
    }

.icon {
    margin-right: 1em;
    width: 2em;
    height: 2em;
}

    .icon img {
        width: 35px;
    }

.image-grid {
    width: 100%;
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    display: grid;
    grid-auto-columns: 1fr;
}

    .image-grid .last-position {
        order: 2;
        height: 15.8em;
    }

@media only screen and (max-width: 500px) {
    .image-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 501px) and (max-width: 900px) {
    .image-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.brief__upload-more .brief__upload {
    margin-left: 0.5em;
}

.image-grid__thumb {
    position: relative;
    width: 100%;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    text-decoration: none;
    transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.img__corner-info {
    border: 1px solid white;
    position: absolute;
    left: auto;
    top: -0.5em;
    right: -0.5em;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5em;
    height: 2.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}

.tooltip-trigger {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.tooltip-trigger-content {
    position: relative;
    bottom: -4px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.img-thumb__wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}

    .img-thumb__wrap img {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
    }

.image__cover {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.file-info-wrap {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #000;
    background-color: #fffbe6;
    color: #000;
    margin-top: -4px;
    height: 45px;
    z-index: 2;
}

.brief__file-info {
    background-color: black;
    color: white;
}

.file-info {
    z-index: 1;
    margin-right: 0.25rem;
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: -0.01em;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.service-button-cont {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.2em;
}

.jumbo-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 23em;
    padding: 2em 2.4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5em;
    min-width: 17em;
    padding: 1em 1.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
    background-color: #f0c;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

    .jumbo-button.smaller {
        font-size: 0.7em;
    }


.text-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cnt-button-text {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.jumbo-button:hover {
    background-color: #597ef7;
    text-decoration: none;
    color: white;
}


.full-img {
    position: relative;
    display: inline-block;
}

.remove-icon {
    width: 1em;
    height: 1em;
    background-image: url(/img/remove-icon.svg);
    filter: invert(100%);
    padding: 12px;
}

.remove-btn {
    position: absolute;
    left: auto;
    top: -0.5em;
    right: -0.5em;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5em;
    height: 2.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 4px;
    border-color: #12141d;
    border-radius: 20px;
    background-color: #000;
}

.img-count {
    color: black;
}

/*brief*/

.btn-icon {
    width: 1em;
    height: 1em;
    margin-left: 5px;
    margin-top: -0.5em;
}

.jumbo-button:disabled, .service-button:disabled {
    background-color: #23242f;
    opacity: 1;
    color: #3c404b;
    cursor: not-allowed;
}

.icon-large {
    width: 2em;
    height: 2em;
}

.yellow {
    color: #f7e926;
}

.icon-medium {
    width: 1.5em;
    height: 1.5em;
}

.brief-select {
    background-color: #23242f;
    color: white;
    padding: 0.5em;
    font-size: 0.8em;
}

.brief__upload-more {
    width: 17em;
}

.brief__upload {
    min-height: auto;
    min-width: auto;
    margin-left: 1em;
    padding-right: 1em;
    padding-left: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-pack: center;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed;
    border-width: 4px;
    border-color: #23242f;
    border-radius: 0;
    background-color: #000;
    -webkit-transition: padding-bottom 400ms ease, background-color 200ms ease, border-color 200ms ease;
    transition: padding-bottom 400ms ease, background-color 200ms ease, border-color 200ms ease;
    text-align: center;
    text-decoration: none;
}

    .brief__upload:hover {
        background-color: rgba(0, 58, 140, 0.1);
    }

.brief__upload-button {
    min-width: 10em;
    padding: 2em 1.2em;
    background-color: #0f0f13;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5em;
    padding: 1em 1.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

    .brief__upload-button:hover, .upload-btn-sm:hover {
        background-color: #f7e926;
        color: black;
        filter: invert(0);
        text-decoration: none;
    }

.brief__upload-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brief__upload-icon {
    width: 2em;
    height: 2em;
    margin-right: 1em;
}

.brief__upload-text {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.brief__upload-text.upload-link {
    background-color: #0f0f13;
    border: 0;
}

.upload-btn-sm {
    background-color: #0f0f13;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 4em;
    padding: 0.5em 0.7em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: relative;
    top: 25%;
}

.upload-icon-sm {
    width: 1em;
    height: 1.5em;
    margin-right: 0.3em;
}

.upload-text-sm {
    display: inline-block;
    font-size: 0.5em;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.slick-slide {
    margin: 0 10px;
    width: 150px;
}

.slick-list {
    display: inline !important;
}

.not-visible {
    display: none;
}

.service {
    position: relative;
    top: -15px;
}

.service-wrapper {
    width: 100%;
}

.service-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 2px;
}

.service-back-icon {
    width: 1.2em;
    color: #fff;
}

.service-back-text {
    margin-left: 0.5em;
    color: #fff;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
}

.vf-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: 250px;
    grid-row-gap: 125px;
    grid-column-gap: 8px;
}

.vf-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #23242f;
    text-decoration: none;
}

    .vf-card p {
        font-size: 0.8em;
        color: white;
    }

.vf-title {
    color: #e7e7e7;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}

.vf-title .title-text {
    display: block;
    font-size: 18px;
}

.vf-title .subtitle-text {
    display: block;
    font-size: 14px;
    font-weight: lighter;
}

.vf-price {
    margin-top: 1em;
    color: white;
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.vf-vat {
    color: #e7e7e7;
    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
}

.vf-footer {
    height: 48px;
    margin-top: 16px;
}

.vf-footer .small {
    font-size: 9px !important;
}

.vf-footer img {
    height: 24px;
    filter: invert(1);
}

.flip-card {
    width: 100%;
    height: 100%;
    padding-top: 0.5em;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.non-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
}

/* AI */

.modal-header.ai {
    min-height: 20em;
    padding-top: 0em;
    padding-bottom: 0em;
    background-color: #06ecb5;
    background-image: url(/img/artboard.svg);
    background-position: 50% 50%;
    background-size: cover;
}

.modal-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 3em 3em 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    width: 100%;
    max-width: 720px;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.heading.small-caps {
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.heading {
    font-size: 0.9em;
}

.modal-title {
    margin-bottom: 0.5em;
    font-weight: 900;
}

.modal-list {
    padding-left: 0px;
    list-style-type: none;
    font-size: 0.9em;
}

.modal-bob {
    height: 85%;
    width: 75%;
}

.li-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
}

.modal-bullet-text {
    margin-bottom: 0.2em;
    margin-left: 0.25em;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 600;
}

.text-dia {
    position: absolute;
    left: auto;
    top: 5%;
    right: 5%;
    bottom: auto;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 600;
}

.popup-title {
    margin-top: 0.25em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 0.75em;
    font-weight: 600;
    margin-bottom: 0px;
}

.ai-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.ai-img-preview {
    max-width: 20em;
}

.ai-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ai-btn-wrap {
    display: -ms-grid;
    display: grid;
    margin-bottom: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.ai-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5em;
    min-width: 20em;
    padding: 1em 1.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0c;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

    .ai-btn.green {
        background-color: #06ecb5;
        color: #000;
    }

    .ai-btn.dark {
        background-color: #23242f;
    }

.modal-small-text {
    margin-top: 1rem;
    color: #8a94a6;
    text-align: center;
    text-decoration: underline;
}

.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-checkbox-wrapper {
    display: -ms-grid;
    display: grid;
    margin-bottom: 1em;
    grid-auto-columns: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.ai-checkbox-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    line-height: 1;
}

.ai-checkbox-image {
    width: 100%;
    height: 9em;
    margin-top: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
    border-color: #23242f;
    background-color: #23242f;
    background-position: 50% 50%;
    background-size: 2em;
    background-repeat: no-repeat;
    float: left;
    line-height: normal;
}

.ai-checkbox {
    display: none;
    opacity: 0;
    /*position: absolute;*/
    z-index: -1;
}

.ai-checkbox-span {
    margin-bottom: 1em;
    font-family: ppneuemontreal-medium, sans-serif;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    text-transform: uppercase;
}

.ai-checkbox-image.green:hover {
    background-color: #3c404b;
}

.accept {
    background-color: #06ecb5;
}

    .accept .service-button__text {
        color: black;
        font-weight: 900
    }

    .accept .ai-img-icon {
        filter: invert(0);
    }

    .accept:hover {
        background-color: #06ecb5 !important;
    }

    .ai-checkbox-image.red:hover {
        background-color: #3c404b;
    }

.reject {
    background-color: #d8024d;
}

.form-line {
    width: 100%;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 2em;
    background-color: #000;
}

.form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-field-wrap {
    width: 49%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.form-label {
    margin-bottom: 0.5em;
    color: #fff;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.form-section-title {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: none;
}

/*vf gallery*/

.vf-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 7fr;
    grid-template-columns: 1fr 7fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 16px;
}

.stylebook {
    display: none;
}

@media only screen and (min-width: 1025px) {

    ::-webkit-scrollbar {
        width: 12px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #343a40;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #676767;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #AAA;
        }
}

/* The Modal (background) */
.modalStudio {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalImg {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
}

/* Caption of Modal Image */
.modalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modalImg, .modalCaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalImg {
        width: 100%;
    }

    .welcome-header {
        position: relative;
        padding: 1em;
    }

    .main__lines {
        position: relative;
        width: 100%;
        display: block;
        margin-top: initial;
        min-height: 70% !important;
    }
}

@media only screen and (min-width: 700px) {
    .pink-btn.half {
        width: 50%;
        margin: auto !important;
    }
}

.gallery-item {
    display: none;
}

#annoBody, #enlargeBody {
    max-height: 600px;
    background-color: transparent !important;
}

.annotationClose, .enlargeClose {
    margin: auto;
    display: block;
    width: 10%;
    text-align: center;
    padding: 10px 0;
    margin-top: -80px;
}


#unread {
    background: red;
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    display: none;
    padding: 4px 6px 2px 5px;
    border-radius: 1rem;
    position: absolute;
    bottom: -4px;
    left: -8px;
}

.bg-pink {
    background: #F0C;
}


/*
    FLOATING FORM LABELS
*/
.form-floating {
    position: relative;
    margin-bottom: 1rem;
}

    .form-floating input,
    .form-floating label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-floating label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-floating input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-floating input::-moz-placeholder {
        color: transparent;
    }

    .form-floating input:-ms-input-placeholder {
        color: transparent;
    }

    .form-floating input::-ms-input-placeholder {
        color: transparent;
    }

    .form-floating input::placeholder {
        color: transparent;
    }

    .form-floating input:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-floating input:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-floating input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-floating input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-floating input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-floating input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-floating input:-webkit-autofill ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-floating {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .form-floating label {
            position: static;
        }

        .form-floating input::-ms-input-placeholder {
            color: #777;
        }
}

.text-title {
    font-size: 2.5em;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'founders-grotesk-x-condensed-bold';
    text-transform: uppercase;
}

.text-sub-title {
    font-size: 1.25em !important;
    font-weight: 400 !important;
}

