
#section_thanks_you .section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#section_thanks_you {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 600px;
    position: relative;
}
.section.dark {
    background-color: #666;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

#section_thanks_you .section-bg {
    background-position: 54% 15%;
}
.bg {
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.section-bg {
    overflow: hidden;
}
#section_thanks_you .section-bg-overlay {
    background-color: rgba(0, 0, 0, 0.576);
}
.no-click {
    pointer-events: none;
}

.relative {
    position: relative !important;
}
.section-content {
    z-index: 1;
}
#text-line-name .uppercase{
    font-family: Bungee, cursive;
    line-height: 1.6;
    color: rgb(150, 46, 56);
    text-align: center;
}
#section_thanks_you  .row, .gallery {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}



.text-center {
    text-align: center;
}
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}

@media screen and (max-width: 849px) {
    .col {
        padding-bottom: 30px;
    }
}
.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.section-content {
    width: 100%;
    top: 14rem;
}

#text-line-name > .uppercase {
    font-size: 24px;
}
#text-dev {
    color: #f1f1f1;
}
#text-dev h2{
    font-size: 7.2em;
    font-family: MUZUViWSVAtSGlnaCTcGlyaXRlZCvdGY;
    line-height: 1.6;
    color: rgb(255 0 25);
    text-align: center;
}

#GROUP41{
    bottom: 0;
}