.u-df {
    display: -ms-flexbox;
    display: flex;
}
.u-mtb5 {
    margin-top: 40px;
}

.u-mbb5 {
    margin-bottom: 40px;
}
.u-mtb1 {
    margin-top: 8px;
}
.u-mtb4 {
    margin-top: 32px;
}
.u-c-fff {
    color: #fff;
}
#team-creators .u-c-fff {
    color: #000;
}
.u-mtb3 {
    margin-top: 24px;
}
.u-w100p {
    width: 100%;
}
.o-btn {
    position: relative;
    color: #fff;
    background-color: #f35429;
    padding: 8px 24px;
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
    transition: .3s;
}
.o-btn--alt {
    background-color: #fff !important;
    border: 0;
    color: #2f353d;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 700;
    min-height: 36px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 16px;
}
.o-btn {
    display: inline-flex;
    padding: 13px 16px;
    border-radius: 2px;
    border: 0;
    line-height: 22px;
    text-transform: uppercase;
    justify-content: center;
}
.o-btn {
    
    background-color: #2d75c7;
}
.o-btn:hover {
    background-color: #34568e;
    color:#fff !important;
}
.u-tac {
    text-align: center;
}
.u-tal {
    text-align: left;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
.u-fxdc {
    -ms-flex-direction: column;
    flex-direction: column;
}
.u-dn {
    display: none;
}
.u-mtb6 {
    margin-top: 48px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-left: 24px;
    padding-right: 24px;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}
@media (min-width: 992px){
.u-db-md {
    display: block;
}
.u-tac-md {
    text-align: center;
}
.u-mrb6-md {
    margin-right: 48px;
}
.u-mtb0-md {
    margin-top: 0;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
}

@media (min-width: 768px){
.u-dib-sm {
    display: inline-block;
}
}