.wrap, .wrap-fluid {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    margin: 0 auto;
}
.wrap {
    max-width: 1200px;
}

.color-black {
    color: #000 !important;
}
.font-weight-semibold {
    font-weight: 500;
}
.sep.sep-size-large {
    height: 28px;
}
.sep:not(.sep-solid) {
    z-index: -1;
}
.sep {
    width: 100%;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

div.image img {
    height: auto;
    width: 100%;
}

.p-v-large2x_sm-false {
    padding-bottom: 60px;
    padding-top: 60px;
}
.__misc-zindex-110 {
    z-index: 110;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.p-v-large2x {
    padding-bottom: 60px;
    padding-top: 60px;
}
.__misc-zindex-110 {
    z-index: 110;
}

.m-h-auto, .m-left-auto {
    margin-left: auto;
}
.m-h-auto {
    margin-right: auto;
}
.w-100_sm-false {
    width: 100%;
}
.row.row-gap-v-large {
    margin-bottom: -28px;
}
/*
.row {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    width: -webkit-fill-available;
    width: -moz-available;
}
.row.row-gap-v-large > [class*="col-"]:not(:empty) {
    border-bottom: 28px solid transparent;
}
.row > [class*="col-6"] {
    flex-basis: 50%;
    max-width: 50%;
}
.row > [class*="col-"] {
    box-sizing: border-box;
    flex: 1 1;
}
*/
.align-v-center:not([class*="align-column"]) {
    align-content: center;
    align-items: center;
}
.align-h-left:not([class*="align-column"]) {
    align-items: center;
    justify-content: flex-start;
}
.color-black {
    color: #000 !important;
}
[class*="align-h-"], [class*="align-v-"] {
    display: flex;
    flex-direction: row;
}
.gap-h-normal > * + * {
    margin-left: 1rem !important;
}
[class*="align-h-"], [class*="align-v-"] {
    display: flex;
    flex-direction: row;
}
.socialBtn {
    align-content: center;
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    height: 3.5em;
    justify-content: center;
    min-width: 3.5em;
    outline: 0;
    padding: 0;
}
.socialBtn img {
	width: 24px;
}

a {
    color: inherit;
    cursor: pointer;
    outline: 0;
    transition: all .2s;
}
a, a:active, a:hover {
    text-decoration: none;
}

.bg-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-image {
	width: 70px;
	height: 70px;
	background-size: 85%;
	background-color: #000;
	border-radius: 50% 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.flex-grow-1 {
	flex: 1;
}