
.footer {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    border-top: 1px solid #f0f3f5;
    margin-top: auto;
    box-shadow: 0 1px 1px -1px #98a2b34d, 0 1px 5px -2px #98a2b34d;
    white-space: pre-wrap;
    overflow-wrap: anywhere
}


.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    box-shadow: 0 1px 1px -1px #98a2b34d, 0 1px 5px -2px #98a2b34d;
    z-index: 1;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    flex-wrap: wrap
}

@media (max-width: 600px) {
    .header {
        flex-direction: column
    }
}

.logoContainer {
    flex: .25;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.logo {
    height: 50px;
    object-fit: scale-down
}

@media (max-width: 750px) {
    .logo {
        max-width: 100px
    }
}

.containerMessage {
    margin: 2rem
}

.containerHeader,
.containerText,
.containerMessage {
    display: flex;
    flex-direction: column;
    font-family: inherit
}

.containerHeader {
    align-items: center;
    text-align: center
}

.containerText {
    text-align: center;
    margin-top: 2em
}

.containerText p {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3em;
    font-family: inherit
}

.fullWidth {
    width: 100%
}

.divBody {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.divBody * {
    font-family: inherit
}

.main_container {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    min-width: 0
}

.containerMessageBody {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    max-width: 100%;
    width: 615px
}

@media (max-width: 600px) {
    .containerMessageBody {
        padding: .5rem
    }
}

.containerMessageBody._iframe_7cwd5_32 {
    padding: 0
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    overflow-x: hidden
}

body {
    margin: 0;
    font-size: .875rem;
    font-family: Diatype,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

