.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0!important
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(max-width:599px) {
    .wp-block-column {
        flex-basis: 100%!important
    }
}

@media(min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media(min-width:782px) {
    .wp-block-column:not(: first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media(min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img {
    border-radius: 9999px
}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: none
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
}

.wp-block-media-text .has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    padding: 0 8%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100%!important;
        grid-template-columns: 100%!important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px
}

.wp-social-link,
.wp-social-link a {
    display: block;
    transition: transform .1s ease
}

.wp-social-link a {
    padding: 6px;
    line-height: 0
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: 0 0;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.wp-block-uagb-advanced-heading {
    padding: 0;
    margin: 0 auto
}

.wp-block-uagb-advanced-heading .uagb-heading-text {
    margin: 0;
    text-align: center
}

.wp-block-uagb-advanced-heading .uagb-separator-wrap {
    font-size: 0;
    text-align: center
}

.wp-block-uagb-advanced-heading .uagb-separator {
    border-top-style: solid;
    display: inline-block;
    border-top-width: 2px;
    width: 5%;
    margin: 0 0 10px
}

.wp-block-uagb-advanced-heading .uagb-desc-text {
    margin: 0;
    text-align: center
}

.uagb-column__wrap {
    position: relative;
    overflow: hidden
}

.uagb-column__wrap .uagb-column__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%
}

.uagb-column__wrap.uagb-column__align-left .uagb-column__inner-wrap {
    margin-left: 0;
    margin-right: auto
}

.uagb-column__wrap.uagb-column__align-right .uagb-column__inner-wrap {
    margin-left: auto;
    margin-right: 0
}

.uagb-column__wrap .uagb-column__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.uagb-column__wrap .uagb-column__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.uagb-column__wrap .uagb-column__video-wrap video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

.wp-block-uagb-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="uagb/column"] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
    margin-right: -14px;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-basis: 100%
}

@media(max-width:976px) {
    .uagb-column__align-tablet-left .uagb-column__inner-wrap {
        margin-left: 0;
        margin-right: auto
    }
    .uagb-column__align-tablet-right .uagb-column__inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media(max-width:767px) {
    .uagb-column__align-mobile-left .uagb-column__inner-wrap {
        margin-left: 0;
        margin-right: auto
    }
    .uagb-column__align-mobile-right .uagb-column__inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media(max-width:449px) {
    .uagb-columns__wrap.uagb-columns__background-image {
        background-attachment: scroll!important
    }
}

.uagb-columns__wrap {
    position: relative
}

.uagb-columns__wrap .uagb-columns__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.uagb-columns__wrap .uagb-columns__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.uagb-columns__wrap .uagb-columns__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.uagb-columns__wrap .uagb-columns__video-wrap video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

.uagb-columns__wrap .uagb-column__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.uagb-columns__wrap .uagb-columns__shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 1
}

.uagb-columns__wrap .uagb-columns__shape-top {
    top: -3px
}

.uagb-columns__wrap .uagb-columns__shape-bottom {
    bottom: -3px
}

.uagb-columns__wrap .uagb-columns__shape[data-negative=false].uagb-columns__shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.uagb-columns__wrap .uagb-columns__shape[data-negative=true].uagb-columns__shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg {
    transform: translateX(-50%) rotateY(180deg)
}

.uagb-columns__wrap .uagb-columns__shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill {
    fill: #333;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content {
    z-index: 9;
    pointer-events: none
}

.uagb-columns__valign-middle .uagb-column__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.uagb-columns__valign-top .uagb-column__wrap {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.uagb-columns__valign-bottom .uagb-column__wrap {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.uagb-columns__inner-wrap {
    display: flex;
    flex-wrap: nowrap
}

.uagb-columns__columns-1>.uagb-column__wrap {
    width: 100%
}

.uagb-columns__columns-2>.uagb-column__wrap {
    width: 50%
}

.uagb-columns__columns-3>.uagb-column__wrap {
    width: 33.33%
}

.uagb-columns__columns-4>.uagb-column__wrap {
    width: 25%
}

.uagb-columns__columns-5>.uagb-column__wrap {
    width: 20%
}

.uagb-columns__columns-6>.uagb-column__wrap {
    width: 16.66%
}

.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 0
}

.uagb-columns__gap-default>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 10px
}

.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 5px
}

.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 15px
}

.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 20px
}

.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 30px
}

@media(max-width:976px) {
    .uagb-columns__stack-tablet .uagb-columns__columns-1>.uagb-column__wrap,
    .uagb-columns__stack-tablet .uagb-columns__columns-2>.uagb-column__wrap,
    .uagb-columns__stack-tablet .uagb-columns__columns-3>.uagb-column__wrap,
    .uagb-columns__stack-tablet .uagb-columns__columns-4>.uagb-column__wrap,
    .uagb-columns__stack-tablet .uagb-columns__columns-5>.uagb-column__wrap,
    .uagb-columns__stack-tablet .uagb-columns__columns-6>.uagb-column__wrap {
        width: 100%!important
    }
    .uagb-columns__stack-tablet .uagb-columns__inner-wrap {
        display: block
    }
    .uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }
}

@media(max-width:767px) {
    .uagb-columns__stack-mobile .uagb-columns__columns-1>.uagb-column__wrap,
    .uagb-columns__stack-mobile .uagb-columns__columns-2>.uagb-column__wrap,
    .uagb-columns__stack-mobile .uagb-columns__columns-3>.uagb-column__wrap,
    .uagb-columns__stack-mobile .uagb-columns__columns-4>.uagb-column__wrap,
    .uagb-columns__stack-mobile .uagb-columns__columns-5>.uagb-column__wrap,
    .uagb-columns__stack-mobile .uagb-columns__columns-6>.uagb-column__wrap {
        width: 100%!important
    }
    .uagb-columns__stack-mobile .uagb-columns__inner-wrap {
        display: block
    }
    .uagb-columns__reverse-mobile .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }
}

@media(max-width:449px) {
    .uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image {
        background-attachment: scroll!important
    }
}

.wp-block-uagb-blockquote {
    padding: 0;
    margin: 0 auto
}

.wp-block-uagb-blockquote .uagb-blockquote__content,
.wp-block-uagb-blockquote cite.uagb-blockquote__author {
    font-style: normal;
    display: block
}

.wp-block-uagb-blockquote cite.uagb-blockquote__author,
.wp-block-uagb-blockquote .uagb-blockquote__author {
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    quotes: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-style: normal
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap {
    position: relative;
    display: inline-block;
    padding: 0;
    z-index: 1;
    background: #333;
    padding: 10px;
    border-radius: 100%;
    margin-right: 10px
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon {
    height: 25px;
    width: 25px;
    display: inline-block;
    float: left
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg {
    height: inherit;
    width: inherit;
    display: inherit
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap {
    display: inline-block;
    float: left
}

.wp-block-uagb-blockquote blockquote.uagb-blockquote {
    margin: 0;
    padding: 0
}

.wp-block-uagb-blockquote .uagb-blockquote__wrap,
.wp-block-uagb-blockquote .uagb-blockquote__wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap {
    display: inline-block;
    float: left;
    text-align: left
}

.wp-block-uagb-blockquote .uagb-blockquote__separator-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wp-block-uagb-blockquote .uagb-blockquote a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    color: #1da1f2;
    background-color: transparent;
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    fill: #fff;
    vertical-align: middle;
    align-self: center
}

.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button,
.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg {
    font-style: normal
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg {
    margin-right: 0
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text svg {
    margin-right: 10px
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button {
    padding: 8px
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,
.wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button {
    padding: 10px 14px
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button {
    padding: 10px 0
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,
.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button {
    background-color: #1da1f2;
    border-radius: 100em;
    color: #fff
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
    content: '';
    border: solid .5em transparent;
    border-right-color: #1da1f2;
    position: absolute;
    left: -.8em;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1, .65);
    -ms-transform: translateY(-50%) scale(1, .65);
    transform: translateY(-50%) scale(1, .65);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
    left: auto;
    right: -.8em;
    -webkit-transform: translateY(-50%) scale(1, .65) rotate(180deg);
    -ms-transform: translateY(-50%) scale(1, .65) rotate(180deg);
    transform: translateY(-50%) scale(1, .65) rotate(180deg)
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
    left: 50%;
    top: -.8em;
    right: auto;
    -webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
    -ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
    transform: translate(-50%, 10%) scale(1, .85) rotate(90deg)
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,
.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer {
    display: block;
    text-align: center
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button {
    display: block;
    text-align: center;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer,
.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote footer {
    flex-direction: row-reverse
}

.wp-block-uagb-blockquote .uagb-blockquote__author-image {
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__author-image img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row
}

.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap,
.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end
}

.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap,
.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
    justify-content: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    -moz-box-pack: unset
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap,
.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    width: 100%
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-image,
.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author,
.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .editor-rich-text {
    width: inherit
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    width: auto
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap .editor-rich-text {
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    text-align: right
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img {
    margin-left: 10px;
    margin-right: 0
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:976px) {
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
        width: 100%
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button {
        margin-top: 10px
    }
    .wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }
    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image,
    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
        left: 50%;
        top: -.8em;
        right: auto;
        -webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        -ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        transform: translate(-50%, 10%) scale(1, .85) rotate(90deg)
    }
}

@media screen and (max-width:767px) {
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author {
        width: 100%
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button {
        margin-top: 10px
    }
    .wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }
    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image,
    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
        left: 50%;
        top: -.8em;
        right: auto;
        -webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        -ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        transform: translate(-50%, 10%) scale(1, .85) rotate(90deg)
    }
}

.uagb-cta__outer-wrap {
    position: relative
}

.uagb-cta__outer-wrap .uagb-cta__content {
    display: inline-block
}

.uagb-cta__outer-wrap a.uagb-cta__block-link span {
    font-size: inherit;
    vertical-align: middle;
    display: inline-block;
    float: left
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper {
    width: 30%
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content {
    width: 70%
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper {
    display: inline-block;
    float: right
}

.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty {
    display: none
}

.uagb-cta__outer-wrap a.uagb-cta__block-link,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,
.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap {
    text-decoration: none
}

.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,
.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover {
    color: inherit
}

.uagb-cta__outer-wrap .uagb-cta__content-right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uagb-cta__outer-wrap .uagb-cta__left-right-wrap {
    width: 100%;
    word-break: break-word
}

.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap {
    display: block;
    min-width: 100%;
    width: 100%
}

.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,
.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after {
    margin-left: 5px;
    margin-right: 0
}

.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before {
    margin-left: 0;
    margin-right: 5px
}

.uagb-cta__outer-wrap .uagb-cta__block-link-icon,
.uagb-cta__outer-wrap .uagb-cta__block svg {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.uagb-cta__outer-wrap .uagb-cta__block {
    position: relative
}

.uagb-cta__outer-wrap .uagb-cta-typeof-button {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    color: #333;
    text-align: center
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,
.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,
.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,
.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uagb-cta__outer-wrap .uagb-cta__link-wrapper a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.uagb-cta__outer-wrap .uagb-cta__title-wrap .uagb-cta__title {
    padding: 0;
    margin: 0;
    display: block
}

.uagb-cta__outer-wrap .uagb-cta__block,
.uagb-cta__outer-wrap .uagb-cta__content {
    z-index: 1
}

.uagb-cta__outer-wrap .uagb-cta__left-right-wrap {
    z-index: 1
}

.uagb-cta__outer-wrap .uagb-cta__block-link {
    cursor: pointer
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link {
    display: inline-block;
    float: right;
    padding: 10px 14px
}

.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap {
    color: inherit
}

.uagb-cta__outer-wrap .uagb-cta__content p:empty {
    display: none
}

.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content {
    width: 100%
}

.uagb-cta__outer-wrap .uagb-cta-with-svg {
    height: 14px;
    width: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle
}

.uagb-cta__outer-wrap .uagb-cta__block svg {
    display: block;
    height: inherit;
    width: inherit
}

.uagb-cta__outer-wrap .uagb-cta__align-button-after {
    margin-left: 5px
}

.uagb-cta__outer-wrap .uagb-cta__align-button-before {
    margin-right: 5px
}

.uagb-cta__outer-wrap .uagb-cta__block-link i {
    font-style: normal
}

.uagb-cta__outer-wrap a.uagb-cta__link-to-all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

@media only screen and (max-width:976px) {
    .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: column;
        flex-direction: column;
        text-align: center
    }
    .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper {
        display: inline-block;
        float: none;
        margin: 0 auto
    }
    .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content {
        margin-left: 0;
        margin-right: 0
    }
    .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,
    .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {
        width: 100%!important
    }
}

@media screen and (max-width:767px) {
    .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: column;
        -moz-box-direction: column;
        flex-direction: column;
        text-align: center
    }
    .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper {
        display: inline-block;
        float: none;
        margin: 0 auto
    }
    .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content {
        margin-left: 0;
        margin-right: 0
    }
    .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,
    .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {
        width: 100%!important
    }
}

.wp-block-uagb-cf7-styler .wpcf7 *,
.wp-block-uagb-cf7-styler .wpcf7:after,
.wp-block-uagb-cf7-styler .wpcf7:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-block-uagb-cf7-styler span.wpcf7-list-item-label:before,
.wp-block-uagb-cf7-styler span.wpcf7-list-item-label:after {
    content: " "
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 1px
}

.wp-block-uagb-cf7-styler span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    content: "\2714";
    line-height: 1.2
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.wp-block-uagb-cf7-styler input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(12px/1.2);
    font-size: calc(12px/1.2)
}

.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type=radio]:checked+span:before,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type=radio]:checked+span:before {
    background-color: #545454;
    box-shadow: inset 0 0 0 4px #fafafa
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
    line-height: 1em;
    background: 0 0;
    border-color: #333;
    border-width: 1px;
    padding: 10px 25px
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit {
    margin-right: auto;
    margin-left: 0
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit {
    margin-right: auto;
    margin-left: auto
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.wp-block-uagb-cf7-styler .wpcf7 input[type=checkbox],
.wp-block-uagb-cf7-styler .wpcf7 input[type=radio] {
    display: none
}

.wp-block-uagb-cf7-styler .wpcf7 select {
    height: auto;
    padding: 10px;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button
}

.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple=multiple] {
    padding: 0
}

.wp-block-uagb-cf7-styler .wpcf7 select option {
    padding: 10px
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip {
    display: inline-block;
    right: 0;
    top: 100%;
    padding: .1em .8em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: rgba(255, 0, 0, .6);
    padding: 5px 10px;
    font-size: 15px;
    float: right;
    margin-top: 5px
}

.wp-block-uagb-cf7-styler .wpcf7 input[type=number] {
    height: auto
}

.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date {
    -webkit-appearance: none
}

@media(min-width:769px) {
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col label,
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-basis: 100%
    }
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col br {
        display: none
    }
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-1 {
        padding-left: 0;
        padding-right: 15px
    }
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-3 {
        padding-left: 15px;
        padding-right: 0
    }
    .wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap {
        height: 100%
    }
    .wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select {
        height: 100%
    }
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices,
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: auto;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span {
    line-height: 1
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff
}

.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=submit] {
    display: inline-block
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    opacity: 1
}

.uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    position: relative
}

.uagb-gf-styler__check-style-enabled .uag-gf-select-custom:after {
    content: "\f078";
    font-family: fontawesome!important;
    font-size: .7em;
    line-height: 1;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: .5em;
    pointer-events: none;
    z-index: 5
}

.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom {
    display: inline;
    vertical-align: middle
}

.uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]:checked+label:before {
    box-shadow: inset 0 0 0 4px #fafafa
}

.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]+label:before,
.uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before,
.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]:checked+label:before {
    font-weight: 700
}

.uagb-gf-styler__check-style-enabled select,
.uagb-gf-styler__check-style-enabled .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error {
    border-top: none;
    border-bottom: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label {
    margin: 0
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body {
    width: 100%!important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper input[type=checkbox]:checked+label:before,
.uagb-gf-styler__check-style-enabled .gform_wrapper input[type=radio]:checked+label:before,
.uagb-gf-styler__check-style-enabled .gform_wrapper input[type=checkbox]+label:before,
.uagb-gf-styler__check-style-enabled .gform_wrapper input[type=radio]+label:before {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection {
    margin-right: 0
}

.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 13px;
    padding: 8px 10px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 13px;
    padding: 6px 10px
}

.ginput_container select {
    height: 100%;
    line-height: inherit
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 13px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]+label:before,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    height: 10px;
    width: 10px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]:checked+label:before,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(10px/1.2);
    font-size: calc(10px/1.2)
}

.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 15px;
    padding: 12px 10px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 15px;
    padding: 10px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 15px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]+label:before,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    height: 12px;
    width: 12px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]:checked+label:before,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(12px/1.2);
    font-size: calc(12px/1.2)
}

.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 16px;
    padding: 15px 10px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 16px;
    padding: 13px 10px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 16px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]+label:before,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    height: 15px;
    width: 15px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]:checked+label:before,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(15px/1.2);
    font-size: calc(15px/1.2)
}

.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 18px;
    padding: 20px 10px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 18px;
    padding: 18px 10px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 18px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]+label:before,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    height: 20px;
    width: 20px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]:checked+label:before,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(20px/1.2);
    font-size: calc(20px/1.2)
}

.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 20px;
    padding: 25px 10px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 20px;
    padding: 23px 10px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 20px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]+label:before,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]+label:before {
    height: 25px;
    width: 25px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type=checkbox]:checked+label:before,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(25px/1.2);
    font-size: calc(25px/1.2)
}

.uagb-gf-styler__btn-align-right .gform_next_button,
.uagb-gf-styler__btn-align-right .gform_previous_button {
    margin-right: 5px!important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label) {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label {
    padding: 0
}

.uagb-gf-styler__check-style-enabled .gfield_radio input[type=radio]+label:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error {
    width: 100%!important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important
}

.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],
.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],
.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],
.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto
}

.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit] {
    margin-left: auto;
    margin-right: auto
}

.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
    text-align: center
}

.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
    text-align: right
}

.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit] {
    margin-left: 0;
    margin-right: auto
}

.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit] {
    margin-left: auto;
    margin-right: 0
}

.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type=radio],
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type=checkbox] {
    display: none
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before,
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type=checkbox]+label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked+label:before,
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type=checkbox]:checked+label:before {
    content: "\2714";
    line-height: 1.2
}

.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third) {
    padding-right: 0
}

.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type=submit] {
    display: block;
    text-align: center;
    width: 100%
}

.uagb-gf-styler__check-style-enabled .gform_body ul {
    margin-left: 0;
    list-style: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices,
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type=text],
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default {
    height: auto
}

.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type=text] {
    padding: 0
}

.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button] {
    margin-bottom: 20px
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div {
    display: none
}

.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label,
.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required {
    display: none
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span {
    margin-bottom: 0;
    width: 100%
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single {
    border: none
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single {
    border: none
}

@media only screen and (max-width:976px) {
    .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
        text-align: center
    }
    .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
        text-align: right
    }
    .uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-center .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
    .uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit] {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }
    .uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }
    .uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
        text-align: center
    }
    .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
        text-align: right
    }
    .uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
    .uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit] {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }
    .uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }
    .uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

.uagb-timeline__widget {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.uagb-timeline__widget a {
    text-decoration: none;
    color: inherit
}

.uagb-timeline__heading a {
    font-size: inherit;
    color: inherit;
    margin-bottom: inherit
}

.uagb-timeline__image a {
    display: block;
    position: relative;
    max-width: 100%
}

.uagb-timeline__image img {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -mz-box-sizing: content-box;
    box-sizing: content-box
}

.uagb-timeline__author {
    text-transform: uppercase
}

.uagb-timeline__main {
    position: relative
}

.uagb-content {
    word-break: break-word
}

a.uagb-timeline__link {
    padding: 5px 10px;
    display: inline-block
}

h1.uagb-timeline__heading,
h2.uagb-timeline__heading,
h3.uagb-timeline__heading,
h4.uagb-timeline__heading,
h5.uagb-timeline__heading,
h6.uagb-timeline__heading {
    margin-bottom: 0
}

.uagb-timeline__inner-date-new p {
    margin-bottom: 0
}

.uagb-timeline__date-inner .uagb-timeline__inner-date-new p {
    margin-bottom: 0
}

.uagb-timeline__line {
    background-color: #eee
}

.uagb-timeline__line__inner {
    background-color: #5cb85c;
    width: 100%
}

.uagb-timeline__main .uagb-timeline__icon-new {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal
}

.uagb-timeline__center-block .uagb-timeline__date-hide {
    display: none
}

.uagb-timeline__field:not(:last-child) {
    margin-bottom: 20px
}

.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uagb-timeline__right-block .uagb-timeline__widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,
.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: left
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,
.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: inherit
}

.uagb-timeline__center-block .uagb-timeline__date-new {
    display: block
}

.uagb-timeline__right-block .uagb-timeline__line {
    right: 16px;
    left: auto
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,
.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
    top: 0;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow {
    right: -12px
}

.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
    right: -10px
}

.uagb-timeline__right-block .uagb-timeline__marker,
.uagb-timeline__right-block .uagb-timeline__day-new {
    max-width: 100%;
    position: relative
}

.uagb-timeline__right-block .uagb-timeline__day-new {
    margin-right: 14px
}

.uagb-timeline__right-block .uagb-timeline__marker {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uagb-timeline__right-block .uagb-timeline__day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uagb-timeline__left-block .uagb-timeline__marker,
.uagb-timeline__left-block .uagb-timeline__day-new {
    max-width: 100%;
    position: relative
}

.uagb-timeline__left-block .uagb-timeline__line {
    left: 20px;
    right: auto
}

.uagb-timeline__left-block .uagb-timeline__day-new {
    margin-left: 14px
}

.uagb-timeline__left-block .uagb-timeline__marker {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uagb-timeline__left-block .uagb-timeline__day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,
.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow {
    left: -10px
}

.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
    left: -12px
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after,
.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uagb-timeline__marker {
    background-color: #eee;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.uagb-timeline__center-block .uagb-timeline__marker {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uagb-timeline__center-block .uagb-timeline__day-new,
.uagb-timeline__center-block .uagb-timeline__date-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 100%;
    position: relative
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 12px
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 12px
}

.uagb-timeline__events-inner-new {
    padding: 40px
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.uagb-timeline__left-block .uagb-timeline__date-new {
    margin-right: 10px
}

.uagb-timeline__right-block .uagb-timeline__date-new {
    margin-left: 10px
}

.uagb-timeline__right-block .uagb-timeline__date-new {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow {
    right: 0;
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow {
    left: 0;
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uagb-timeline__arrow-center .uagb-timeline__widget {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uagb-timeline__arrow-bottom .uagb-timeline__widget {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,
.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,
.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.uagb-timeline__day-right .uagb-timeline__events-inner {
    text-align: right
}

.uagb-timeline__day-left .uagb-timeline__events-inner {
    text-align: left
}

.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,
.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new {
    padding-top: 8px;
    padding-bottom: 8px
}

.uagb-timeline__events-inner-new,
.uagb-timeline__arrow {
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.uagb-timeline__arrow:after {
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.uagb-timeline__date-new {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,
.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new {
    visibility: hidden
}

.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,
.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new {
    visibility: hidden
}

.uagb-timeline__main .uagb-timeline__year {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.uagb-timeline__main .uagb-timeline__year span {
    display: inline-block;
    padding-bottom: 6px
}

.uagb-timeline__day-left .uagb-timeline__arrow:after {
    content: '';
    left: 0;
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after {
    right: 0
}

.uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    right: 0;
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.uagb-timeline__icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new {
    white-space: nowrap;
    margin: 0
}

.uagb-timeline__main .uagb-timeline__line {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.uagb-timeline__center-block .uagb-timeline__line {
    left: 50%;
    right: auto
}

.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon {
    -webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-in-out;
    -webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out;
    transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out
}

.uagb-timeline__left-block .uagb-timeline__days {
    text-align: left
}

.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.uagb-timeline__center-block .uagb-timeline__days {
    text-align: center
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.uagb-timeline__right .uagb-timeline__days {
    text-align: right
}

.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons {
    display: inline;
    vertical-align: baseline;
    margin-right: 4px
}

@media screen and (max-width:1023px) {
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
        position: absolute;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide {
        display: block
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new {
        text-align: left
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
        right: 20px;
        left: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
        left: 20px;
        right: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        margin-left: 16px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow {
        left: -10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
        left: -12px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days {
        text-align: left
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after {
        content: '';
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
        text-align: right
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
        right: 16px;
        left: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
        right: -12px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
        right: -10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        margin-right: 16px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days {
        text-align: right
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
        display: none
    }
    #uagb-section-cce8106f-9379-425a-80af-01461e1fb455.uagb-section__wrap 
    {
    
        background-image: url(../images/free-consultation-img-3.png);

    }
}

@media screen and (max-width:767px) {
    .uagb-timeline-responsive-none .uagb-timeline__events-inner-new {
        padding: 15px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide {
        display: block
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new {
        text-align: left
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
        right: 20px;
        left: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
        left: 20px;
        right: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
        margin-left: 16px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow {
        left: -10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow {
        left: -12px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .uagb-timeline__day-left .uagb-timeline__events-inner-new {
        text-align: left
    }
    .uagb-timeline__left-block .uagb-timeline__date-new {
        margin-right: 10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days {
        text-align: left
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after {
        content: '';
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
        text-align: right
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
        right: 16px;
        left: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
        right: -12px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
        right: -10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
        margin-right: 16px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
        position: absolute;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days {
        text-align: right
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
        display: none
    }
}

.uagb-timeline__line__inner {
    background-color: #61ce70;
    width: 100%
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left: 13px solid #eee
}

.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left: 13px solid #eee
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eee
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right: 13px solid #eee;
    border-left: none
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right: 13px solid #eee;
    border-left: none
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eee;
    border-left: none
}

.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right: 13px solid #eee
}

.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eee
}

.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eee
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left: 13px solid #eee;
    border-right: none
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eee;
    border-right: none
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eee;
    border-right: none
}

.uagb-timeline__day-right .uagb-timeline__events-inner-new {
    border-radius: 4px
}

.uagb-timeline__day-left .uagb-timeline__events-inner-new {
    border-radius: 4px
}

.uagb-timeline__line {
    width: 3px
}

.uagb-timeline__main .uagb-timeline__icon-new {
    font-size: 16px
}

.uagb-timeline__marker {
    min-height: 3em;
    min-width: 3em;
    line-height: 3em
}

.uagb-timeline__arrow {
    height: 3em
}

.uagb-timeline__left-block .uagb-timeline__line {
    left: calc(3em/2)
}

.uagb-timeline__right-block .uagb-timeline__line {
    right: calc(3em/2)
}

.rtl .uagb-timeline__left-block .uagb-timeline__line {
    right: calc(3em/2);
    left: auto
}

.rtl .uagb-timeline__right-block .uagb-timeline__line {
    left: calc(3em/2);
    right: auto
}

.uagb-timeline-desc-content p {
    font-size: inherit
}

.uagb-timeline__main p:empty {
    display: none
}

@media(max-width:976px) {
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
        position: absolute;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
        position: absolute;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide {
        display: block
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new {
        text-align: left
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
        right: 20px;
        left: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
        left: 20px;
        right: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        margin-left: 16px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow {
        left: -10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
        left: -12px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days {
        text-align: left
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after {
        content: '';
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right {
        -ms-flex-direction: unset;
        flex-direction: unset
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
        -ms-flex-positive: unset;
        flex-grow: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
        text-align: right
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
        right: 16px;
        left: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
        right: -12px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
        right: -10px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        margin-right: 16px
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days {
        text-align: right
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
        -ms-flex-positive: unset;
        flex-grow: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
        display: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after {
        border-right: 13px solid #eee;
        border-left: none
    }
}

@media(max-width:767px) {
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,
    .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,
    .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after {
        border-right: 13px solid #eee;
        border-left: none
    }
    .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,
    .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after {
        border-left: 13px solid #eee;
        border-right: none
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,
    .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
        left: calc(3em/2);
        right: auto
    }
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,
    .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
        right: calc(3em/2);
        left: auto
    }
}

.uagb-google-map__wrap {
    display: flex
}

.uagb-google-map__wrap .uagb-google-map__iframe {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper,
.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:focus,
.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:active,
.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:visited {
    text-decoration: none
}

.uagb-icon-list__outer-wrap a.uagb-button__link:focus {
    box-shadow: none
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper>p {
    display: none
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper {
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-flex;
    text-align: center
}

.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap,
.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap {
    width: inherit;
    display: inline-block
}

.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap {
    display: inherit;
    align-items: center
}

.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap {
    color: #3a3a3a;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon,
.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon:before {
    font-size: 40px;
    width: 40px;
    height: 40px
}

.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg {
    display: block
}

.uagb-icon-list__outer-wrap .uagb-icon-list__source-image {
    width: 40px
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:first-child {
    margin-left: 0
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:last-child {
    margin-right: 0
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrap>p {
    display: none
}

.uagb-icon-list__outer-wrap a.uagb-icon-list__wrapper[href="javascript:void(0);"] {
    pointer-events: none;
    cursor: text
}

.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper {
    text-decoration: none
}

.uagb-icon-list__wrap .uagb-icon-list__wrapper {
    box-shadow: none
}

.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap {
    margin-right: 15px
}

.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap {
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    margin-top: 5px
}

.uagb-ifb-icon-wrap,
.uagb-ifb-icon-wrap * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.uagb-ifb-icon-wrap .uagb-ifb-icon,
.uagb-ifb-content {
    display: inline-block
}

.uagb-ifb-icon svg {
    width: inherit;
    height: inherit;
    vertical-align: middle
}

.infobox-icon-above-title .uagb-ifb-left-right-wrap {
    text-align: center
}

a.uagb-infobox-cta-link span {
    font-size: inherit
}

.uagb-ifb-cta.uagb-infobox-cta-link-style:empty {
    display: none
}

a.uagb-infobox-cta-link,
.entry .entry-content a.uagb-infobox-cta-link,
a.uagb-infobox-link-wrap,
.entry .entry-content a.uagb-infobox-link-wrap {
    text-decoration: none
}

a.uagb-infobox-cta-link:hover,
.entry .entry-content a.uagb-infobox-cta-link:hover,
a.uagb-infobox-link-wrap:hover,
.entry .entry-content a.uagb-infobox-link-wrap:hover .entry .entry-content a.uagb-infobox-cta-link:hover {
    color: inherit
}

.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,
.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,
.uagb-infobox-image-valign-middle .uagb-ifb-imgicon-wrap,
.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,
.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.uagb-infobox-left {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.uagb-infobox-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.uagb-infobox-right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uagb-ifb-left-right-wrap {
    width: 100%;
    word-break: break-word
}

.uagb-infobox-icon-above-title .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-below-title .uagb-ifb-left-right-wrap {
    display: block;
    min-width: 100%;
    width: 100%
}

.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,
.uagb-infobox-icon-left .uagb-ifb-icon-wrap {
    margin-right: 10px
}

.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,
.uagb-infobox-icon-right .uagb-ifb-icon-wrap {
    margin-left: 10px
}

.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,
.uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uagb-ifb-icon-wrap .uagb-ifb-icon span {
    font-style: initial;
    height: auto;
    width: auto
}

.uagb-ifb-imgicon-wrap .uagb-ifb-image-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%
}

.uagb-ifb-imgicon-wrap .uagb-ifb-image-content img {
    display: inline;
    height: auto!important;
    max-width: 100%;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.uagb-ifb-imgicon-wrap .uagb-image-crop-circle img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uagb-ifb-imgicon-wrap .uagb-image-crop-square img {
    -webkit-border-radius: 0;
    border-radius: 0
}

.uagb-infobox-module-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4
}

.uagb-edit-mode .uagb-infobox-module-link {
    z-index: 2
}

.uagb-infobox-link-icon-after {
    margin-left: 5px;
    margin-right: 0
}

.uagb-infobox-link-icon-before {
    margin-left: 0;
    margin-right: 5px
}

.uagb-infobox-link-icon {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.uagb-infobox {
    position: relative
}

.uagb-ifb-separator {
    width: 30%;
    border-top-width: 2px;
    border-top-color: #333;
    border-top-style: solid;
    display: inline-block;
    margin: 0
}

.uagb-ifb-separator-parent {
    line-height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px
}

.uagb-ifb-cta-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center
}

.uagb-ifb-cta a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.uagb-ifb-title-wrap {
    width: 100%
}

.uagb-ifb-title-wrap .uagb-ifb-title,
.uagb-ifb-title-wrap .uagb-ifb-title-prefix {
    padding: 0;
    margin: 0;
    display: block
}

.uagb-infobox__content-wrap.uagb-infobox {
    position: relative
}

.uagb-ifb-icon span {
    font-size: 40px;
    height: 40px;
    color: #333;
    width: 40px
}

.uagb-ifb-icon svg {
    fill: #333
}

.uagb-ifb-content {
    width: 100%
}

.uagb-infobox__content-wrap.uagb-infobox,
.uagb-ifb-content,
.uagb-ifb-title-wrap,
.uagb-ifb-title-prefix *,
svg.dashicon.dashicons-upload {
    z-index: 1
}

.uagb-ifb-left-right-wrap,
button.components-button {
    z-index: 1
}

.uagb-infobox-cta-link {
    cursor: pointer
}

a.uagb-infobox-link-wrap {
    color: inherit
}

.uagb-ifb-content p:empty {
    display: none
}

.uagb-infobox .uagb-ifb-icon,
.uagb-infobox .uagb-ifb-image-content img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-ifb-align-icon-after {
    margin-left: 5px
}

.uagb-ifb-align-icon-before {
    margin-right: 5px
}

span.uagb-ifb-button-icon.uagb-ifb-align-icon-after {
    float: right
}

.uagb-ifb-button-icon {
    height: 15px;
    width: 15px;
    font-size: 15px;
    vertical-align: middle
}

.uagb-ifb-text-icon {
    height: 15px;
    width: 15px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block
}

.uagb-ifb-button-icon svg,
.uagb-ifb-text-icon svg {
    height: inherit;
    width: inherit;
    display: inline-block
}

.block-editor-page #wpwrap .uagb-infobox-cta-link svg,
.uagb-infobox-cta-link svg {
    font-style: normal
}

.uagb-infobox__outer-wrap {
    position: relative
}

a.uagb-infbox__link-to-all {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

@media only screen and (max-width:976px) {
    .uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        padding: 0;
        margin-bottom: 20px
    }
    .uagb-infobox-stacked-tablet.uagb-reverse-order-tablet .uagb-ifb-left-right-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-content,
    .uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        display: block;
        width: 100%;
        text-align: center
    }
    .uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        margin-left: 0;
        margin-right: 0
    }
    .uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap {
        display: inline-block
    }
    .uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap {
        margin-right: 0
    }
    .uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap {
        margin-left: 0
    }
    .uagb-infobox-icon-left-title .uagb-ifb-separator-parent {
        margin: 10px 0
    }
}

@media screen and (max-width:767px) {
    .uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        padding: 0;
        margin-bottom: 20px
    }
    .uagb-infobox-stacked-mobile.uagb-reverse-order-mobile .uagb-ifb-left-right-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-content,
    .uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        display: block;
        width: 100%;
        text-align: center
    }
    .uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        margin-left: 0;
        margin-right: 0
    }
    .uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap {
        display: inline-block
    }
    .uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap {
        margin-right: 0
    }
    .uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap {
        margin-left: 0
    }
    .uagb-infobox-icon-left-title .uagb-ifb-separator-parent {
        margin: 10px 0
    }
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap>p,
.wp-block-uagb-marketing-button p:empty {
    display: none
}

.wp-block-uagb-marketing-button h6.uagb-marketing-btn__title,
.wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix {
    margin: 0
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__link {
    z-index: 1
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__link {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap {
    width: 20px;
    height: 20px;
    display: flex;
    z-index: 1
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap svg {
    width: inherit;
    height: inherit
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap,
.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left .uagb-marketing-btn__wrap,
.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right .uagb-marketing-btn__wrap,
.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link {
    width: 100%
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix-wrap {
    text-align: center
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix-wrap {
    text-align: left
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix-wrap {
    text-align: right
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link {
    text-decoration: none
}

.uagb-buttons__outer-wrap .uagb-buttons__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uagb-buttons__outer-wrap .uagb-button__active,
.uagb-buttons__outer-wrap .uagb-button__active:focus {
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}

.uagb-buttons__outer-wrap a.uagb-button__link:focus,
.uagb-buttons__outer-wrap .uagb-button__link:focus {
    box-shadow: none;
    text-decoration: none
}

.uagb-buttons__outer-wrap .uagb-button__wrapper {
    padding: 0;
    border: 1px solid #333;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-flex
}

.uagb-buttons__outer-wrap .uagb-button__wrapper:first-child {
    margin-left: 0
}

.uagb-buttons__outer-wrap .uagb-button__wrapper:last-child {
    margin-right: 0
}

.uagb-buttons__outer-wrap .uagb-button__wrapper a.uagb-button__link,
.uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-button__link {
    padding: 10px 14px;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit
}

.uagb-buttons__outer-wrap .uagb-button__wrapper a.uagb-button__link,
.uagb-buttons__outer-wrap .uagb-button__wrapper:hover a.uagb-button__link,
.uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-button__link,
.uagb-buttons__outer-wrap .uagb-button__wrapper:hover .uagb-button__link {
    text-decoration: none
}

.uagb-post-grid {
    margin: 0;
    position: relative
}

.uagb-post-grid .is-grid article {
    float: left;
    display: inline-block
}

.uagb-post-grid .uagb-post__items {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 100%
}

.uagb-post-grid .is-masonry .uagb-post__inner-wrap {
    height: 100%
}

.uagb-post-grid .uagb-post__inner-wrap>p {
    display: none
}

.uagb-post-grid .uagb-post__author span,
.uagb-post-grid .uagb-post__comment span,
.uagb-post-grid .uagb-post__date span {
    font-size: inherit;
    line-height: inherit;
    width: inherit;
    height: inherit;
    margin-right: 4px
}

.uagb-post-grid .uagb-post__columns-8 article {
    width: 12.5%
}

.uagb-post-grid .uagb-post__columns-7 article {
    width: 14.28%
}

.uagb-post-grid .uagb-post__columns-6 article {
    width: 16.66%
}

.uagb-post-grid .uagb-post__columns-5 article {
    width: 20%
}

.uagb-post-grid .uagb-post__columns-4 article {
    width: 25%
}

.uagb-post-grid .uagb-post__columns-3 article {
    width: 33.2%
}

.uagb-post-grid .uagb-post__columns-2 article {
    width: 50%
}

.uagb-post-grid .uagb-post__columns-1 article {
    width: 100%
}

@media only screen and (max-width:600px) {
    .uagb-post-grid div[class*=columns].is-grid {
        grid-template-columns: 1fr
    }
}

.uagb-post-grid .uagb-post__image img {
    display: block;
    width: 100%
}

.uagb-post-grid .uagb-post__text {
    text-align: left;
    box-sizing: border-box
}

.uagb-post-grid .uagb-post__title {
    margin-top: 0;
    margin-bottom: 15px;
    word-break: break-word
}

.uagb-post-grid .uagb-post__title a {
    color: inherit;
    box-shadow: none;
    transition: .3s ease;
    text-decoration: none
}

.uagb-post-grid .uagb-post__title a:hover {
    text-decoration: none
}

.uagb-post-grid .uagb-post__title a:focus {
    text-decoration: none
}

.uagb-post-grid .uagb-post__title a:active {
    text-decoration: none
}

.uagb-post-grid .uagb-post-grid-byline {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.uagb-post-grid .uagb-post__text .uagb-post-grid-byline>* {
    margin-right: 10px
}

.uagb-post-grid .uagb-post-grid-byline a,
.uagb-post-grid .uagb-post-grid-byline a:focus,
.uagb-post-grid .uagb-post-grid-byline a:active {
    color: inherit;
    font-size: inherit
}

.uagb-post-grid .uagb-post__title a,
.uagb-post-grid .uagb-post__title a:focus,
.uagb-post-grid .uagb-post__title a:active {
    color: inherit;
    font-size: inherit
}

.uagb-post-grid .uagb-post__author,
.uagb-post-grid .uagb-post__date {
    display: inline-block;
    word-break: break-all
}

.uagb-post-grid .uagb-post__author:not(:last-child):after,
.uagb-post-grid .uagb-post__date:not(:last-child):after {
    content: "\B7";
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1
}

.uagb-post-grid .uagb-post__comment {
    display: inline-block
}

.uagb-post-grid .uagb-post__author a {
    box-shadow: none
}

.uagb-post-grid .uagb-post__author a:hover {
    color: inherit;
    box-shadow: 0 -1px 0 inset
}

.uagb-post-grid .uagb-post__excerpt {
    margin-bottom: 25px;
    word-break: break-word
}

.uagb-post-grid .uagb-post__text p {
    margin: 0 0 15px
}

.uagb-post-grid .uagb-post__text p:last-of-type {
    margin-bottom: 0
}

.uagb-post-grid .uagb-post__cta {
    border: none;
    display: inline-block
}

.uagb-post-grid .uagb-post__link {
    display: inline-block;
    box-shadow: none;
    transition: .3s ease;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px
}

.uagb-post-grid .uagb-post__excerpt div+p {
    margin-top: 15px
}

.uagb-post-grid .uagb-post__excerpt p {
    color: inherit
}

.uagb-post-grid .uagb-post__link-complete-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

.uagb-post__image-position-background .uagb-post__text {
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%
}

.uagb-post__image-position-background .uagb-post__inner-wrap {
    position: relative;
    width: 100%
}

.uagb-post__image-position-background .uagb-post__image img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%
}

.uagb-post__image-position-background .uagb-post__image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative
}

.uagb-post__image-position-background .uagb-post__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.uagb-post__image-position-background .uagb-post__image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .5)
}

.uagb-post-grid[data-equal-height=yes] .uagb-post__inner-wrap {
    display: inline-block;
    height: 100%
}

.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: -45px;
    z-index: 1
}

[dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: auto;
    right: -45px
}

.uagb-post__arrow-outside.uagb-post-grid .slick-next {
    right: -45px
}

[dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-next {
    left: -45px;
    right: auto
}

.uagb-post__arrow-inside.uagb-post-grid .slick-prev {
    left: 25px;
    z-index: 1
}

[dir=rtl] .uagb-post__arrow-inside.uagb-post-grid .slick-prev {
    left: auto;
    right: 25px
}

.uagb-post__arrow-inside.uagb-post-grid .slick-next {
    right: 25px
}

[dir=rtl] .uagb-post__arrow-inside.uagb-post-grid .slick-next {
    left: 25px;
    right: auto
}

.uagb-post-grid .is-grid article,
.uagb-post-grid .is-masonry article,
.uagb-post-grid .is-carousel article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:976px) {
    .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
        left: 15px;
        z-index: 1
    }
    [dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
        left: auto;
        right: 15px
    }
    .uagb-post__arrow-outside.uagb-post-grid .slick-next {
        right: 15px
    }
    [dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-next {
        left: 15px;
        right: auto
    }
    .uagb-post-grid .uagb-post__columns-tablet-1 article {
        width: 100%
    }
    .uagb-post-grid .uagb-post__columns-tablet-2 article {
        width: 50%
    }
    .uagb-post-grid .uagb-post__columns-tablet-3 article {
        width: 33.2%
    }
    .uagb-post-grid .uagb-post__columns-tablet-4 article {
        width: 25%
    }
    .uagb-post-grid .uagb-post__columns-tablet-5 article {
        width: 20%
    }
    .uagb-post-grid .uagb-post__columns-tablet-6 article {
        width: 16.66%
    }
    .uagb-post-grid .uagb-post__columns-tablet-7 article {
        width: 14.28%
    }
    .uagb-post-grid .uagb-post__columns-tablet-8 article {
        width: 12.5%
    }
}

@media(max-width:767px) {
    .uagb-post-grid .uagb-post__columns-mobile-1 article {
        width: 100%
    }
    .uagb-post-grid .uagb-post__columns-mobile-2 article {
        width: 50%
    }
    .uagb-post-grid .uagb-post__columns-mobile-3 article {
        width: 33.2%
    }
    .uagb-post-grid .uagb-post__columns-mobile-4 article {
        width: 25%
    }
    .uagb-post-grid .uagb-post__columns-mobile-5 article {
        width: 20%
    }
    .uagb-post-grid .uagb-post__columns-mobile-6 article {
        width: 16.66%
    }
    .uagb-post-grid .uagb-post__columns-tablet-7 article {
        width: 14.28%
    }
    .uagb-post-grid .uagb-post__columns-tablet-8 article {
        width: 12.5%
    }
}

.entry .entry-content .uagb-post-grid a {
    text-decoration: none
}

.uagb-rest_menu__wrap {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uagb-rest_menu__wrap,
.uagb-rest_menu__wrap * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.uagb-rm__image img,
.slick-slide .uagb-rm__image img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-rm__title,
.uagb-rm__price {
    display: inline-block
}

.uagb-rm__desc {
    margin-bottom: 15px;
    font-style: italic
}

.uagb-rm__content {
    overflow: hidden;
    text-align: left;
    word-break: break-word;
    padding: 15px;
    border-radius: inherit;
    position: relative;
    padding: 5px
}

.uagb-rm__image-position-left .uagb-rm__content,
.uagb-rm__image-position-right .uagb-rm__content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.uagb-rm-details {
    display: table;
    width: 100%
}

.uagb-rm__title-wrap,
.uagb-rm__price-wrap {
    display: table-cell
}

.uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap {
    width: 85%
}

.uagb-rm__price-wrap,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap {
    width: 15%
}

.uagb-rm__title,
.uagb-rm__price {
    display: block
}

.uagb-rm__align-center .uagb-rm-details,
.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__align-center .uagb-rm__price-wrap {
    display: block;
    width: 100%
}

.uagb-rm__image-aligned-middle .uagb-rm__image-content {
    -ms-flex-item-align: center;
    align-self: center
}

.uagb-rm__image {
    overflow: hidden
}

.uagb-rm__title {
    margin-bottom: 5px;
    font-size: 20px
}

.uagb-rm__price {
    font-style: italic;
    text-align: right
}

.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,
.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap {
    display: block;
    width: 100%;
    text-align: center
}

.uagb-rm__align-center .uagb-rm__price {
    text-align: center
}

.uagb-rm__align-right .uagb-rm-details {
    display: flex;
    width: 100%;
    flex-direction: row-reverse
}

.uagb-rm__align-right .uagb-rm__price {
    text-align: left
}

.uagb-rm__align-left .uagb-rm__price {
    text-align: right
}

.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price {
    text-align: right
}

.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details {
    display: flex;
    flex-direction: unset;
    text-align: left
}

.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content {
    text-align: left
}

.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details {
    display: flex;
    flex-direction: row-reverse;
    text-align: right
}

.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price {
    text-align: left
}

.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content {
    text-align: right
}

.uagb-rest_menu__outer-wrap {
    position: relative
}

.uagb-rm__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0
}

.uagb-tm-parent {
    padding: 30px
}

.uagb-rm__text-wrap {
    position: relative;
    display: block;
    width: 100%
}

.uagb-rest_menu__wrap {
    position: relative
}

.uagb-rest_menu__outer-wrap:after {
    content: "";
    display: block;
    clear: both
}

.uagb-rest_menu__wrap.uagb-rm__desk-column-3 {
    display: block;
    width: 33%;
    float: left;
    width: calc(100%/3);
    padding-left: 10px;
    padding-right: 10px
}

.uagb-rest_menu__wrap.uagb-rm__desk-column-2 {
    display: block;
    width: 49%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.uagb-rest_menu__wrap.uagb-rm__desk-column-1 {
    display: block;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.uagb-rm__separator-parent {
    line-height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: flex
}

.uagb-rm__separator {
    width: 100%;
    border-top-width: 1px;
    border-top-color: #b2b4b5;
    border-top-style: inherit
}

.uagb-rm__image-position-left .uagb-rm__image {
    margin-right: 10px
}

.uagb-rm__image-position-right .uagb-rm__image {
    margin-left: 10px
}

@media(max-width:976px) {
    .uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,
    .uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content {
        display: block;
        -js-display: block;
        display: block
    }
    .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-flex;
        display: -moz-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .uagb-rest_menu__wrap.uagb-rm__tablet-column-3 {
        width: 33%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .uagb-rest_menu__wrap.uagb-rm__tablet-column-2 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .uagb-rest_menu__wrap.uagb-rm__tablet-column-1 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-end
    }
    .uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-start
    }
}

@media(max-width:767px) {
    .uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,
    .uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content {
        display: block;
        -js-display: block;
        display: block
    }
    .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-flex;
        display: -moz-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .uagb-rest_menu__wrap.uagb-rm__mobile-column-3 {
        width: 33%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .uagb-rest_menu__wrap.uagb-rm__mobile-column-2 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .uagb-rest_menu__wrap.uagb-rm__mobile-column-1 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-end
    }
    .uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-start
    }
}

.uagb-section__wrap {
    position: relative
}

.uagb-section__wrap .uagb-section__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.uagb-section__wrap .uagb-section__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.uagb-section__wrap .uagb-section__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.uagb-section__wrap .uagb-section__video-wrap video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

@media only screen and (max-width:449px) {
    .uagb-section__wrap.uagb-section__background-image {
        background-attachment: scroll!important
    }
}

.uagb-social-share__outer-wrap .uagb-social-share__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uagb-social-share__outer-wrap a.uagb-button__link:focus {
    box-shadow: none
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper {
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-flex;
    text-align: center
}

.uagb-social-share__outer-wrap .uagb-ss__source-wrap {
    display: inline-block
}

.uagb-social-share__outer-wrap .uagb-ss__link {
    color: #3a3a3a;
    display: inline-table;
    line-height: 0;
    cursor: pointer
}

.uagb-social-share__outer-wrap .uagb-ss__source-icon {
    font-size: 40px;
    width: 40px;
    height: 40px
}

.uagb-social-share__outer-wrap .uagb-ss__source-image {
    width: 40px
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper:first-child {
    margin-left: 0
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper:last-child {
    margin-right: 0
}

.wp-block-uagb-table-of-contents .uagb-toc__wrap {
    display: inline-block
}

.wp-block-uagb-table-of-contents ul.uagb-toc__list:first-child {
    margin: 0
}

.wp-block-uagb-table-of-contents ul.uagb-toc__list {
    margin-left: 1em;
    margin-bottom: 0
}

.wp-block-uagb-table-of-contents .uagb-toc__list-wrap ul {
    padding: 0
}

.wp-block-uagb-table-of-contents .uagb-toc__list-wrap ul li a {
    color: inherit;
    line-height: inherit;
    font-size: inherit
}

.wp-block-uagb-table-of-contents.uagb-toc__align-left {
    text-align: left
}

.wp-block-uagb-table-of-contents.uagb-toc__align-center {
    text-align: center
}

.wp-block-uagb-table-of-contents.uagb-toc__align-right {
    text-align: right
}

.wp-block-uagb-table-of-contents ul li:empty {
    display: none
}

.wp-block-uagb-table-of-contents .uagb-toc__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg {
    width: 20px;
    height: 20px
}

.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap {
    margin-left: 10px;
    display: flex;
    cursor: pointer
}

.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap {
    display: none
}

.uagb-toc__list .uagb-toc__list {
    list-style-type: circle
}

.uagb-toc__scroll-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 10px;
    background: #ccd0d4;
    cursor: pointer
}

.uagb-toc__scroll-top.uagb-toc__show-scroll {
    display: inline-table
}

.uagb-team__outer-wrap .uagb-team__prefix {
    font-size: 15px;
    font-style: italic;
    color: #888
}

.uagb-team__outer-wrap .uagb-team__image-wrap img {
    display: inline;
    height: auto!important;
    max-width: 100%;
    width: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-circle img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-square img {
    -webkit-border-radius: 0;
    border-radius: 0
}

.uagb-team__outer-wrap .uagb-team__social-icon-wrap ul {
    list-style: none;
    display: flex
}

.uagb-team__outer-wrap .uagb-team__social-icon a span,
.uagb-team__outer-wrap .uagb-team__social-icon a span:before {
    color: inherit;
    font-size: inherit;
    height: inherit;
    width: inherit
}

.uagb-team__outer-wrap .uagb-team__social-icon a {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    display: block
}

.uagb-team__outer-wrap .uagb-team__social-icon {
    margin-right: 20px;
    margin-left: 0
}

.uagb-team__outer-wrap .uagb-team__social-list {
    margin: 0;
    padding: 0
}

.uagb-team__image-position-above.uagb-team__align-center {
    text-align: center
}

.uagb-team__image-position-above.uagb-team__align-left {
    text-align: left
}

.uagb-team__image-position-above.uagb-team__align-right {
    text-align: right
}

.uagb-team__image-position-left .uagb-team__wrap,
.uagb-team__image-position-right .uagb-team__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uagb-team__image-position-left .uagb-team__content {
    text-align: left
}

.uagb-team__image-position-right .uagb-team__content {
    text-align: right
}

.uagb-team__image-position-left .uagb-team__social-icon-wrap ul {
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.uagb-team__image-position-right .uagb-team__social-icon-wrap ul {
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

.uagb-team__image-position-left li {
    margin-right: 5px
}

.uagb-team__image-position-right li {
    margin-left: 5px
}

.uagb-team__image-position-above .uagb-team__social-icon-wrap {
    display: inline-block
}

.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content {
    text-align: center
}

.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content {
    text-align: left
}

.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content {
    text-align: right
}

@media only screen and (max-width:976px) {
    .uagb-team__stack-tablet,
    .uagb-team__stack-tablet .uagb-team__content {
        text-align: center
    }
    .uagb-team__stack-tablet .uagb-team__wrap {
        display: inline-block
    }
    .uagb-team__stack-tablet .uagb-team__image-wrap {
        margin-left: auto!important;
        margin-right: auto!important
    }
    .uagb-team__stack-tablet .uagb-team__social-icon-wrap ul {
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .uagb-team__stack-mobile,
    .uagb-team__stack-mobile .uagb-team__content {
        text-align: center
    }
    .uagb-team__stack-mobile .uagb-team__wrap {
        display: inline-block
    }
    .uagb-team__stack-mobile .uagb-team__image-wrap {
        margin-left: auto!important;
        margin-right: auto!important
    }
    .uagb-team__stack-mobile .uagb-team__social-icon-wrap ul {
        justify-content: center
    }
}

.uagb-testimonial__wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uagb-testimonial__wrap,
.uagb-testimonial__wrap * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.uagb-icon-wrap .uagb-icon {
    display: inline-block
}

.uagb-tm__image {
    position: relative
}

.uagb-tm__imgicon-style-circle .uagb-tm__image img {
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.uagb-tm__imgicon-style-square .uagb-tm__image img {
    border-radius: 0;
    -webkit-border-radius: 0%
}

.uagb-tm__image img,
.slick-slide .uagb-tm__image img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-tm__author-name,
.uagb-tm__company {
    display: inline-block
}

.uagb-tm__content {
    overflow: hidden;
    text-align: center;
    word-break: break-word;
    padding: 15px;
    border-radius: inherit;
    position: relative
}

.uagb-tm__image-position-left .uagb-tm__content,
.uagb-tm__image-position-right .uagb-tm__content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.uagb-tm__meta-inner {
    display: inline-block
}

.uagb-tm__image-position-bottom .uagb-tm__image-content,
.uagb-tm__image-position-bottom .uagb-testimonial-details {
    display: table-cell;
    vertical-align: middle
}

.uagb-tm__meta {
    width: 100%;
    line-height: 1
}

.uagb-tm__image-position-bottom .uagb-tm__image-content {
    padding-right: 10px
}

.uagb-tm__author-name,
.uagb-tm__company {
    display: block
}

.uagb-tm__image-aligned-middle .uagb-tm__image-content {
    -ms-flex-item-align: center;
    align-self: center
}

.uagb-tm__desc {
    margin-bottom: 15px
}

.uagb-tm__author-name {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1em
}

.uagb-tm__company {
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    color: #888
}

.is-carousel .uagb-testomonial__outer-wrap {
    padding-left: 10px;
    padding-right: 10px
}

.uagb-tm__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0
}

.uagb-tm__text-wrap {
    position: relative
}

.uagb-tm__items {
    visibility: hidden
}

.uagb-tm__items.slick-initialized {
    visibility: visible
}

.uagb-tm__image-position-top .uagb-tm__image-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

@media(max-width:976px) {
    .uagb-tm__image-position-bottom.uagb-tm-stacked-tablet .uagb-tm__image-content,
    .uagb-tm__image-position-bottom.uagb-tm-stacked-tablet .uagb-testimonial-details {
        display: block;
        vertical-align: middle
    }
    .uagb-tm__image-position-left.uagb-tm-stacked-tablet .uagb-tm__content,
    .uagb-tm__image-position-right.uagb-tm-stacked-tablet .uagb-tm__content {
        display: block;
        -js-display: block;
        display: block
    }
    .uagb-tm__image-position-right.uagb-tm-stacked-tablet.uagb-tm-reverse-order-tablet .uagb-tm__content {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .uagb-tm__image-aligned-top.uagb-tm-stacked-tablet .uagb-tm__image-content {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        align-self: center
    }
}

@media(max-width:768px) {
    .uagb-tm__image-position-bottom.uagb-tm-stacked-mobile .uagb-tm__image-content,
    .uagb-tm__image-position-bottom.uagb-tm-stacked-mobile .uagb-testimonial-details {
        display: block;
        vertical-align: middle
    }
    .uagb-tm__image-position-left.uagb-tm-stacked-mobile .uagb-tm__content,
    .uagb-tm__image-position-right.uagb-tm-stacked-mobile .uagb-tm__content {
        display: block;
        -js-display: block;
        display: block
    }
    .uagb-tm__image-position-right.uagb-tm-stacked-mobile.uagb-tm-reverse-order-mobile .uagb-tm__content {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .uagb-tm__image-aligned-top.uagb-tm-stacked-mobile .uagb-tm__image-content {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        align-self: center
    }
}

.uagb-tm__arrow-outside.uagb-slick-carousel .slick-next {
    right: -45px
}

[dir=rtl] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next {
    left: -45px;
    right: auto
}

.uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev {
    left: 25px;
    z-index: 1
}

[dir=rtl] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev {
    left: auto;
    right: 25px
}

.uagb-tm__arrow-inside.uagb-slick-carousel .slick-next {
    right: 25px
}

[dir=rtl] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next {
    left: 25px;
    right: auto
}

@media(max-width:976px) {
    .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev {
        left: 15px;
        z-index: 1
    }
    [dir=rtl] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev {
        left: auto;
        right: 15px
    }
    .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next {
        right: 15px
    }
    [dir=rtl] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next {
        left: 15px;
        right: auto
    }
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: block;
    clear: both
}

#editor .editor-writing-flow {
    margin: auto
}

#editor .editor-writing-flow>div>div>div>.editor-block-list__layout>.wp-block {
    max-width: unset;
    width: 100%
}

#editor .slick-slide {
    pointer-events: none
}

.slick-arrow:focus {
    background: 0 0
}

.components-range-control .components-range-control__slider {
    margin-left: 8px
}

.advgb-editor-width-default #editor .editor-writing-flow {
    max-width: 750px
}

.advgb-editor-width-large #editor .editor-writing-flow {
    max-width: 75%
}

.advgb-editor-width-full #editor .editor-writing-flow {
    max-width: 95%
}

.advgb-editor-col-guide-disable .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(.is-selected)>.editor-block-list__block-edit:before {
    border-style: none;
    border-color: transparent
}

.advgb-editor-col-guide-enable .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(.is-selected)>.editor-block-list__block-edit:before,
.advgb-columns-wrapper .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(.is-selected):hover>.editor-block-list__block-edit:before {
    border: 1px dashed #ddd
}

.advgb-editor-sidebar-content .advgb-editor-sidebar-note {
    font-size: 13px;
    font-style: italic;
    margin: 10px
}

.advgb-editor-sidebar-content .components-button-group.advgb-button-group {
    display: block
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    height: auto;
    box-shadow: none;
    outline: 0
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button:focus {
    outline: 0;
    box-shadow: none
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button.is-default {
    background-color: #fff;
    color: #000
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button.is-primary {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    text-shadow: none;
    color: #fff
}

#editor .advgb-accordion-block .advgb-accordion-header p.mce-content-body,
#editor .advgb-accordion-block .advgb-accordion-body p.mce-content-body {
    color: inherit
}

#editor .advgb-accordion-block {
    padding: 15px 0
}

.advgb-accordion-header {
    padding: 5px 40px 5px 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    position: relative;
    background: 0;
    margin-bottom: 0
}

.ui-accordion-header-icon {
    display: none
}

.advgb-accordion-header-icon {
    float: right;
    margin-right: -30px;
    line-height: 1.8;
    font-size: 1.2em;
    cursor: pointer
}

.advgb-accordion-header-icon svg {
    vertical-align: sub
}

.advgb-accordion-header h4.advgb-accordion-header-title,
.advgb-accordion-header h4 {
    padding: 0;
    margin: 0;
    clear: none;
    color: inherit;
    line-height: 1.8;
    font-size: 1.2em;
    cursor: pointer
}

.advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
    display: none
}

.advgb-accordion-body {
    padding: 10px 10px 10px 15px;
    border: 1px solid #ccc;
    border-top: none!important;
    margin-bottom: 10px;
    width: 100%;
    background: 0;
    box-sizing: border-box
}

.advgb-accordion-controls {
    margin-top: 10px;
    text-align: center
}

.advgb-icon-items-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: wrap
}

.advgb-icon-item {
    min-width: 25%;
    text-align: center;
    margin: 5px 0
}

.advgb-icon-item>span {
    display: inline-block;
    line-height: .9;
    border-radius: 4px;
    padding: 3px;
    cursor: pointer
}

.advgb-icon-item .active {
    background-color: #ddd
}

.components-panel__body.is-opened>.components-panel__body {
    margin-left: -6px
}

.editor-block-list__block[data-type="advgb/button"][data-align=center] {
    text-align: center
}

span.wp-block-advgb-button[data-is-placeholder-visible=true] {
    margin-top: -3px
}

.wp-block-advgb-button.aligncenter {
    text-align: center
}

.wp-block-advgb-button_link {
    display: inline-block
}

.advgb-image-block {
    position: relative;
    display: flex;
    background-color: #ccc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 500px;
    background-size: cover;
    margin: 10px auto;
    padding: 15px
}

.advgb-image-block.full-width {
    width: 100%!important
}

.advgb-image-block * {
    transition: all .4s ease-in-out!important
}

.advgb-image-block .button,
#editor .advgb-image-block>div {
    z-index: 3
}

.advgb-image-overlay {
    opacity: 0;
    background-color: #2196f3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.advgb-image-title,
.advgb-image-subtitle {
    z-index: 3;
    margin: 0;
    padding: 0
}

.advgb-image-block:hover .advgb-image-overlay {
    opacity: .5
}

#editor .wp-block-advgb-list {
    margin-left: 15px
}

#editor .advgb-list,
.advgb-list,
.advgb-list li ul {
    margin-left: 0;
    list-style-type: none!important
}

.advgb-list li ul {
    margin: 5px 0;
    padding: 0
}

.advgb-list li:before {
    font-family: dashicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.advgb-list-admin-post li:before {
    content: "\f109"
}

.advgb-list-admin-generic li:before {
    content: "\f111"
}

.advgb-list-flag li:before {
    content: "\f227"
}

.advgb-list-star-filled li:before {
    content: "\f155"
}

.advgb-list-yes li:before {
    content: "\f147"
}

.advgb-list-minus li:before {
    content: "\f460"
}

.advgb-list-plus li:before {
    content: "\f132"
}

.advgb-list-controls-play li:before {
    content: "\f522"
}

.advgb-list-arrow-right-alt li:before {
    content: "\f344"
}

.advgb-list-dismiss li:before {
    content: "\f153"
}

.advgb-list-warning li:before {
    content: "\f534"
}

.advgb-list-editor-help li:before {
    content: "\f223"
}

.advgb-list-info li:before {
    content: "\f348"
}

.advgb-list-marker li:before {
    content: "\f159"
}

.advgb-icon-item>span.remove-icon {
    width: 26px;
    height: 26px;
    border: 1px dashed #333
}

.wp-block-advgb-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.wp-block-advgb-table td,
.wp-block-advgb-table tr {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding: 0
}

.wp-block-advgb-table td.cell-selected {
    outline: 2px solid #2196f3
}

.advgb-border-item-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    margin: 0 0 1em
}

.advgb-border-item {
    min-width: 25%;
    text-align: center;
    margin: 5px 0
}

.advgb-border-item span {
    display: inline-block;
    cursor: pointer
}

.advgb-border-item svg {
    vertical-align: middle
}

table.advgb-table-frontend {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    width: 100%;
    max-width: 100%
}

table.advgb-table-frontend td,
table.advgb-table-frontend tr {
    border: 1px solid transparent;
    padding: .5em
}

.wp-block-advgb-table thead tr:last-child td {
    border-bottom: 2px solid #000
}

.wp-block-advgb-table tfoot tr:first-child td {
    border-top: 2px solid #000
}

.wp-block-advgb-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.advgb-video-block iframe {
    display: block;
    margin: auto
}

.advgb-video-wrapper.full-width,
.advgb-video-wrapper.full-width video,
.advgb-video-wrapper.full-width iframe {
    width: 100%!important
}

.advgb-video-block .advgb-video-wrapper.no-lightbox {
    background-color: transparent
}

.advgb-video-wrapper {
    background-color: #2196f3;
    position: relative;
    margin: 0 auto;
    cursor: pointer
}

.advgb-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: .5;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center
}

.advgb-button-wrapper {
    height: 450px;
    background-color: transparent;
    z-index: 3;
    position: relative;
    width: 100%
}

.advgb-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.advgb-play-button svg {
    fill: currentColor
}

.advgb-button-wrapper button.button {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%)!important
}

.advgb-video-input {
    width: fit-content!important;
    margin: 10px auto
}

#editor .advgb-video-input>*:not(svg) {
    vertical-align: sub
}

.advgb-video-input .components-base-control {
    margin-bottom: 0;
    display: inline-block;
    width: 300px
}

.advgb-video-input button.components-button:disabled {
    opacity: .8
}

.advgb-video-link-icon {
    vertical-align: text-bottom;
    margin-right: 5px;
    color: #888
}

.advgb-current-video-desc span.spinner {
    float: none;
    margin: 0
}

#colorbox.advgb_lightbox .cboxIframe {
    margin-bottom: 0
}

#editor .advgb-col-3 {
    float: left;
    width: 33%;
    padding: 10px;
    text-align: center
}

#editor .advgb-counter>div.editor-rich-text {
    display: inline-block
}

.advgb-count-up {
    margin: 10px auto
}

.advgb-count-up>div {
    flex: auto;
    margin: 0 10px
}

.advgb-counter {
    line-height: normal
}

.advgb-column-1 .advgb-count-up-columns-two,
.advgb-column-1 .advgb-count-up-columns-three {
    display: none
}

.advgb-column-2 .advgb-count-up-columns-three {
    display: none
}

.advgb-social-links-block {
    text-align: center
}

.advgb-social-icons {
    display: inline-block
}

.advgb-social-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px;
    padding: 3px;
    cursor: pointer;
    vertical-align: middle;
    color: #000;
    position: relative
}

.advgb-social-icon.selected {
    outline: 2px solid #000
}

span.advgb-social-icon.selected:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #fff;
    border-radius: 25%
}

.advgb-social-icon svg,
.advgb-social-icon img {
    vertical-align: top
}

.advgb-social-icon img {
    max-width: 100%;
    height: auto
}

.advgb-social-link {
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.advgb-social-link .components-base-control {
    margin: 0;
    margin-left: 10px;
    width: 350px;
    text-align: left
}

.advgb-social-icons .advgb-social-icon:hover {
    opacity: .7
}

#editor .editor-block-list__block[data-align=center] ul.advgb-toc {
    width: fit-content;
    margin: auto;
    text-align: initial
}

#editor ul.advgb-toc,
ul.advgb-toc {
    list-style: none!important;
    padding: 0
}

.wp-block-advgb-summary {
    margin-bottom: 15px
}

#editor ul.advgb-toc,
ul.advgb-toc:not(.aligncenter):not(.alignleft):not(.alignright) {
    margin-left: 0;
    margin-right: 0
}

.advgb-toc li {
    min-height: 20px
}

.advgb-toc li a {
    text-decoration: none;
    box-shadow: none
}

.wp-block-advgb-summary.aligncenter {
    width: fit-content
}

.advgb-toc-header {
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 5px
}

.advgb-toc-header:after {
    font-family: dashicons;
    content: '\f142';
    font-size: 16px;
    vertical-align: middle
}

.advgb-toc-header.collapsed:after {
    content: '\f140'
}

.wp-block-advgb-summary.alignleft {
    margin-right: 10px
}

.wp-block-advgb-summary.alignright {
    margin-left: 10px
}

.wp-block-advgb-summary.alignright .advgb-toc-header {
    float: right
}

.wp-block-advgb-summary.alignright .advgb-toc {
    clear: both
}

.wp-block-advgb-summary.aligncenter .advgb-toc-header {
    width: fit-content;
    margin: auto
}

#editor .advgb-tabs-block .advgb-tab p.mce-content-body,
#editor .advgb-tabs-block .advgb-tab-body p.mce-content-body {
    color: inherit
}

#editor .advgb-tabs-block {
    padding: 15px 0
}

ul.advgb-tabs-panel {
    list-style-type: none!important;
    border: 0;
    margin: 0!important;
    padding: 0!important;
    background: 0
}

ul.advgb-tabs-panel:after {
    content: '';
    display: block;
    clear: both
}

li.advgb-tab,
li.advgb-tab.ui-state-default {
    float: left;
    margin: 0;
    margin-bottom: -1px;
    border: 1px solid #ccc;
    position: relative;
    background: 0
}

li.advgb-tab:first-child {
    margin-left: 0!important
}

li.advgb-tab>a,
li.advgb-add-tab>span {
    padding: 10px 15px;
    display: inline-block
}

li.advgb-tab a,
li.advgb-tab a:focus,
li.advgb-tab a:hover {
    text-decoration: none;
    box-shadow: none
}

li.advgb-tab a p {
    margin: 0
}

li.advgb-tab.ui-tabs-active {
    background-color: #2196f3!important;
    border-bottom-color: transparent!important
}

li.advgb-tab.ui-tabs-active a {
    color: #fff!important
}

li.advgb-tab.advgb-add-tab.ui-state-default {
    border: 1px solid transparent
}

li.advgb-tab.advgb-add-tab.ui-state-default:hover {
    background: #ccc
}

li.advgb-add-tab span {
    line-height: 1.8;
    cursor: pointer;
    font-size: 1em
}

li.advgb-add-tab svg {
    color: #2196f3;
    vertical-align: sub
}

span.advgb-tab-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    color: #fff;
    background-color: #fcb908;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 1
}

li.advgb-tab:hover span.advgb-tab-remove {
    display: block
}

span.advgb-tab-remove svg {
    display: block
}

div.advgb-tab-body {
    padding: 10px 10px 10px 15px;
    border: 1px solid #ccc;
    background: 0
}

.advgb-testimonial:not(.slider-view) {
    display: flex;
    margin: 20px auto
}

#editor .advgb-testimonial {
    padding: 15px 0
}

.advgb-testimonial>div {
    flex: auto;
    margin: 0 10px;
    text-align: center
}

.advgb-testimonial .advgb-testimonial-avatar-group {
    position: relative
}

.advgb-testimonial .advgb-testimonial-avatar-group:hover .advgb-testimonial-avatar-clear {
    display: inline-block
}

.advgb-testimonial .advgb-testimonial-avatar {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: 0;
    border-color: #fff
}

#editor .advgb-testimonial .advgb-testimonial-avatar {
    cursor: pointer
}

.advgb-testimonial .advgb-testimonial-avatar-clear {
    position: absolute;
    top: 0;
    margin-left: 5px;
    display: none;
    cursor: pointer
}

.advgb-testimonial .advgb-testimonial-name {
    padding: 5px
}

.advgb-testimonial p.advgb-testimonial-position {
    text-transform: uppercase;
    font-size: .9rem;
    margin: 5px auto
}

button.advgb-testimonial-preview {
    margin-bottom: 10px!important
}

.advgb-testimonial .slick-list {
    padding-top: 25px!important
}

.advgb-testimonial .slick-slide {
    opacity: .6
}

.advgb-testimonial .slick-slide.slick-current {
    opacity: 1
}

.advgb-testimonial .slick-slide:not(.slick-current)>*:not(.advgb-testimonial-avatar-group) {
    visibility: hidden
}

.advgb-testimonial .slick-slide.slick-current>*:not(.advgb-testimonial-avatar-group) {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 1em;
    margin-bottom: 1em
}

.advgb-testimonial .slick-slide.slick-current .advgb-testimonial-avatar-group {
    transform: scale(1.3)
}

.advgb-testimonial button.slick-arrow {
    background-color: transparent
}

hr.wp-block-separator {
    background-color: transparent
}

.advgb-recent-posts-block {
    padding-bottom: 1px
}

.advgb-recent-posts-block h2.advgb-post-title {
    font-size: 1.2em
}

.advgb-recent-posts-block.grid-view .advgb-recent-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.advgb-recent-posts-block.grid-view.columns-1 .advgb-recent-posts {
    grid-template-columns: 1fr
}

.advgb-recent-posts-block.grid-view.columns-3 .advgb-recent-posts {
    grid-template-columns: 1fr 1fr 1fr
}

.advgb-recent-posts-block.grid-view.columns-4 .advgb-recent-posts {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.advgb-recent-posts-block.grid-view.columns-1 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(100% - 10px)
}

.advgb-recent-posts-block.grid-view.columns-2 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(50% - 10px)
}

.advgb-recent-posts-block.grid-view.columns-3 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(33.3% - 10px)
}

.advgb-recent-posts-block.grid-view.columns-4 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(25% - 10px)
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: -ms-flexbox
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail {
    flex-basis: 30%;
    padding: 5px
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    flex-basis: calc(70% - 10px)
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.advgb-recent-posts .advgb-recent-post {
    position: relative;
    padding: 5px
}

.advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail a {
    display: inline-block;
    max-width: 100%
}

.advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
    vertical-align: middle
}

.advgb-recent-post .advgb-post-title {
    margin: 0
}

.advgb-recent-posts-block.list-view .advgb-recent-post .advgb-post-wrapper:first-child {
    grid-column: 1/span 2
}

.advgb-recent-posts-block.grid-view .advgb-recent-post .advgb-post-wrapper:not(:first-child) {
    margin-top: 10px
}

.advgb-post-wrapper>* {
    margin: 10px 0
}

.advgb-post-readmore {
    margin-top: 10px
}

.advgb-recent-post .advgb-post-date:not(:first-child):before {
    content: "-";
    display: inline-block;
    margin: 0 5px
}

.advgb-recent-posts-loading,
.advgb-ajax-loading:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(240, 240, 240, .7);
    background-image: url(../images/icons/loading.gif);
    background-position: center;
    background-repeat: no-repeat
}

.advgb-ajax-loading:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .7)
}

.advgb-recent-posts-block.slider-view.loading .advgb-recent-posts {
    max-height: 500px;
    overflow: hidden
}

.advgb-recent-posts-block.slider-view .advgb-recent-post {
    text-align: center
}

.advgb-recent-posts-block.slider-view .advgb-recent-post .advgb-post-thumbnail img {
    height: 400px;
    width: auto
}

.advgb-products-block {
    padding-bottom: 1px
}

.advgb-woo-categories-list {
    max-height: 400px;
    overflow: auto
}

.advgb-products-wrapper {
    display: flex;
    flex-wrap: wrap
}

.advgb-product {
    flex: 0 0 100%;
    padding: 10px;
    text-align: center
}

.advgb-products-wrapper.columns-2 .advgb-product {
    flex: 0 0 50%
}

.advgb-products-wrapper.columns-3 .advgb-product {
    flex: 0 0 33%
}

.advgb-products-wrapper.columns-4 .advgb-product {
    flex: 0 0 25%
}

.advgb-product>div {
    margin-bottom: 3px
}

.advgb-product .advgb-product-img {
    height: 150px;
    overflow: hidden
}

.advgb-product .advgb-product-img img {
    height: 100%
}

.advgb-product-add-to-cart span {
    background: #eee;
    border: 1px solid #eee;
    padding: 5px;
    display: inline-block;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px
}

.advgb-products-block.slider-view .advgb-product .advgb-product-img img {
    display: block;
    margin: auto
}

.advgb-woo-products.slider-view .woocommerce ul.products li.first,
.advgb-woo-products.slider-view .woocommerce-page ul.products li.first {
    clear: none!important
}

.advgb-woo-products.slider-view .woocommerce ul.products li.product,
.advgb-woo-products.slider-view .woocommerce-page ul.products li.product {
    margin: 10px;
    text-align: center
}

.advgb-woo-products.slider-view .woocommerce ul.products li.product a img {
    height: 400px;
    width: auto;
    display: block;
    margin: 0 auto 1.5em
}

.advgb-images-slider-block {
    padding-bottom: 1px;
    position: relative
}

.advgb-images-slider-block .advgb-slider-image-dragholder {
    width: 50px;
    height: 50px;
    border: 1px dashed #333;
    margin: auto 10px
}

.advgb-images-slider .advgb-image-slider-item {
    position: relative;
    margin-bottom: 10px;
    width: fit-content
}

.advgb-images-slider .advgb-image-slider-item-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.advgb-images-slider .advgb-image-slider-item img {
    display: block;
    max-width: unset;
    margin: auto
}

.advgb-images-slider .advgb-image-slider-item-info .advgb-image-slider-title,
.advgb-images-slider .advgb-image-slider-item-info .advgb-image-slider-text {
    margin: 0 5px;
    color: #fff;
    position: relative;
    z-index: 3
}

.advgb-images-slider .advgb-image-slider-overlay {
    opacity: 0;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

.advgb-image-slider-item:hover .advgb-image-slider-overlay {
    opacity: .5
}

.advgb-image-slider-controls .advgb-image-slider-control .components-base-control__field {
    display: flex;
    flex: 1
}

.advgb-image-slider-controls .advgb-image-slider-control .components-base-control__field .components-base-control__label {
    flex-basis: 70px;
    align-self: center
}

.advgb-image-slider-image-list {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item img {
    height: 50px;
    display: block;
    cursor: pointer
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item,
.advgb-image-slider-image-list .advgb-image-slider-add-item {
    margin: 10px;
    position: relative
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item .advgb-image-slider-image-list-item-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    padding: 2px
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item .advgb-image-slider-image-list-item-remove svg {
    margin: 0;
    width: 15px;
    height: 15px;
    display: block
}

.advgb-image-slider-image-list .advgb-image-slider-add-item button {
    height: 50px;
    border: 1px solid #ccc
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item>*:not(img) {
    display: none
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item:hover>* {
    display: block
}

.advgb-move-arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background-color: #fff;
    opacity: .5
}

.advgb-move-right {
    right: 0
}

.advgb-move-left {
    left: 0
}

.advgb-move-arrow svg {
    width: 20px;
    height: 20px;
    display: block
}

.advgb-move-arrow:hover {
    opacity: 1
}

#editor .editor-block-list__block-edit::before {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left
}

#editor .editor-block-list__block-edit::after {
    z-index: 0;
    content: "";
    position: absolute;
    outline: 1px solid transparent;
    transition: outline .1s linear;
    pointer-events: none;
    right: -14px;
    left: -14px;
    top: -14px;
    bottom: -14px;
    opacity: 0
}

#editor .advgb-styles-item {
    cursor: pointer;
    padding: 3px;
    margin-bottom: 3px;
    min-height: 30px;
    border-bottom: 3px solid transparent
}

#editor .advgb-styles-item.selected {
    background-color: #a3d6ff
}

#editor .advgb-styles-item:hover {
    border-bottom-color: #2196f3
}

.advgb-block-container>* {
    z-index: 3;
    position: relative
}

#editor div[data-block]:before,
#editor div[data-block]:after,
.advgb-block-container .advgb-block-top-divider,
.advgb-block-container .advgb-block-bottom-divider {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    left: -2%;
    z-index: 0;
    width: 104%;
    height: 50px;
    background-repeat: no-repeat
}

.advgb-block-container .advgb-block-top-divider,
.advgb-block-container .advgb-block-bottom-divider {
    width: 100%;
    left: 0
}

#editor div[data-block]:before,
.advgb-block-container .advgb-block-top-divider {
    top: 0
}

#editor div[data-block]:after,
.advgb-block-container .advgb-block-bottom-divider {
    bottom: 0
}

.advgb-form-field {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 3%;
    padding: 0;
    padding-left: 3%;
    box-sizing: border-box
}

.advgb-form-field.advgb-form-field-half {
    width: 50%
}

.advgb-contact-form {
    clear: both;
    position: relative;
    padding-right: 3%
}

.advgb-form-field input.advgb-form-input[type=text],
.advgb-form-field input.advgb-form-input[type=email],
.advgb-form-field textarea.advgb-form-input {
    width: 100%;
    padding: 15px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: vertical;
    font-size: 15px;
    background-color: #fafafa;
    color: #444;
    box-sizing: border-box
}

.advgb-form-submit-wrapper {
    clear: both;
    margin-left: 3%;
    text-align: center;
    position: relative
}

button.advgb-form-submit {
    padding: 14px;
    background-color: #444;
    box-shadow: none;
    outline: 0;
    border: 2px solid #444;
    color: #fff;
    cursor: pointer;
    transition: all ease .5s;
    position: relative;
    border-radius: 0;
    font-size: 15px
}

button.advgb-form-submit:hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #aaa;
    opacity: .2;
    pointer-events: none
}

.advgb-form-sending {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 12px 3px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.advgb-form-submit-success {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    margin-left: 3%;
    font-weight: 700;
    color: #fafafa;
    background-color: #444;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 12px #ccc;
    -moz-box-shadow: 1px 1px 12px #ccc;
    box-shadow: 1px 1px 12px #ccc
}

.advgb-newsletter {
    margin-left: auto;
    margin-right: auto
}

.advgb-newsletter .advgb-form-submit-wrapper,
.advgb-newsletter .advgb-form-field {
    margin-left: 0;
    padding-left: 0
}

.advgb-newsletter.style-alt .advgb-form-submit {
    width: 100%
}

.advgb-newsletter.style-default .advgb-form-field {
    position: relative;
    float: none
}

.advgb-newsletter.style-default .advgb-form-submit-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.advgb-newsletter .advgb-form-submit-success {
    margin-left: 0
}

form .advgb-grecaptcha {
    margin: 15px auto
}

form .advgb-grecaptcha>div {
    margin: auto
}

.advgb-grecaptcha.position-right>div {
    margin-right: 0
}

.advgb-grecaptcha.position-left>div {
    margin-left: 3%
}

.advgb-columns-select-wrapper {
    padding: 20px
}

.advgb-columns-select-title {
    text-align: center;
    margin-bottom: 10px;
    font-family: BlinkMacSystemFont, -apple-system, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, fira sans, droid sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 20px
}

.advgb-columns-select-layout,
.advgb-columns-responsive-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.advgb-columns-responsive-items .advgb-columns-responsive-item {
    flex-grow: 1;
    flex-basis: 33.3%;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    background-color: #eee;
    cursor: pointer
}

.advgb-columns-responsive-items .advgb-columns-responsive-item.is-selected {
    background-color: #2196f3;
    color: #fff
}

.advgb-columns-select-layout .advgb-columns-layout {
    margin: 5px;
    flex-basis: 100px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    opacity: .3
}

.advgb-columns-select-layout.on-inspector .advgb-columns-layout {
    flex-basis: calc(33.3% - 10px)
}

.advgb-columns-select-layout .advgb-columns-layout:hover,
.advgb-columns-select-layout .advgb-columns-layout.is-selected {
    opacity: 1
}

.advgb-controls-title {
    font-size: 13px;
    margin: 5px 0
}

.advgb-unit-wrapper {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 13px
}

.advgb-unit-wrapper .advgb-unit {
    display: inline-block;
    margin: 0 2px;
    opacity: .7;
    cursor: pointer
}

.advgb-unit-wrapper .advgb-unit.selected {
    font-weight: 700;
    opacity: 1
}

.advgb-unit-wrapper .advgb-unit:hover {
    text-decoration: underline
}

.wp-block-advgb-columns.advgb-columns-wrapper {
    max-width: unset;
    width: 100%
}

.advgb-columns-wrapper .advgb-columns {
    margin: 0 auto
}

body.block-editor-page .advgb-columns-wrapper .advgb-columns .wp-block {
    max-width: 100%
}

.advgb-columns-wrapper .advgb-columns.columns-valign-middle {
    align-items: center
}

.advgb-columns-wrapper .advgb-columns.columns-valign-bottom {
    align-items: flex-end
}

.advgb-column {
    z-index: unset
}

.advgb-columns>.editor-inner-blocks>.editor-block-list__layout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.advgb-columns.columns-wrapped>.editor-inner-blocks>.editor-block-list__layout,
.advgb-columns.columns-wrapped {
    flex-wrap: wrap
}

.advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex: 1;
    display: flex;
    flex-direction: column
}

.advgb-columns.columns-valign-full>.editor-inner-blocks>.editor-block-list__layout>.wp-block>.editor-block-list__block-edit>div[data-block] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.advgb-columns.columns-valign-full>.editor-inner-blocks>.editor-block-list__layout>.wp-block>.editor-block-list__block-edit {
    height: 100%
}

.advgb-columns.columns-valign-full .advgb-column-inner {
    height: 100%
}

.advgb-columns.columns-valign-middle>.editor-inner-blocks>.editor-block-list__layout {
    align-items: center
}

.advgb-columns.columns-valign-bottom>.editor-inner-blocks>.editor-block-list__layout {
    align-items: flex-end
}

.advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns>.advgb-column:last-child {
    margin-right: 0!important;
    margin-bottom: 0!important
}

.advgb-columns.gutter-10>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-10>.advgb-column {
    margin-right: 10px
}

.advgb-columns.gutter-20>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-20>.advgb-column {
    margin-right: 20px
}

.advgb-columns.gutter-30>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-30>.advgb-column {
    margin-right: 30px
}

.advgb-columns.gutter-40>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-40>.advgb-column {
    margin-right: 40px
}

.advgb-columns.gutter-50>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-50>.advgb-column {
    margin-right: 50px
}

.advgb-columns.gutter-70>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-70>.advgb-column {
    margin-right: 70px
}

.advgb-columns.gutter-90>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-90>.advgb-column {
    margin-right: 90px
}

.advgb-columns.advgb-columns-1>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
    flex-basis: 100%;
    max-width: 100%
}

.advgb-columns.layout-12-12>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 50%;
    width: 50%
}

.advgb-columns.layout-23-13>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-13-23>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 66.6%;
    width: 66.6%
}

.advgb-columns.layout-23-13>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-13-23>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child {
    flex-basis: 33.3%;
    width: 33.3%
}

.advgb-columns.layout-34-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-14-34>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 75%;
    width: 75%
}

.advgb-columns.layout-34-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-14-34>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child {
    flex-basis: 25%;
    width: 25%
}

.advgb-columns.layout-45-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-15-45>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 80%;
    width: 80%
}

.advgb-columns.layout-45-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-15-45>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-13-13-13>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 33.33%;
    width: 33.33%
}

.advgb-columns.layout-12-14-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-14-14-12>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-14-12-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:nth-child(2) {
    flex-basis: 50%;
    width: 50%
}

.advgb-columns.layout-12-14-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-14-14-12>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child),
.advgb-columns.layout-14-12-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:nth-child(2)) {
    flex-basis: 25%;
    width: 25%
}

.advgb-columns.layout-35-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-15-15-35>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-15-35-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:nth-child(2) {
    flex-basis: 60%;
    width: 60%
}

.advgb-columns.layout-35-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-15-15-35>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child),
.advgb-columns.layout-15-35-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:nth-child(2)) {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-16-46-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:nth-child(2) {
    flex-basis: 66.66%;
    width: 66.66%
}

.advgb-columns.layout-14-14-14-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 25%;
    width: 25%
}

.advgb-columns.layout-36-16-16-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-16-16-16-36>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 50%;
    width: 50%
}

.advgb-columns.layout-36-16-16-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-16-16-16-36>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child),
.advgb-columns.layout-16-46-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:nth-child(2)) {
    flex-basis: 16.66%;
    width: 16.66%
}

.advgb-columns.layout-25-15-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-15-15-15-25>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 40%;
    width: 40%
}

.advgb-columns.layout-25-15-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-15-15-15-25>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child) {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-five>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-six>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 16.66%;
    width: 16.66%
}

@media screen and (min-width:1088px) {
    .advgb-column.advgb-is-default-desktop {
        flex: 1;
        width: auto
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .advgb-column.advgb-is-default-tablet {
        flex: 1;
        width: auto
    }
    .advgb-columns.tbl-layout-1-12-12,
    .advgb-columns.tbl-layout-12-12-1,
    .advgb-columns.tbl-layout-12x4,
    .advgb-columns.tbl-layout-12x6,
    .advgb-columns.tbl-layout-13x6,
    .advgb-columns.tbl-layout-stacked {
        flex-wrap: wrap
    }
    .advgb-columns.tbl-layout-stacked .advgb-column {
        width: 100%!important
    }
}

@media screen and (max-width:768px) {
    .advgb-column.advgb-is-default-mobile {
        flex: 1;
        width: auto
    }
    .advgb-columns.mbl-layout-1-12-12,
    .advgb-columns.mbl-layout-12-12-1,
    .advgb-columns.mbl-layout-12x4,
    .advgb-columns.mbl-layout-12x6,
    .advgb-columns.mbl-layout-13x6,
    .advgb-columns.mbl-layout-stacked {
        flex-wrap: wrap
    }
    .advgb-columns.mbl-layout-stacked .advgb-column {
        width: 100%!important
    }
}

@media screen and (max-width:599px) {
    .advgb-count-up {
        flex-direction: column
    }
    .advgb-testimonial:not(.slider-view) {
        flex-direction: column
    }
}

@media screen and (max-width:1023px) {
    .advgb-columns.tbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked>.advgb-column {
        margin-right: 0!important
    }
    .advgb-columns.tbl-layout-stacked.vgutter-10>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-10>.advgb-column {
        margin-bottom: 10px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-20>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-20>.advgb-column {
        margin-bottom: 20px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-30>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-30>.advgb-column {
        margin-bottom: 30px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-40>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-40>.advgb-column {
        margin-bottom: 40px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-50>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-50>.advgb-column {
        margin-bottom: 50px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-70>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-70>.advgb-column {
        margin-bottom: 70px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-90>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-90>.advgb-column {
        margin-bottom: 90px
    }
    .advgb-columns.tbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column
    }
    .advgb-columns.tbl-layout-stacked.order-rtl>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:767px) {
    .advgb-columns>.editor-inner-blocks>.editor-block-list__layout {
        flex-wrap: wrap
    }
    .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
        flex-basis: 100%!important;
        width: 100%!important;
        margin: 0
    }
    .advgb-columns.mbl-layout-stacked.vgutter-10>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-10>.advgb-column {
        margin-bottom: 10px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-20>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-20>.advgb-column {
        margin-bottom: 20px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-30>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-30>.advgb-column {
        margin-bottom: 30px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-40>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-40>.advgb-column {
        margin-bottom: 40px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-50>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-50>.advgb-column {
        margin-bottom: 50px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-70>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-70>.advgb-column {
        margin-bottom: 70px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-90>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-90>.advgb-column {
        margin-bottom: 90px
    }
    .advgb-columns.mbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column
    }
    .advgb-columns.mbl-layout-stacked.order-rtl>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column-reverse
    }
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}


/*!WP User Manager - v2.0.1
* http://wpusermanager.com
* Copyright (c) 2018; * Licensed GPLv2+*/

.wpum_five_sixth,
.wpum_four_fifth,
.wpum_one_fifth,
.wpum_one_fourth,
.wpum_one_half,
.wpum_one_sixth,
.wpum_one_third,
.wpum_three_fifth,
.wpum_three_fourth,
.wpum_two_fifth,
.wpum_two_fourth,
.wpum_two_third {
    position: relative;
    margin-right: 4%;
    float: left
}

.wpum_one_half {
    width: 48%
}

.wpum_one_third {
    width: 30.6666%
}

.wpum_two_third {
    width: 65.3332%
}

.wpum_one_fourth {
    width: 22%
}

.wpum_two_fourth {
    width: 48%
}

.wpum_three_fourth {
    width: 74%
}

.wpum_one_fifth {
    width: 16.8%
}

.wpum_two_fifth {
    width: 37.6%
}

.wpum_three_fifth {
    width: 58.4%
}

.wpum_four_fifth {
    width: 79.2%
}

.wpum_one_sixth {
    width: 13.3333%
}

.wpum_two_sixth {
    width: 30.6666%
}

.wpum_three_sixth {
    width: 47.9998%
}

.wpum_four_sixth {
    width: 65.3332%
}

.wpum_five_sixth {
    width: 82.6665%
}

.last {
    margin-right: 0!important;
    clear: right
}

.wpum_one_half .wpum_one_half {
    margin-right: 8.3333%;
    width: 45.8333%
}

.wpum_one_half .wpum_one_third {
    margin-right: 8.3333%;
    width: 27.7778%
}

.wpum_one_half .wpum_two_third {
    margin-right: 8.3333%;
    width: 63.8889%
}

.wpum_two_third .wpum_one_third {
    margin-right: 6.1224%;
    width: 29.2517%
}

.wpum_two_third .wpum_two_third {
    margin-right: 6.1224%;
    width: 64.6258%
}

.wpum_two_third .wpum_one_fourth {
    margin-right: 6.1224%;
    width: 20.4082%
}

.wpum_clearfix::after {
    content: "";
    clear: both;
    display: table
}

:root {
    --gutter-width: 1rem;
    --outer-margin: 2rem;
    --gutter-compensation: calc((var(--gutter-width) * .5) * -1);
    --half-gutter-width: calc((var(--gutter-width) * .5));
    --xs-min: 30;
    --sm-min: 48;
    --md-min: 64;
    --lg-min: 75;
    --screen-xs-min: var(--xs-min) em;
    --screen-sm-min: var(--sm-min) em;
    --screen-md-min: var(--md-min) em;
    --screen-lg-min: var(--lg-min) em;
    --container-sm: calc(var(--sm-min) + var(--gutter-width));
    --container-md: calc(var(--md-min) + var(--gutter-width));
    --container-lg: calc(var(--lg-min) + var(--gutter-width))
}

@custom-media --sm-viewport only screen and (min-width:48em);
@custom-media --md-viewport only screen and (min-width:64em);
@custom-media --lg-viewport only screen and (min-width:75em);
.wpum-container,
.wpum-container-fluid {
    margin-right: auto;
    margin-left: auto
}

.wpum-container-fluid {
    padding-right: var(--outer-margin, 2rem);
    padding-left: var(--outer-margin, 2rem)
}

.wpum-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: var(--gutter-compensation, -.5rem);
    margin-left: var(--gutter-compensation, -.5rem)
}

.wpum-row.reverse {
    flex-direction: row-reverse
}

.wpum-col.reverse {
    flex-direction: column-reverse
}

.wpum-col-xs,
.wpum-col-xs-1,
.wpum-col-xs-10,
.wpum-col-xs-11,
.wpum-col-xs-12,
.wpum-col-xs-2,
.wpum-col-xs-3,
.wpum-col-xs-4,
.wpum-col-xs-5,
.wpum-col-xs-6,
.wpum-col-xs-7,
.wpum-col-xs-8,
.wpum-col-xs-9,
.wpum-col-xs-offset-0,
.wpum-col-xs-offset-1,
.wpum-col-xs-offset-10,
.wpum-col-xs-offset-11,
.wpum-col-xs-offset-12,
.wpum-col-xs-offset-2,
.wpum-col-xs-offset-3,
.wpum-col-xs-offset-4,
.wpum-col-xs-offset-5,
.wpum-col-xs-offset-6,
.wpum-col-xs-offset-7,
.wpum-col-xs-offset-8,
.wpum-col-xs-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, .5rem);
    padding-left: var(--half-gutter-width, .5rem)
}

.wpum-col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
}

.wpum-col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.wpum-col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.wpum-col-xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.wpum-col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.wpum-col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.wpum-col-xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.wpum-col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.wpum-col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.wpum-col-xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.wpum-col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.wpum-col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.wpum-col-xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

.wpum-col-xs-offset-0 {
    margin-left: 0
}

.wpum-col-xs-offset-1 {
    margin-left: 8.33333333%
}

.wpum-col-xs-offset-2 {
    margin-left: 16.66666667%
}

.wpum-col-xs-offset-3 {
    margin-left: 25%
}

.wpum-col-xs-offset-4 {
    margin-left: 33.33333333%
}

.wpum-col-xs-offset-5 {
    margin-left: 41.66666667%
}

.wpum-col-xs-offset-6 {
    margin-left: 50%
}

.wpum-col-xs-offset-7 {
    margin-left: 58.33333333%
}

.wpum-col-xs-offset-8 {
    margin-left: 66.66666667%
}

.wpum-col-xs-offset-9 {
    margin-left: 75%
}

.wpum-col-xs-offset-10 {
    margin-left: 83.33333333%
}

.wpum-col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    justify-content: center;
    text-align: center
}

.end-xs {
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    align-items: flex-start
}

.middle-xs {
    align-items: center
}

.bottom-xs {
    align-items: flex-end
}

.around-xs {
    justify-content: space-around
}

.between-xs {
    justify-content: space-between
}

.first-xs {
    order: -1
}

.last-xs {
    order: 1
}

@media(--sm-viewport) {
    .wpum-container {
        width: var(--container-sm, 46rem)
    }
    .wpum-col-sm,
    .wpum-col-sm-1,
    .wpum-col-sm-10,
    .wpum-col-sm-11,
    .wpum-col-sm-12,
    .wpum-col-sm-2,
    .wpum-col-sm-3,
    .wpum-col-sm-4,
    .wpum-col-sm-5,
    .wpum-col-sm-6,
    .wpum-col-sm-7,
    .wpum-col-sm-8,
    .wpum-col-sm-9,
    .wpum-col-sm-offset-0,
    .wpum-col-sm-offset-1,
    .wpum-col-sm-offset-10,
    .wpum-col-sm-offset-11,
    .wpum-col-sm-offset-12,
    .wpum-col-sm-offset-2,
    .wpum-col-sm-offset-3,
    .wpum-col-sm-offset-4,
    .wpum-col-sm-offset-5,
    .wpum-col-sm-offset-6,
    .wpum-col-sm-offset-7,
    .wpum-col-sm-offset-8,
    .wpum-col-sm-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: var(--half-gutter-width, .5rem);
        padding-left: var(--half-gutter-width, .5rem)
    }
    .wpum-col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }
    .wpum-col-sm-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .wpum-col-sm-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .wpum-col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    .wpum-col-sm-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .wpum-col-sm-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .wpum-col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    .wpum-col-sm-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .wpum-col-sm-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .wpum-col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    .wpum-col-sm-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .wpum-col-sm-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .wpum-col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }
    .wpum-col-sm-offset-0 {
        margin-left: 0
    }
    .wpum-col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .wpum-col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .wpum-col-sm-offset-3 {
        margin-left: 25%
    }
    .wpum-col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .wpum-col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .wpum-col-sm-offset-6 {
        margin-left: 50%
    }
    .wpum-col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .wpum-col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .wpum-col-sm-offset-9 {
        margin-left: 75%
    }
    .wpum-col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .wpum-col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        justify-content: center;
        text-align: center
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        align-items: flex-start
    }
    .middle-sm {
        align-items: center
    }
    .bottom-sm {
        align-items: flex-end
    }
    .around-sm {
        justify-content: space-around
    }
    .between-sm {
        justify-content: space-between
    }
    .first-sm {
        order: -1
    }
    .last-sm {
        order: 1
    }
}

@media(--md-viewport) {
    .wpum-container {
        width: var(--container-md, 61rem)
    }
    .wpum-col-md,
    .wpum-col-md-1,
    .wpum-col-md-10,
    .wpum-col-md-11,
    .wpum-col-md-12,
    .wpum-col-md-2,
    .wpum-col-md-3,
    .wpum-col-md-4,
    .wpum-col-md-5,
    .wpum-col-md-6,
    .wpum-col-md-7,
    .wpum-col-md-8,
    .wpum-col-md-9,
    .wpum-col-md-offset-0,
    .wpum-col-md-offset-1,
    .wpum-col-md-offset-10,
    .wpum-col-md-offset-11,
    .wpum-col-md-offset-12,
    .wpum-col-md-offset-2,
    .wpum-col-md-offset-3,
    .wpum-col-md-offset-4,
    .wpum-col-md-offset-5,
    .wpum-col-md-offset-6,
    .wpum-col-md-offset-7,
    .wpum-col-md-offset-8,
    .wpum-col-md-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: var(--half-gutter-width, .5rem);
        padding-left: var(--half-gutter-width, .5rem)
    }
    .wpum-col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }
    .wpum-col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .wpum-col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .wpum-col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    .wpum-col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .wpum-col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .wpum-col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    .wpum-col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .wpum-col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .wpum-col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    .wpum-col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .wpum-col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .wpum-col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }
    .wpum-col-md-offset-0 {
        margin-left: 0
    }
    .wpum-col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .wpum-col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .wpum-col-md-offset-3 {
        margin-left: 25%
    }
    .wpum-col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .wpum-col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .wpum-col-md-offset-6 {
        margin-left: 50%
    }
    .wpum-col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .wpum-col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .wpum-col-md-offset-9 {
        margin-left: 75%
    }
    .wpum-col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .wpum-col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        justify-content: center;
        text-align: center
    }
    .end-md {
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        align-items: flex-start
    }
    .middle-md {
        align-items: center
    }
    .bottom-md {
        align-items: flex-end
    }
    .around-md {
        justify-content: space-around
    }
    .between-md {
        justify-content: space-between
    }
    .first-md {
        order: -1
    }
    .last-md {
        order: 1
    }
}

@media(--lg-viewport) {
    .wpum-container {
        width: var(--container-lg, 71rem)
    }
    .wpum-col-lg,
    .wpum-col-lg-1,
    .wpum-col-lg-10,
    .wpum-col-lg-11,
    .wpum-col-lg-12,
    .wpum-col-lg-2,
    .wpum-col-lg-3,
    .wpum-col-lg-4,
    .wpum-col-lg-5,
    .wpum-col-lg-6,
    .wpum-col-lg-7,
    .wpum-col-lg-8,
    .wpum-col-lg-9,
    .wpum-col-lg-offset-0,
    .wpum-col-lg-offset-1,
    .wpum-col-lg-offset-10,
    .wpum-col-lg-offset-11,
    .wpum-col-lg-offset-12,
    .wpum-col-lg-offset-2,
    .wpum-col-lg-offset-3,
    .wpum-col-lg-offset-4,
    .wpum-col-lg-offset-5,
    .wpum-col-lg-offset-6,
    .wpum-col-lg-offset-7,
    .wpum-col-lg-offset-8,
    .wpum-col-lg-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: var(--half-gutter-width, .5rem);
        padding-left: var(--half-gutter-width, .5rem)
    }
    .wpum-col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }
    .wpum-col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .wpum-col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .wpum-col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    .wpum-col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .wpum-col-lg-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .wpum-col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    .wpum-col-lg-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .wpum-col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .wpum-col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    .wpum-col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .wpum-col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .wpum-col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }
    .wpum-col-lg-offset-0 {
        margin-left: 0
    }
    .wpum-col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .wpum-col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .wpum-col-lg-offset-3 {
        margin-left: 25%
    }
    .wpum-col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .wpum-col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .wpum-col-lg-offset-6 {
        margin-left: 50%
    }
    .wpum-col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .wpum-col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .wpum-col-lg-offset-9 {
        margin-left: 75%
    }
    .wpum-col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .wpum-col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        justify-content: center;
        text-align: center
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        align-items: flex-start
    }
    .middle-lg {
        align-items: center
    }
    .bottom-lg {
        align-items: flex-end
    }
    .around-lg {
        justify-content: space-around
    }
    .between-lg {
        justify-content: space-between
    }
    .first-lg {
        order: -1
    }
    .last-lg {
        order: 1
    }
}

#wpum-account-forms-tabs {
    margin-bottom: 30px
}

#wpum-account-forms-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#wpum-account-forms-tabs ul li {
    display: block;
    margin: 0 0 5px;
    padding: 10px 15px;
    border-radius: 3px
}

#wpum-account-forms-tabs ul li:hover {
    text-decoration: none;
    background: #fcfcfc
}

#wpum-account-forms-tabs ul li.active {
    background: #efefef;
    text-decoration: none
}

#wpum-account-forms-tabs ul li a {
    text-decoration: none
}

.wpum-message {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853
}

.wpum-message p {
    margin: 0
}

.wpum-message.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.wpum-message.error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.wpum-message.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.wpum-form>h2 {
    margin-top: 0
}

.wpum-form fieldset {
    margin: 0;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0
}

.wpum-form fieldset label {
    display: block;
    margin: 0;
    vertical-align: middle
}

.wpum-form fieldset label small {
    opacity: .75;
    font-size: .83em
}

.wpum-form fieldset label .wpum-required {
    color: red
}

.wpum-form fieldset div.field {
    vertical-align: middle
}

.wpum-form fieldset div.field label {
    float: none;
    width: auto
}

.wpum-form fieldset div.field.field-mailchimp label~small {
    margin-top: 0;
    margin-bottom: 1.2em
}

.wpum-form fieldset input.input-email,
.wpum-form fieldset input.input-text,
.wpum-form fieldset select,
.wpum-form fieldset textarea {
    margin: 0;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wpum-form fieldset small.description {
    opacity: .75;
    font-size: .83em;
    margin: 1.2em 0 0;
    display: block;
    line-height: 1.2em
}

.wpum-form fieldset input[type=checkbox]~.description {
    display: inline
}

.wpum-form fieldset.fieldset-user_avatar .wpum-uploaded-file-preview img {
    width: 70px;
    height: 70px;
    display: block;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

.wpum-form fieldset.fieldset-robo {
    display: none
}

.wpum-form .select2-container {
    width: 100%
}

.wpum-action-links {
    list-style: none;
    padding: 0;
    margin-top: 1em
}

.wpum-action-links li {
    margin-bottom: .3em
}

.wpum-datepicker {
    width: 100%
}

#cover-image-container {
    position: relative
}

#header-cover-image {
    background-color: #c5c5c5;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 350px;
    position: relative
}

#header-avatar-container {
    position: absolute;
    bottom: 20px;
    left: 20px
}

#header-avatar-container a {
    width: 128px;
    height: 128px;
    display: inline-block;
    overflow: hidden;
    border: 5px solid #fff;
    background: #fff;
    border-radius: 3px
}

#header-avatar-container img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

#header-profile-details {
    border: 3px solid #eee;
    margin: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#header-name-container h2 {
    padding: 20px;
    font-size: 24px;
    margin: 0
}

#header-name-container h2 small {
    font-size: 14px;
    text-decoration: underline
}

.profile-navbar {
    display: flex;
    flex-wrap: wrap;
    background: #fafafa;
    border-top: 3px solid #eee
}

.profile-navbar>a,
.profile-navbar>button {
    background: 0 0;
    border: 0;
    display: block;
    padding: 13px 20px;
    text-decoration: none
}

.profile-navbar>a.active,
.profile-navbar>a:hover,
.profile-navbar>button.active,
.profile-navbar>button:hover {
    background: #eee
}

.profile-navbar>a.active:first-child,
.profile-navbar>a:hover:first-child,
.profile-navbar>button.active:first-child,
.profile-navbar>button:hover:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

#profile-content-about h3.group-title {
    border: 3px solid #eee;
    margin-bottom: 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

#profile-content-about .profile-fields-table {
    width: 100%;
    margin-top: 0;
    border: 3px solid #eee;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#profile-content-about .profile-fields-table td.label {
    width: 30%;
    font-weight: 600;
    padding: 0 20px
}

#profile-content-about .profile-fields-table tr {
    background: #fafafa
}

#profile-content-about .profile-fields-table tr:last-child {
    border-bottom: none
}

#profile-tab-content {
    margin-top: 40px
}

#profile-posts .wpum-post {
    border-bottom: 2px solid #f6f6f6;
    padding: 15px 0
}

#profile-posts .wpum-post:first-child {
    padding-top: 0
}

#profile-posts .wpum-post-meta {
    margin: 0;
    padding: 0
}

#profile-posts .wpum-post-meta li {
    list-style: none;
    margin: 0;
    display: inline-block
}

#profile-pagination {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee
}

#profile-pagination a,
#profile-pagination span {
    background: 0 0;
    border: 0;
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

#profile-pagination a:first-child,
#profile-pagination span:first-child {
    padding-left: 0
}

#profile-comments .wpum-single-comment p {
    border-bottom: 2px solid #f6f6f6;
    margin: 0;
    padding: 15px 0
}

#profile-comments .wpum-single-comment:first-child p {
    padding-top: 0
}

#wpum-recent-users ul.wpum-users-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#wpum-recent-users ul.wpum-users-list li {
    margin: 0;
    padding: 0
}

#wpum-profile-card {
    text-align: center;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1)
}

#wpum-profile-card ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#wpum-profile-card ul li:last-child a {
    margin-bottom: 0
}

#wpum-profile-card .wpum-profile-img {
    position: relative;
    border-radius: 999px;
    margin-top: -48px
}

#wpum-profile-card .wpum-profile-img img {
    border-radius: 999px;
    box-shadow: none;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eee
}

#wpum-profile-card a.wpum-card-button {
    border: 1px solid #cecccc;
    background: #eee;
    padding: 5px 12px;
    text-decoration: none;
    outline: 0;
    border-radius: 3px;
    display: inline-block;
    margin: 10px 0
}

#wpum-profile-card a.wpum-card-button:hover {
    background: #f5f5f5
}

#wpum-profile-card h4.wpum-card-name {
    margin-top: 0
}

#wpum-profile-card .wpum-profile-cover {
    background-color: #c5c5c5;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 200px
}

#wpum-profile-card .wpum-card-details {
    padding: 0 15px 15px
}

.wpum-profile-card~.wpum-profile-card {
    margin-top: 70px
}

#wpum-user-overview {
    vertical-align: middle
}

#wpum-user-overview img {
    border-radius: 999px;
    box-shadow: none;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eee
}

#wpum-user-overview ul {
    margin: 0
}

#wpum-user-overview ul li {
    display: inline-block;
    margin-right: 5px;
    border: 0
}

.wpum-avatar-img {
    border-radius: 999px;
    box-shadow: none;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eee
}

#wpum-user-directory {
    margin-bottom: 1em
}

#wpum-user-directory ul.wpum-user-listings {
    margin: 0
}

#wpum-directory-search-form,
#wpum-directory-top-bar {
    padding: .5em 1em;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5
}

#wpum-directory-search-form div p,
#wpum-directory-top-bar div p {
    margin: 0
}

#wpum-directory-top-bar .wpum-col-xs:last-child {
    text-align: right
}

#wpum-directory-search-form {
    padding: 1em
}

#wpum-directory-search-form input {
    width: 100%;
    display: block
}

.wpum-directory-pagination {
    padding: .5em 1em;
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    text-align: center
}

.wpum-directory-pagination a.next {
    float: right
}

.wpum-directory-pagination a.prev {
    float: left
}

#wpum-directory-users-list {
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee
}

#wpum-directory-users-list .wpum-directory-single-user {
    margin: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
    padding: 1em
}

#wpum-directory-users-list .wpum-directory-single-user:focus,
#wpum-directory-users-list .wpum-directory-single-user:hover {
    background-color: #fcfcfc
}

#directory-avatar a {
    width: 68px;
    height: 68px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 999px;
    box-shadow: none
}

#directory-avatar img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

.wpum-directory-single-user .wpum-description {
    font-size: 13px;
    margin: 0
}

.wpum-directory-single-user .wpum-name {
    margin: 0
}

.wpum-directory-single-user .wpum-meta {
    text-align: right
}

@media only screen and (max-width:767px) {
    .wpum_five_sixth,
    .wpum_four_fifth,
    .wpum_one_fifth,
    .wpum_one_fourth,
    .wpum_one_half,
    .wpum_one_sixth,
    .wpum_one_third,
    .wpum_three_fifth,
    .wpum_three_fourth,
    .wpum_two_fifth,
    .wpum_two_fourth,
    .wpum_two_third {
        width: 100%;
        float: none;
        margin-left: 0
    }
    #header-avatar-container {
        text-align: center
    }
    #header-avatar-container a {
        left: 0
    }
    #profile-navbar {
        display: block;
        border: 0
    }
}

.simplefavorite-button.active {
    opacity: .7
}

.simplefavorite-button.has-count {
    position: relative
}

.simplefavorite-button.preset {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    padding: .5em 1em .5em 2em;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.simplefavorite-button.preset:active,
.simplefavorite-button.preset:focus {
    outline: none
}

.simplefavorite-button.preset i {
    position: absolute;
    font-size: 1.3em;
    left: .3em
}

.simplefavorite-button.preset:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.simplefavorite-button.preset.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
    opacity: 1
}

.simplefavorites-loading {
    margin-left: 8px
}

.sf-icon-spinner-wrapper {
    display: inline-block;
    position: relative;
    min-width: 1em;
    min-height: 1em
}

.sf-icon-spinner {
    -webkit-animation: sf_rotate linear 2s infinite;
    animation: sf_rotate linear 2s infinite;
    position: absolute;
    top: .15em;
    left: 0
}

@-webkit-keyframes sf_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes sf_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.favorites-list {
    list-style: none
}

.favorites-list li {
    zoom: 1;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: .75em 0;
    margin: 0
}

.favorites-list li:before,
.favorites-list li:after {
    content: " ";
    display: table
}

.favorites-list li:after {
    clear: both
}

.favorites-list li img {
    float: left;
    margin-right: 1em
}

.simplefavorites-modal-backdrop {
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 50%;
    z-index: 998;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.simplefavorites-modal-backdrop.active {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.simplefavorites-modal-content {
    z-index: 999;
    position: fixed;
    top: -200%;
    left: 50%;
    width: 50%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(51, 51, 51, .5);
    box-shadow: 2px 2px 20px 0 rgba(51, 51, 51, .5)
}

.simplefavorites-modal-content.small {
    width: 400px
}

.simplefavorites-modal-content.active {
    top: 50px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.simplefavorites-modal-content.loading .modal-content-body {
    display: none
}

.simplefavorites-modal-content.loading .modal-content-loading {
    display: block
}

.simplefavorites-modal-content-body {
    padding: 1em;
    max-height: 300px;
    overflow: auto;
    zoom: 1
}

.simplefavorites-modal-content-body:before,
.simplefavorites-modal-content-body:after {
    content: " ";
    display: table
}

.simplefavorites-modal-content-body:after {
    clear: both
}

.simplefavorites-modal-content-body.no-padding {
    padding: 0
}

.simplefavorites-modal-content-body.has-footer {
    padding-bottom: 0
}

.simplefavorites-modal-content-interior {
    padding: 1em;
    padding-bottom: 0
}

.simplefavorites-modal-content-footer {
    zoom: 1;
    padding: .7em;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-color: rgba(51, 51, 51, .1)
}

.simplefavorites-modal-content-footer:before,
.simplefavorites-modal-content-footer:after {
    content: " ";
    display: table
}

.simplefavorites-modal-content-footer:after {
    clear: both
}

.simplefavorites-button-consent-deny {
    float: left;
    opacity: .7
}

.simplefavorites-button-consent-accept {
    float: right
}

@media(max-width:767px) {
    .simplefavorites-modal-content {
        width: 90%
    }
    .simplefavorites-modal-content.active {
        top: 20px
    }
    .simplefavorites-modal-content-body {
        height: 300px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden
    }
}

@media print {
    .simplefavorites-modal-backdrop,
    .simplefavorites-modal-content {
        display: none
    }
}

@font-face {
    font-family: favorites;
    src: url(../fonts/favorites.eot)
}

@font-face {
    font-family: favorites;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBwcAAAC8AAAAYGNtYXClTaJoAAABHAAAAIxnYXNwAAAAEAAAAagAAAAIZ2x5Ztq6v+MAAAGwAAAEVGhlYWQN7PEkAAAGBAAAADZoaGVhB8IDzgAABjwAAAAkaG10eCoAAgwAAAZgAAAANGxvY2EE9AZcAAAGlAAAABxtYXhwABEAdQAABrAAAAAgbmFtZWwpt2EAAAbQAAABnnBvc3QAAwAAAAAIcAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAcAAAABgAEAADAAgAAQAg5gHofeia6Nzo5ul76dnqEP/9//8AAAAAACDmAOh96Jro3Ojm6Xvp2eoQ//3//wAB/+MaBBeJF20XLBcjFo8WMhX8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigARABsAAAEfATMPAR8BLwEPAT8BLwEzNxMDIQUDJQUDLQECADMN1oknDTOJJyaKNw0nidYQQHP+kwEmcAEqASZwASr+kwK9oy1jGi2jYxoaY6MtHWYtAWr+o9r+o9fXAV3XAwAAAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAVgAdA6oDKwAbAAAlJy4DNTQ+AjMyFhc+ATMyHgIVFA4CBwIAPlKHXzQkP1UyN2YjImY4MVY/JDRfhlMdOEt/dHE9MVY/JDIoKDIkP1YxPXF2f0sAAAADAFYAAQOqA1UAFQAhADsAAAE+ATU0JiMiBg8BJy4BIyIGFRQWHwEBMjY1NCYjIgYVFBYFHgEVFAYHAQ4BIyImJwEuATURNDYzITIWFwLgDxE+LBYnDyAeDyYXKz8PD7b+wBslJRsbJSUCwwwMDAz+1AweEhIeDP6ADAwxIwEsEh4MAR8PJhcrPw8PICAPDz8rFyYPtgIYJRsbJSUbGyXEDB4SEh4M/tQMDAwMAYAMHhIBLCIyDAwAAgAqACsD1gOBABwAIAAAAQczFRQGBwMOASMhIiY1ETQ2NwEXHgEdAQchMhYBETMRA9YCAgMDggkqG/6AIjQODAEYLgkJKgEOIjT8VKwCAQRSCRAH/tQXHTMjAaoSHgwBGi4JFg0OxDL+CAIA/gAAAAEA1gArAyoDKwAKAAABMhYVESUFETQ2MwLWIjL+1v7WMSMDKzQi/VaAgAKqIjQAAAIAIP/wBAADsAA6AHIAAAEuAScuAScuAScuAQcOAQcOAQcOAQcOARceARceARceARceATc+ATc+ATc+ATc+ATc6ATMyNjU8ATUxBw4BBw4BBw4BJy4BJy4BJy4BJy4BNz4BNz4BNz4BNz4BFx4BFx4BFx4BFx4BBzEcARUUFhcOAQcEAAEVFRQ5JCNULi1hMTFfLC1PISE0ERIQAQEUExM2ISJOKytaLi5ZKSlLHh8xEAkOAwECARslZhEzHx9JKChVKipTJyZFHR0sDw8OAQESEBEuHR5DJSVPJydNJCNAGhspDg0NASEYBQ8LAcAyYy0uUiIjNRISEQEBFRMUNyMiUS0sXi8vXCsrTSAgMhAREAEBFBISNCEgTCkZNBslGwEDAaooRx4eLhAPDwEBEhERMR4eRyYnUSkpUCUlQhwbKw4PDQEBERAQLRwcQSQjSyYBAwEZJAMaMxgAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAAAgBAADQAAFAAAJAScHCQEDYP4g4KABgAKAA0D+IOCg/oACgAABAAAAAQAAvj/AY18PPPUACwQAAAAAANVm1k8AAAAA1WbWTwAA/9kEAAOwAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgBAAAVgQAAFYEAAAqBAAA1gQAACAEAAAABAAAAAAAAAAACgAUAB4AVgByAJ4A+gEyAUoB+AIWAioAAQAAAA0AcwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class^=sf-icon-],
[class*=" sf-icon-"] {
    font-family: favorites!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sf-icon-spinner:before {
    content: "\e97b"
}

.sf-icon-favorite:before {
    content: "\e9d9"
}

.sf-icon-checkmark:before {
    content: "\ea10"
}

.sf-icon-bookmark:before {
    content: "\e8e6"
}

.sf-icon-love:before {
    content: "\e87d"
}

.sf-icon-wishlist:before {
    content: "\e89a"
}

.sf-icon-like:before {
    content: "\e8dc"
}

.sf-icon-star-empty:before {
    content: "\e600"
}

.sf-icon-star-full:before {
    content: "\e601"
}

@font-face {
    font-family: TablePress;
    src: url(../css/tablepress.eot);
    src: url(../css/tablepress.eot?#ie) format('embedded-opentype'), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'), url(../css/tablepress.ttf) format('truetype'), url(../css/tablepress.svg#TablePress) format('svg');
    font-weight: 400;
    font-style: normal
}

.tablepress-table-description {
    clear: both;
    display: block
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none
}

.tablepress td,
.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important
}

.tablepress tbody td {
    vertical-align: top
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
    border-top: 0
}

.tablepress thead th {
    border-bottom: 1px solid #ddd
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle
}

.tablepress .odd td {
    background-color: #f9f9f9
}

.tablepress .even td {
    background-color: #fff
}

.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3
}

.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em
}

.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0!important
}

.dataTables_length {
    float: left;
    white-space: nowrap
}

.dataTables_filter {
    float: right;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0
}

.dataTables_paginate {
    float: right;
    margin: 4px 0 0
}

.dataTables_paginate a {
    color: #111!important;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: underline;
    margin: 0 5px
}

.dataTables_paginate a:first-child {
    margin-left: 0
}

.dataTables_paginate a:last-child {
    margin-right: 0
}

.paginate_button:hover {
    cursor: pointer;
    text-decoration: none
}

.paginate_button.disabled {
    color: #999!important;
    text-decoration: none;
    cursor: default
}

.paginate_button.current {
    font-weight: 700;
    text-decoration: none;
    cursor: default
}

.dataTables_paginate.paging_simple {
    padding: 0 15px
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
    text-align: left;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    content: "\f053";
    text-shadow: .1em .1em #666;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 1
}

.paging_simple .paginate_button.next:after {
    text-align: right;
    content: "\f054";
    left: auto
}

.paginate_button:after,
.paginate_button:before {
    color: #d9edf7
}

.paginate_button:hover:after,
.paginate_button:hover:before {
    color: #049cdb
}

.paginate_button.disabled:after,
.paginate_button.disabled:before {
    color: #f9f9f9
}

.dataTables_processing {
    display: none
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    outline: 0
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
    font-family: TablePress;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto;
    height: 14px;
    line-height: 1
}

.tablepress .sorting:after {
    content: "\f0dc"
}

.tablepress .sorting_asc:after {
    content: "\f0d8";
    padding: 0 0 2px
}

.tablepress .sorting_desc:after {
    content: "\f0d7"
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: #049cdb
}

.dataTables_scrollBody .tablepress thead th:after {
    content: ""
}

.dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
    display: inline;
    margin: 2px;
    width: auto
}

@font-face {
    font-family: fontawesome;
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.eot), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: fontawesome;
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: fontawesome;
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
    unicode-range: U+F004-F005, U+F007, U+F017, U+F022, U+F024, U+F02E, U+F03E, U+F044, U+F057-F059, U+F06E, U+F070, U+F075, U+F07B-F07C, U+F080, U+F086, U+F089, U+F094, U+F09D, U+F0A0, U+F0A4-F0A7, U+F0C5, U+F0C7-F0C8, U+F0E0, U+F0EB, U+F0F3, U+F0F8, U+F0FE, U+F111, U+F118-F11A, U+F11C, U+F133, U+F144, U+F146, U+F14A, U+F14D-F14E, U+F150-F152, U+F15B-F15C, U+F164-F165, U+F185-F186, U+F191-F192, U+F1AD, U+F1C1-F1C9, U+F1CD, U+F1D8, U+F1E3, U+F1EA, U+F1F6, U+F1F9, U+F20A, U+F247-F249, U+F24D, U+F254-F25B, U+F25D, U+F267, U+F271-F274, U+F279, U+F28B, U+F28D, U+F2B5-F2B6, U+F2B9, U+F2BB, U+F2BD, U+F2C1-F2C2, U+F2D0, U+F2D2, U+F2DC, U+F2ED, U+F328, U+F358-F35B, U+F3A5, U+F3D1, U+F410, U+F4AD
}


/*!* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

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

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media(min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-muted {
    color: #6c757d!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: montserrat-medium;
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: montserrat-lightitalic;
    src: url(../fonts/Montserrat/Montserrat-LightItalic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: montserrat-light;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: montserrat-semibold;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-style: normal;
    font-weight: 700;
    font-display: auto
}

@media(min-width:979px) {
    ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
        display: block
    }
    .comment-list .children {
        padding: 0;
        margin-left: 74px;
        padding-bottom: 15px
    }
    .comment-list .media {
        margin-top: 0
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a:hover {
    text-decoration: none!important
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media(min-width:1500px) {
    .container {
        max-width: 1461px!important
    }
}

@media(max-width:1024px) {
    .container {
        max-width: 1024px!important
    }
}

.section-title-h3 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
    font-family: montserrat-bold, sans-serif
}

.section__title-h1 {
    font-size: 70px;
    letter-spacing: -4px;
    line-height: 70px;
    color: #fff;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 25px
}

.section__title-h2 {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif
}

.row--padding {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto
}

header a.logo__link {
    display: block;
    width: 152px
}

header .logo__wrapper {
    padding: 0
}

header a.logo__link>img {
   /* width: 100%*/
}

.small-logo {
    display: none
}

.navbar-header {
    display: none
}

.navbar-nav {
    flex-flow: row;
    justify-content: flex-end;
    position: relative
}

.header-menu__wrapper {
    justify-content: flex-end
}

header .row {
    align-items: center;
    justify-content: flex-end
}

.header-menu__wrapper .top-menu>li {
    margin-right: 50px;
    text-transform: uppercase;
    font-family: montserrat-bold, sans-serif;
    font-size: 13px;
    line-height: 39px;
    color: #010000;
    padding-bottom: 5px;
    position: relative
}

.header-menu__wrapper .top-menu>li:last-child {
    margin-right: 38px
}

.header-menu__wrapper .top-menu>li.dropdown>a {
    padding-right: 3px
}

.header-menu__wrapper .top-menu>li.dropdown:after {
    content: '';
    background: url(../images/icons/Rectangle.png) center center no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px
}

.header-menu__wrapper .dropdown-menu>li {
    text-transform: uppercase;
    font-family: montserrat-bold, sans-serif;
    font-size: 13px;
    line-height: 39px;
    color: #010000
}

.header-menu__wrapper .top-menu li a {
    color: #010000;
    transition: color .3s ease-in-out
}

.header-menu__wrapper .top-menu li a:hover {
    color: #0c59a1;
    transition: color .3s ease-in-out;
    text-decoration: none
}

.header-menu__wrapper .top-menu li.active>a {
    color: #0c59a1
}

.header-menu__wrapper .top-menu>li.dropdown:hover:after {
    transform: rotate(-180deg)
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: -20px;
    color: #010000;
    padding: 15px 20px 14px 21px;
    box-shadow: 1.072px 8px 12px 3px rgba(17, 63, 114, .2);
    border: none;
    margin-top: 0;
    min-width: 186px
}

.egg__button {
    border-radius: 20px;
    border: 1px solid #0c59a1;
    font-size: 14px;
    line-height: 39px;
    color: #0c59a1;
    display: block;
    padding: 0 40px;
    font-family: montserrat-bold, sans-serif;
    text-transform: uppercase;
    width: auto;
    background: #fff;
    transition: background .3s ease, color .3s ease-in-out
}

.egg__button:hover {
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    background: #3273b0;
    transition: background .3s ease, color .3s ease-in-out
}

.row__upheader {
    color: #171717;
    font-size: 13px;
    line-height: 39px;
    font-family: montserrat-medium, sans-serif;
    z-index: 999;
    position: relative
}

.logo__wrapper,
.header-menu__wrapper .egg__button {
    z-index: 999;
    position: relative
}

.mail {
    margin-right: 30px;
    color: #171717;
    display: flex;
    align-items: center
}

.mail>a,
.phone>a {
    color: #171717;
    text-decoration: none;
    display: block;
    transition: color .3s ease-in-out
}

.mail>a:hover,
.phone>a:hover {
    color: #0c59a1;
    transition: color .3s ease-in-out
}

.mail>a:before {
    content: url(../images/icons/mail2.png);
    margin-right: 10px
}

.phone {
    display: flex;
    align-items: center
}

.phone:before {
    content: url(../images/icons/call-answer2.png);
    margin-right: 10px;
    padding-top: 5px
}

.header-menu__wrapper>.row>.col-md-8>.navbar-default {
    padding: .5rem 0
}

body.home header {
    margin-bottom: 130px;
    position: relative;
    z-index: 9
}

.menu-btn:focus,
.menu-btn--close:focus {
    outline: none
}

.menu-btn--close {
    display: none;
    padding: 0;
    background: 0 0;
    border: none;
    outline: none;
    width: 40px;
    height: 10px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    margin-right: -5px;
    margin-left: 20px
}

.menu-btn--close>svg {
    width: 24px;
    height: 24px
}

.menu-btn--close--active {
    display: block
}

.body-fixed {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.menu-btn {
    padding: 0;
    background: 0 0;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.navbar-nav {
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 99
}

.main-footer-info__title {
    color: #2f3d3c;
    font-size: 14px;
    font-family: montserrat-semibold, sans-serif;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px
}

.main-footer-info__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: montserrat-light, sans-serif;
    font-size: 14px
}

.main-footer-info__column ul>li {
    margin-bottom: 3px
}

.main-footer-info__column ul>li>a {
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    font-size: 14px;
    line-height: 30px;
    transition: color .3s ease-in-out
}

.main-footer-info__column ul>li>a:hover {
    text-decoration: none;
    color: #0c59a1;
    transition: color .3s ease-in-out
}

.main-footer-info__column .logo__img {
    /*width: 150px;*/
    margin-bottom: 30px
}

.main-footer-info__column .social-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 120px;
    margin-left: 15px
}

.main-footer-info__column .social-list li:last-child {
    display: none
}

.footer-bottom {
    margin-top: 30px;
    background-image : linear-gradient(126deg, #8ebeea 1%, #5f9bd2 100%);
    text-align: center;
    color: #ffffff;
    font-family: montserrat-light, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 30px 0
}

.container--full-width {
    width: 100%
}

.footer-horisontal-line {
    width: 100%;
    padding-bottom: 55px;
    border-top: 1px solid #dbecf3
}

.top-title-section {
    min-height: 1063px;
    margin-top: -278px;
    padding-top: 248px!important
   /* padding-top: 420px!important*/
}

main {
    position: relative;
    z-index: 1
}

.top-title-section__title {
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    /*font-size: 80px;*/
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 77px;
    margin-bottom: 35px
}

.top-title-section__text {
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 0 5px;
    max-width: 685px
}

.egg__button-section__wrapper>.wp-block-button__link {
    padding: 5px 0;
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: montserrat-bold, sans-serif;
    text-transform: uppercase;
    width: 250px;
    border-radius: 25px;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2);
    background-image: linear-gradient(126deg, #8ebeea 1%, #5f9bd2 100%);;
    transition: all .8s ease-in-out;
    margin-top: 30px;
    position: relative
}

.egg__button-section__wrapper>.wp-block-button__link:hover {
    background-image: linear-gradient(126deg, #20486d 1%, #5f9bd2 100%);
    transition: all .8s ease-in-out
}

.egg__button-section__wrapper>.wp-block-button__link:after {
    content: url(../images/button-arrow.png);
    width: 10px;
    height: 5px;
    position: absolute;
    right: 7px;
    top: 2px
}

.egg__button-section__wrapper--white>.wp-block-button__link {
    background-image: linear-gradient(126deg, #fff 0%, #cde6ec 100%);
    color: #2f3d3c!important;
    transition: all .8s ease-in-out;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2)
}

.egg__button-section__wrapper--white>.wp-block-button__link:hover {
    background-image: linear-gradient(126deg, #fff 0%, #fff 100%);
    transition: all .8s ease-in-out
}

.egg__button-section__wrapper--transperent>.wp-block-button__link {
    background-image: none;
    background: 0 0;
    border: 2px solid #feffff;
    color: #fff!important;
    transition: all .8s ease-in-out;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2)
}

.egg__button-section__wrapper--transperent>.wp-block-button__link:hover {
    background: #fff;
    border: 2px solid #feffff;
    color: #2f3d3c!important;
    transition: all .8s ease-in-out
}

.info-section {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%);
    color: #fff;
    margin-top: 100px;
    margin-bottom: 90px
}

.info-section #uagb-columns-65c6a340-1c4a-401f-ac7d-772ead9090fc .uagb-column__inner-wrap {
    padding: 0
}

.info-section .info-section__button-wrapper .uagb-column__inner-wrap {
    padding-right: 0!important;
    padding-left: 0!important
}

.info-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 56px;
    font-family: montserrat-bold, sans-serif
}

.info-section__text {
    font-size: 16px;
    line-height: 24px;
    color: #effcfd;
    font-family: montserrat-regular, sans-serif;
    max-width: 610px
}

.why-choose-section {
    margin-bottom: 75px
}

.why-choose-section .why-icon img {
    max-height: 116px!important;
    width: auto!important
}

.why-choose-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 20px
}

.why-choose-section__text {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 60px
}

.why-icon {
    border-radius: 10px;
    box-shadow: -3.928px 4px 15px rgba(17, 63, 114, .18);
    padding: 20px;
    /*min-height: 360px*/
    height: 100% !important
}

.why-icon p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.why-icon__column .wp-block-column:not(:last-child) {
    margin: 0 10px
}

.why-icon__column .wp-block-column:last-child {
    margin-right: 0;
    margin-left: 10px
}

.more-than-section {
    min-height: 505px;
    margin-bottom: 100px
}

.more-than-title {
    font-family: montserrat-bold, sans-serif;
    color: #c4dbe4;
    font-size: 77px;
    letter-spacing: -6px;
    line-height: 77px;
    margin-bottom: 20px
}

.more-than-title__span {
    color: #0c59a1
}

.more-than__column-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end
}

.more-than-descr {
    font-family: montserrat-lightitalic, sans-serif;
    color: #2f3d3c;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
    max-width: 700px
}

.egg__button-section__wrapper--yellow .wp-block-button__link {
    background-image: linear-gradient(90deg, #f3ae21, #ffb724);
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2)
}

.egg__button-section__wrapper--yellow .wp-block-button__link:hover {
    background-image: linear-gradient(90deg, #f9a906, #ffab00)
}

.how-it-works-section {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%);
    color: #fff;
    margin-bottom: 95px
}

.how-it-works-section__title {
    font-family: montserrat-bold, sans-serif;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    margin: 25px auto 20px
}

.how-it-works-section__deskr {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: montserrat-light, sans-serif;
    max-width: 1255px;
    margin: 0 auto 77px
}

.how-it-works-section__column-wrapper p {
    margin-top: 20px;
    max-width: 401px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-family: montserrat-light, sans-serif
}

#uagb-infobox-a488c98d-c413-46c1-b952-1d383c65e6fb .uagb-ifb-desc {
    max-width: 426px
}

.how-it-works-section .egg__button-section__wrapper .wp-block-button__link {
    margin: 45px auto 40px
}

.meet-our-donors-section {
    margin-bottom: 100px
}

.meet-our-donors-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 20px
}

.meet-our-donors-section__deskr {
    max-width: 1340px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    text-align: center
}

.meet-our-donors-section__columns {
    margin-top: 50px
}

.why-icon__column .meet-our-donors-section__columns .wp-block-column:last-child {
    margin-right: 0
}

.meet-our-donors-section__columns .wp-block-column:nth-child(2n),
.meet-our-donors-section__columns .wp-block-column:not(:first-child) {
    margin-right: 0
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
    margin-left: 0
}

.why-icon__column .meet-our-donors-section__columns .wp-block-column:first-child {
    margin-left: 0
}

@media(min-width:600px) {
    .wp-block-column:not(: last-child) {
        margin-right: 0
    }
}

.why-icon__column .uagb-ifb-image-content {
    min-height: 116px
}

.meet-our-donors-section__columns .wp-block-column p {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.meet-our-donors-section .egg__button-section__wrapper>.wp-block-button__link {
    margin: 45px auto 5px
}

.free-consultation-section {
    color: #fff;
    border-radius: 30px;
    padding: 35px 0;
    margin-bottom: 95px
}

.free-consultation-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 20px
}

.meet-our-donors-section .wp-block-column {
    margin-bottom: 0
}

.free-consultation-section__deskr {
    font-size: 16px;
    line-height: 24px;
    color: #effcfd;
    font-family: montserrat-regular, sans-serif;
    max-width: 800px;
    margin-bottom: 3px
}

.free-consultation-section .egg__button-section__wrapper.egg__button-section__wrapper--white>.wp-block-button__link {
    width: 310px
}

.our-partners-section {
    margin-bottom: 68px
}

.our-partners-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #0c59a1;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 18px
}

.our-partners-section__deskr {
    max-width: 1330px;
    margin: 0 auto 45px;
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.our-partners-section__img-title {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-regular, sans-serif;
    text-transform: uppercase
}

.latest-posts-section {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #0c59a1 0%, #45cbba 100%);
    margin-bottom: 100px
}

.latest-posts-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #fff;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 30px
}

.latest-posts-card * {
    color: #fff
}

.latest-posts-card .uagb-post__inner-wrap {
    background: 0 0!important;
    border-radius: 15px!important;
    overflow: hidden!important;
    margin-bottom: 35px!important
}

.latest-posts-card .uagb-post__title {
    color: #fff!important;
    margin-bottom: 15px;
    margin-top: 25px;
    font-family: montserrat-semibold, sans-serif;
    font-size: 20px;
    line-height: 22px
}

.latest-posts-card .uagb-post__title a {
    color: #fff!important
}

.latest-posts-card .uagb-post__text .uagb-post-grid-byline * {
    color: #fff!important
}

.latest-posts-card .uagb-post__text .uagb-post-grid-byline .uagb-post__author a {
    color: #fff!important
}

.latest-posts-card .uagb-post__text .uagb-post__cta {
    background: 0 0!important;
    display: flex;
    justify-content: flex-end
}

.latest-posts-card .uagb-post-grid .uagb-post__link {
    font-size: 16px;
    line-height: 22px;
    font-family: montserrat-bold, sans-serif
}

.latest-posts-section .egg__button-section__wrapper>.wp-block-button__link {
    margin: 0 auto 40px
}

.form-section {
    margin-bottom: 75px
}

.form-section__deskr {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.form-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 32px
}

.form-section .form-section__row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 38px;
    margin-top: 43px
}

.form-section .form-input {
    width: 448px;
    height: 50px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #94afb5;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    outline: none
}

.form-section .form-section__row--search .form-input,
.form-section .form-section__row--search .range-input-wrapper {
    width: 330px
}

.form-section .form-section__row--search .range-input-wrapper .input-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.form-section .form-section__row--search .range-input-wrapper .form-input {
    width: 145px;
    text-align: center
}

.form-section .form-textarea {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #94afb5;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.form-section .form-label {
    position: absolute;
    top: -12px;
    left: -7px;
    background: #fff;
    padding: 0 5px;
    color: #2f3d3c;
    font-size: 14px;
    line-height: 24px;
    font-family: montserrat-regular, sans-serif
}

.input-wrapper {
    position: relative
}

.form-section input[type=checkbox] {
    display: none
}

.form-section input[type=checkbox]+label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #94afb5;
    border-radius: 3px;
    background-color: #fff;
    margin: -5px 5px 0 0;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
    font-size: 14px;
    line-height: 14px
}

.form-section input[type=checkbox]:checked+label:before {
    color: #2f3d3c
}

.input-wrapper span.wpcf7-list-item {
    margin-left: 0
}

.input-wrapper .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.input-wrapper--checkbox {
    margin-top: 10px
}

.form-section input[type=submit] {
    -webkit-appearance: none;
    padding: 5px 0;
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: montserrat-bold, sans-serif;
    text-transform: uppercase;
    width: 250px;
    border-radius: 25px;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2);
    background-image: linear-gradient(126deg, #8ebeea 1%, #5f9bd2 100%);;
    transition: all .8s ease-in-out;
    margin: 5px auto 0;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer
}

.form-section .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none!important
}

.form-section input[type=submit]:hover {
    background-image: linear-gradient(126deg, #20486d 1%, #5f9bd2 100%);
    transition: all .8s ease-in-out
}

.checkbox-wrapper {
    width: auto;
    display: inline-block;
    position: relative
}

.checkbox-wrapper:after {
    content: url(../images/button-arrow.png);
    width: 10px;
    height: 5px;
    position: absolute;
    right: 7px;
    top: 15px
}

.checkbox-inner-wrapper {
    width: 100%;
    display: flex;
    justify-content: center
}

.input-wrapper--textarea {
    width: 100%
}

.latest-posts-card .uagb-post__excerpt {
    font-size: 16px;
    line-height: 22px;
    font-family: montserrat-light, sans-serif
}

.input-wrapper--checkbox span.wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.benefits-section {
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%);
    margin-bottom: 100px
}

.benefits-section__text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: montserrat-regular, sans-serif
}

.benefits-section__title {
    font-size: 70px;
    letter-spacing: -4px;
    line-height: 70px;
    color: #fff;
    font-family: Montserrat-Bold, sans-serif
}

header {
    margin-bottom: 25px
}

.center-egg-donation-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #69b3f9;
    font-family: Montserrat-Bold, sans-serif;
    margin-bottom: 25px
}

.center-egg-donation-section__text {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: Montserrat-Light, sans-serif
}

.center-egg-donation-section__list {
    font-size: 18px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: Montserrat-Light, sans-serif
}

.center-egg-donation-section .egg__button-section__wrapper .wp-block-button__link,
.why-choose-our-surrogacy .egg__button-section__wrapper .wp-block-button__link,
.forceful-fertility-section .egg__button-section__wrapper .wp-block-button__link,
.meet-sperm-donors-section .egg__button-section__wrapper .wp-block-button__link,
.top-section .egg__button-section__wrapper .wp-block-button__link {
    margin: 0 auto
}

.asiaeggdonors__list {
    margin: 0 0 30px;
    padding: 0
}

.asiaeggdonors__list li {
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    margin-bottom: 20px
}

.asiaeggdonors__list li:before {
    font-family: montserrat-regular, sans-serif;
    font-weight: 400;
    color: #6e9fbd;
    content: "•";
    padding-right: 8px;
    font-size: 50px;
    line-height: 30px;
    vertical-align: text-bottom
}

.center-egg-donation-section .uagb-column__inner-wrap {
    padding: 0!important
}

.center-egg-donation-section .egg__button-section__wrapper {
    /*margin-top: 60px*/
}

.center-egg-donation-section {
    margin-bottom: 80px
}

.why-choose-our-surrogacy {
    margin-bottom: 95px
}

.why-choose-our-surrogacy__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 15px
}

.why-choose-our-surrogacy__text {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    margin-bottom: 40px;
    font-family: montserrat-light, sans-serif
}

.why-choose-our-surrogacy__text--last {
    margin-bottom: 66px
}

.why-choose-our-surrogacy__subtitle {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 34px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 14px
}

.why-us-our-partners-section {
    margin-bottom: 100px
}

.why-us-our-partners-section__card-text {
    font-size: 16px;
    line-height: 22px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.top-section {
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%);
    margin-bottom: 100px
}

.advanced-section__title {
    margin-bottom: 25px
}

.section__text {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.database-top-section__text {
    color: #fff
}

.genetic-screening-section .section__text {
    color: #effcfd;
    font-family: montserrat-medium, sans-serif
}

.forceful-fertility-section__title {
    margin-bottom: 25px
}

.advanced-section__text {
    color: #fff
}

.advanced-section {
    margin-bottom: 45px
}

.forceful-fertility-section {
    margin-bottom: 100px
}

.services-egg-donation-section {
    color: #fff
}

.forceful-fertility-section .egg__button-section__wrapper .wp-block-button__link {
    margin-top: 35px
}

.services-egg-donation-section {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%)
}

.services-egg-donation-section__title {
    margin-bottom: 25px;
    color: #fff
}

.services-egg-donation-section .section__text {
    margin-bottom: 25px;
    color: #effcfd;
    font-family: montserrat-medium, sans-serif
}

.services-egg-donation-section .section-title-h3 {
    margin: 55px 0 10px
}

.asiaeggdonors__list--services {
    padding: 0 0 0 20px;
    color: #effcfd;
    margin-bottom: 0
}

.asiaeggdonors__list--services li {
    font-size: 16px;
    line-height: 22px;
    color: #effcfd;
    font-family: montserrat-regular, sans-serif
}

.services-egg-donation-section .egg__button-section__wrapper,
.two-column-section .egg__button-section__wrapper,
.genetic-screening-section .egg__button-section__wrapper {
    display: flex;
    justify-content: flex-end
}

.services-egg-donation-section .egg__button-section__wrapper .wp-block-button__link {
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 20px
}

.genetic-screening-section .egg__button-section__wrapper .wp-block-button__link {
    margin-right: 30px
}

.two-column-section .egg__button-section__wrapper {
    margin-bottom: 10px
}

.two-column-section .egg__button-section__wrapper .wp-block-button__link {
    margin-right: 30px;
    margin-top: 8px
}

.services-egg-donation-section .egg__button-section__wrapper {
    margin-top: 0
}

.services-egg-donation-section,
.two-column-section {
    margin-bottom: 30px
}

.services-list {
    font-size: 16px;
    line-height: 22px;
    color: #effcfd;
    font-family: montserrat-medium, sans-serif;
    margin-bottom: 22px;
    margin-top: 22px
}

.two-column-section__column--left {
    background-image: linear-gradient(to bottom right, #0c59a1, #458dc0);
    border-radius: 30px
}

.two-column-section__column--right {
    background-image: linear-gradient(to bottom, #5dbc97, #448eb8);
    border-radius: 30px
}

.genetic-screening-section {
    background-image: linear-gradient(to right bottom, #627cc8, #5784c9, #518bc8, #4f92c5, #5298c2, #529dc1, #55a2c0, #59a6bf, #58abbf, #58afbf, #5ab4be, #0c59a1);
    border-radius: 30px
}

.two-column-section .section__text {
    color: #effcfd;
    font-family: montserrat-medium, sans-serif
}

.two-column-section .two-column-section__title {
    color: #fff;
    margin-bottom: 25px
}

.two-column-section .two-column-section__title-h3 {
    margin-top: 25px;
    margin-bottom: 16px
}

.two-column-section .two-column-section__column--right .egg__button-section__wrapper .wp-block-button__link {
    margin-top: 63px
}

.genetic-screening-section {
    margin-bottom: 100px
}

.meet-sperm-donors-section {
    margin-bottom: 85px
}

.sperm-donors-img-section {
    margin-top: 80px;
    margin-bottom: 60px
}

.sperm-donors-section__title {
    margin-bottom: 30px
}

.sperm-donors-section p {
    margin-bottom: 5px
}

.sperm-donors-section {
    margin-bottom: 40px
}

.search-database-section__subtitle {
    color: #6e9fbd;
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 28px;
    margin-top: 46px
}

.top-section .egg__button-section__wrapper .wp-block-button__link {
    margin-top: 36px
}

.enhanced-egg-donor {
    margin-bottom: 58px
}

.enhanced-egg-donor__title>span {
    color: #eeae53
}

.search-database-section p {
    margin-bottom: 24px;
    line-height: 24px
}

.find-egg-donor-database-section .services-list {
    color: #fff;
    padding-left: 25px
}

.find-egg-donor-database-section .services-list li {
    font-family: montserrat-light, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px
}

.find-egg-donor-database-section p {
    color: #fff;
    font-size: 18px
}

.find-egg-donor-database-section {
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%)
    border-radius: 30px;
    color: #fff
}

.find-egg-donor-database-section__title {
    color: #fff;
    margin-bottom: 30px
}

.find-egg-donor-database-section {
    margin-bottom: 100px
}

.find-egg-donor-database-section .egg__button-section__wrapper .wp-block-button__link {
    margin: 60px auto 0
}

.reliable-asian-section .egg__button-section__wrapper>.wp-block-button__link {
    width: 377px
}

.our-values-section .section__text {
    font-family: montserrat-regular, sans-serif
}

.our-values-section h2,
.our-values-section p {
    margin-left: 650px
}

.our-values-section p {
    max-width: 695px
}

.picture-section .picture-section__column-wrapper img {
    z-index: 2
}

.egg-donation-section {
    margin-bottom: 100px
}

.our-mission-section {
    border-radius: 30px;
    background: #e4eeef
}

.our-mission-section p {
    margin-bottom: 43px;
    max-width: 1355px
}

.our-mission-section .egg__button-section__wrapper>.wp-block-button__link {
    margin: auto
}

.what-makes-column {
    position: relative
}

.what-makes-column--numbers {
    position: absolute;
    font-family: montserrat-bold, sans-serif;
    font-size: 120px;
    color: #e4eeef;
    top: -67px;
    z-index: -1;
    left: -5px;
    letter-spacing: -8px
}

.what-makes-column .why-choose-our-surrogacy__subtitle {
    margin-left: 105px;
    min-height: 70px
}

.what-makes-columns-wrapper-2 .what-makes-column .why-choose-our-surrogacy__subtitle {
    margin-left: 130px
}

.what-makes-column-section {
    margin-top: -140px
}

.what-makes-column-section .what-makes-column p {
    max-width: 450px
}

.about-company-button-wrapper .egg__button-section__wrapper .wp-block-button__link {
    width: 200px
}

.our-values-section {
    margin-bottom: 60px
}

.picture-section {
    margin-bottom: 50px
}

.screening-section {
    margin-bottom: 40px
}

.reasons-section {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #290c5d 0%, #45cbba 100%)
}

.reasons-section p,
.reasons-section h3 {
    color: #fff
}

.reasons-section .services-list {
    font-family: montserrat-light, sans-serif;
    padding-left: 18px;
    max-width: 625px
}

.reasons-section .services-list li {
    margin-bottom: 18px
}

.reasons-section h3 {
    margin-bottom: 25px;
    font-size: 40px
}

.reasons-apply-section .services-list li>span {
    color: #2f3d3c
}

.reasons-apply-section .services-list {
    padding-left: 18px;
    max-width: 625px
}

.reasons-apply-section .services-list li {
    color: #0c59a1;
    font-family: montserrat-light, sans-serif;
    margin-bottom: 18px
}

.reasons-apply-section .egg__button-section__wrapper .wp-block-button__link {
    margin: 50px auto auto;
    width: 333px
}

.faq-section {
    border-radius: 30px;
    background: #e4eeef
}

.egg-donation-accordion .advgb-accordion-header {
    background-color: transparent!important;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2);
    background-image: linear-gradient(126deg, #fff 0%, #e0f0f3 100%);
    outline: none;
    color: #2f3d3c;
    max-width: 687px;
    padding: 15px 40px 15px 30px
}

.egg-donation-accordion .advgb-accordion-header h4 {
    font-size: 16px;
    line-height: 20px;
    color: #2f3d3c;
    font-family: montserrat-bold, sans-serif
}

.egg-donation-accordion .ui-accordion-header-active {
    border-radius: 25px 25px 0 0!important;
    z-index: 1;
    position: static;
    background-image: linear-gradient(to right top, #fffffb, #fbfdf9, #f7fbf8, #f4f9f8, #f1f7f7, #f0f6f6, #eff4f6, #eef3f5, #edf3f4, #ecf2f4, #ecf2f3, #ebf1f2);
    padding-right: 25px
}

.egg-donation-accordion .ui-accordion-content-active {
    max-width: 687px;
    border-radius: 0 0 25px 25px!important;
    box-shadow: rgba(17, 63, 114, .2) 3px 4px 4px;
    background-image: linear-gradient(126deg, #fff 0%, #e0f0f3 100%);
    z-index: 2;
    margin-top: -1px;
    padding: 5px 25px 15px 30px
}

.what-makes-column-section-2 {
    margin-top: 97px
}

.best-ivf-column .services-list {
    margin-top: 0;
    margin-bottom: 0
}

.advgb-accordion-header-icon {
    line-height: 1
}

.egg-donor-screening-section .services-list {
    max-width: 405px
}

.reasons-section .egg-donation-step-heading {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 14px;
    font-family: montserrat-bold, sans-serif
}

.egg-donation-process-title {
    color: #fff;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 50px;
    font-family: montserrat-bold, sans-serif;
    max-width: 800px;
    margin: auto
}

.egg-donation-process .heading-text {
    max-width: 1230px;
    margin: 25px auto 45px
}

.egg-donation-process__column .section__text {
    max-width: 405px
}

.contacts-info-box h3 {
    color: #6e9fbd;
    letter-spacing: -2px;
    font-size: 30px;
    line-height: 45px;
    font-family: montserrat-bold, sans-serif
}

.contacts-info-box p,
.contacts-info-box a {
    color: #2f3d3c;
    font-size: 20px;
    line-height: 30px;
    font-family: montserrat-light, sans-serif
}

.section-map {
    height: 665px;
    border-radius: 30px
}

.egg-donors-blog-article {
    width: 32%;
    margin-bottom: 45px;
    position: relative;
    /*min-height: 630px*/
    min-height: 530px;
}

.blog-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0
}

.blog-img {
    width: 100%;
    border-radius: 15px 15px 0 0
}

.blog-top-section {
    padding: 40px 0 50px;
    margin-top: 30px
}

.blog-top-section h1 {
    margin-top: 30px;
    text-align: center
}

.breadcrums-link {
    text-decoration: none;
    color: #fff
}

.breadcrums-link:hover {
    text-decoration: none;
    color: #fff
}

.blog-post-title,
.blog-post-title a {
    font-size: 20px;
    line-height: 22px;
    color: #2f3d3c;
    font-family: montserrat-semibold, sans-serif
}

.blog-post-title a:hover {
    text-decoration: none;
    color: #2f3d3c
}

.post-blog-meta .dashicons {
    color: #5db7bb
}

.blog-post-title {
    margin-top: 25px;
    margin-bottom: 10px
}

.post-blog-meta a {
    color: #2f3d3c
}

.post-blog-meta a:hover {
    color: #2f3d3c;
    text-decoration: none
}

.post-blog-meta__span {
    margin-right: 10px;
    color: #2f3d3c;
    font-size: 14px;
    font-family: montserrat-medium, sans-serif
}

.post-blog-meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    align-content: center
}

.egg-donors-blog-article p {
    width: 100%;
    color: #2f3d3c;
    font-size: 16px;
    line-height: 22px;
    font-family: montserrat-light, sans-serif
}

.read-more__wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0
}

.read-more__link {
    color: #2f3d3c!important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-family: montserrat-bold, sans-serif;
    cursor: pointer
}

.read-more__link:hover {
    text-decoration: none;
    color: #66bcc0!important
}

.blog-bottom-section {
    color: #fff;
    border-radius: 30px;
    padding: 60px 0 25px;
    margin-bottom: 95px;
    background: url(../images/blog-bottom-img.jpg) center center no-repeat;
    background-size: cover
}

.blog-bottom-section__title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 56px;
    color: #fff;
    font-family: montserrat-bold, sans-serif;
    text-align: center
}

.blog-bottom-section__button-wrapper {
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.blog-bottom-section__button-wrapper .egg__button-section__wrapper--white {
    margin-right: 50px
}

.blog-top-section--single .post-blog-meta .dashicons {
    color: #fff
}

.blog-top-section--single .post-blog-meta a {
    color: #fff
}

.blog-top-section--single .post-blog-meta a:hover {
    color: #fff;
    text-decoration: none
}

.blog-top-section--single .post-blog-meta__span {
    margin-right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: montserrat-medium, sans-serif
}

.row-blog-single h1 {
    text-align: left
}

.row-blog-single ul {
    list-style: none;
    padding: 0 15px;
    margin-bottom: 35px
}

.row-blog-single ol {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.row-blog-single ol {
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 35px
}

.row-blog-single ol>li:before {
    counter-increment: item;
    content: counter(item) ".  ";
    font-family: montserrat-semibold, sans-serif;
    width: 17px;
    display: inline-block
}

.row-blog-single ul li:before {
    color: #0c59a1;
    content: "\2022";
    font-size: 46px;
    font-weight: 700;
    left: -18px;
    line-height: 18px;
    position: absolute;
    top: 0
}

.row-blog-single {
    /*max-width: 926px;*/
    max-width: 1150px;
    margin: 0 auto
}

.blog-top-section--single {
    margin-bottom: 85px
}

.row-blog-single article img {
    width: 100%;
    height: auto
}

.row-blog-single article iframe {
    width: 100%
}

.row-blog-single article p {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    margin-bottom: 35px
}

.row-blog-single a {
    color: #5db7bb;
    font-weight: 600
}

.row-blog-single a:hover {
    color: #2f3d3c
}

.row-blog-single .blog-post-text,
.row-blog-single ul li {
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    position: relative
}

.row-blog-single h2,
.row-blog-single h3,
.row-blog-single h4 {
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    text-align: left!important
}

.row-blog-single h2 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 46px;
    margin-bottom: 20px
}

.row-blog-single h3 {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 46px;
    margin-bottom: 20px
}

.row-blog-single h4 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 46px
}

.row-blog-single .egg__button-section__wrapper .wp-block-button__link,
.row-blog-single .btn {
    margin: auto;
    display: inline-block;
    padding: 5px 25px;
    width: auto;
    max-width: 240px;
    white-space: normal
}

.blog-bottom-section--single {
    /*margin-top: 95px*/
}

.egg__button-section__wrapper--center .wp-block-button__link {
    margin: auto
}

body.single-post .blog-top-section h1 {
    text-align: left
}

.meet-our-donors-section__columns .uagb-ifb-image-content {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.meet-our-donors-section__columns .uagb-ifb-image-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(93, 184, 188, .45);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease
}

a.donor-link {
    display: block
}

.uagb-ifb-image-content img.round-img {
    height: 210px!important;
    width: 210px!important
}

.meet-our-donors-section__columns .uagb-ifb-image-content>img,
.uagb-ifb-image-content img.round-img {
    display: block;
    border-radius: 50%!important;
    height: 210px;
    width: 210px;
    transition: all .5s ease
}

.uagb-ifb-image-content img.square-img {
    border-radius: 0 50% 50% 0!important;
    transition: all .5s ease;
    display: block
}

.meet-our-donors-section__columns .uagb-ifb-image-content--square-img:after {
    border-radius: 10px 50% 50% 10px;
    cursor: pointer
}

.meet-our-donors-section__columns a.donor-link:hover .uagb-ifb-image-content:after {
    box-shadow: inset 0 0 0 19px rgba(93, 184, 188, .45)
}

.foto-no-border .uagb-ifb-image-content img {
    height: 230px;
    width: 230px
}

.foto-no-border .uagb-ifb-image-content:after {
    box-shadow: none
}

.foto-no-border .uagb-ifb-image-content:hover:after {
    box-shadow: none
}

.uagb-post-grid .uagb-post__text .uagb-post-grid-byline>* {
    margin-right: 5px!important
}

.latest-posts-card article .uagb-post__inner-wrap {
    position: relative
}

.latest-posts-card .uagb-post__text .uagb-post__cta>a {
    position: absolute;
    bottom: 0
}

ul.pagination {
    margin: 10px auto 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

ul.pagination li a,
ul.pagination li.active span {
    color: #5db7bb;
    font-family: montserrat-bold, sans-serif;
    font-size: 16px;
    /*padding: 20px;*/
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

ul.pagination li.active span {
    border: 2px solid #5db7bb;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 20px 0
}

ul.pagination li a.prev.page-numbers,
ul.pagination li a.next.page-numbers {
    font-size: 45px;
    font-family: montserrat-light, sans-serif
}

.login-register-form-container,
.wpum-action-links {
    max-width: 448px;
    margin: 0 auto;
    margin-bottom: 40px
}

.profile-password-form-container {
    margin-bottom: 40px
}

.database-login-ok-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center
}

.row--padding__database-login-ok {
    display: flex;
    justify-content: space-between
}

select.form-input option {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    outline: none
}

.search-form {
    margin-top: 130px;
    margin-bottom: 130px
}

.top-section--database-login {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto
}

.egg__button-section__wrapper>.wp-block-button__link.search-button-database {
    width: 185px
}

.search-database-h2 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 50px;
    margin-bottom: 40px
}

.form-section-wrapper-login {
    width: 1401px;
    margin: 0 auto
}

form.mc4wp-form.mc4wp-form-1049 {
    background-image: linear-gradient(126deg, #8ebeea 1%, #5f9bd2 100%);;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px
}

form.mc4wp-form.mc4wp-form-1049 input[type=email] {
    padding-left: 10px;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    line-height: 39px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    border: none;
    margin-bottom: 20px
}

form.mc4wp-form.mc4wp-form-1049 input[type=submit] {
    background-image: linear-gradient(126deg, #fff 0%, #cde6ec 100%);
    color: #2f3d3c!important;
    transition: all .8s ease-in-out;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2);
    padding: 0;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    font-family: montserrat-bold, sans-serif;
    text-transform: uppercase;
    width: 100%;
    border-radius: 20px;
    border: none;
    cursor: pointer
}

form.mc4wp-form.mc4wp-form-1049 input[type=submit]:hover {
    background-image: linear-gradient(126deg, #fff 0%, #fff 100%);
    transition: all .8s ease-in-out
}

.database-login-ok-item--search {
    width: 49%;
    border-radius: 10px;
    box-shadow: -3.464px 2px 16px rgba(17, 63, 114, .2);
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    height: 280px;
    font-size: 14px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    margin-bottom: 20px;
    position: relative
}

.add-to-favourites {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 12px;
    line-height: 24px;
    color: #94afb5;
    font-family: montserrat-regular, sans-serif;
    z-index: 999
}

.add-to-favourites .star {
    margin-left: 10px
}

.database-login-ok-item--search .uagb-ifb-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.database-login-ok-item--search .uagb-ifb-text-wrap--col-1,
.database-login-ok-item--search .uagb-ifb-text-wrap--col-2 {
    width: 31%;
    text-align: left
}

.database-login-ok-item--search .uagb-ifb-image-icon-content {
    width: 38%;
    text-align: left
}

.uagb-ifb-text-wrap--col-1,
.uagb-ifb-text-wrap--col-2 {
    margin-top: 50px
}

.row--padding__database-login-ok-search {
    justify-content: space-between
}

.uagb-ifb-text-wrap--col-1 span,
.uagb-ifb-text-wrap--col-2 span {
    padding-bottom: 5px;
    display: inline-block
}

.database-login-ok-item--search .uagb-ifb-image-content img.square-img {
    height: 280px!important;
    width: 280px!important
}

.search-image-container {
    width: 230px;
    height: 280px;
    border-radius: 10px 50% 50% 10px!important;
    transition: all .5s ease;
    display: inline-block;
    cursor: pointer
}

.more-details-button {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 39px;
    color: #fff;
    text-align: center;
    font-family: montserrat-bold, sans-serif;
    border-radius: 20px 0 0 20px;
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2);
    background-image: linear-gradient(126deg, #8ebeea 1%, #5f9bd2 100%);;
    transition: all .8s ease-in-out;
    margin-top: 10px
}

.more-details-button:hover {
    color: #fff;
    background-image: linear-gradient(126deg, #20486d 1%, #5f9bd2 100%);
    transition: all .8s ease-in-out
}

.form-section--search {
    margin-top: 90px
}

.egg__button-section__wrapper--center .wp-block-button__link.search-button-database--new {
    margin-top: 15px;
    margin-bottom: 55px;
    display: block
}

.nav-tabs .nav-link {
    width: 272px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    background-color: #e9eeef;
    border: 1px solid #b4c8c8;
    border-bottom: none;
    padding: 28px 0;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 24px;
    color: #0c59a1;
    font-family: montserrat-regular, sans-serif;
    margin: 0 5px
}

.nav-tabs .nav-item:first-child .nav-link {
    margin-left: 30px
}

.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 30px;
    position: relative
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border: 1px solid rgba(180, 200, 200, .66);
    border-bottom: none;
    box-shadow: 0 57px 15px -1px #fff, 0 2px -1px -2px rgba(17, 63, 114, .2);
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 24px;
    color: #0c59a1;
    font-family: montserrat-regular, sans-serif;
    z-index: 3;
    position: relative
}

.tab-content {
    border-radius: 6px;
    box-shadow: 0 0 29px rgba(17, 63, 114, .27);
    background-color: #fff;
    border: 1px solid rgba(180, 200, 200, .66);
    padding: 53px 30px 50px;
    z-index: 2;
    position: relative
}

.nav-tabs {
    border-bottom: none
}

.tab-column-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.tab-column-wrapper .tab-column {
    width: 49%
}

.profile-blue-block {
    border-radius: 6px;
    background-color: #ddebec;
    font-size: 16px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    padding: 5px 10px
}

.profile-white-block {
    padding: 10px 5px 15px 10px;
    font-size: 18px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-semibold, sans-serif
}

.profile-gallery-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 75px
}

.profile-gallery-column {
    width: 49%
}

.profile-gallery-column__title {
    font-size: 26px;
    line-height: 24px;
    color: #6e9fbd;
    font-family: montserrat-bold, sans-serif;
    margin-bottom: 20px
}

.profile-gallery-column--foto {
    position: relative
}

.profile-gallery-column.profile-gallery-column--foto img.profile-gallery-img {
    max-height: 600px;
    width: auto;
    margin: 0 auto;
    display: block
}

.add-to-favourites {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.profile-gallery-column.profile-gallery-column--foto .add-to-favourites {
    border-radius: 6px;
    background-color: #45cc99;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 5px 15px;
    width: 182px;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.add-to-favourites .star {
    background: url(../images/star.png) center center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block
}

.profile-gallery-column.profile-gallery-column--foto .add-to-favourites .star {
    background: url(../images/star-not-grey.png) center center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block
}

.profile-gallery-column.profile-gallery-column--foto .add-to-favourites .star--yellow {
    background: url(../images/star-yellow.png) center center no-repeat
}

.add-to-favourites .star--yellow {
    background: url(../images/star-yellow.png) center center no-repeat
}

.profile-gallery--img-wrapper {
    margin-bottom: 30px
}

.profile-gallery-button-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #8ba09e;
    width: calc(100% - 200px);
    font-family: montserrat-regular, sans-serif
}

.profile-gallery-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.profile-gallery-button-wrapper .button-left,
.profile-gallery-button-wrapper .button-right {
    position: absolute;
    right: -15px;
    bottom: -20px
}

.profile-gallery-button-wrapper .button-left {
    right: 40px
}

.profile-gallery-button-wrapper .number-foto {
    font-size: 30px;
    line-height: 24px;
    color: #45cc99;
    font-family: montserrat-regular, sans-serif
}

.profile-gallery-button-wrapper .horizontal-line {
    height: 1px;
    background-color: #d1d9d9;
    width: 90%
}

.profile-gallery-button-wrapper span {
    margin-right: 5px;
    margin-left: 5px
}

div.search-button-section {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center
}

.reset-button-database__wrapper {
    width: auto;
    display: inline-block;
    position: relative;
    margin-right: 37px
}

.reset-button-database__wrapper:after {
    content: url(../images/button-arrow.png);
    width: 10px;
    height: 5px;
    position: absolute;
    right: 7px;
    top: 15px
}

.reset-button-database__wrapper input[type=submit] {
    width: 185px
}

.reset-button-database__wrapper input[type=submit].search-button-database {
    background-image: linear-gradient(90deg, #f3ae21, #ffb724)
}

.reset-button-database__wrapper input[type=submit].search-button-database:hover {
    background-image: linear-gradient(90deg, #f9a906, #ffab00)
}

.reset-button-database__wrapper input[type=submit].reset-button-database {
    border: 1px solid #0c59a1;
    color: #0c59a1;
    background: #fff
}

.reset-button-database__wrapper input[type=submit].reset-button-database:hover {
    color: #fff;
    border-radius: 25px;
    background: #3273b0
}

.wpum-account-navigation ul li a,
.wpum-account-navigation ul li a:hover {
    color: #0c59a1
}

.wpum-template h2 {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 34px;
    color: #0c59a1;
    font-family: montserrat-bold, sans-serif;
    text-align: center;
    margin-bottom: 20px
}

.wpum-form.form-section .form-section__row {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.wpum-template a,
.wpum-template a:hover {
    color: #0c59a1
}

.wpum-template {
    font-size: 14px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.wpum-template .profile-navbar a {
    font-family: montserrat-bold, sans-serif
}

.wpum-action-links {
    font-size: 14px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.wpum-action-links li a,
.wpum-action-links li a:hover {
    color: #0c59a1
}

.wpum-already-logged-in {
    font-size: 14px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif
}

.wpum-already-logged-in a,
.wpum-already-logged-in a:hover {
    color: #2f3d3c
}

.wpum-message.info {
    background-color: #dbecf3;
    border-color: #dbecf3
}

.how-it-works-section__column-wrapper .how-it-works-section__infobox .uagb-ifb-title-wrap {
    z-index: 2;
    position: relative
}

.how-it-works-section__column-wrapper .how-it-works-section__infobox .uagb-ifb-imgicon-wrap .uagb-ifb-image-content {
    z-index: 1;
    position: relative
}


.how-it-works-section__column-wrapper .how-it-works-section__infobox h3.uagb-ifb-title {
    letter-spacing: -2px;
    font-family: montserrat-bold, sans-serif;
    z-index: 2;
    /*margin-top: -70px;
    margin-left: 60px*/
}

.not-found-text-oops {
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 70px;
    color: #0c59a1;
    font-family: montserrat-bold, sans-serif
}

.not-found-numbers {
    font-size: 200px;
    letter-spacing: -8px;
    line-height: 50px;
    color: #0c59a1;
    font-family: montserrat-bold, sans-serif;
    margin: 55px auto 110px
}

.page-not-found-text {
    font-size: 20px;
    line-height: 24px;
    color: #2f3d3c;
    font-family: montserrat-medium, sans-serif
}

.blog-container .search-form-container {
    margin: 0 auto
}

.blog-search-form {
    position: relative
}

.form-section .blog-search-form .form-input {
    width: 680px
}

.blog-search-form .blog-search-form-btn {
    background: url(../images/musica-searcher.png) center center no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    outline: none
}

.post-tags {
    margin-top: 50px;
    margin-bottom: 30px
}

.post-share {
    margin-bottom: 65px
}

.post-share a i,
.social-fixed a i {
    color: #5db7bb;
    font-size: 18px
}

.post-share a {
    margin: 0 5px;
    display: inline-block
}

.post-share a:hover i,
.social-fixed a:hover i {
    color: #2f3d3c
}

.social-fixed a {
    display: block;
    margin: 5px 0
}

.social-fixed a.social-fixed__link--twitter,
.post-share a.social__link--twitter {
    display: none
}

.social-fixed {
    position: fixed;
    top: 60vh;
    right: 10px;
    margin-bottom: 0;
    z-index: 999
}

.row-blog-single .btn {
    background-image: linear-gradient(90deg, #f3ae21, #ffb724);
    box-shadow: 3px 4px 4px rgba(17, 63, 114, .2);
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    font-family: montserrat-bold, sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all .8s ease-in-out;
    position: relative;
    margin: auto;
    margin-top: 30px
}

.row-blog-single .btn:after {
    content: '';
    position: absolute;
    background: url(../images/button-arrow.png) center center no-repeat;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 42px
}

.row-blog-single .btn:hover {
    background-image: linear-gradient(90deg, #f9a906, #ffab00)
}

.author-info-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px
}

.author-image {
    width: 198px;
    height: 198px;
    border-radius: 99px;
    margin-right: 30px
}

.author-text h3 {
    font-family: montserrat-bold, sans-serif;
    font-size: 26px;
    line-height: 22px;
    color: #2f3d3c
}

.author-text .author-description {
    font-size: 16px;
    line-height: 22px;
    color: #2f3d3c;
    font-family: montserrat-light, sans-serif;
    margin: 14px 10px 14px auto
}

.author-text .post-share {
    margin-bottom: 0
}

.author-share>p {
    margin-bottom: 0
}

.back-to-top {
    position: fixed;
    right: 5px;
    bottom: 50px;
    display: none;
    z-index: 9999;
    background: #0c59a1;
    height: 44px;
    width: 44px;
    border-radius: 10px;
    text-align: center;
    padding: 9px 0 8px;
    box-shadow: -1px 1px 21px -9px
}

.back-to-top img {
    height: 28px
}

.back-to-top i {
    color: #5db7bb;
    font-size: 35px
}

.back-to-top.active {
    display: block
}

.main-footer-info__column ul>li span {
    line-height: 30px
}

.uagb-post-grid .uagb-post__image img {
    height: auto
}

.arrow-profile-gallery-img {
    position: absolute;
    top: 35%;
    cursor: pointer
}

.arrow-profile-gallery-img>img {
    width: 40px;
    height: 40px;
    z-index: 2;
    position: relative
}

.arrow-profile-gallery-img__left {
    left: 10px
}

.arrow-profile-gallery-img__right {
    right: 10px
}
h1.title 
{
    color: #f0b53d !important;
    font-size: 130px;
    text-align: right;
    padding-right: 3px;
    font-weight: 800;
    z-index: 1;
    letter-spacing: -6px;
    background: url(../images/title.jpg) no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-transform: uppercase;
   font-family:  montserrat-bold, sans-serif;


}

@media(min-width:1980px) {
    .top-title-section {
        min-height: 1390px;
        margin-top: -360px;
        padding-top: 530px!important
    }
}

@media(max-width:1600px) {
    .top-title-section {
        min-height: 930px;
        margin-top: -265px;
        /*padding-top: 335px!important*/
        padding-top: 204px!important
    }
    h1.title 
    {
        
        font-size: 110px;
    }
}

@media(max-width:1500px) {
    .header-menu__wrapper>.row>.col-md-8 {
        padding: 0
    }
    .header-menu__wrapper .top-menu>li {
        margin-right: 30px
    }
}

@media(max-width:1500px) {
    .genetic-screening-section,
    .two-column-section,
    .services-egg-donation-section,
    .forceful-fertility-section,
    .genetic-screening-section,
    .meet-sperm-donors-section,
    .sperm-donors-section,
    .find-egg-donor-database-section,
    .our-mission-section,
    .faq-section,
    .reasons-apply-section,
    .reasons-section,
    .contact-3column-section,
    .map-section,
    .more-than-section,
    .center-egg-donation-section,
    .why-choose-our-surrogacy,
    .why-us-our-partners-section,
    .sperm-donors-img-section,
    .form-section--search-form,
    .page-not-found-section {
        width: 95%!important
    }
    .blog-container .form-section {
        width: 100%!important
    }
    .sperm-donors-img-section,
    .search-form,
    .form-section--search-form {
        margin-right: auto;
        margin-left: auto
    }
    .egg-donation-accordion .advgb-accordion-header,
    .egg-donation-accordion .ui-accordion-content-active,
    .home-3column-section,
    .form-section,
    .meet-our-donors-section,
    .why-choose-section,
    .info-section,
    .free-consultation-section,
    .latest-posts-section,
    .how-it-works-section,
    .what-makes-column-section {
        width: 95%
    }
    .form-section--search-form .form-section__row--search .form-input,
    .form-section--search-form .form-section__row--search .range-input-wrapper {
        width: 290px
    }
    .row-blog-single{
    	max-width: 1100px;
    }
}

@media(max-width:1461px) {
    .egg__button-section__wrapper>.wp-block-button__link {
        font-size: 14px;
        line-height: 30px;
        width: 215px
    }
    .row-blog-single .btn {
        font-size: 14px;
        line-height: 30px
    }
    .meet-our-donors-section--database-log-ok .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 225px!important;
        max-width: 225px!important
    }
}

@media(max-width:1440px) {
    .meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 170px!important;
        max-width: 170px!important
    }
    .meet-our-donors-section--database-log-ok .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 150px!important;
        max-width: 150px!important
    }
    .form-section .form-section__row--search .form-input,
    .form-section .form-section__row--search .range-input-wrapper {
        width: 300px
    }
    .database-login-ok-item {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 20px;
        text-align: center
    }
    .top-title-section {
        min-height: 789px;
        margin-top: -270px;
        padding-top: 190px;
        /*padding-top: 320px!important*/
    }
    h1.title 
    {
        font-size: 110px;
        padding-right: 10px;
    }
    .info-section>.uagb-section__inner-wrap>.uagb-columns__wrap {
        padding-top: 27px!important;
        padding-bottom: 10px!important;
        padding-left: 20px!important;
        padding-right: 20px!important
    }
    .section-title-h2,
    .section-title-h3 {
        font-size: 40px;
        line-height: 46px
    }
    .top-title-section__title {
        color: #6e9fbd;
        font-family: montserrat-bold, sans-serif;
        /*font-size: 70px;*/
        font-size: 60px;
        letter-spacing: -5px;
        line-height: 60px;
        margin-bottom: 25px
    }
    .more-than-title {
        letter-spacing: -3px;
        margin-bottom: 15px
    }
    .free-consultation-section .egg__button-section__wrapper.egg__button-section__wrapper--white>.wp-block-button__link {
        width: 255px
    }
    .form-section input[type=submit] {
        font-size: 14px;
        line-height: 30px;
        width: 195px
    }
    .nav-tabs .nav-link {
        width: 260px
    }
    .reset-button-database__wrapper:after {
        content: url(../images/button-arrow.png);
        top: 11px
    }
    .our-values-section h2,
    .our-values-section p {
        /*margin-left: 450px*/
        margin-left: 330px
    }
    .two-column-section .egg__button-section__wrapper .wp-block-button__link {
        margin-top: 57px
    }
    .checkbox-wrapper:after {
        top: 10px
    }
    .reliable-asian-section .egg__button-section__wrapper>.wp-block-button__link {
        width: 305px
    }
    .form-section .form-input {
        width: 420px
    }
    .meet-sperm-donors-section.meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 210px!important;
        max-width: 210px!important
    }
    .not-found-button-wrapper .uagb-columns__inner-wrap.uagb-columns__columns-2 {
        max-width: 495px!important
    }
}

.section__text--find-egg-first {
    max-width: 1370px
}

.search-database-section__subtitle {
    max-width: 570px
}

@media(max-width:1400px) {
    .section__title-h1 {
        font-size: 60px;
        letter-spacing: -3px;
        line-height: 60px
    }
}

@media(max-width:1380px) {
    .our-partners-section__deskr {
        max-width: 95%;
        margin: 0 auto 45px;
        font-size: 16px;
        line-height: 24px;
        color: #2f3d3c;
        font-family: montserrat-light, sans-serif
    }
    .why-icon__column .wp-block-column:not(:last-child) {
        margin: 0 5px
    }
    .why-icon__column .wp-block-column:last-child {
        margin-right: 0;
        margin-left: 5px
    }
    .why-icon__column .wp-block-column:not(:last-child) {
        margin: 0 5px
    }
    .why-icon {
        padding: 10px
    }
    .top-title-section__text {
        max-width: 600px
    }
     h1.title 
    {
        /*font-size: 95px;*/
        font-size: 90px;
        padding-right: 10px;
    }
}

@media(max-width:1370px) {
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-1,
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-2 {
        width: 28%;
        text-align: left;
        font-size: 13px
    }
    .database-login-ok-item--search .uagb-ifb-image-icon-content {
        width: 45%;
        text-align: left
    }
    .row-blog-single{
    	max-width: 1070px;
    }
}

@media(max-width:1360px) {
    .form-section .form-input {
        width: 380px
    }
    .egg__button-section__wrapper>.wp-block-button__link {
        font-size: 14px;
        line-height: 30px;
        width: 190px
    }
    .form-section--search-form .form-section__row--search .form-input,
    .form-section--search-form .form-section__row--search .range-input-wrapper {
        width: 280px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 125px;
        text-align: center
    }
}

@media(max-width:1300px) {
    .what-makes-column--numbers {
        position: absolute;
        font-family: montserrat-bold, sans-serif;
        font-size: 80px;
        color: #e4eeef;
        top: -50px;
        z-index: -1;
        left: -2px;
        letter-spacing: -8px
    }
    .what-makes-columns-wrapper-2 .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 100px
    }
    .why-choose-our-surrogacy__subtitle {
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 30px;
        color: #6e9fbd;
        font-family: montserrat-bold, sans-serif;
        margin-bottom: 0
    }
    .search-database-h2 {
        margin-bottom: 20px
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 85px;
        min-height: 70px
    }
}

@media(max-width:1270px) {
    .form-section--search-form .form-section__row--search .form-input,
    .form-section--search-form .form-section__row--search .range-input-wrapper {
        width: 240px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 100px;
        text-align: center
    }
    .form-section--search-form .form-label {
        font-size: 13px
    }
}

@media(max-width:1230px) {
    .form-section .form-input {
        width: 350px
    }
    .top-title-section__text {
        max-width: 520px
    }
}

@media(max-width:1220px) {
    .header-menu__wrapper .top-menu>li {
        margin-right: 20px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1401px
    }
}

@media(max-width:1200px) {
    .form-section--search-form .form-section__row--search .form-input,
    .form-section--search-form .form-section__row--search .range-input-wrapper {
        width: 200px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 60px;
        text-align: center
    }
    .database-login-ok-item--search {
        width: 80%;
        margin: 10px auto
    }
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-1,
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-2 {
        width: 31%;
        text-align: left;
        font-size: 14px
    }
    .database-login-ok-item--search .uagb-ifb-image-icon-content {
        width: 38%;
        text-align: left
    }
    .header-menu__wrapper>.row>.col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(max-width:1200px) {
    .header-menu__wrapper .top-menu>li,
    .header-menu__wrapper .top-menu>li:last-child {
        margin-right: 17px
    }
    .egg__button {
        padding: 0 20px
    }
}
@media(max-width: 1199px){
	.row-blog-single{
    	max-width: 740px;
    }
}

@media(max-width:1150px) {
    .info-section__button-wrapper .uagb-column__wrap {
        width: 50%!important
    }
    .top-title-section__title {
        font-size: 60px
    }
    .why-icon {
        padding: 10px;
        min-height: 400px
    }
    .info-section .uagb-columns__wrap .info-section__button-wrapper {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .info-section .egg__button-section__wrapper>.wp-block-button__link {
        margin-bottom: 0;
        margin-top: 0
    }
    .what-makes-column--numbers {
        top: -45px
    }
}

@media(max-width:1130px) {
    .form-section .form-input {
        width: 330px
    }
    #uagb-column-a93677ba-001d-4319-9566-cb506122dab8 {
        width: 47%!important
    }
    .meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 150px!important;
        max-width: 150px!important
    }
}

@media(max-width:1060px) {
    .form-section .form-input {
        width: 300px
    }
    .top-title-section__text {
        max-width: 425px
    }
    .why-choose-our-surrogacy__subtitle {
        font-size: 24px
    }
}

@media screen and (max-width:1024px) {
    body.home header {
        margin-bottom: 40px
    }
}

@media(max-width:1024px) {
    .database-login-ok-item--search {
        width: 80%;
        margin: 10px auto
    }
    .search-database-h2--results {
        margin: 0 auto 20px
    }
    .search-form {
        margin-top: 80px;
        margin-bottom: 30px
    }
    .form-section-wrapper-login {
        width: auto;
        margin: 0 auto
    }
    .form-section {
        width: 95%
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 100px;
        text-align: center
    }
    .form-section .form-section__row--search .form-input,
    .form-section .form-section__row--search .range-input-wrapper {
        width: 220px
    }
    .uagb-ifb-image-content img.round-img {
        height: 150px!important;
        width: 150px!important
    }
    .row--padding__database-login-ok {
        padding: 0 15px
    }
    .latest-posts-card article .uagb-post__inner-wrap {
        position: relative;
        min-height: 530px
    }
    .top-title-section {
        min-height: 720px;
        margin-top: -175px;
         padding-top: 180px!important;
        padding-top: 270px!important
    }
    h1.title 
    {
        /*font-size: 92px;*/
        font-size: 82px;
    }
    .top-title-section__title {
        /*font-size: 60px;*/
        font-size: 50px;
        letter-spacing: -3px;
        line-height: 50px;
        margin-bottom: 20px;
        margin-top: 30px
    }
    .info-section .uagb-column__wrap {
        padding-left: 0!important
    }
    .info-section .uagb-column__inner-wrap {
        padding: 0!important
    }
    .info-section .uagb-columns__wrap .info-section__button-wrapper {
        padding: 0!important
    }
    .egg__button-section__wrapper>.wp-block-button__link {
        width: 190px
    }
    .why-icon {
        border-radius: 10px;
        box-shadow: -3.928px 4px 15px rgba(17, 63, 114, .18);
        padding: 5px
    }
    .more-than-section .uagb-column__background-undefined {
        padding-left: 15px!important
    }
    .more-than-section {
        min-height: 100%;
        background-image: none!important;
        margin-bottom: 50px
    }
    .info-section,
    .why-choose-section,
    .how-it-works-section,
    .meet-our-donors-section,
    .free-consultation-section,
    .our-partners-section,
    .latest-posts-section {
        margin-bottom: 50px
    }
    .latest-posts-section.uagb-section__wrap {
        padding-top: 20px!important;
        padding-bottom: 1px!important;
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    .latest-posts-card .uagb-post__title {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px
    }
    .latest-posts-card .uagb-post__excerpt {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px!important
    }
    .latest-posts-card .uagb-post__inner-wrap {
        margin-bottom: 0!important
    }
    .form-section .form-section__row {
        margin-bottom: 20px;
        margin-top: 20px;
        justify-content: space-between
    }
    .form-section .form-input {
        width: 300px;
        height: 45px;
        padding: 5px;
        font-size: 13px
    }
    .form-section .form-label {
        font-size: 12px;
        line-height: 24px
    }
    .form-section .form-textarea {
        font-size: 13px
    }
    .input-wrapper--checkbox span.wpcf7-list-item-label {
        font-size: 14px;
        line-height: 14px
    }
    .nav-tabs .nav-item:first-child .nav-link {
        margin-left: 10px
    }
    .nav-tabs .nav-item:last-child .nav-link {
        margin-right: 10px
    }
    .nav-tabs .nav-link {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 17px;
        margin: 0 2px
    }
    .nav-tabs .nav-link {
        width: 191px;
        min-height: 65px;
        padding: 15px 0
    }
    .nav-tabs .nav-link.active {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 17px
    }
    .row-without-padding {
        margin: 0 auto
    }
    .profile-white-block {
        font-size: 16px;
        line-height: 20px
    }
    .profile-blue-block {
        font-size: 14px;
        line-height: 18px
    }
    .tab-content {
        padding: 20px 30px
    }
    .our-values-section p {
        max-width: 640px
    }
    .our-values-section h2,
    .our-values-section p {
        /*margin-left: 300px*/
        margin-left: 230px
    }
    .enhanced-egg-donor p,
    .enhanced-egg-donor h2 {
        padding-right: 20px;
        padding-left: 20px
    }
    .why-us-our-partners-section,
    .why-choose-our-surrogacy,
    .center-egg-donation-section {
        width: 90%!important
    }
    .benefits-section__title,
    .section__title-h1,
    .row-blog-single h1 {
        font-size: 60px;
        line-height: 60px
    }
    .two-column-section .egg__button-section__wrapper .wp-block-button__link {
        margin-top: 101px
    }
    .find-egg-donor-database-section__title {
        font-size: 44px;
        letter-spacing: -2px;
        line-height: 44px
    }
    .egg-donation-accordion .advgb-accordion-header,
    .egg-donation-accordion .ui-accordion-content-active {
        width: 99%
    }
    .latest-posts-section .uagb-post-grid .uagb-post__image img {
        width: 100%;
        height: auto
    }
    .form-section--search-form .form-section__row--search .form-input,
    .form-section--search-form .form-section__row--search .range-input-wrapper {
        width: 200px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 60px;
        text-align: center
    }
    .how-it-works-section__column-wrapper .how-it-works-section__infobox h3.uagb-ifb-title {
        letter-spacing: -1px;
        margin-bottom: 10px!important;
        font-size: 30px!important
    }
    .not-found-button-wrapper .uagb-columns__inner-wrap.uagb-columns__columns-2 {
        max-width: 440px!important
    }
    .row-blog-single{
    	max-width: 780px;
    }
}

@media(max-width:1000px) {
    .meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 110px!important;
        max-width: 110px!important
    }
    .meet-our-donors-section__columns .wp-block-column p {
        font-size: 14px;
        line-height: 24px;
        color: #2f3d3c;
        font-family: montserrat-light, sans-serif
    }
}

@media(max-width:992px) {
    .header-menu__wrapper .top-menu li.active a {
        color: #fff
    }
    .social-fixed {
        display: none
    }
    .menu-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .menu-btn--not-active {
        display: none
    }
    body.home header {
        margin-bottom: 50px
    }
    .navbar-nav {
        will-change: transform;
        position: fixed;
        top: -1000px;
        width: 100vw;
        height: 100vh;
        background: 0 0;
        transition: -webkit-top 1s ease-in-out;
        transition: top 1s ease-in-out, -webkit-transform 1s ease-in-out;
        opacity: 0
    }
    .nav-right-part,
    .nav-left-part {
        position: fixed;
        top: 155px;
        right: 0;
        width: 50%;
        height: 100vh;
        background-image: linear-gradient(to bottom, #45cb99 0%, #5db7bb 100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
        z-index: 99
    }
    .nav-left-part {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .menu-btn {
        margin-left: 15px
    }
    .nav--active {
        opacity: 1;
        transition: -webkit-top 1s ease-in-out;
        transition: top 1.8s ease-in-out, -webkit-transform 1.8s ease-in-out;
        position: fixed;
        top: 120px;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99;
        align-items: center
    }
    .nav--active.navbar-nav li {
        text-align: center
    }
    .header-menu__wrapper .top-menu li a {
        color: #fff;
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 38px;
        display: block
    }
    .header-menu__wrapper .top-menu>li {
        margin: 0;
        padding: 0
    }
    .header-menu__wrapper .top-menu>li.dropdown>a {
        padding-right: 0
    }
    .header-menu__wrapper .top-menu li a:hover {
        color: #fff;
        transition: color .3s ease-in-out;
        text-decoration: none
    }
    .nav-right-part--active,
    .nav-left-part--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
    }
    .navbar-nav {
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding: 60px 0 0
    }
    .navbar-nav .dropdown-menu {
        position: static;
        left: -20px;
        color: #fff;
        padding: 0;
        box-shadow: none;
        border: none;
        margin-top: 0;
        display: block;
        background: 0 0
    }
    .header-menu__wrapper .top-menu>li.dropdown:after {
        content: '';
        display: none
    }
    .row--padding {
        padding: 5px
    }
    body.fixed-header header {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        z-index: 9999;
        -webkit-box-shadow: 0 2px 8px 0 #d6d2d6;
        -moz-box-shadow: 0 2px 8px 0 #d6d2d6;
        box-shadow: 0 2px 8px 0 #d6d2d6;
        padding: 5px 0
    }
    body.fixed-header header .row__upheader {
        display: none
    }
    .fixed-header header .large-logo {
        display: none
    }
    body.fixed-header header .small-logo {
        display: flex
    }
    .top-title-section {
       
         padding-top: 177px!important;
       /* padding-top: 270px!important*/
    }
    h1.title 
    {
       /* font-size: 82px;*/
        font-size: 75px;
        letter-spacing: -5px;
        /*text-align: center;*/
    }
    .row-blog-single{
    	max-width: 1100px;
    }
}

@media(max-width:980px) {
    #uagb-column-a93677ba-001d-4319-9566-cb506122dab8 {
        width: 50%!important
    }
    .form-section .form-input {
        width: 250px
    }
    .why-icon {
        min-height: 400px
    }
}

@media(max-width:976px) {
    .find-egg-donor-database-section p {
        color: #fff;
        font-size: 16px
    }
    .find-egg-donor-database-section .services-list li {
        font-family: montserrat-light, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        margin-bottom: 15px
    }
    .what-makes-column-section .what-makes-column p {
        max-width: none
    }
    .what-makes-column--numbers {
        position: absolute;
        font-family: montserrat-bold, sans-serif;
        font-size: 95px;
        color: #e4eeef;
        top: -56px;
        z-index: -1;
        left: -2px;
        letter-spacing: -8px
    }
    .why-choose-our-surrogacy__subtitle {
        font-size: 38px;
        letter-spacing: -1px;
        line-height: 40px;
        color: #6e9fbd;
        font-family: montserrat-bold, sans-serif;
        margin-bottom: 0
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 110px;
        min-height: 70px
    }
    .info-section__text {
        max-width: none
    }
    .info-section__button-wrapper>.uagb-columns__columns-2>.wp-block-uagb-column {
        margin-bottom: 0!important
    }
    .egg-donation-process__column .section__text {
        max-width: none
    }
    .egg-donation-accordion .advgb-accordion-header,
    .egg-donation-accordion .ui-accordion-content-active {
        max-width: none
    }
    .egg-donation-process .heading-text {
        text-align: left!important
    }
    .what-makes-column-section-2 {
        margin-top: 0
    }
    .latest-posts-card article .uagb-post__inner-wrap {
        position: relative;
        min-height: 530px
    }
}

@media(max-width:960px) {
    .why-icon {
        min-height: 400px
    }
}

@media(max-width:952px) {
    #uagb-column-a93677ba-001d-4319-9566-cb506122dab8 {
        width: 100%!important
    }
}

@media(max-width:940px) {
    form.mc4wp-form.mc4wp-form-1049 {
        padding: 15px 10px
    }
    .post-blog-meta__span {
        margin-right: 5px;
        color: #2f3d3c;
        font-size: 12px
    }
}

@media(max-width:920px) {
    .form-section--search-form {
        width: 600px!important
    }
    .form-section--search-form .form-section__row--search .form-input,
    .form-section--search-form .form-section__row--search .range-input-wrapper {
        width: 280px
    }
    .form-section--search-form .form-section__row--search .input-wrapper {
        margin-bottom: 30px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 115px;
        text-align: center
    }
    .form-section .form-section__row {
        /*margin-bottom: 0;
        margin-top: 0*/
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .form-section.wpum-form .form-section__row {
        margin-bottom: 20px;
        margin-top: 20px
    }
    .form-section--search-form .form-label {
        font-size: 14px
    }
    .form-section--search-form .form-input {
        font-size: 15px
    }
}

@media(max-width:900px) {
    .top-title-section__text {
        max-width: 400px
    }
    .top-title-section__title {
        /*margin-top: 60px;*/
        font-size: 50px
    }
}

@media(max-width:880px) {
    .form-section .form-section__row {
        justify-content: center
    }
    .input-wrapper {
        text-align: center
    }
    .form-section .form-input {
        width: 420px
    }
    .input-wrapper {
        margin-bottom: 25px
    }
    .blog-search-form .input-wrapper {
        margin-bottom: 0
    }
    .input-wrapper--textarea {
        width: auto
    }
    .form-section .form-section__row {
        margin-bottom: 0;
        margin-top: 0
    }
    .form-section .form-textarea {
        width: 420px
    }
    .meet-sperm-donors-section.meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 200px!important;
        max-width: 200px!important
    }
    .form-section--search-form .form-section__row--search {
        justify-content: space-between
    }
    .database-login-ok-item--search {
        width: 95%;
        margin: 10px auto
    }
    .form-section.wpum-form .form-section__row {
        margin-bottom: 0;
        margin-top: 0
    }
    .blog-search-form .blog-search-form-btn {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 5px;
        top: 5px;
        outline: none
    }
}

@media(max-width:830px) {
    .egg-donors-blog-article {
        /*min-height: 670px*/
        min-height: 520px
    }
}

@media(max-width:820px) {
    .top-title-section__text {
        max-width: 350px
    }
}

@media(max-width:782px) {
    .meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 210px!important;
        max-width: 210px!important
    }
    .why-icon__column {
        justify-content: center
    }
}

@media(max-width:768px) {
    .post-blog-meta__span {
        margin-right: 10px;
        color: #2f3d3c;
        font-size: 14px;
        font-family: montserrat-medium, sans-serif
    }
    .our-partners-section__deskr {
        width: 95%
    }
    form.mc4wp-form.mc4wp-form-1049 {
        padding: 15px 10px;
        margin-bottom: 15px
    }
    form.mc4wp-form.mc4wp-form-1049 input[type=email] {
        padding-left: 5px
    }
    .search-form {
        width: 530px;
        margin: 0 auto
    }
    .form-section--search-form {
        width: 95%!important
    }
    .form-section .form-section__row--search .form-input,
    .form-section .form-section__row--search .range-input-wrapper {
        width: 260px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 110px;
        text-align: center
    }
    .database-login-ok-item {
        width: 48%
    }
    .uagb-ifb-image-content img.round-img {
        height: 210px!important;
        width: 210px!important
    }
    .read-more__link {
        color: #2f3d3c!important;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        font-family: montserrat-bold, sans-serif;
        cursor: pointer
    }
    .meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 210px!important;
        max-width: 210px!important
    }
    .meet-our-donors-section--database-log-ok .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 210px!important;
        max-width: 210px!important
    }
    .latest-posts-card article .uagb-post__inner-wrap {
        position: relative;
        min-height: 570px
    }
    .egg-donors-blog-article {
        width: 48%;
        margin-bottom: 25px;
        /*min-height: 580px*/
        min-height: 500px
    }
    .section-map {
        height: 500px
    }
    .contacts-info-box h3 {
        color: #6e9fbd;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 30px;
        font-family: montserrat-bold, sans-serif
    }
    .contacts-info-box p {
        color: #2f3d3c;
        font-size: 16px;
        line-height: 25px;
        font-family: montserrat-light, sans-serif
    }
    .contacts-info-box img {
        width: 90px!important;
        max-width: 90px!important
    }
    .why-choose-section {
        margin: 0 auto!important
    }
    .section-title-h2,
    .section-title-h3,
    .row-blog-single h2,
    .row-blog-single h3 {
        font-size: 30px;
        line-height: 36px
    }
    .info-section__text {
        margin-bottom: 0
    }
    .info-section .egg__button-section__wrapper {
        margin-bottom: 0;
        height: auto
    }
    .why-icon__column {
        justify-content: center
    }
    .why-icon {
        padding: 20px;
        min-height: 100%;
        width: 300px;
        margin: 0 auto 25px
    }
    .why-choose-section__text {
        margin: 0 auto 30px
    }
    .info-section,
    .why-choose-section,
    .how-it-works-section,
    .meet-our-donors-section,
    .free-consultation-section,
    .our-partners-section,
    .latest-posts-section,
    .form-section,
    .more-than-section {
        margin-bottom: 25px
    }
    .how-it-works-section {
        padding-top: 1px!important;
        padding-bottom: 1px!important;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .how-it-works-section__column-wrapper .uagb-column__align-left {
        margin-right: 10px!important
    }
    .how-it-works-section .egg__button-section__wrapper .wp-block-button__link {
        margin: 20px auto;
        width: 215px
    }
    .meet-our-donors-section__deskr {
        max-width: 740px
    }
    .meet-our-donors-section .wp-block-column {
        margin-bottom: 20px
    }
    .meet-our-donors-section .egg__button-section__wrapper>.wp-block-button__link {
        margin: 0 auto 5px
    }
    #uagb-section-cce8106f-9379-425a-80af-01461e1fb455.uagb-section__wrap 
    {
    
        background-image: url(../images/free-consultation-img-2.png);

    }
    .mt-270
    {
         margin-top: 270px; 
    }
    .uagb-column__inner-wrap
    {
        /* margin-top: 270px; */
    }

    .free-consultation-section {
        padding-top: 20px!important;
        padding-bottom: 0!important;
        padding-left: 20px!important;
        padding-right: 20px!important
    }
    .free-consultation-section__title {
        text-align: center
    }
    .free-consultation-section__deskr {
        max-width: 600px;
        margin: 0 auto
    }
    .free-consultation-section .egg__button-section__wrapper.egg__button-section__wrapper--white>.wp-block-button__link {
        margin: 20px auto 0
    }
    .free-consultation-section__column-left {
        display: none!important
    }
    .free-consultation-section__column-right {
        width: 100%!important
    }
    .our-partners-section__deskr {
        margin: 0 auto 25px
    }
    .database-login-ok-item--search {
        width: 100%;
        margin: 10px auto
    }
    .nav-tabs .nav-link {
        width: 137px;
        min-height: 65px;
        padding: 15px 0
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 17px;
        margin: 0 4px
    }
    .nav-tabs .nav-link.active {
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 17px
    }
    .profile-gallery-column {
        width: 100%
    }
    .egg__button-section__wrapper--center .wp-block-button__link.search-button-database--new {
        margin-top: 15px;
        margin-bottom: 0;
        display: block
    }
    .profile-gallery-column.profile-gallery-column--foto img.profile-gallery-img {
        margin-bottom: 20px
    }
    .profile-gallery-column__title {
        margin-top: 20px
    }
    .profile-gallery-wrapper {
        margin-bottom: 30px
    }
    .search-database-h2 {
        margin: 0 auto
    }
    .top-title-section__title {
        font-size: 44px;
        line-height: 45px;
        margin-bottom: 15px;
        letter-spacing: -2px
    }
    .top-title-section__text {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px 0 0
    }
    .top-title-section {
        margin-top: -210px;
        padding-top: 175px!important
        /*padding-top: 285px!important*/
    }
    h1.title 
    {
        /*font-size: 75px;*/
        font-size: 60px;
    }
    .egg-donors-well-being-section .section-title-h2,
    .egg-donor-program-section .section-title-h2 {
        text-align: center!important
    }
    .egg-donor-screening-section .services-list {
        margin-bottom: 0;
        margin-top: 0
    }
    .reasons-apply-section .egg__button-section__wrapper .wp-block-button__link {
        margin: 26px auto auto;
        width: 250px
    }
    .about-company-button-wrapper .egg__button-section__wrapper .wp-block-button__link,
    .about-company-button-wrapper .wp-block-button.aligncenter.egg__button-section__wrapper {
        width: 130px
    }
    .our-values-section h2,
    .our-values-section p {
        /*margin-left: 0*/
    }
    .our-values-section h2 {
        text-align: center!important
    }
    .our-values-section p {
        max-width: 610px
    }
    .find-egg-donor-database-section .services-list {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .find-egg-donor-database-section .section__text {
        text-align: left!important
    }
    .search-database-section {
        background-position: top left!important;
        background-attachment: scroll!important;
        background-repeat: no-repeat!important;
        background-size: contain!important
    }
    .genetic-screening-section .egg__button-section__wrapper .wp-block-button__link {
        margin-right: 30px;
        margin-top: 10px
    }
    .two-column-section .two-column-section__column--right .egg__button-section__wrapper .wp-block-button__link {
        margin-top: 10px
    }
    .two-column-section .egg__button-section__wrapper .wp-block-button__link {
        margin-top: 10px
    }
    .benefits-section__title,
    .section__title-h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -2px
    }
    .section-title-h2,
    .section-title-h3,
    .reasons-section h3,
    .form-section__title,
    .reasons-section .egg-donation-step-heading,
    .row-blog-single h2,
    .row-blog-single h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px
    }
    .benefits-section,
    .center-egg-donation-section,
    .why-choose-our-surrogacy,
    .why-us-our-partners-section,
    .genetic-screening-section,
    .two-column-section,
    .services-egg-donation-section,
    .forceful-fertility-section,
    .advanced-section,
    .meet-sperm-donors-section,
    .sperm-donors-section,
    .top-section,
    .find-egg-donor-database-section,
    .search-database-section,
    .egg-donation-section {
        margin-bottom: 30px
    }
    .center-egg-donation-section .egg__button-section__wrapper {
        margin-top: 20px
    }
    .why-choose-our-surrogacy__text--last {
        margin-bottom: 20px
    }
    .why-us-our-partners-section .our-partners-section__img-title {
        min-height: 48px
    }
    .home-3column-section__column.home-3column-section__column--center {
        text-align: center!important
    }
    .why-icon__column .wp-block-column:not(:last-child) {
        margin: 10px 5px
    }
    .why-icon__column .wp-block-column:last-child {
        margin: 10px 5px
    }
    .how-it-works-section .uagb-infobox__content-wrap {
        text-align: center!important
    }
    .how-it-works-section__column-wrapper p {
        margin-bottom: 40px!important;
        max-width: none;
        text-align: center
    }
    .latest-posts-section .uagb-post-grid .uagb-post__image img {
        display: block;
        width: auto;
        margin: 0 auto
    }
    .info-section__button-wrapper>.uagb-columns__columns-2>.wp-block-uagb-column {
        margin-bottom: 20px!important
    }
    .how-it-works-section__column-wrapper .how-it-works-section__infobox p {
        text-align: left
    }
    .row-blog-single{
    	max-width: 710px;
    }
}

@media(max-width:767px) {
    .main-footer-info__column--logo,
    .main-footer-info__column--get-in-touch {
        text-align: center
    }
    .main-footer-info__column .social-list {
        margin: 0 auto
    }
    .what-makes-column-section {
        margin-top: 0!important;
        padding-top: 0!important
    }
    .what-makes-column-section-2 .what-makes-column-section {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .home-3column-section__column-wrapper .home-3column-section__column img,
    .sperm-donors-img-section .sperm-donors-img-section__column img {
        width: 300px;
        margin-right: auto;
        margin-left: auto
    }
    .meet-sperm-donors-section.meet-our-donors-section .meet-our-donors-section__columns .uagb-ifb-image .uagb-ifb-image-content>img {
        width: 210px!important;
        max-width: 210px!important
    }
    .how-it-works-section__column-wrapper .how-it-works-section__infobox h3.uagb-ifb-title {
        margin-left: 25px;
        letter-spacing: -1px;
        margin-bottom: 10px!important;
        font-size: 40px!important
    }
    .how-it-works-section__column-wrapper .how-it-works-section__infobox p {
        text-align: center
    }
    .how-it-works-section__deskr {
        margin: 0 auto 35px
    }
}

@media(max-width:740px) {
    .form-section .blog-search-form .form-input {
        width: 450px
    }
}
@media only screen and (max-width: 880px) and (min-width: 736px)
{
    #uagb-section-73d70f34-0f8b-4365-86ed-d48768514e53.uagb-section__wrap{
        background-image: url(../images/home-header-tablet-bg.jpg)!important;
        background-size: contain!important
    }
}

@media(max-width:735px) {
    .top-title-section {
        background-image: url(../images/home-header-mobile-bg.jpg)!important;
        background-size: contain!important
    }
    .top-title-section {
        margin-top: 0;
        /*padding-top: 370px!important*/
        padding-top: 430px!important
    }
    h1.title 
    {
        text-align: center;
        font-size: 55px;
    }
    .top-title-section .egg__button-section__wrapper>.wp-block-button__link {
        margin: 0 auto 80px
    }
    .top-title-section__text {
        max-width: 330px;
        margin: 0 auto 50px;
        padding-right: 0;
        font-size: 18px;
        line-height: 26px
    }
    .top-title-section__title {
        max-width: 330px;
        margin: 10px auto 25px;
        font-size: 38px;
        line-height: 42px
    }
    #uagb-section-ee6f8b5f-93ed-4283-a939-7a7b70dc1323.uagb-section__wrap {
        background-size: contain!important
    }

    .top-title-section .has-2-columns>.wp-block-column {
        flex-basis: 100%
    }
    .main-footer-info__column--logo,
    .main-footer-info__column--get-in-touch {
        text-align: center
    }
    .main-footer-info__column .social-list {
        margin: 0 auto
    }
    .database-login-ok-item--search .uagb-ifb-content {
        flex-flow: row wrap
    }
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-1,
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0
    }
    .database-login-ok-item--search .uagb-ifb-image-icon-content {
        width: 100%
    }
    .database-login-ok-item--search {
        height: auto
    }
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-1 p {
        margin-bottom: 0
    }
}

@media(max-width:685px) {
    .what-makes-column-section-2 .what-makes-column--numbers {
        position: absolute;
        font-family: montserrat-bold, sans-serif;
        font-size: 95px;
        color: #e4eeef;
        top: -40px;
        z-index: -1;
        left: -2px;
        letter-spacing: -8px
    }
    .what-makes-column-section-2 .what-makes-column {
        padding-top: 10px!important
    }
    .wpum-template h2 {
        font-size: 30px
    }
}

@media(max-width:680px) {
    .latest-posts-card article .uagb-post__inner-wrap {
        min-height: 545px
    }
    .author-info-row {
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px
    }
    .author-image {
        margin-right: 0
    }
    .author-text h3 {
        text-align: center;
        margin-top: 15px
    }
    .author-text .author-description {
        margin: 10px auto
    }
    .author-share>p {
        text-align: center
    }
}

@media(max-width:680px) {
    .post-blog-meta__span {
        margin-right: 5px;
        color: #2f3d3c;
        font-size: 12px
    }
}

@media(max-width:590px) {
    .search-form {
        width: 300px;
        margin: 0 auto
    }
    .form-section .form-section__row--search .form-input,
    .form-section .form-section__row--search .range-input-wrapper {
        width: 300px
    }
    .form-section--search-form input[type=submit] {
        width: 105px;
        font-size: 13px
    }
}

@media screen and (max-width:576px) {
    .col-sm-5.logo__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .header-menu__wrapper.col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}

@media(max-width:576px) {
    .row--padding__database-login-ok {
        display: flex;
        justify-content: center
    }
}

@media(max-width:550px) {
    header .row.row__upheader {
        align-items: center;
        justify-content: space-between
    }
    .blog-bottom-section .blog-bottom-section__button-wrapper .wp-block-button__link {
        width: 173px;
        font-size: 13px
    }
    .not-found-numbers {
        font-size: 130px;
        letter-spacing: -4px;
        line-height: 50px;
        color: #0c59a1;
        font-family: montserrat-bold, sans-serif;
        margin: 30px auto 45px
    }
    .not-found-text-oops {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 70px;
        color: #0c59a1;
        font-family: montserrat-bold, sans-serif
    }
    .page-not-found-section .egg__button-section__wrapper>.wp-block-button__link {
        width: 165px;
        font-size: 13px
    }
    .not-found-button-wrapper .uagb-columns__inner-wrap.uagb-columns__columns-2 {
        max-width: 390px!important
    }
}

@media(max-width:520px) {
    .why-choose-our-surrogacy__subtitle {
        font-size: 30px;
        line-height: 36px
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 90px;
        min-height: 70px
    }
    .what-makes-column--numbers {
        position: absolute;
        font-size: 80px;
        color: #e4eeef;
        top: -40px;
        z-index: -1;
        left: -2px;
        letter-spacing: -8px
    }
    .what-makes-column {
        padding-top: 20px!important
    }
    .blog-bottom-section .blog-bottom-section__button-wrapper .egg__button-section__wrapper--white,
    .blog-bottom-section .blog-bottom-section__button-wrapper .egg__button-section__wrapper--transperent {
        width: 100%
    }
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--white {
        margin-right: auto;
        margin-bottom: 20px;
        margin-top: 10px
    }
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--white .wp-block-button__link,
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--transperent .wp-block-button__link {
        margin: 0 auto
    }
}

@media(max-width:500px) {
    .arrow-profile-gallery-img {
        display: none
    }
    .form-section .form-section__row {
        justify-content: center
    }
    .input-wrapper {
        text-align: center
    }
    .form-section .form-input {
        width: 385px
    }
    .input-wrapper {
        margin-bottom: 25px
    }
    .blog-search-form .input-wrapper {
        margin-bottom: 0
    }
    .form-section .blog-search-form .form-input {
        width: 350px
    }
    .input-wrapper--textarea {
        width: auto
    }
    .form-section .form-section__row {
        margin-bottom: 0;
        margin-top: 0
    }
    .form-section .form-textarea {
        width: 385px
    }
    .profile-gallery-column.profile-gallery-column--foto img.profile-gallery-img {
        max-height: 400px;
        width: auto;
        margin: 0 auto;
        display: block
    }
}
@media(max-width:485px) 
{
    h1.title 
    {
        font-size: 45px;
        letter-spacing: -1.8px;
    }
}

@media(max-width:450px) {
    .profile-gallery-buttons {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end
    }
    .profile-gallery-column.profile-gallery-column--foto .add-to-favourites {
        margin-top: 20px
    }
    .profile-gallery-button-wrapper {
        width: 100%
    }
    header .egg__button {
        padding: 0 10px;
        font-size: 13px
    }
    h1.title 
    {
        font-size: 38px;
        letter-spacing: -1.8px;
    }
}

@media screen and (max-width:425px) {
    header .row.row__upheader {
        align-items: center;
        justify-content: space-between
    }
    body.home header {
        margin-bottom: 30px
    }
    .row__upheader {
        color: #171717;
        font-size: 13px;
        line-height: 25px;
        font-family: montserrat-medium, sans-serif;
        padding: 15px 0;
        text-align: center
    }
    .mail {
        margin-right: 0
    }
    header a.logo__link>img {
        width: 75%
    }
}

@media(max-width:425px) {
    .post-blog-meta__span {
        margin-right: 10px;
        color: #2f3d3c;
        font-size: 14px;
        font-family: montserrat-medium, sans-serif
    }
    .latest-posts-section .uagb-post-grid .uagb-post__image img {
        width: 100%;
        height: auto
    }
    .free-consultation-section {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    .top-title-section {
        background-size: cover!important
    }
    form.mc4wp-form.mc4wp-form-1049 input[type=email] {
        padding-left: 10px
    }
    form.mc4wp-form.mc4wp-form-1049 {
        padding: 25px;
        margin-bottom: 20px
    }
    .footer-horisontal-line {
        padding-bottom: 10px
    }
    .main-footer-info__column--logo,
    .main-footer-info__column--get-in-touch {
        text-align: center
    }
    .main-footer-info__column--we-are-in,
    .main-footer-info__column--pages,
    .main-footer-info__column--services {
        display: none
    }
    .main-footer-info__column .social-list {
        margin: 0 auto
    }
    .search-form {
        width: 300px;
        margin: 0 auto
    }
    .form-section .form-section__row--search .form-input,
    .form-section .form-section__row--search .range-input-wrapper {
        width: 300px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 130px;
        text-align: center
    }
    .database-login-ok-item {
        width: 100%
    }
    .read-more__wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        position: relative;
        bottom: 0
    }
    .latest-posts-card article .uagb-post__inner-wrap {
        position: relative;
        min-height: 500px
    }
    .blog-bottom-section {
        padding: 25px 0;
        margin-bottom: 30px
    }
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--transperent {
        margin: 0 10px
    }
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--white {
        margin-bottom: 20px;
        margin-top: 10px
    }
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--white a,
    .blog-bottom-section__button-wrapper .egg__button-section__wrapper--transperent a {
        margin-top: 15px
    }
    .blog-top-section {
        padding: 20px 0
    }
    .blog-top-section h1 {
        margin-top: 10px
    }
    .egg-donors-blog-article {
        width: 100%;
        margin-bottom: 15px
    }
    .section-map {
        height: 400px
    }
    .why-choose-section__text {
        max-width: 400px
    }
    .more-than__image>img {
        max-width: 400px
    }
    .how-it-works-section__deskr {
        max-width: 400px;
        margin: 0 auto 20px;
        text-align: left
    }
    .how-it-works-section__column-wrapper .wp-block-uagb-column {
        margin-bottom: 20px!important
    }
    .our-partners-section .uagb-columns__stack-mobile {
        margin-bottom: 0!important
    }
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-1,
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0
    }
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-1 p.uagb-ifb-desc,
    .database-login-ok-item--search .uagb-ifb-text-wrap--col-2 p.uagb-ifb-desc {
        margin-bottom: 0
    }
    .database-login-ok-item--search .uagb-ifb-image-icon-content {
        width: 99%;
        margin: 0 auto
    }
    .database-login-ok-item--search {
        height: auto
    }
    .database-login-ok-item--search .uagb-ifb-content {
        flex-flow: row wrap
    }
    .nav-tabs .nav-item {
        width: 100%
    }
    .nav-tabs .nav-item:first-child .nav-link {
        margin: 0
    }
    .nav-tabs .nav-item:last-child .nav-link {
        margin: 0
    }
    .nav-tabs .nav-link {
        width: 100%;
        margin: 0;
        border-radius: 6px;
        min-height: 45px
    }
    .tab-column-wrapper .tab-column {
        width: 100%
    }
    .tab-content {
        padding: 15px
    }
    .egg__button-section__wrapper--center .wp-block-button__link.search-button-database--new {
        margin-top: 0;
        display: block
    }
    .profile-gallery-button-wrapper .horizontal-line {
        height: 1px;
        background-color: #d1d9d9;
        width: 85%
    }
    .reset-button-database__wrapper input[type=submit] {
        width: 130px
    }
    .form-section--search-form input[type=submit] {
        width: 105px;
        font-size: 13px
    }
    .info-section .egg__button-section__wrapper>.wp-block-button__link {
        margin: 10px auto
    }
    .info-section__text {
        margin-bottom: 20px
    }
    .home-3column-section__column figure {
        width: 75%;
        margin: 20px auto
    }
    .top-title-section {
        margin-top: 0;
        /*padding-top: 370px!important*/
        /*padding-top: 430px!important*/
        padding-top: 500px!important;
    }
    .top-title-section .egg__button-section__wrapper>.wp-block-button__link {
        margin: 0 auto 80px
    }
    .top-title-section__text {
        max-width: 330px;
        margin: 0px auto 50px;
        padding-right: 0;
        font-size: 18px;
        line-height: 26px
    }
    .top-title-section__title {
        max-width: 330px;
        margin: 10px auto 25px;
        font-size: 38px;
        line-height: 42px
    }
    .egg-donation-accordion .advgb-accordion-header,
    .egg-donation-accordion .ui-accordion-content-active {
        width: 98%
    }
    .services-list {
        margin-bottom: 0;
        margin-top: 0
    }
    .about-company-button-wrapper .egg__button-section__wrapper .wp-block-button__link {
        margin-top: 0
    }
    .what-makes-columns-wrapper-2 .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 110px
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 85px;
        min-height: 70px
    }
    .what-makes-column--numbers {
        position: absolute;
        font-family: montserrat-bold, sans-serif;
        font-size: 70px;
        color: #e4eeef;
        top: -30px;
        z-index: -1;
        left: -3px;
        letter-spacing: -5px
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        font-size: 25px;
        line-height: 28px
    }
    .section__title-h1 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1px
    }
    .sperm-donors-img-section {
        display: none
    }
    .why-us-our-partners-section .our-partners-section__img-title {
        min-height: 24px
    }
    .why-choose-our-surrogacy__text {
        margin-bottom: 20px
    }
    .section-title-h2,
    .section-title-h3,
    .reasons-section h3,
    .form-section__title,
    .reasons-section .egg-donation-step-heading,
    .row-blog-single h2,
    .row-blog-single h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px
    }
    .section__text,
    .services-list li {
        font-size: 16px!important
    }
    .form-section .form-section__row {
        justify-content: center
    }
    .form-section .form-input {
        width: 350px
    }
    .input-wrapper {
        margin-bottom: 25px
    }
    .input-wrapper--textarea {
        width: auto
    }
    .form-section .form-section__row {
        margin-bottom: 0;
        margin-top: 0
    }
    .form-section .form-textarea {
        width: 350px
    }
    .form-section--search-form {
        width: 100%!important
    }
    header .egg__button {
        padding: 0 10px;
        font-size: 12px
    }
}

@media screen and (max-width:420px) {
    header .row {
        align-items: center;
        justify-content: center
    }
    .header-menu__wrapper>.row {
        justify-content: flex-end
    }
    .menu-btn {
        margin-left: 5px
    }
    .menu-btn--close {
        margin-left: 10px
    }
}

@media(max-width:420px) {
    .not-found-button-wrapper .uagb-columns__columns-2 {
        flex-flow: row wrap
    }
    .not-found-button-wrapper .uagb-columns__columns-2>.uagb-column__wrap {
        display: block;
        width: 100%
    }
    .not-found-button-wrapper .uagb-columns__inner-wrap.uagb-columns__columns-2 {
        max-width: 200px!important
    }
    .page-not-found-section .egg__button-section__wrapper>.wp-block-button__link {
        width: 175px;
        font-size: 14px;
        margin-top: 0
    }
}

@media(max-width:400px) {
    .form-section .form-input {
        width: 300px
    }
    .form-section .form-textarea {
        width: 300px
    }
    .form-section .blog-search-form .form-input {
        width: 268px
    }
}

@media(max-width:390px) {
    .free-consultation-section .egg__button-section__wrapper.egg__button-section__wrapper--white>.wp-block-button__link {
        margin: 20px auto 0 0
    }
    .free-consultation-section .egg__button-section__wrapper.egg__button-section__wrapper--white>.wp-block-button__link {
        width: 230px;
        font-size: 13px
    }
}

@media(max-width:388px) {
    .add-to-favourites span.add-to-favourites__text {
        display: none
    }
}

@media(max-width:380px) {
    header .egg__button {
        padding: 0 5px;
        font-size: 12px
    }
}

@media(max-width:375px) {
    .tablepress {
        font-size: 11px
    }
    .row__upheader {
        font-size: 12px
    }
    .phone:before {
        content: url(../images/icons/call-answer2.png);
        margin-right: 5px;
        padding-top: 5px
    }
    .mail>a:before {
        content: url(../images/icons/mail2.png);
        margin-right: 5px
    }
    .latest-posts-card article .uagb-post__inner-wrap {
        position: relative
    }
    .why-icon {
        width: 95%
    }
    header a.logo__link>img {
        width: 65%
    }
    .profile-gallery-button-wrapper {
        font-size: 14px
    }
    .profile-gallery-button-wrapper .number-foto {
        font-size: 24px
    }
    .profile-gallery-button-wrapper .horizontal-line {
        width: 82%
    }
    .button-left-img,
    .button-right-img {
        width: 50px;
        height: 50px
    }
    .profile-gallery-button-wrapper .button-left,
    .profile-gallery-button-wrapper .button-right {
        bottom: -15px
    }
    .profile-gallery-button-wrapper .button-left {
        right: 35px
    }
    .tab-content {
        padding: 10px
    }
    .form-section .form-section__row--search .form-input,
    .form-section .form-section__row--search .range-input-wrapper {
        width: 255px
    }
    .form-section .form-section__row--search .range-input-wrapper .form-input {
        width: 120px;
        text-align: center
    }
    .database-login-ok-item {
        width: 100%
    }
    .more-than__image>img {
        max-width: 350px;
        margin: 0 auto
    }
    .section-title-h2,
    .section-title-h3,
    .row-blog-single h2,
    .row-blog-single h3 {
        font-size: 26px;
        line-height: 33px
    }
    .reset-button-database__wrapper input[type=submit] {
        width: 200px
    }
    .reset-button-database__wrapper input[type=submit]:first-child {
        margin-bottom: 20px
    }
    .top-title-section__text {
        max-width: 300px;
        margin: 0 auto 25px;
        padding-right: 0;
        font-size: 16px;
        line-height: 24px
    }
    .top-title-section__title {
        max-width: 300px;
       /* margin: 90px auto 25px;*/
        font-size: 35px;
        line-height: 38px
    }
    .top-title-section {
        margin-top: -15px;
        /*padding-top: 260px!important;*/
        padding-top: 390px !important;
        margin-bottom: 0!important
    }
    .benefits-section__title,
    .section__title-h1 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -2px
    }
    .section-title-h2,
    .section-title-h3,
    .reasons-section h3,
    .form-section__title,
    .reasons-section .egg-donation-step-heading,
    .row-blog-single h2,
    .row-blog-single h3 {
        font-size: 26px;
        line-height: 33px
    }
    .reliable-asian-section .egg__button-section__wrapper .wp-block-button__link {
        width: 260px;
        font-size: 12px;
        line-height: 30px
    }
    header .row {
        align-items: center;
        justify-content: space-between
    }
    header .logo__wrapper {
        max-width: 38%
    }
    header .header-menu__wrapper {
        padding-right: 5px
    }
    .reliable-asian-section .egg__button-section__wrapper.register-button .wp-block-button__link {
        width: 255px;
        font-size: 12px;
        line-height: 30px
    }
    .egg-donation-accordion .advgb-accordion-header h4 {
        font-size: 14px;
        line-height: 20px;
        color: #2f3d3c;
        font-family: montserrat-bold, sans-serif
    }
    .egg-donation-accordion .advgb-accordion-header {
        padding: 15px 35px 15px 15px
    }
    .egg-donation-accordion .ui-accordion-content-active {
        padding: 0 15px 15px
    }
    .egg-donation-accordion .ui-accordion-content-active p {
        font-size: 14px;
        line-height: 20px
    }
    div.search-button-section {
        flex-wrap: wrap
    }
    .wpum-account-form.form-section {
        width: 98%
    }
    .wpum-account-form.form-section .form-input,
    .wpum-account-form.form-section .form-textarea {
        width: 260px
    }
}

@media(max-width:360px) {
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        font-size: 22px;
        line-height: 28px
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 73px;
        min-height: 70px
    }
    .what-makes-column--numbers {
        position: absolute;
        font-family: montserrat-bold, sans-serif;
        font-size: 62px;
        color: #e4eeef;
        top: -28px;
        z-index: -1;
        left: -1px;
        letter-spacing: -5px
    }
    .what-makes-columns-wrapper-2 .what-makes-column .why-choose-our-surrogacy__subtitle {
        margin-left: 88px
    }
    .egg__button {
        padding: 0 5px;
        font-size: 11px
    }
    h1.title 
    {
        font-size: 37px;
    }
}
@media(max-width:352px) {
    h1.title 
    {
        font-size: 35px;
        font-weight: 700;
    }
}
@media(max-width:350px) {
    .row__upheader {
        font-size: 12px
    }
    
}

@media(max-width:340px) {
    .form-section .form-input {
        width: 280px
    }
    .form-section .form-textarea {
        width: 280px
    }
    .top-title-section__title {
        max-width: 270px;
        margin: 20px auto 25px;
        font-size: 30px;
        line-height: 38px
    }
    .top-title-section__text {
        max-width: 270px;
        margin: 0 auto 25px;
        padding-right: 0;
        font-size: 16px;
        line-height: 24px
    }
    .top-title-section {
        background-size: contain!important
    }
    .search-form {
        width: 275px;
        margin: 0 auto
    }
    header .egg__button {
        padding: 0 5px;
        font-size: 11px
    }
    .post-blog-meta__span {
        margin-right: 5px;
        color: #2f3d3c;
        font-size: 12px
    }
    .top-title-section 
    {
        padding-top: 270px !important;

    }

    h1.title 
    {
        font-size: 32px;
    }
}

@media(max-width:320px) {
    .mail>a:before {
        content: url(../images/icons/mail2.png);
        margin-right: 1px
    }
    .phone:before {
        content: url(../images/icons/call-answer2.png);
        margin-right: 0;
        padding-top: 5px
    }
    .row__upheader {
        font-size: 11px
    }
    .container--search-form .row--padding {
        padding: 0
    }
    .what-makes-column .why-choose-our-surrogacy__subtitle {
        font-size: 21px;
        line-height: 28px
    }
    .egg__button {
        padding: 0 10px;
        font-size: 12px
    }
    .latest-posts-card article .uagb-post__inner-wrap {
        position: relative;
        min-height: 540px
    }
    .more-than__image>img {
        max-width: 290px
    }
    .reliable-asian-section .egg__button-section__wrapper .wp-block-button__link {
        width: 260px;
        font-size: 12px;
        line-height: 30px;
        margin-left: 0
    }
    .reliable-asian-section .egg__button-section__wrapper.register-button .wp-block-button__link {
        width: 255px;
        font-size: 12px;
        line-height: 30px;
        margin-left: 0
    }
}

.g-recaptcha div {
    margin: 0 auto
}

.seo-text-row {
    margin-bottom: 40px
}

.post-tags a {
    margin-right: 10px
}

.seo-text-row .row-blog-single {
    width: auto;
    max-width: none
}

.form-section--blog.form-section .form-input {
    width: 300px
}

.form-section--blog {
    width: 100%;
    padding: 0!important;
    margin-bottom: 0
}

@media(max-width:955px) {
    .form-section--blog.form-section .form-input {
        width: 275px
    }
}

@media(max-width:920px) {
    .form-section--blog .form-section__row {
        margin-bottom: 20px;
        margin-top: 0
    }
}

@media(max-width:880px) {
    .form-section--blog.form-section .form-input {
        width: 420px
    }
}

@media(max-width:500px) {
    .form-section--blog.form-section .form-input {
        width: 385px
    }
}

@media(max-width:425px) {
    .form-section--blog.form-section .form-input {
        width: 350px
    }
}

@media(max-width:400px) {
    .form-section--blog.form-section .form-input {
        width: 300px
    }
}

@media(max-width:340px) {
    .form-section--blog.form-section .form-input {
        width: 280px
    }
}

.main-donor-section.vip-donor .benefits-section.blog-top-section.blog-top-section--single,
.no-search .egg-donors-catalog-ite.database-login-ok-item.vip-donor .uagb-ifb-image,
.database-login-ok-item--search.vip-donor .uagb-ifb-text-wrap--col-1,
.no-search .egg-donors-catalog-ite.database-login-ok-item.proven-donor .uagb-ifb-image {
    position: relative
}

.database-login-ok-item--search.vip-donor .uagb-ifb-text-wrap--col-1:after {
    content: "PROVEN";
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-family: montserrat-bold;
    text-align: center;
    width: 70px;
    height: 25px;
    background: #8122f7;
    border: 2px solid #fff;
    border-radius: 20px;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 999
}

.main-donor-section.vip-donor .benefits-section.blog-top-section.blog-top-section--single:after {
    content: "PROVEN";
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: montserrat-bold;
    text-align: center;
    width: 65px;
    height: 30px;
    background: #8122f7;
    border: 2px solid #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translatex(-50%)
}

.no-search .egg-donors-catalog-ite.database-login-ok-item.vip-donor .uagb-ifb-image:after {
    content: "PROVEN";
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-family: montserrat-bold;
    text-align: center;
    width: 70px;
    height: 25px;
    background: #8122f7;
    border: 2px solid #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 999
}

.donors-proven-label {
    position: absolute;
    top: -18px;
    left: 10px;
    z-index: 9;
    display: flex;
    align-items: center
}

.donors-proven-label__icon i {
    position: relative;
    background: #fff;
    color: #20c185;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 33px;
    z-index: 2
}

.donors-proven-label__caption {
    position: relative;
    background: #20c185;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: montserrat-bold;
    line-height: 13px;
    padding-left: 20px;
    height: 24px;
    z-index: 1;
    margin-left: -15px
}

.single .donors-proven-label {
    left: 50%;
    transform: translateX(-50%)
}

.row--padding__database-login-ok.no-search .donors-proven-label {
    top: 15px
}

.row--padding__database-login-ok.no-search .donors-proven-label .donors-proven-label__caption {
    display: none
}

.row--padding__database-login-ok.no-search .proven-donor .uagb-ifb-image-icon-content:hover .donors-proven-label .donors-proven-label__caption {
    display: flex
}

.meet-our-donors-section__columns .no-search .proven-donor .uagb-ifb-image-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(32, 193, 133, .65);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease
}

.meet-our-donors-section__columns .no-search .proven-donor a.donor-link:hover .uagb-ifb-image-content:after {
    box-shadow: inset 0 0 0 19px rgba(32, 193, 133, .65)
}

.form-section .form-section__row.row-uniqie {
    justify-content: center
}

.form-section .form-section__row.row-uniqie .form-input {
    margin-right: 30px
}

@media(max-width:590px) {
    .form-section .form-section__row.row-uniqie .form-input {
        margin-right: 0
    }
}

.recentcomments a {
    display: inline!important;
    padding: 0!important;
    margin: 0!important
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

header .small-logo a.logo__link>img{
    width: auto;
}

#uagb-section-4f95bff7-bbb3-45cc-88a4-cb03ac9c0915.uagb-section__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1401px;
}

@media (max-width: 781px)
{
   a.uagb-infbox__link-to-all
   {
       position : static

   }
}
/*h1.title 
{
    color: #f0b53d !important;
    font-size: 130px;
    text-align: right;
    padding-right: 3px;
    font-weight: 800;
    z-index: 1;
    letter-spacing: -6px;
    background: url(../images/title.jpg) no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-transform: uppercase;
   font-family:  montserrat-bold, sans-serif;


}*/
/*h1.title  {

    -webkit-text-fill-color: transparent;
}
h1.title  {
    background: url(../images/title.jpg) -100px -40px no-repeat;
}*/