@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);
.svg-separator-new {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    position: absolute
}

.waves-separator {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: absolute;
    left: 0;
    float: left
}

.waves-separator .parallax1>use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite
}

.waves-separator .parallax1>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.waves-separator .parallax2>use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite
}

.waves-separator .parallax2>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.waves-separator .parallax3>use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite
}

.waves-separator .parallax3>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.waves-separator .parallax4>use {
    -webkit-animation: move-forever4 4s linear infinite;
    animation: move-forever4 4s linear infinite
}

.waves-separator .parallax4>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

@-webkit-keyframes move-forever1 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@keyframes move-forever1 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

@keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@keyframes move-forever3 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@-webkit-keyframes move-forever4 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

@keyframes move-forever4 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

.svg-separator {
    width: 100%;
    margin: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    float: left;
    display: block;
    background: 0 0;
    right: 0;
    z-index: 9
}

.svg-separator .svg-separator.bottom {
    top: auto;
    bottom: 0
}

.svg-separator.sep1.down {
    -webkit-transform: rotate(180deg) translateY(-95%);
    transform: rotate(180deg) translateY(-95%)
}

.svg-separator .sep2 {
    -webkit-transform: translateY(-100%) translateY(2px) scale(1);
    transform: translateY(-100%) translateY(2px) scale(1);
    -webkit-transform-origin: top;
    transform-origin: top
}

.svg-separator.sep3 {
    -webkit-transform: rotate(180deg) translateY(-95%);
    transform: rotate(180deg) translateY(-95%)
}

.svg-separator.sep9 {
    -webkit-transform: translateY(0) translateY(-2px) scale(-1);
    transform: translateY(0) translateY(-2px) scale(-1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

[data-device=mobile] .svg-separator-new,
[data-device=tablet] .svg-separator-new {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    max-height: 30px
}

[data-device=mobile] .svg-separator,
[data-device=tablet] .svg-separator {
    max-height: 100%
}

[data-device=mobile] .svg-separator.sep1.down,
[data-device=mobile] .svg-separator.sep3,
[data-device=tablet] .svg-separator.sep1.down,
[data-device=tablet] .svg-separator.sep3 {
    -webkit-transform: rotate(180deg) translateY(-95%);
    transform: rotate(180deg) translateY(-95%)
}

.fadein[data-v-0433acdc] {
    animation: fadein-0433acdc 2s;
    -webkit-animation: fadein-0433acdc 2s;
    -moz-animation: fadein-0433acdc 2s;
    -ms-animation: fadein-0433acdc 2s
}

@-webkit-keyframes scroll-0433acdc {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0)
    }
}

@keyframes scroll-0433acdc {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0)
    }
}

.slide-track[data-v-0433acdc] {
    -webkit-animation: scroll-0433acdc 15s linear infinite;
    animation: scroll-0433acdc 15s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@keyframes fadein-0433acdc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein-0433acdc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.panel-video-place[data-v-0433acdc],
.panel-video[data-v-0433acdc] {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    left: 0
}

.arrow-panel-down[data-v-0433acdc] {
    position: absolute;
    z-index: 10
}

.panel[data-v-0433acdc] {
    width: 100%
}

.panel-body[data-v-0433acdc],
.panel[data-v-0433acdc],
.sitebuilder-element-panel[data-v-0433acdc] {
    position: relative
}

.resizable[data-v-0433acdc] {
    resize: both
}

.draggable-handler[data-v-0433acdc] {
    cursor: pointer
}

.dragging[data-v-0433acdc] {
    cursor: move
}

.panel-body[data-v-0433acdc] {
    height: 100%
}

.v--modal-overlay[data-modal=my_modal_name][data-v-0433acdc] {
    background: transparent
}

.panel-helper-ios[data-v-0433acdc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    clip: rect(0, auto, auto, 0)
}

[data-device=mobile] .panel-helper-ios[data-v-0433acdc],
[data-device=tablet] .panel-helper-ios[data-v-0433acdc] {
    display: block
}

.panel-helper-ios-image[data-v-0433acdc] {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

@media(max-width:600px) {
    .restrict-container-main .sweet-modal {
        top: 20px;
        max-height: calc(100vh - 40px)
    }
    .restrict-container-main .sweet-modal .sweet-content-content {
        max-height: 80vh
    }
}

@media(max-width:425px) {
    .restrict-container-main.theme-three-tabs .restrict-area-form-register,
    .restrict-container-main.theme-two-tabs .restrict-area-form-register {
        margin-bottom: 50px
    }
}

.restrict-container-main .container-box {
    background-color: #fff
}

.restrict-container-main:not(.theme-default) {
    background: #f9f9f9
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .container-main {
    background-color: #0a001f
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .container-main .nav-item .nav-link {
    color: #5e6475;
    border-bottom: 1px solid transparent
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .container-main .nav-item .nav-link.active {
    color: #00b4ff;
    border-bottom: 1px solid #00b4ff
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .form-control {
    color: #ddd;
    border-bottom: 1px solid #68728b
}

.restrict-container-main.theme-three-tabs.container-appearance-dark label {
    color: #ddd
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .btn {
    background-color: #0088d2
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .btn:hover {
    background-color: #007cb7
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main {
    background-color: #f1f3f7
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main .nav {
    border-bottom: 1px solid #d0cece
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main .nav-item .nav-link {
    font-size: 16px;
    color: #d0cece;
    border-bottom: 1px solid transparent
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main .nav-item .nav-link.active {
    color: #00b4ff;
    border-bottom: 1px solid #00b4ff
}

.restrict-container-main.theme-three-tabs.container-appearance-light .form-control {
    color: #68728b;
    border-bottom: 1px solid #d0cece
}

.restrict-container-main.theme-three-tabs.container-appearance-light label {
    color: #68728b
}

.restrict-container-main.theme-three-tabs.container-appearance-light .btn,
.restrict-container-main.theme-three-tabs.container-appearance-light .btn:hover {
    background-color: #00b147
}

.restrict-container-main.theme-three-tabs.container-appearance-light .btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 177, 71, .568627451);
    box-shadow: 0 0 0 .2rem rgba(0, 177, 71, .568627451)
}

.restrict-container-main.theme-three-tabs .nav {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.restrict-container-main.theme-three-tabs .nav .nav-item {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.restrict-container-main.theme-three-tabs .nav .nav-item .nav-link {
    font-size: 16px
}

.restrict-container-main.theme-three-tabs .form-control {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.restrict-container-main.theme-three-tabs .container-main {
    border-radius: 6px
}

.restrict-container-main.theme-three-tabs .modal-body {
    padding: 1rem 3rem
}

.restrict-container-main.theme-three-tabs .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143
}

.restrict-container-main.theme-three-tabs .btn {
    border-radius: 25px;
    border: none;
    min-width: 130px;
    width: auto;
    height: 35px
}

.restrict-container-main.theme-two-tabs .container-main {
    border-radius: 10px
}

.restrict-container-main.theme-two-tabs .btn-primary {
    font-size: 15px;
    border-radius: 25px;
    padding: 3px 30px;
    margin-bottom: 5px;
    font-weight: 700;
    background-color: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.restrict-container-main.theme-two-tabs .btn-primary:focus,
.restrict-container-main.theme-two-tabs .btn-primary:hover {
    background: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .nav {
    background-color: #303340
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .nav .nav-item .nav-link {
    color: #545962;
    background-color: #e5f0f2;
    border-color: #e5f0f2
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .nav .nav-item .nav-link:not(.active) {
    color: #f9f9f9;
    background-color: #303340;
    border-color: #303340
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .tab-content {
    background-color: #e5f0f2
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .form-control {
    color: #1a212f;
    background: #fff
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .form-control:focus,
.restrict-container-main.theme-two-tabs.container-appearance-dark .form-control:hover {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs.container-appearance-light .nav {
    background-color: #e1dcdc
}

.restrict-container-main.theme-two-tabs.container-appearance-light .nav .nav-item .nav-link {
    color: #0081f4;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.restrict-container-main.theme-two-tabs.container-appearance-light .nav .nav-item .nav-link:not(.active) {
    background-color: #e1dcdc;
    border-color: #e1dcdc
}

.restrict-container-main.theme-two-tabs.container-appearance-light .tab-content {
    background-color: #f9f9f9
}

.restrict-container-main.theme-two-tabs .modal-header {
    padding: 0;
    border: 0
}

.restrict-container-main.theme-two-tabs .nav {
    width: 100%;
    height: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border-radius: 20px;
    border: 0
}

.restrict-container-main.theme-two-tabs .nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    border: 0
}

.restrict-container-main.theme-two-tabs .nav .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px 10px 0 0
}

.restrict-container-main.theme-two-tabs .nav .nav-item .nav-link:not(.active) {
    border-radius: 20px 20px 0 0
}

.restrict-container-main.theme-two-tabs .form-control {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 25px;
    border: none;
    color: #1289f4;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.restrict-container-main.theme-two-tabs .form-control,
.restrict-container-main.theme-two-tabs .form-control:focus,
.restrict-container-main.theme-two-tabs .form-control:hover {
    background: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs .sweet-box-actions {
    top: 6px
}

.restrict-container-main.theme-two-tabs .btn-success {
    border-radius: 25px;
    width: 100%;
    height: 47px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    background-color: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.restrict-container-main.theme-two-tabs .btn-success:focus,
.restrict-container-main.theme-two-tabs .btn-success:hover {
    background: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs .tab-content {
    padding: 25px 25px 5px 25px;
    border-radius: 0 0 10px 10px;
    margin: -1px
}

.restrict-container-main.theme-two-tabs .text-forgot-password,
.restrict-container-main.theme-two-tabs .title-forgot-password {
    text-align: center;
    display: block;
    padding: 0 0 10px 0;
    color: #303340
}

.restrict-container-main.theme-two-tabs .helper-forgot-password {
    padding: 0 0 10px 0;
    color: #303340;
    font-size: 16px
}

.restrict-container-main.theme-two-tabs .title-forgot-password {
    font-size: 18px;
    font-weight: 700
}

.restrict-container-main.theme-two-columns.container-appearance-dark .sweet-action-close {
    color: #dedede
}

.restrict-container-main.theme-two-columns.container-appearance-dark .container-main {
    background-color: #2e3436
}

.restrict-container-main.theme-two-columns.container-appearance-dark .form-group label,
.restrict-container-main.theme-two-columns.container-appearance-dark .title {
    color: #dedede
}

.restrict-container-main.theme-two-columns.container-appearance-dark .form-group .form-control {
    color: #dedede;
    border-bottom: 1px solid #54595c
}

.restrict-container-main.theme-two-columns.container-appearance-dark .form-group .form-control:focus {
    border-color: #bdbdbd
}

.restrict-container-main.theme-two-columns.container-appearance-dark .btn {
    background-color: grey
}

.restrict-container-main.theme-two-columns.container-appearance-dark .btn:hover {
    background-color: #b1b1b1;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921569) !important;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921569) !important
}

.restrict-container-main.theme-two-columns.container-appearance-dark .helper-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-dark .text-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-dark .title-forgot-password {
    color: #dedede
}

.restrict-container-main.theme-two-columns.container-appearance-light .container-main {
    background-color: #fff
}

.restrict-container-main.theme-two-columns.container-appearance-light .form-group label,
.restrict-container-main.theme-two-columns.container-appearance-light .title {
    color: #333
}

.restrict-container-main.theme-two-columns.container-appearance-light .form-group .form-control {
    color: #333;
    border-bottom: 1px solid #68728b
}

.restrict-container-main.theme-two-columns.container-appearance-light .form-group .form-control:focus {
    border-color: #bdbdbd
}

.restrict-container-main.theme-two-columns.container-appearance-light .btn {
    background-color: #bdbdbd
}

.restrict-container-main.theme-two-columns.container-appearance-light .btn:hover {
    background-color: grey;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921569) !important;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921569) !important
}

.restrict-container-main.theme-two-columns.container-appearance-light .helper-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-light .text-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-light .title-forgot-password {
    color: #333
}

.restrict-container-main.theme-two-columns .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    padding: 0 .75rem
}

@media(max-width:850px) {
    .restrict-container-main.theme-two-columns .container-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.restrict-container-main.theme-two-columns .container-main .content-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem 1.5rem
}

.restrict-container-main.theme-two-columns .container-main .content-box:not(.forgot) {
    padding: 1rem 2.5rem;
    margin: 2rem 0
}

@media(min-width:851px) {
    .restrict-container-main.theme-two-columns .container-main .content-box:not(.forgot):first-child {
        border-right: 1px solid #54595c
    }
}

@media(max-width:850px) {
    .restrict-container-main.theme-two-columns .container-main .content-box:not(.forgot):first-child {
        border-bottom: 1px solid #54595c
    }
}

.restrict-container-main.theme-two-columns .container-main .text-forgot-password,
.restrict-container-main.theme-two-columns .container-main .title-forgot-password {
    text-align: center;
    display: block;
    padding: 0 0 10px 0
}

.restrict-container-main.theme-two-columns .container-main .helper-forgot-password {
    padding: 0 0 10px 0;
    font-size: 16px
}

.restrict-container-main.theme-two-columns .container-main .title-forgot-password {
    font-size: 18px;
    font-weight: 700
}

.restrict-container-main.theme-two-columns .btn {
    border: none;
    border-radius: 30px;
    min-width: 125px
}

.restrict-container-main.theme-two-columns .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-columns .form-group label {
    float: left
}

.restrict-container-main.theme-two-columns .form-group .form-control {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px
}

.restrict-container-main.theme-two-columns .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

@media(min-width:851px) {
    .restrict-container-main.theme-two-columns .sweet-modal {
        width: auto;
        min-width: 600px
    }
}

.restrict-container-main.theme-in-block.container-appearance-light .container-main {
    background-color: #e6e6e6
}

.restrict-container-main.theme-in-block.container-appearance-light .title {
    color: #1a212f
}

.restrict-container-main.theme-in-block.container-appearance-light .form-control {
    color: #555;
    background: #fff
}

.restrict-container-main.theme-in-block.container-appearance-light .btn {
    color: #63666c;
    border: 1px solid #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-light .btn.btn-primary {
    background-color: #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-light .btn:hover {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff
}

.restrict-container-main.theme-in-block.container-appearance-light .btn:active,
.restrict-container-main.theme-in-block.container-appearance-light .btn:focus {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156863) !important;
    box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156863) !important
}

.restrict-container-main.theme-in-block.container-appearance-dark .sweet-box-actions .sweet-action-close:hover {
    background: #172b4d
}

.restrict-container-main.theme-in-block.container-appearance-dark .container-main {
    background-color: #2e3436
}

.restrict-container-main.theme-in-block.container-appearance-dark label {
    color: #ececec
}

.restrict-container-main.theme-in-block.container-appearance-dark .title {
    color: #dedede
}

.restrict-container-main.theme-in-block.container-appearance-dark .form-control {
    color: #54595c;
    background: #ececec
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn {
    color: #ececec;
    border: 1px solid #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn.btn-primary {
    background-color: #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn:hover {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn:active,
.restrict-container-main.theme-in-block.container-appearance-dark .btn:focus {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156863) !important;
    box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156863) !important
}

.restrict-container-main.theme-in-block.container-appearance-dark .helper-forgot-password {
    color: #dedede
}

.restrict-container-main.theme-in-block .container-main {
    padding: 15px
}

.restrict-container-main.theme-in-block .container-main .title {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px
}

.restrict-container-main.theme-in-block .container-main .form-text,
.restrict-container-main.theme-in-block .container-main label {
    text-align: left;
    display: block
}

.restrict-container-main.theme-in-block .container-main .form-group {
    padding-top: 5px;
    margin-bottom: 0
}

.restrict-container-main.theme-in-block .container-main .form-control {
    display: block;
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.restrict-container-main.theme-in-block .container-main .btn {
    border-radius: 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px
}

.restrict-container-main.theme-in-block .container-main .btn:hover {
    border: none
}

.restrict-container-main.theme-default {
    /*!

=========================================================
* Argon Design System - v1.1.0
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-design-system
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md)

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
}

.restrict-container-main.theme-default :root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f4f5f7;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: #000;
    --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", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.restrict-container-main.theme-default *,
.restrict-container-main.theme-default :after,
.restrict-container-main.theme-default :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.restrict-container-main.theme-default html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.restrict-container-main.theme-default article,
.restrict-container-main.theme-default aside,
.restrict-container-main.theme-default figcaption,
.restrict-container-main.theme-default figure,
.restrict-container-main.theme-default footer,
.restrict-container-main.theme-default header,
.restrict-container-main.theme-default hgroup,
.restrict-container-main.theme-default main,
.restrict-container-main.theme-default nav,
.restrict-container-main.theme-default section {
    display: block
}

.restrict-container-main.theme-default body {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #525f7f;
    background-color: #fff
}

.restrict-container-main.theme-default [tabindex="-1"]:focus {
    outline: 0 !important
}

.restrict-container-main.theme-default hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.restrict-container-main.theme-default h1,
.restrict-container-main.theme-default h2,
.restrict-container-main.theme-default h3,
.restrict-container-main.theme-default h4,
.restrict-container-main.theme-default h5,
.restrict-container-main.theme-default h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.restrict-container-main.theme-default p {
    margin-top: 0;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default abbr[data-original-title],
.restrict-container-main.theme-default abbr[title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.restrict-container-main.theme-default address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default dl,
.restrict-container-main.theme-default ol,
.restrict-container-main.theme-default ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default ol ol,
.restrict-container-main.theme-default ol ul,
.restrict-container-main.theme-default ul ol,
.restrict-container-main.theme-default ul ul {
    margin-bottom: 0
}

.restrict-container-main.theme-default dt {
    font-weight: 600
}

.restrict-container-main.theme-default dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.restrict-container-main.theme-default blockquote {
    margin: 0 0 1rem
}

.restrict-container-main.theme-default b,
.restrict-container-main.theme-default strong {
    font-weight: 700
}

.restrict-container-main.theme-default small {
    font-size: 80%
}

.restrict-container-main.theme-default sub,
.restrict-container-main.theme-default sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.restrict-container-main.theme-default sub {
    bottom: -.25em
}

.restrict-container-main.theme-default sup {
    top: -.5em
}

.restrict-container-main.theme-default a {
    text-decoration: none;
    color: #5e72e4;
    background-color: transparent
}

.restrict-container-main.theme-default a:hover {
    text-decoration: none;
    color: #233dd2
}

.restrict-container-main.theme-default a:not([href]):not([tabindex]),
.restrict-container-main.theme-default a:not([href]):not([tabindex]):focus,
.restrict-container-main.theme-default a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit
}

.restrict-container-main.theme-default a:not([href]):not([tabindex]):focus {
    outline: 0
}

.restrict-container-main.theme-default code,
.restrict-container-main.theme-default kbd,
.restrict-container-main.theme-default pre,
.restrict-container-main.theme-default samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

.restrict-container-main.theme-default pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default figure {
    margin: 0 0 1rem
}

.restrict-container-main.theme-default img {
    vertical-align: middle;
    border-style: none
}

.restrict-container-main.theme-default svg {
    overflow: hidden;
    vertical-align: middle
}

.restrict-container-main.theme-default table {
    border-collapse: collapse
}

.restrict-container-main.theme-default caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #8898aa
}

.restrict-container-main.theme-default th {
    text-align: inherit
}

.restrict-container-main.theme-default label {
    display: inline-block;
    margin-bottom: .5rem
}

.restrict-container-main.theme-default button {
    border-radius: 0
}

.restrict-container-main.theme-default button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.restrict-container-main.theme-default button,
.restrict-container-main.theme-default input,
.restrict-container-main.theme-default optgroup,
.restrict-container-main.theme-default select,
.restrict-container-main.theme-default textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.restrict-container-main.theme-default button,
.restrict-container-main.theme-default input {
    overflow: visible
}

.restrict-container-main.theme-default button,
.restrict-container-main.theme-default select {
    text-transform: none
}

.restrict-container-main.theme-default select {
    word-wrap: normal
}

.restrict-container-main.theme-default [type=button],
.restrict-container-main.theme-default [type=reset],
.restrict-container-main.theme-default [type=submit],
.restrict-container-main.theme-default button {
    -webkit-appearance: button
}

.restrict-container-main.theme-default [type=button]:not(:disabled),
.restrict-container-main.theme-default [type=reset]:not(:disabled),
.restrict-container-main.theme-default [type=submit]:not(:disabled),
.restrict-container-main.theme-default button:not(:disabled) {
    cursor: pointer
}

.restrict-container-main.theme-default [type=button]::-moz-focus-inner,
.restrict-container-main.theme-default [type=reset]::-moz-focus-inner,
.restrict-container-main.theme-default [type=submit]::-moz-focus-inner,
.restrict-container-main.theme-default button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.restrict-container-main.theme-default input[type=checkbox],
.restrict-container-main.theme-default input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.restrict-container-main.theme-default input[type=date],
.restrict-container-main.theme-default input[type=datetime-local],
.restrict-container-main.theme-default input[type=month],
.restrict-container-main.theme-default input[type=time] {
    -webkit-appearance: listbox
}

.restrict-container-main.theme-default textarea {
    overflow: auto;
    resize: vertical
}

.restrict-container-main.theme-default fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.restrict-container-main.theme-default legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit
}

.restrict-container-main.theme-default progress {
    vertical-align: baseline
}

.restrict-container-main.theme-default [type=number]::-webkit-inner-spin-button,
.restrict-container-main.theme-default [type=number]::-webkit-outer-spin-button {
    height: auto
}

.restrict-container-main.theme-default [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.restrict-container-main.theme-default [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.restrict-container-main.theme-default ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.restrict-container-main.theme-default output {
    display: inline-block
}

.restrict-container-main.theme-default summary {
    display: list-item;
    cursor: pointer
}

.restrict-container-main.theme-default template {
    display: none
}

.restrict-container-main.theme-default [hidden] {
    display: none !important
}

.restrict-container-main.theme-default .h1,
.restrict-container-main.theme-default .h2,
.restrict-container-main.theme-default .h3,
.restrict-container-main.theme-default .h4,
.restrict-container-main.theme-default .h5,
.restrict-container-main.theme-default .h6,
.restrict-container-main.theme-default h1,
.restrict-container-main.theme-default h2,
.restrict-container-main.theme-default h3,
.restrict-container-main.theme-default h4,
.restrict-container-main.theme-default h5,
.restrict-container-main.theme-default h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d
}

.restrict-container-main.theme-default .h1,
.restrict-container-main.theme-default h1 {
    font-size: 2.5rem
}

.restrict-container-main.theme-default .h2,
.restrict-container-main.theme-default h2 {
    font-size: 2rem
}

.restrict-container-main.theme-default .h3,
.restrict-container-main.theme-default h3 {
    font-size: 1.75rem
}

.restrict-container-main.theme-default .h4,
.restrict-container-main.theme-default h4 {
    font-size: 1.5rem
}

.restrict-container-main.theme-default .h5,
.restrict-container-main.theme-default h5 {
    font-size: 1.25rem
}

.restrict-container-main.theme-default .h6,
.restrict-container-main.theme-default h6 {
    font-size: 1rem
}

.restrict-container-main.theme-default .display-1 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default .display-2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default .display-3 {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default .display-4 {
    font-size: 1.6275rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1)
}

.restrict-container-main.theme-default .small,
.restrict-container-main.theme-default small {
    font-size: 80%;
    font-weight: 400
}

.restrict-container-main.theme-default .mark,
.restrict-container-main.theme-default mark {
    padding: .2em;
    background-color: #fcf8e3
}

.restrict-container-main.theme-default .list-inline,
.restrict-container-main.theme-default .list-unstyled {
    padding-left: 0;
    list-style: none
}

.restrict-container-main.theme-default .list-inline-item {
    display: inline-block
}

.restrict-container-main.theme-default .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.restrict-container-main.theme-default .blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default .blockquote-footer {
    font-size: 80%;
    display: block;
    color: #8898aa
}

.restrict-container-main.theme-default .blockquote-footer:before {
    content: "\2014\A0"
}

.restrict-container-main.theme-default .img-fluid {
    max-width: 100%;
    height: auto
}

.restrict-container-main.theme-default .img-thumbnail {
    max-width: 100%;
    height: auto;
    padding: .25rem;
    border: .0625rem solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.restrict-container-main.theme-default .figure {
    display: inline-block
}

.restrict-container-main.theme-default .figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.restrict-container-main.theme-default .figure-caption {
    font-size: 90%;
    color: #8898aa
}

.restrict-container-main.theme-default code {
    font-size: 87.5%;
    word-break: break-word;
    color: #f3a4b5
}

.restrict-container-main.theme-default a>code {
    color: inherit
}

.restrict-container-main.theme-default kbd {
    font-size: 87.5%;
    padding: .2rem .4rem;
    color: #fff;
    border-radius: .2rem;
    background-color: #212529;
    -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

.restrict-container-main.theme-default kbd kbd {
    font-size: 100%;
    font-weight: 600;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default pre {
    font-size: 87.5%;
    display: block;
    color: #212529
}

.restrict-container-main.theme-default pre code {
    font-size: inherit;
    word-break: normal;
    color: inherit
}

.restrict-container-main.theme-default .pre-scrollable {
    overflow-y: scroll;
    max-height: 340px
}

.restrict-container-main.theme-default .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .restrict-container-main.theme-default .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .restrict-container-main.theme-default .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .restrict-container-main.theme-default .container {
        max-width: 1040px
    }
}

.restrict-container-main.theme-default .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.restrict-container-main.theme-default .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.restrict-container-main.theme-default .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.restrict-container-main.theme-default .no-gutters>.col,
.restrict-container-main.theme-default .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.restrict-container-main.theme-default .col,
.restrict-container-main.theme-default .col-1,
.restrict-container-main.theme-default .col-2,
.restrict-container-main.theme-default .col-3,
.restrict-container-main.theme-default .col-4,
.restrict-container-main.theme-default .col-5,
.restrict-container-main.theme-default .col-6,
.restrict-container-main.theme-default .col-7,
.restrict-container-main.theme-default .col-8,
.restrict-container-main.theme-default .col-9,
.restrict-container-main.theme-default .col-10,
.restrict-container-main.theme-default .col-11,
.restrict-container-main.theme-default .col-12,
.restrict-container-main.theme-default .col-auto,
.restrict-container-main.theme-default .col-lg,
.restrict-container-main.theme-default .col-lg-1,
.restrict-container-main.theme-default .col-lg-2,
.restrict-container-main.theme-default .col-lg-3,
.restrict-container-main.theme-default .col-lg-4,
.restrict-container-main.theme-default .col-lg-5,
.restrict-container-main.theme-default .col-lg-6,
.restrict-container-main.theme-default .col-lg-7,
.restrict-container-main.theme-default .col-lg-8,
.restrict-container-main.theme-default .col-lg-9,
.restrict-container-main.theme-default .col-lg-10,
.restrict-container-main.theme-default .col-lg-11,
.restrict-container-main.theme-default .col-lg-12,
.restrict-container-main.theme-default .col-lg-auto,
.restrict-container-main.theme-default .col-md,
.restrict-container-main.theme-default .col-md-1,
.restrict-container-main.theme-default .col-md-2,
.restrict-container-main.theme-default .col-md-3,
.restrict-container-main.theme-default .col-md-4,
.restrict-container-main.theme-default .col-md-5,
.restrict-container-main.theme-default .col-md-6,
.restrict-container-main.theme-default .col-md-7,
.restrict-container-main.theme-default .col-md-8,
.restrict-container-main.theme-default .col-md-9,
.restrict-container-main.theme-default .col-md-10,
.restrict-container-main.theme-default .col-md-11,
.restrict-container-main.theme-default .col-md-12,
.restrict-container-main.theme-default .col-md-auto,
.restrict-container-main.theme-default .col-sm,
.restrict-container-main.theme-default .col-sm-1,
.restrict-container-main.theme-default .col-sm-2,
.restrict-container-main.theme-default .col-sm-3,
.restrict-container-main.theme-default .col-sm-4,
.restrict-container-main.theme-default .col-sm-5,
.restrict-container-main.theme-default .col-sm-6,
.restrict-container-main.theme-default .col-sm-7,
.restrict-container-main.theme-default .col-sm-8,
.restrict-container-main.theme-default .col-sm-9,
.restrict-container-main.theme-default .col-sm-10,
.restrict-container-main.theme-default .col-sm-11,
.restrict-container-main.theme-default .col-sm-12,
.restrict-container-main.theme-default .col-sm-auto,
.restrict-container-main.theme-default .col-xl,
.restrict-container-main.theme-default .col-xl-1,
.restrict-container-main.theme-default .col-xl-2,
.restrict-container-main.theme-default .col-xl-3,
.restrict-container-main.theme-default .col-xl-4,
.restrict-container-main.theme-default .col-xl-5,
.restrict-container-main.theme-default .col-xl-6,
.restrict-container-main.theme-default .col-xl-7,
.restrict-container-main.theme-default .col-xl-8,
.restrict-container-main.theme-default .col-xl-9,
.restrict-container-main.theme-default .col-xl-10,
.restrict-container-main.theme-default .col-xl-11,
.restrict-container-main.theme-default .col-xl-12,
.restrict-container-main.theme-default .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.restrict-container-main.theme-default .col {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.restrict-container-main.theme-default .col-auto {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.restrict-container-main.theme-default .col-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%
}

.restrict-container-main.theme-default .col-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%
}

.restrict-container-main.theme-default .col-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.restrict-container-main.theme-default .col-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.restrict-container-main.theme-default .col-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%
}

.restrict-container-main.theme-default .col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.restrict-container-main.theme-default .col-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%
}

.restrict-container-main.theme-default .col-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%
}

.restrict-container-main.theme-default .col-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.restrict-container-main.theme-default .col-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%
}

.restrict-container-main.theme-default .col-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%
}

.restrict-container-main.theme-default .col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.restrict-container-main.theme-default .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.restrict-container-main.theme-default .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.restrict-container-main.theme-default .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.restrict-container-main.theme-default .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.restrict-container-main.theme-default .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.restrict-container-main.theme-default .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.restrict-container-main.theme-default .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.restrict-container-main.theme-default .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.restrict-container-main.theme-default .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.restrict-container-main.theme-default .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.restrict-container-main.theme-default .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.restrict-container-main.theme-default .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.restrict-container-main.theme-default .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.restrict-container-main.theme-default .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.restrict-container-main.theme-default .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.restrict-container-main.theme-default .offset-1 {
    margin-left: 8.33333%
}

.restrict-container-main.theme-default .offset-2 {
    margin-left: 16.66667%
}

.restrict-container-main.theme-default .offset-3 {
    margin-left: 25%
}

.restrict-container-main.theme-default .offset-4 {
    margin-left: 33.33333%
}

.restrict-container-main.theme-default .offset-5 {
    margin-left: 41.66667%
}

.restrict-container-main.theme-default .offset-6 {
    margin-left: 50%
}

.restrict-container-main.theme-default .offset-7 {
    margin-left: 58.33333%
}

.restrict-container-main.theme-default .offset-8 {
    margin-left: 66.66667%
}

.restrict-container-main.theme-default .offset-9 {
    margin-left: 75%
}

.restrict-container-main.theme-default .offset-10 {
    margin-left: 83.33333%
}

.restrict-container-main.theme-default .offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .col-sm {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-sm-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-sm-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-sm-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-sm-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-sm-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-sm-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-sm-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-sm-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-sm-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-sm-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-sm-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-sm-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-sm-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-sm-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-sm-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-sm-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-sm-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-sm-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-sm-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-sm-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-sm-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-sm-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-sm-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-sm-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .restrict-container-main.theme-default .col-md {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-md-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-md-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-md-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-md-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-md-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-md-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-md-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-md-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-md-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-md-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-md-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-md-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-md-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-md-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-md-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-md-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-md-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-md-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-md-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-md-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-md-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-md-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-md-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-md-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .restrict-container-main.theme-default .col-lg {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-lg-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-lg-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-lg-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-lg-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-lg-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-lg-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-lg-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-lg-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-lg-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-lg-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-lg-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-lg-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-lg-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-lg-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-lg-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-lg-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-lg-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-lg-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-lg-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-lg-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-lg-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-lg-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-lg-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-lg-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .restrict-container-main.theme-default .col-xl {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-xl-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-xl-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-xl-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-xl-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-xl-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-xl-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-xl-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-xl-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-xl-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-xl-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-xl-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-xl-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-xl-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-xl-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-xl-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-xl-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-xl-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-xl-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-xl-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-xl-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-xl-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-xl-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-xl-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-xl-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.restrict-container-main.theme-default .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #525f7f;
    background-color: transparent
}

.restrict-container-main.theme-default .table td,
.restrict-container-main.theme-default .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: .0625rem solid #dee2e6
}

.restrict-container-main.theme-default .table thead th {
    vertical-align: bottom;
    border-bottom: .125rem solid #dee2e6
}

.restrict-container-main.theme-default .table tbody+tbody {
    border-top: .125rem solid #dee2e6
}

.restrict-container-main.theme-default .table-sm td,
.restrict-container-main.theme-default .table-sm th {
    padding: .3rem
}

.restrict-container-main.theme-default .table-bordered,
.restrict-container-main.theme-default .table-bordered td,
.restrict-container-main.theme-default .table-bordered th {
    border: .0625rem solid #dee2e6
}

.restrict-container-main.theme-default .table-bordered thead td,
.restrict-container-main.theme-default .table-bordered thead th {
    border-bottom-width: .125rem
}

.restrict-container-main.theme-default .table-borderless tbody+tbody,
.restrict-container-main.theme-default .table-borderless td,
.restrict-container-main.theme-default .table-borderless th,
.restrict-container-main.theme-default .table-borderless thead th {
    border: 0
}

.restrict-container-main.theme-default .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.restrict-container-main.theme-default .table-hover tbody tr:hover {
    color: #525f7f;
    background-color: rgba(0, 0, 0, .075)
}

.restrict-container-main.theme-default .table-primary,
.restrict-container-main.theme-default .table-primary>td,
.restrict-container-main.theme-default .table-primary>th {
    background-color: #d2d8f7
}

.restrict-container-main.theme-default .table-primary tbody+tbody,
.restrict-container-main.theme-default .table-primary td,
.restrict-container-main.theme-default .table-primary th,
.restrict-container-main.theme-default .table-primary thead th {
    border-color: #abb6f1
}

.restrict-container-main.theme-default .table-hover .table-primary:hover,
.restrict-container-main.theme-default .table-hover .table-primary:hover>td,
.restrict-container-main.theme-default .table-hover .table-primary:hover>th {
    background-color: #bcc5f3
}

.restrict-container-main.theme-default .table-secondary,
.restrict-container-main.theme-default .table-secondary>td,
.restrict-container-main.theme-default .table-secondary>th {
    background-color: #fcfcfd
}

.restrict-container-main.theme-default .table-secondary tbody+tbody,
.restrict-container-main.theme-default .table-secondary td,
.restrict-container-main.theme-default .table-secondary th,
.restrict-container-main.theme-default .table-secondary thead th {
    border-color: #f9fafb
}

.restrict-container-main.theme-default .table-hover .table-secondary:hover,
.restrict-container-main.theme-default .table-hover .table-secondary:hover>td,
.restrict-container-main.theme-default .table-hover .table-secondary:hover>th {
    background-color: #ededf3
}

.restrict-container-main.theme-default .table-success,
.restrict-container-main.theme-default .table-success>td,
.restrict-container-main.theme-default .table-success>th {
    background-color: #c4f1de
}

.restrict-container-main.theme-default .table-success tbody+tbody,
.restrict-container-main.theme-default .table-success td,
.restrict-container-main.theme-default .table-success th,
.restrict-container-main.theme-default .table-success thead th {
    border-color: #92e6c2
}

.restrict-container-main.theme-default .table-hover .table-success:hover,
.restrict-container-main.theme-default .table-hover .table-success:hover>td,
.restrict-container-main.theme-default .table-hover .table-success:hover>th {
    background-color: #afecd2
}

.restrict-container-main.theme-default .table-info,
.restrict-container-main.theme-default .table-info>td,
.restrict-container-main.theme-default .table-info>th {
    background-color: #bcf1fb
}

.restrict-container-main.theme-default .table-info tbody+tbody,
.restrict-container-main.theme-default .table-info td,
.restrict-container-main.theme-default .table-info th,
.restrict-container-main.theme-default .table-info thead th {
    border-color: #83e5f7
}

.restrict-container-main.theme-default .table-hover .table-info:hover,
.restrict-container-main.theme-default .table-hover .table-info:hover>td,
.restrict-container-main.theme-default .table-hover .table-info:hover>th {
    background-color: #a4ecfa
}

.restrict-container-main.theme-default .table-warning,
.restrict-container-main.theme-default .table-warning>td,
.restrict-container-main.theme-default .table-warning>th {
    background-color: #fed3ca
}

.restrict-container-main.theme-default .table-warning tbody+tbody,
.restrict-container-main.theme-default .table-warning td,
.restrict-container-main.theme-default .table-warning th,
.restrict-container-main.theme-default .table-warning thead th {
    border-color: #fdae9c
}

.restrict-container-main.theme-default .table-hover .table-warning:hover,
.restrict-container-main.theme-default .table-hover .table-warning:hover>td,
.restrict-container-main.theme-default .table-hover .table-warning:hover>th {
    background-color: #febeb1
}

.restrict-container-main.theme-default .table-danger,
.restrict-container-main.theme-default .table-danger>td,
.restrict-container-main.theme-default .table-danger>th {
    background-color: #fcc7d1
}

.restrict-container-main.theme-default .table-danger tbody+tbody,
.restrict-container-main.theme-default .table-danger td,
.restrict-container-main.theme-default .table-danger th,
.restrict-container-main.theme-default .table-danger thead th {
    border-color: #fa96aa
}

.restrict-container-main.theme-default .table-hover .table-danger:hover,
.restrict-container-main.theme-default .table-hover .table-danger:hover>td,
.restrict-container-main.theme-default .table-hover .table-danger:hover>th {
    background-color: #fbafbd
}

.restrict-container-main.theme-default .table-light,
.restrict-container-main.theme-default .table-light>td,
.restrict-container-main.theme-default .table-light>th {
    background-color: #e8eaed
}

.restrict-container-main.theme-default .table-light tbody+tbody,
.restrict-container-main.theme-default .table-light td,
.restrict-container-main.theme-default .table-light th,
.restrict-container-main.theme-default .table-light thead th {
    border-color: #d4d9dd
}

.restrict-container-main.theme-default .table-hover .table-light:hover,
.restrict-container-main.theme-default .table-hover .table-light:hover>td,
.restrict-container-main.theme-default .table-hover .table-light:hover>th {
    background-color: #dadde2
}

.restrict-container-main.theme-default .table-dark,
.restrict-container-main.theme-default .table-dark>td,
.restrict-container-main.theme-default .table-dark>th {
    background-color: #c1c2c3
}

.restrict-container-main.theme-default .table-dark tbody+tbody,
.restrict-container-main.theme-default .table-dark td,
.restrict-container-main.theme-default .table-dark th,
.restrict-container-main.theme-default .table-dark thead th {
    border-color: #8c8e90
}

.restrict-container-main.theme-default .table-hover .table-dark:hover,
.restrict-container-main.theme-default .table-hover .table-dark:hover>td,
.restrict-container-main.theme-default .table-hover .table-dark:hover>th {
    background-color: #b4b5b6
}

.restrict-container-main.theme-default .table-default,
.restrict-container-main.theme-default .table-default>td,
.restrict-container-main.theme-default .table-default>th {
    background-color: #bec4cd
}

.restrict-container-main.theme-default .table-default tbody+tbody,
.restrict-container-main.theme-default .table-default td,
.restrict-container-main.theme-default .table-default th,
.restrict-container-main.theme-default .table-default thead th {
    border-color: #8691a2
}

.restrict-container-main.theme-default .table-hover .table-default:hover,
.restrict-container-main.theme-default .table-hover .table-default:hover>td,
.restrict-container-main.theme-default .table-hover .table-default:hover>th {
    background-color: #b0b7c2
}

.restrict-container-main.theme-default .table-white,
.restrict-container-main.theme-default .table-white>td,
.restrict-container-main.theme-default .table-white>th {
    background-color: #fff
}

.restrict-container-main.theme-default .table-white tbody+tbody,
.restrict-container-main.theme-default .table-white td,
.restrict-container-main.theme-default .table-white th,
.restrict-container-main.theme-default .table-white thead th {
    border-color: #fff
}

.restrict-container-main.theme-default .table-hover .table-white:hover,
.restrict-container-main.theme-default .table-hover .table-white:hover>td,
.restrict-container-main.theme-default .table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.restrict-container-main.theme-default .table-neutral,
.restrict-container-main.theme-default .table-neutral>td,
.restrict-container-main.theme-default .table-neutral>th {
    background-color: #fff
}

.restrict-container-main.theme-default .table-neutral tbody+tbody,
.restrict-container-main.theme-default .table-neutral td,
.restrict-container-main.theme-default .table-neutral th,
.restrict-container-main.theme-default .table-neutral thead th {
    border-color: #fff
}

.restrict-container-main.theme-default .table-hover .table-neutral:hover,
.restrict-container-main.theme-default .table-hover .table-neutral:hover>td,
.restrict-container-main.theme-default .table-hover .table-neutral:hover>th {
    background-color: #f2f2f2
}

.restrict-container-main.theme-default .table-darker,
.restrict-container-main.theme-default .table-darker>td,
.restrict-container-main.theme-default .table-darker>th {
    background-color: #b8b8b8
}

.restrict-container-main.theme-default .table-darker tbody+tbody,
.restrict-container-main.theme-default .table-darker td,
.restrict-container-main.theme-default .table-darker th,
.restrict-container-main.theme-default .table-darker thead th {
    border-color: #7a7a7a
}

.restrict-container-main.theme-default .table-hover .table-darker:hover,
.restrict-container-main.theme-default .table-hover .table-darker:hover>td,
.restrict-container-main.theme-default .table-hover .table-darker:hover>th {
    background-color: #ababab
}

.restrict-container-main.theme-default .table-active,
.restrict-container-main.theme-default .table-active>td,
.restrict-container-main.theme-default .table-active>th,
.restrict-container-main.theme-default .table-hover .table-active:hover,
.restrict-container-main.theme-default .table-hover .table-active:hover>td,
.restrict-container-main.theme-default .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.restrict-container-main.theme-default .table .thead-dark th {
    color: #fff;
    border-color: #32383e;
    background-color: #212529
}

.restrict-container-main.theme-default .table .thead-light th {
    color: #525f7f;
    border-color: #dee2e6;
    background-color: #e9ecef
}

.restrict-container-main.theme-default .table-dark {
    color: #fff;
    background-color: #212529
}

.restrict-container-main.theme-default .table-dark td,
.restrict-container-main.theme-default .table-dark th,
.restrict-container-main.theme-default .table-dark thead th {
    border-color: #32383e
}

.restrict-container-main.theme-default .table-dark.table-bordered {
    border: 0
}

.restrict-container-main.theme-default .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.restrict-container-main.theme-default .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media(max-width:575.98px) {
    .restrict-container-main.theme-default .table-responsive-sm {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .restrict-container-main.theme-default .table-responsive-md {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .restrict-container-main.theme-default .table-responsive-lg {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .restrict-container-main.theme-default .table-responsive-xl {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.restrict-container-main.theme-default .table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.restrict-container-main.theme-default .table-responsive>.table-bordered {
    border: 0
}

.restrict-container-main.theme-default .form-control {
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.restrict-container-main.theme-default .form-control:focus {
    color: #8898aa;
    border-color: rgba(50, 151, 211, .25);
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none, none;
    box-shadow: none, none
}

.restrict-container-main.theme-default .form-control::-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control::-moz-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control::placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:disabled,
.restrict-container-main.theme-default .form-control[readonly] {
    opacity: 1;
    background-color: #e9ecef
}

.restrict-container-main.theme-default select.form-control:focus::-ms-value {
    color: #8898aa;
    background-color: #fff
}

.restrict-container-main.theme-default .form-control-file,
.restrict-container-main.theme-default .form-control-range {
    display: block;
    width: 100%
}

.restrict-container-main.theme-default .col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: calc(.625rem + 1px);
    padding-bottom: calc(.625rem + 1px)
}

.restrict-container-main.theme-default .col-form-label-lg {
    font-size: .875rem;
    line-height: 1.5;
    padding-top: calc(.875rem + 1px);
    padding-bottom: calc(.875rem + 1px)
}

.restrict-container-main.theme-default .col-form-label-sm {
    font-size: .75rem;
    line-height: 1.5;
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px)
}

.restrict-container-main.theme-default .form-control-plaintext {
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    color: #525f7f;
    border: solid transparent;
    border-width: 1px 0;
    background-color: transparent
}

.restrict-container-main.theme-default .form-control-plaintext.form-control-lg,
.restrict-container-main.theme-default .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.restrict-container-main.theme-default .form-control-sm {
    font-size: .75rem;
    line-height: 1.5;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    border-radius: .2rem
}

.restrict-container-main.theme-default .form-control-lg {
    font-size: .875rem;
    line-height: 1.5;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .875rem 1rem;
    border-radius: .3rem
}

.restrict-container-main.theme-default select.form-control[multiple],
.restrict-container-main.theme-default select.form-control[size],
.restrict-container-main.theme-default textarea.form-control {
    height: auto
}

.restrict-container-main.theme-default .form-group {
    margin-bottom: 1rem
}

.restrict-container-main.theme-default .form-text {
    display: block;
    margin-top: .25rem
}

.restrict-container-main.theme-default .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.restrict-container-main.theme-default .form-row>.col,
.restrict-container-main.theme-default .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.restrict-container-main.theme-default .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.restrict-container-main.theme-default .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.restrict-container-main.theme-default .form-check-input:disabled~.form-check-label {
    color: #8898aa
}

.restrict-container-main.theme-default .form-check-label {
    margin-bottom: 0
}

.restrict-container-main.theme-default .form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.restrict-container-main.theme-default .valid-feedback {
    font-size: 80%;
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #2dce89
}

.restrict-container-main.theme-default .valid-tooltip {
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: 100%;
    display: none;
    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;
    color: #fff;
    border-radius: .2rem;
    background-color: rgba(45, 206, 137, .8)
}

.restrict-container-main.theme-default .custom-select.is-valid,
.restrict-container-main.theme-default .custom-select.is-valid:focus,
.restrict-container-main.theme-default .form-control.is-valid,
.restrict-container-main.theme-default .form-control.is-valid:focus,
.restrict-container-main.theme-default .was-validated .custom-select:valid,
.restrict-container-main.theme-default .was-validated .custom-select:valid:focus,
.restrict-container-main.theme-default .was-validated .form-control:valid,
.restrict-container-main.theme-default .was-validated .form-control:valid:focus {
    border-color: #2dce89
}

.restrict-container-main.theme-default .custom-select.is-valid~.valid-feedback,
.restrict-container-main.theme-default .custom-select.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .form-control.is-valid~.valid-feedback,
.restrict-container-main.theme-default .form-control.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-select:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .custom-select:valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .form-control:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .form-check-input.is-valid~.form-check-label,
.restrict-container-main.theme-default .was-validated .form-check-input:valid~.form-check-label {
    color: #2dce89
}

.restrict-container-main.theme-default .form-check-input.is-valid~.valid-feedback,
.restrict-container-main.theme-default .form-check-input.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .form-check-input:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-valid~.custom-control-label,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.custom-control-label {
    color: #2dce89
}

.restrict-container-main.theme-default .custom-control-input.is-valid~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #93e7c3;
    background-color: #93e7c3
}

.restrict-container-main.theme-default .custom-control-input.is-valid~.valid-feedback,
.restrict-container-main.theme-default .custom-control-input.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-valid:checked~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #93e7c3;
    background-color: #54daa1
}

.restrict-container-main.theme-default .custom-control-input.is-valid:focus~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(45, 206, 137, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(45, 206, 137, .25)
}

.restrict-container-main.theme-default .custom-file-input.is-valid~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #2dce89
}

.restrict-container-main.theme-default .custom-file-input.is-valid~.custom-file-label:before,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.restrict-container-main.theme-default .custom-file-input.is-valid~.valid-feedback,
.restrict-container-main.theme-default .custom-file-input.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-file-input.is-valid:focus~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 206, 137, .25);
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .25)
}

.restrict-container-main.theme-default .invalid-feedback {
    font-size: 80%;
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #fb6340
}

.restrict-container-main.theme-default .invalid-tooltip {
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: 100%;
    display: none;
    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;
    color: #fff;
    border-radius: .2rem;
    background-color: rgba(251, 99, 64, .8)
}

.restrict-container-main.theme-default .custom-select.is-invalid,
.restrict-container-main.theme-default .custom-select.is-invalid:focus,
.restrict-container-main.theme-default .form-control.is-invalid,
.restrict-container-main.theme-default .form-control.is-invalid:focus,
.restrict-container-main.theme-default .was-validated .custom-select:invalid,
.restrict-container-main.theme-default .was-validated .custom-select:invalid:focus,
.restrict-container-main.theme-default .was-validated .form-control:invalid,
.restrict-container-main.theme-default .was-validated .form-control:invalid:focus {
    border-color: #fb6340
}

.restrict-container-main.theme-default .custom-select.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .custom-select.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .form-control.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .form-control.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-select:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .custom-select:invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .form-control:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .form-check-input.is-invalid~.form-check-label,
.restrict-container-main.theme-default .was-validated .form-check-input:invalid~.form-check-label {
    color: #fb6340
}

.restrict-container-main.theme-default .form-check-input.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .form-check-input.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .form-check-input:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-invalid~.custom-control-label,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #fb6340
}

.restrict-container-main.theme-default .custom-control-input.is-invalid~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #fec9bd;
    background-color: #fec9bd
}

.restrict-container-main.theme-default .custom-control-input.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .custom-control-input.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-invalid:checked~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #fec9bd;
    background-color: #fc8c72
}

.restrict-container-main.theme-default .custom-control-input.is-invalid:focus~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(251, 99, 64, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(251, 99, 64, .25)
}

.restrict-container-main.theme-default .custom-file-input.is-invalid~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #fb6340
}

.restrict-container-main.theme-default .custom-file-input.is-invalid~.custom-file-label:before,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.restrict-container-main.theme-default .custom-file-input.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .custom-file-input.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-file-input.is-invalid:focus~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 99, 64, .25);
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .25)
}

.restrict-container-main.theme-default .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
}

.restrict-container-main.theme-default .form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .restrict-container-main.theme-default .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -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
    }
    .restrict-container-main.theme-default .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .restrict-container-main.theme-default .form-inline .form-control-plaintext {
        display: inline-block
    }
    .restrict-container-main.theme-default .form-inline .custom-select,
    .restrict-container-main.theme-default .form-inline .input-group {
        width: auto
    }
    .restrict-container-main.theme-default .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        padding-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .restrict-container-main.theme-default .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .restrict-container-main.theme-default .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
    }
    .restrict-container-main.theme-default .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.restrict-container-main.theme-default .btn {
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: #525f7f;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent
}

@media(prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .btn {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .btn:hover {
    text-decoration: none;
    color: #525f7f
}

.restrict-container-main.theme-default .btn.focus,
.restrict-container-main.theme-default .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn.disabled,
.restrict-container-main.theme-default .btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default a.btn.disabled,
.restrict-container-main.theme-default fieldset:disabled a.btn {
    pointer-events: none
}

.restrict-container-main.theme-default .btn-primary {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-primary,
.restrict-container-main.theme-default .btn-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-primary.focus,
.restrict-container-main.theme-default .btn-primary:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-primary.disabled,
.restrict-container-main.theme-default .btn-primary:disabled {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #5e72e4;
    background-color: #324cdd
}

.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-secondary {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-secondary,
.restrict-container-main.theme-default .btn-secondary:hover {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-secondary.focus,
.restrict-container-main.theme-default .btn-secondary:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-secondary.disabled,
.restrict-container-main.theme-default .btn-secondary:disabled {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-secondary.dropdown-toggle {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #d6dae2
}

.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: none, 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-success {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-success,
.restrict-container-main.theme-default .btn-success:hover {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-success.focus,
.restrict-container-main.theme-default .btn-success:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-success.disabled,
.restrict-container-main.theme-default .btn-success:disabled {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-success.dropdown-toggle {
    color: #fff;
    border-color: #2dce89;
    background-color: #24a46d
}

.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-info {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-info,
.restrict-container-main.theme-default .btn-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-info.focus,
.restrict-container-main.theme-default .btn-info:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-info.disabled,
.restrict-container-main.theme-default .btn-info:disabled {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-info.dropdown-toggle {
    color: #fff;
    border-color: #11cdef;
    background-color: #0da5c0
}

.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-warning {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-warning,
.restrict-container-main.theme-default .btn-warning:hover {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-warning.focus,
.restrict-container-main.theme-default .btn-warning:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-warning.disabled,
.restrict-container-main.theme-default .btn-warning:disabled {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-warning.dropdown-toggle {
    color: #fff;
    border-color: #fb6340;
    background-color: #fa3a0e
}

.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-danger {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-danger,
.restrict-container-main.theme-default .btn-danger:hover {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-danger.focus,
.restrict-container-main.theme-default .btn-danger:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-danger.disabled,
.restrict-container-main.theme-default .btn-danger:disabled {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-danger.dropdown-toggle {
    color: #fff;
    border-color: #f5365c;
    background-color: #ec0c38
}

.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-light {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-light,
.restrict-container-main.theme-default .btn-light:hover {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-light.focus,
.restrict-container-main.theme-default .btn-light:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-light.disabled,
.restrict-container-main.theme-default .btn-light:disabled {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-light.dropdown-toggle {
    color: #fff;
    border-color: #adb5bd;
    background-color: #919ca6
}

.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: none, 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-dark {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-dark,
.restrict-container-main.theme-default .btn-dark:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-dark.focus,
.restrict-container-main.theme-default .btn-dark:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-dark.disabled,
.restrict-container-main.theme-default .btn-dark:disabled {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-dark.dropdown-toggle {
    color: #fff;
    border-color: #212529;
    background-color: #0a0c0d
}

.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: none, 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-default {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-default,
.restrict-container-main.theme-default .btn-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-default.focus,
.restrict-container-main.theme-default .btn-default:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-default.disabled,
.restrict-container-main.theme-default .btn-default:disabled {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-default.dropdown-toggle {
    color: #fff;
    border-color: #172b4d;
    background-color: #0b1526
}

.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-white {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-white,
.restrict-container-main.theme-default .btn-white:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-white.focus,
.restrict-container-main.theme-default .btn-white:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-white.disabled,
.restrict-container-main.theme-default .btn-white:disabled {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-white.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #e6e6e6
}

.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-neutral {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-neutral,
.restrict-container-main.theme-default .btn-neutral:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-neutral.focus,
.restrict-container-main.theme-default .btn-neutral:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-neutral.disabled,
.restrict-container-main.theme-default .btn-neutral:disabled {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-neutral.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #e6e6e6
}

.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-neutral.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-darker {
    color: #fff;
    border-color: #000;
    background-color: #000;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-darker:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-darker.focus,
.restrict-container-main.theme-default .btn-darker:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-darker.disabled,
.restrict-container-main.theme-default .btn-darker:disabled,
.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-darker.dropdown-toggle {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-darker.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-outline-primary {
    color: #5e72e4;
    border-color: #5e72e4;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-outline-primary.focus,
.restrict-container-main.theme-default .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-outline-primary.disabled,
.restrict-container-main.theme-default .btn-outline-primary:disabled {
    color: #5e72e4;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-outline-secondary {
    color: #f4f5f7;
    border-color: #f4f5f7;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-secondary:hover {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-outline-secondary.focus,
.restrict-container-main.theme-default .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-outline-secondary.disabled,
.restrict-container-main.theme-default .btn-outline-secondary:disabled {
    color: #f4f5f7;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-outline-success {
    color: #2dce89;
    border-color: #2dce89;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-success:hover {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-outline-success.focus,
.restrict-container-main.theme-default .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-outline-success.disabled,
.restrict-container-main.theme-default .btn-outline-success:disabled {
    color: #2dce89;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-outline-info {
    color: #11cdef;
    border-color: #11cdef;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-outline-info.focus,
.restrict-container-main.theme-default .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-outline-info.disabled,
.restrict-container-main.theme-default .btn-outline-info:disabled {
    color: #11cdef;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-outline-warning {
    color: #fb6340;
    border-color: #fb6340;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-warning:hover {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-outline-warning.focus,
.restrict-container-main.theme-default .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-outline-warning.disabled,
.restrict-container-main.theme-default .btn-outline-warning:disabled {
    color: #fb6340;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-outline-danger {
    color: #f5365c;
    border-color: #f5365c;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-danger:hover {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-outline-danger.focus,
.restrict-container-main.theme-default .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-outline-danger.disabled,
.restrict-container-main.theme-default .btn-outline-danger:disabled {
    color: #f5365c;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-outline-light {
    color: #adb5bd;
    border-color: #adb5bd;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-light:hover {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-outline-light.focus,
.restrict-container-main.theme-default .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-outline-light.disabled,
.restrict-container-main.theme-default .btn-outline-light:disabled {
    color: #adb5bd;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-outline-dark {
    color: #212529;
    border-color: #212529;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-dark:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-outline-dark.focus,
.restrict-container-main.theme-default .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-outline-dark.disabled,
.restrict-container-main.theme-default .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-outline-default {
    color: #172b4d;
    border-color: #172b4d;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-outline-default.focus,
.restrict-container-main.theme-default .btn-outline-default:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-outline-default.disabled,
.restrict-container-main.theme-default .btn-outline-default:disabled {
    color: #172b4d;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-default.dropdown-toggle {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-white:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-white.focus,
.restrict-container-main.theme-default .btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-white.disabled,
.restrict-container-main.theme-default .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-neutral {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-neutral:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-neutral.focus,
.restrict-container-main.theme-default .btn-outline-neutral:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-neutral.disabled,
.restrict-container-main.theme-default .btn-outline-neutral:disabled {
    color: #fff;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-neutral.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-neutral.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-darker {
    color: #000;
    border-color: #000;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-darker:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-outline-darker.focus,
.restrict-container-main.theme-default .btn-outline-darker:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-outline-darker.disabled,
.restrict-container-main.theme-default .btn-outline-darker:disabled {
    color: #000;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-darker.dropdown-toggle {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-darker.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-link {
    font-weight: 400;
    text-decoration: none;
    color: #5e72e4
}

.restrict-container-main.theme-default .btn-link:hover {
    text-decoration: none;
    color: #233dd2
}

.restrict-container-main.theme-default .btn-link.focus,
.restrict-container-main.theme-default .btn-link:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-link.disabled,
.restrict-container-main.theme-default .btn-link:disabled {
    pointer-events: none;
    color: #8898aa
}

.restrict-container-main.theme-default .btn-group-lg>.btn,
.restrict-container-main.theme-default .btn-lg {
    line-height: 1.5;
    padding: .875rem 1rem;
    border-radius: .3rem
}

.restrict-container-main.theme-default .btn-group-sm>.btn,
.restrict-container-main.theme-default .btn-sm {
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .25rem
}

.restrict-container-main.theme-default .btn-block {
    display: block;
    width: 100%
}

.restrict-container-main.theme-default .btn-block+.btn-block {
    margin-top: .5rem
}

.restrict-container-main.theme-default input[type=button].btn-block,
.restrict-container-main.theme-default input[type=reset].btn-block,
.restrict-container-main.theme-default input[type=submit].btn-block {
    width: 100%
}

.restrict-container-main.theme-default .fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .fade {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .fade:not(.show) {
    opacity: 0
}

.restrict-container-main.theme-default .btn-group,
.restrict-container-main.theme-default .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.restrict-container-main.theme-default .btn-group-vertical>.btn,
.restrict-container-main.theme-default .btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.restrict-container-main.theme-default .btn-group-vertical>.btn.active,
.restrict-container-main.theme-default .btn-group-vertical>.btn:active,
.restrict-container-main.theme-default .btn-group-vertical>.btn:focus,
.restrict-container-main.theme-default .btn-group-vertical>.btn:hover,
.restrict-container-main.theme-default .btn-group>.btn.active,
.restrict-container-main.theme-default .btn-group>.btn:active,
.restrict-container-main.theme-default .btn-group>.btn:focus,
.restrict-container-main.theme-default .btn-group>.btn:hover {
    z-index: 1
}

.restrict-container-main.theme-default .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
}

.restrict-container-main.theme-default .btn-toolbar .input-group {
    width: auto
}

.restrict-container-main.theme-default .btn-group>.btn-group:not(:first-child),
.restrict-container-main.theme-default .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.restrict-container-main.theme-default .btn-group>.btn-group:not(:last-child)>.btn,
.restrict-container-main.theme-default .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .btn-group>.btn-group:not(:first-child)>.btn,
.restrict-container-main.theme-default .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.restrict-container-main.theme-default .dropdown-toggle-split:after,
.restrict-container-main.theme-default .dropright .dropdown-toggle-split:after,
.restrict-container-main.theme-default .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.restrict-container-main.theme-default .dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.restrict-container-main.theme-default .btn-group-sm>.btn+.dropdown-toggle-split,
.restrict-container-main.theme-default .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.restrict-container-main.theme-default .btn-group-lg>.btn+.dropdown-toggle-split,
.restrict-container-main.theme-default .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.restrict-container-main.theme-default .btn-group.show .dropdown-toggle,
.restrict-container-main.theme-default .btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .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
}

.restrict-container-main.theme-default .btn-group-vertical>.btn,
.restrict-container-main.theme-default .btn-group-vertical>.btn-group {
    width: 100%
}

.restrict-container-main.theme-default .btn-group-vertical>.btn-group:not(:first-child),
.restrict-container-main.theme-default .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.restrict-container-main.theme-default .btn-group-vertical>.btn-group:not(:last-child)>.btn,
.restrict-container-main.theme-default .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .btn-group-vertical>.btn-group:not(:first-child)>.btn,
.restrict-container-main.theme-default .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.restrict-container-main.theme-default .btn-group-toggle>.btn,
.restrict-container-main.theme-default .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.restrict-container-main.theme-default .btn-group-toggle>.btn-group>.btn input[type=checkbox],
.restrict-container-main.theme-default .btn-group-toggle>.btn-group>.btn input[type=radio],
.restrict-container-main.theme-default .btn-group-toggle>.btn input[type=checkbox],
.restrict-container-main.theme-default .btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.restrict-container-main.theme-default .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.restrict-container-main.theme-default .input-group>.custom-file,
.restrict-container-main.theme-default .input-group>.custom-select,
.restrict-container-main.theme-default .input-group>.form-control,
.restrict-container-main.theme-default .input-group>.form-control-plaintext {
    position: relative;
    width: 1%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.restrict-container-main.theme-default .input-group>.custom-file+.custom-file,
.restrict-container-main.theme-default .input-group>.custom-file+.custom-select,
.restrict-container-main.theme-default .input-group>.custom-file+.form-control,
.restrict-container-main.theme-default .input-group>.custom-select+.custom-file,
.restrict-container-main.theme-default .input-group>.custom-select+.custom-select,
.restrict-container-main.theme-default .input-group>.custom-select+.form-control,
.restrict-container-main.theme-default .input-group>.form-control+.custom-file,
.restrict-container-main.theme-default .input-group>.form-control+.custom-select,
.restrict-container-main.theme-default .input-group>.form-control+.form-control,
.restrict-container-main.theme-default .input-group>.form-control-plaintext+.custom-file,
.restrict-container-main.theme-default .input-group>.form-control-plaintext+.custom-select,
.restrict-container-main.theme-default .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.restrict-container-main.theme-default .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.restrict-container-main.theme-default .input-group>.custom-select:focus,
.restrict-container-main.theme-default .input-group>.form-control:focus {
    z-index: 3
}

.restrict-container-main.theme-default .input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.restrict-container-main.theme-default .input-group>.custom-select:not(:last-child),
.restrict-container-main.theme-default .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .input-group>.custom-select:not(:first-child),
.restrict-container-main.theme-default .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .input-group>.custom-file:not(:last-child) .custom-file-label,
.restrict-container-main.theme-default .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .input-group-append,
.restrict-container-main.theme-default .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.restrict-container-main.theme-default .input-group-append .btn,
.restrict-container-main.theme-default .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.restrict-container-main.theme-default .input-group-append .btn:focus,
.restrict-container-main.theme-default .input-group-prepend .btn:focus {
    z-index: 3
}

.restrict-container-main.theme-default .input-group-append .btn+.btn,
.restrict-container-main.theme-default .input-group-append .btn+.input-group-text,
.restrict-container-main.theme-default .input-group-append .input-group-text+.btn,
.restrict-container-main.theme-default .input-group-append .input-group-text+.input-group-text,
.restrict-container-main.theme-default .input-group-prepend .btn+.btn,
.restrict-container-main.theme-default .input-group-prepend .btn+.input-group-text,
.restrict-container-main.theme-default .input-group-prepend .input-group-text+.btn,
.restrict-container-main.theme-default .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.restrict-container-main.theme-default .input-group-prepend {
    margin-right: -1px
}

.restrict-container-main.theme-default .input-group-append {
    margin-left: -1px
}

.restrict-container-main.theme-default .input-group-text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .input-group-text input[type=checkbox],
.restrict-container-main.theme-default .input-group-text input[type=radio] {
    margin-top: 0
}

.restrict-container-main.theme-default .input-group-lg>.custom-select,
.restrict-container-main.theme-default .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1.75rem + 2px)
}

.restrict-container-main.theme-default .input-group-lg>.custom-select,
.restrict-container-main.theme-default .input-group-lg>.form-control,
.restrict-container-main.theme-default .input-group-lg>.input-group-append>.btn,
.restrict-container-main.theme-default .input-group-lg>.input-group-append>.input-group-text,
.restrict-container-main.theme-default .input-group-lg>.input-group-prepend>.btn,
.restrict-container-main.theme-default .input-group-lg>.input-group-prepend>.input-group-text {
    font-size: .875rem;
    line-height: 1.5;
    padding: .875rem 1rem;
    border-radius: .3rem
}

.restrict-container-main.theme-default .input-group-sm>.custom-select,
.restrict-container-main.theme-default .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.restrict-container-main.theme-default .input-group-sm>.custom-select,
.restrict-container-main.theme-default .input-group-sm>.form-control,
.restrict-container-main.theme-default .input-group-sm>.input-group-append>.btn,
.restrict-container-main.theme-default .input-group-sm>.input-group-append>.input-group-text,
.restrict-container-main.theme-default .input-group-sm>.input-group-prepend>.btn,
.restrict-container-main.theme-default .input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .75rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .2rem
}

.restrict-container-main.theme-default .input-group-lg>.custom-select,
.restrict-container-main.theme-default .input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.restrict-container-main.theme-default .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.restrict-container-main.theme-default .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.restrict-container-main.theme-default .input-group>.input-group-append:not(:last-child)>.btn,
.restrict-container-main.theme-default .input-group>.input-group-append:not(:last-child)>.input-group-text,
.restrict-container-main.theme-default .input-group>.input-group-prepend>.btn,
.restrict-container-main.theme-default .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .input-group>.input-group-append>.btn,
.restrict-container-main.theme-default .input-group>.input-group-append>.input-group-text,
.restrict-container-main.theme-default .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.restrict-container-main.theme-default .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.restrict-container-main.theme-default .input-group>.input-group-prepend:not(:first-child)>.btn,
.restrict-container-main.theme-default .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .card {
    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;
    border: .0625rem solid rgba(0, 0, 0, .05);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box
}

.restrict-container-main.theme-default .card>hr {
    margin-right: 0;
    margin-left: 0
}

.restrict-container-main.theme-default .card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.restrict-container-main.theme-default .card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.restrict-container-main.theme-default .card-body {
    padding: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.restrict-container-main.theme-default .card-title {
    margin-bottom: 1.25rem
}

.restrict-container-main.theme-default .card-subtitle {
    margin-top: -.625rem;
    margin-bottom: 0
}

.restrict-container-main.theme-default .card-text:last-child {
    margin-bottom: 0
}

.restrict-container-main.theme-default .card-link:hover {
    text-decoration: none
}

.restrict-container-main.theme-default .card-link+.card-link {
    margin-left: 1.5rem
}

.restrict-container-main.theme-default .card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .05);
    background-color: #f6f9fc
}

.restrict-container-main.theme-default .card-header:first-child {
    border-radius: .1875rem .1875rem 0 0
}

.restrict-container-main.theme-default .card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.restrict-container-main.theme-default .card-footer {
    padding: 1.25rem 1.5rem;
    border-top: .0625rem solid rgba(0, 0, 0, .05);
    background-color: #f6f9fc
}

.restrict-container-main.theme-default .card-footer:last-child {
    border-radius: 0 0 .1875rem .1875rem
}

.restrict-container-main.theme-default .card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.25rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.restrict-container-main.theme-default .card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.restrict-container-main.theme-default .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.restrict-container-main.theme-default .card-img {
    width: 100%;
    border-radius: .1875rem
}

.restrict-container-main.theme-default .card-img-top {
    width: 100%;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.restrict-container-main.theme-default .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.restrict-container-main.theme-default .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
}

.restrict-container-main.theme-default .card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .card-deck {
        margin-right: -15px;
        margin-left: -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .restrict-container-main.theme-default .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0
    }
}

.restrict-container-main.theme-default .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
}

.restrict-container-main.theme-default .card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .restrict-container-main.theme-default .card-group>.card {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0
    }
    .restrict-container-main.theme-default .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-header,
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-footer,
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-header,
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-footer,
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.restrict-container-main.theme-default .card-columns .card {
    margin-bottom: 1.25rem
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .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;
        orphans: 1;
        widows: 1
    }
    .restrict-container-main.theme-default .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.restrict-container-main.theme-default .alert {
    position: relative;
    margin-bottom: 1rem;
    border: .0625rem solid transparent
}

.restrict-container-main.theme-default .alert-heading {
    color: inherit
}

.restrict-container-main.theme-default .alert-link {
    font-weight: 600
}

.restrict-container-main.theme-default .alert-dismissible {
    padding-right: 4.5rem
}

.restrict-container-main.theme-default .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.5rem;
    color: inherit
}

.restrict-container-main.theme-default .alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8
}

.restrict-container-main.theme-default .alert-primary hr {
    border-top-color: #6276e4
}

.restrict-container-main.theme-default .alert-primary .alert-link {
    color: #324cdd
}

.restrict-container-main.theme-default .alert-secondary {
    color: #212529;
    border-color: #f6f7f8;
    background-color: #f6f7f8
}

.restrict-container-main.theme-default .alert-secondary hr {
    border-top-color: #e8eaed
}

.restrict-container-main.theme-default .alert-secondary .alert-link {
    color: #d6dae2
}

.restrict-container-main.theme-default .alert-success {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c
}

.restrict-container-main.theme-default .alert-success hr {
    border-top-color: #3ad190
}

.restrict-container-main.theme-default .alert-success .alert-link {
    color: #24a46d
}

.restrict-container-main.theme-default .alert-info {
    color: #fff;
    border-color: #37d5f2;
    background-color: #37d5f2
}

.restrict-container-main.theme-default .alert-info hr {
    border-top-color: #1fd0f0
}

.restrict-container-main.theme-default .alert-info .alert-link {
    color: #0da5c0
}

.restrict-container-main.theme-default .alert-warning {
    color: #fff;
    border-color: #fc7c5f;
    background-color: #fc7c5f
}

.restrict-container-main.theme-default .alert-warning hr {
    border-top-color: #fc6846
}

.restrict-container-main.theme-default .alert-warning .alert-link {
    color: #fa3a0e
}

.restrict-container-main.theme-default .alert-danger {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676
}

.restrict-container-main.theme-default .alert-danger hr {
    border-top-color: #f63e62
}

.restrict-container-main.theme-default .alert-danger .alert-link {
    color: #ec0c38
}

.restrict-container-main.theme-default .alert-light {
    color: #fff;
    border-color: #bac1c8;
    background-color: #bac1c8
}

.restrict-container-main.theme-default .alert-light hr {
    border-top-color: #acb4bd
}

.restrict-container-main.theme-default .alert-light .alert-link {
    color: #919ca6
}

.restrict-container-main.theme-default .alert-dark {
    color: #fff;
    border-color: #45484b;
    background-color: #45484b
}

.restrict-container-main.theme-default .alert-dark hr {
    border-top-color: #393b3e
}

.restrict-container-main.theme-default .alert-dark .alert-link {
    color: #0a0c0d
}

.restrict-container-main.theme-default .alert-default {
    color: #fff;
    border-color: #3c4d69;
    background-color: #3c4d69
}

.restrict-container-main.theme-default .alert-default hr {
    border-top-color: #334159
}

.restrict-container-main.theme-default .alert-default .alert-link {
    color: #0b1526
}

.restrict-container-main.theme-default .alert-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .alert-white hr {
    border-top-color: #f2f2f2
}

.restrict-container-main.theme-default .alert-white .alert-link {
    color: #e6e6e6
}

.restrict-container-main.theme-default .alert-neutral {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .alert-neutral hr {
    border-top-color: #f2f2f2
}

.restrict-container-main.theme-default .alert-neutral .alert-link {
    color: #e6e6e6
}

.restrict-container-main.theme-default .alert-darker {
    color: #fff;
    border-color: #292929;
    background-color: #292929
}

.restrict-container-main.theme-default .alert-darker hr {
    border-top-color: #1c1c1c
}

.restrict-container-main.theme-default .alert-darker .alert-link {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.restrict-container-main.theme-default .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.restrict-container-main.theme-default .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.restrict-container-main.theme-default .close {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    float: right;
    opacity: .5;
    color: rgba(0, 0, 0, .6);
    text-shadow: none
}

.restrict-container-main.theme-default .close:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .6)
}

.restrict-container-main.theme-default .close:not(:disabled):not(.disabled):focus,
.restrict-container-main.theme-default .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.restrict-container-main.theme-default button.close {
    padding: 0;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.restrict-container-main.theme-default a.close.disabled {
    pointer-events: none
}

.restrict-container-main.theme-default .tooltip {
    font-family: Open Sans, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto
}

.restrict-container-main.theme-default .tooltip.show {
    opacity: .9
}

.restrict-container-main.theme-default .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.restrict-container-main.theme-default .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: transparent
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=top],
.restrict-container-main.theme-default .bs-tooltip-top {
    padding: .4rem 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=top] .arrow,
.restrict-container-main.theme-default .bs-tooltip-top .arrow {
    bottom: 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=top] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=right],
.restrict-container-main.theme-default .bs-tooltip-right {
    padding: 0 .4rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=right] .arrow,
.restrict-container-main.theme-default .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=right] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=bottom],
.restrict-container-main.theme-default .bs-tooltip-bottom {
    padding: .4rem 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=bottom] .arrow,
.restrict-container-main.theme-default .bs-tooltip-bottom .arrow {
    top: 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=left],
.restrict-container-main.theme-default .bs-tooltip-left {
    padding: 0 .4rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=left] .arrow,
.restrict-container-main.theme-default .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=left] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.restrict-container-main.theme-default .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    color: #fff;
    border-radius: .25rem;
    background-color: #000
}

.restrict-container-main.theme-default .popover {
    font-family: Open Sans, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2);
    text-shadow: none;
    line-break: auto
}

.restrict-container-main.theme-default .align-baseline {
    vertical-align: baseline !important
}

.restrict-container-main.theme-default .align-top {
    vertical-align: top !important
}

.restrict-container-main.theme-default .align-middle {
    vertical-align: middle !important
}

.restrict-container-main.theme-default .align-bottom {
    vertical-align: bottom !important
}

.restrict-container-main.theme-default .align-text-bottom {
    vertical-align: text-bottom !important
}

.restrict-container-main.theme-default .align-text-top {
    vertical-align: text-top !important
}

.restrict-container-main.theme-default .bg-primary {
    background-color: #5e72e4 !important
}

.restrict-container-main.theme-default a.bg-primary:focus,
.restrict-container-main.theme-default a.bg-primary:hover,
.restrict-container-main.theme-default button.bg-primary:focus,
.restrict-container-main.theme-default button.bg-primary:hover {
    background-color: #324cdd !important
}

.restrict-container-main.theme-default .bg-secondary {
    background-color: #f4f5f7 !important
}

.restrict-container-main.theme-default a.bg-secondary:focus,
.restrict-container-main.theme-default a.bg-secondary:hover,
.restrict-container-main.theme-default button.bg-secondary:focus,
.restrict-container-main.theme-default button.bg-secondary:hover {
    background-color: #d6dae2 !important
}

.restrict-container-main.theme-default .bg-success {
    background-color: #2dce89 !important
}

.restrict-container-main.theme-default a.bg-success:focus,
.restrict-container-main.theme-default a.bg-success:hover,
.restrict-container-main.theme-default button.bg-success:focus,
.restrict-container-main.theme-default button.bg-success:hover {
    background-color: #24a46d !important
}

.restrict-container-main.theme-default .bg-info {
    background-color: #11cdef !important
}

.restrict-container-main.theme-default a.bg-info:focus,
.restrict-container-main.theme-default a.bg-info:hover,
.restrict-container-main.theme-default button.bg-info:focus,
.restrict-container-main.theme-default button.bg-info:hover {
    background-color: #0da5c0 !important
}

.restrict-container-main.theme-default .bg-warning {
    background-color: #fb6340 !important
}

.restrict-container-main.theme-default a.bg-warning:focus,
.restrict-container-main.theme-default a.bg-warning:hover,
.restrict-container-main.theme-default button.bg-warning:focus,
.restrict-container-main.theme-default button.bg-warning:hover {
    background-color: #fa3a0e !important
}

.restrict-container-main.theme-default .bg-danger {
    background-color: #f5365c !important
}

.restrict-container-main.theme-default a.bg-danger:focus,
.restrict-container-main.theme-default a.bg-danger:hover,
.restrict-container-main.theme-default button.bg-danger:focus,
.restrict-container-main.theme-default button.bg-danger:hover {
    background-color: #ec0c38 !important
}

.restrict-container-main.theme-default .bg-light {
    background-color: #adb5bd !important
}

.restrict-container-main.theme-default a.bg-light:focus,
.restrict-container-main.theme-default a.bg-light:hover,
.restrict-container-main.theme-default button.bg-light:focus,
.restrict-container-main.theme-default button.bg-light:hover {
    background-color: #919ca6 !important
}

.restrict-container-main.theme-default .bg-dark {
    background-color: #212529 !important
}

.restrict-container-main.theme-default a.bg-dark:focus,
.restrict-container-main.theme-default a.bg-dark:hover,
.restrict-container-main.theme-default button.bg-dark:focus,
.restrict-container-main.theme-default button.bg-dark:hover {
    background-color: #0a0c0d !important
}

.restrict-container-main.theme-default .bg-default {
    background-color: #172b4d !important
}

.restrict-container-main.theme-default a.bg-default:focus,
.restrict-container-main.theme-default a.bg-default:hover,
.restrict-container-main.theme-default button.bg-default:focus,
.restrict-container-main.theme-default button.bg-default:hover {
    background-color: #0b1526 !important
}

.restrict-container-main.theme-default .bg-neutral {
    background-color: #fff !important
}

.restrict-container-main.theme-default a.bg-neutral:focus,
.restrict-container-main.theme-default a.bg-neutral:hover,
.restrict-container-main.theme-default button.bg-neutral:focus,
.restrict-container-main.theme-default button.bg-neutral:hover {
    background-color: #e6e6e6 !important
}

.restrict-container-main.theme-default .bg-darker,
.restrict-container-main.theme-default a.bg-darker:focus,
.restrict-container-main.theme-default a.bg-darker:hover,
.restrict-container-main.theme-default button.bg-darker:focus,
.restrict-container-main.theme-default button.bg-darker:hover {
    background-color: #000 !important
}

.restrict-container-main.theme-default .bg-transparent {
    background-color: transparent !important
}

.restrict-container-main.theme-default .border {
    border: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-top {
    border-top: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-right {
    border-right: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-bottom {
    border-bottom: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-left {
    border-left: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-0 {
    border: 0 !important
}

.restrict-container-main.theme-default .border-top-0 {
    border-top: 0 !important
}

.restrict-container-main.theme-default .border-right-0 {
    border-right: 0 !important
}

.restrict-container-main.theme-default .border-bottom-0 {
    border-bottom: 0 !important
}

.restrict-container-main.theme-default .border-left-0 {
    border-left: 0 !important
}

.restrict-container-main.theme-default .border-primary {
    border-color: #5e72e4 !important
}

.restrict-container-main.theme-default .border-secondary {
    border-color: #f4f5f7 !important
}

.restrict-container-main.theme-default .border-success {
    border-color: #2dce89 !important
}

.restrict-container-main.theme-default .border-info {
    border-color: #11cdef !important
}

.restrict-container-main.theme-default .border-warning {
    border-color: #fb6340 !important
}

.restrict-container-main.theme-default .border-danger {
    border-color: #f5365c !important
}

.restrict-container-main.theme-default .border-light {
    border-color: #adb5bd !important
}

.restrict-container-main.theme-default .border-dark {
    border-color: #212529 !important
}

.restrict-container-main.theme-default .border-default {
    border-color: #172b4d !important
}

.restrict-container-main.theme-default .border-neutral {
    border-color: #fff !important
}

.restrict-container-main.theme-default .border-darker {
    border-color: #000 !important
}

.restrict-container-main.theme-default .border-white {
    border-color: #fff !important
}

.restrict-container-main.theme-default .rounded-sm {
    border-radius: .2rem !important
}

.restrict-container-main.theme-default .rounded {
    border-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-lg {
    border-radius: .3rem !important
}

.restrict-container-main.theme-default .rounded-circle {
    border-radius: 50% !important
}

.restrict-container-main.theme-default .rounded-pill {
    border-radius: 50rem !important
}

.restrict-container-main.theme-default .rounded-0 {
    border-radius: 0 !important
}

.restrict-container-main.theme-default .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.restrict-container-main.theme-default .d-none {
    display: none !important
}

.restrict-container-main.theme-default .d-inline {
    display: inline !important
}

.restrict-container-main.theme-default .d-inline-block {
    display: inline-block !important
}

.restrict-container-main.theme-default .d-block {
    display: block !important
}

.restrict-container-main.theme-default .d-table {
    display: table !important
}

.restrict-container-main.theme-default .d-table-row {
    display: table-row !important
}

.restrict-container-main.theme-default .d-table-cell {
    display: table-cell !important
}

.restrict-container-main.theme-default .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.restrict-container-main.theme-default .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .d-sm-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-sm-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-sm-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-sm-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-sm-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-sm-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-sm-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .restrict-container-main.theme-default .d-md-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-md-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-md-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-md-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-md-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-md-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-md-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .restrict-container-main.theme-default .d-lg-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-lg-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-lg-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-lg-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-lg-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-lg-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-lg-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .restrict-container-main.theme-default .d-xl-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-xl-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-xl-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-xl-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-xl-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-xl-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-xl-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .restrict-container-main.theme-default .d-print-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-print-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-print-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-print-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-print-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-print-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-print-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.restrict-container-main.theme-default .embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0
}

.restrict-container-main.theme-default .embed-responsive:before {
    display: block;
    content: ""
}

.restrict-container-main.theme-default .embed-responsive .embed-responsive-item,
.restrict-container-main.theme-default .embed-responsive embed,
.restrict-container-main.theme-default .embed-responsive iframe,
.restrict-container-main.theme-default .embed-responsive object,
.restrict-container-main.theme-default .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.restrict-container-main.theme-default .embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.restrict-container-main.theme-default .embed-responsive-16by9:before {
    padding-top: 56.25%
}

.restrict-container-main.theme-default .embed-responsive-4by3:before {
    padding-top: 75%
}

.restrict-container-main.theme-default .embed-responsive-1by1:before {
    padding-top: 100%
}

.restrict-container-main.theme-default .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.restrict-container-main.theme-default .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.restrict-container-main.theme-default .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.restrict-container-main.theme-default .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.restrict-container-main.theme-default .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.restrict-container-main.theme-default .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.restrict-container-main.theme-default .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.restrict-container-main.theme-default .flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.restrict-container-main.theme-default .flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.restrict-container-main.theme-default .flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.restrict-container-main.theme-default .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.restrict-container-main.theme-default .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.restrict-container-main.theme-default .overflow-auto {
    overflow: auto !important
}

.restrict-container-main.theme-default .position-static {
    position: static !important
}

.restrict-container-main.theme-default .position-relative {
    position: relative !important
}

.restrict-container-main.theme-default .position-absolute {
    position: absolute !important
}

.restrict-container-main.theme-default .headroom--pinned,
.restrict-container-main.theme-default .headroom--unpinned,
.restrict-container-main.theme-default .position-fixed {
    position: fixed !important
}

.restrict-container-main.theme-default .position-sticky {
    position: sticky !important
}

.restrict-container-main.theme-default .fixed-top {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0
}

.restrict-container-main.theme-default .fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0
}

@supports(position:sticky) {
    .restrict-container-main.theme-default .sticky-top {
        position: sticky;
        z-index: 1020;
        top: 0
    }
}

.restrict-container-main.theme-default .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    padding: 0;
    white-space: nowrap;
    border: 0
}

.restrict-container-main.theme-default .sr-only-focusable:active,
.restrict-container-main.theme-default .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    white-space: normal
}

.restrict-container-main.theme-default .shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.restrict-container-main.theme-default .profile-page .card-profile .card-profile-image img,
.restrict-container-main.theme-default .shadow {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important
}

.restrict-container-main.theme-default .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.restrict-container-main.theme-default .shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.restrict-container-main.theme-default .w-25 {
    width: 25% !important
}

.restrict-container-main.theme-default .w-50 {
    width: 50% !important
}

.restrict-container-main.theme-default .w-75 {
    width: 75% !important
}

.restrict-container-main.theme-default .w-100 {
    width: 100% !important
}

.restrict-container-main.theme-default .w-auto {
    width: auto !important
}

.restrict-container-main.theme-default .h-25 {
    height: 25% !important
}

.restrict-container-main.theme-default .h-50 {
    height: 50% !important
}

.restrict-container-main.theme-default .h-75 {
    height: 75% !important
}

.restrict-container-main.theme-default .h-100 {
    height: 100% !important
}

.restrict-container-main.theme-default .h-auto {
    height: auto !important
}

.restrict-container-main.theme-default .mw-100 {
    max-width: 100% !important
}

.restrict-container-main.theme-default .mh-100 {
    max-height: 100% !important
}

.restrict-container-main.theme-default .min-vw-100 {
    min-width: 100vw !important
}

.restrict-container-main.theme-default .min-vh-100 {
    min-height: 100vh !important
}

.restrict-container-main.theme-default .vw-100 {
    width: 100vw !important
}

.restrict-container-main.theme-default .vh-100 {
    height: 100vh !important
}

.restrict-container-main.theme-default .stretched-link:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: auto;
    background-color: transparent
}

.restrict-container-main.theme-default .m-0 {
    margin: 0 !important
}

.restrict-container-main.theme-default .mt-0,
.restrict-container-main.theme-default .my-0 {
    margin-top: 0 !important
}

.restrict-container-main.theme-default .mr-0,
.restrict-container-main.theme-default .mx-0 {
    margin-right: 0 !important
}

.restrict-container-main.theme-default .mb-0,
.restrict-container-main.theme-default .my-0 {
    margin-bottom: 0 !important
}

.restrict-container-main.theme-default .ml-0,
.restrict-container-main.theme-default .mx-0 {
    margin-left: 0 !important
}

.restrict-container-main.theme-default .m-1 {
    margin: .25rem !important
}

.restrict-container-main.theme-default .mt-1,
.restrict-container-main.theme-default .my-1 {
    margin-top: .25rem !important
}

.restrict-container-main.theme-default .mr-1,
.restrict-container-main.theme-default .mx-1 {
    margin-right: .25rem !important
}

.restrict-container-main.theme-default .mb-1,
.restrict-container-main.theme-default .my-1 {
    margin-bottom: .25rem !important
}

.restrict-container-main.theme-default .ml-1,
.restrict-container-main.theme-default .mx-1 {
    margin-left: .25rem !important
}

.restrict-container-main.theme-default .m-2 {
    margin: .5rem !important
}

.restrict-container-main.theme-default .mt-2,
.restrict-container-main.theme-default .my-2 {
    margin-top: .5rem !important
}

.restrict-container-main.theme-default .mr-2,
.restrict-container-main.theme-default .mx-2 {
    margin-right: .5rem !important
}

.restrict-container-main.theme-default .mb-2,
.restrict-container-main.theme-default .my-2 {
    margin-bottom: .5rem !important
}

.restrict-container-main.theme-default .ml-2,
.restrict-container-main.theme-default .mx-2 {
    margin-left: .5rem !important
}

.restrict-container-main.theme-default .m-3 {
    margin: 1rem !important
}

.restrict-container-main.theme-default .mt-3,
.restrict-container-main.theme-default .my-3 {
    margin-top: 1rem !important
}

.restrict-container-main.theme-default .mr-3,
.restrict-container-main.theme-default .mx-3 {
    margin-right: 1rem !important
}

.restrict-container-main.theme-default .mb-3,
.restrict-container-main.theme-default .my-3 {
    margin-bottom: 1rem !important
}

.restrict-container-main.theme-default .ml-3,
.restrict-container-main.theme-default .mx-3 {
    margin-left: 1rem !important
}

.restrict-container-main.theme-default .m-4 {
    margin: 1.5rem !important
}

.restrict-container-main.theme-default .mt-4,
.restrict-container-main.theme-default .my-4 {
    margin-top: 1.5rem !important
}

.restrict-container-main.theme-default .mr-4,
.restrict-container-main.theme-default .mx-4 {
    margin-right: 1.5rem !important
}

.restrict-container-main.theme-default .mb-4,
.restrict-container-main.theme-default .my-4 {
    margin-bottom: 1.5rem !important
}

.restrict-container-main.theme-default .ml-4,
.restrict-container-main.theme-default .mx-4 {
    margin-left: 1.5rem !important
}

.restrict-container-main.theme-default .m-5 {
    margin: 3rem !important
}

.restrict-container-main.theme-default .mt-5,
.restrict-container-main.theme-default .my-5 {
    margin-top: 3rem !important
}

.restrict-container-main.theme-default .mr-5,
.restrict-container-main.theme-default .mx-5 {
    margin-right: 3rem !important
}

.restrict-container-main.theme-default .mb-5,
.restrict-container-main.theme-default .my-5 {
    margin-bottom: 3rem !important
}

.restrict-container-main.theme-default .ml-5,
.restrict-container-main.theme-default .mx-5 {
    margin-left: 3rem !important
}

.restrict-container-main.theme-default .m-sm {
    margin: 2rem !important
}

.restrict-container-main.theme-default .mt-sm,
.restrict-container-main.theme-default .my-sm {
    margin-top: 2rem !important
}

.restrict-container-main.theme-default .mr-sm,
.restrict-container-main.theme-default .mx-sm {
    margin-right: 2rem !important
}

.restrict-container-main.theme-default .mb-sm,
.restrict-container-main.theme-default .my-sm {
    margin-bottom: 2rem !important
}

.restrict-container-main.theme-default .ml-sm,
.restrict-container-main.theme-default .mx-sm {
    margin-left: 2rem !important
}

.restrict-container-main.theme-default .m-md {
    margin: 4rem !important
}

.restrict-container-main.theme-default .mt-md,
.restrict-container-main.theme-default .my-md {
    margin-top: 4rem !important
}

.restrict-container-main.theme-default .mr-md,
.restrict-container-main.theme-default .mx-md {
    margin-right: 4rem !important
}

.restrict-container-main.theme-default .mb-md,
.restrict-container-main.theme-default .my-md {
    margin-bottom: 4rem !important
}

.restrict-container-main.theme-default .ml-md,
.restrict-container-main.theme-default .mx-md {
    margin-left: 4rem !important
}

.restrict-container-main.theme-default .m-lg {
    margin: 6rem !important
}

.restrict-container-main.theme-default .mt-lg,
.restrict-container-main.theme-default .my-lg {
    margin-top: 6rem !important
}

.restrict-container-main.theme-default .mr-lg,
.restrict-container-main.theme-default .mx-lg {
    margin-right: 6rem !important
}

.restrict-container-main.theme-default .mb-lg,
.restrict-container-main.theme-default .my-lg {
    margin-bottom: 6rem !important
}

.restrict-container-main.theme-default .ml-lg,
.restrict-container-main.theme-default .mx-lg {
    margin-left: 6rem !important
}

.restrict-container-main.theme-default .m-xl {
    margin: 8rem !important
}

.restrict-container-main.theme-default .mt-xl,
.restrict-container-main.theme-default .my-xl {
    margin-top: 8rem !important
}

.restrict-container-main.theme-default .mr-xl,
.restrict-container-main.theme-default .mx-xl {
    margin-right: 8rem !important
}

.restrict-container-main.theme-default .mb-xl,
.restrict-container-main.theme-default .my-xl {
    margin-bottom: 8rem !important
}

.restrict-container-main.theme-default .ml-xl,
.restrict-container-main.theme-default .mx-xl {
    margin-left: 8rem !important
}

.restrict-container-main.theme-default .p-0 {
    padding: 0 !important
}

.restrict-container-main.theme-default .pt-0,
.restrict-container-main.theme-default .py-0 {
    padding-top: 0 !important
}

.restrict-container-main.theme-default .pr-0,
.restrict-container-main.theme-default .px-0 {
    padding-right: 0 !important
}

.restrict-container-main.theme-default .pb-0,
.restrict-container-main.theme-default .py-0 {
    padding-bottom: 0 !important
}

.restrict-container-main.theme-default .pl-0,
.restrict-container-main.theme-default .px-0 {
    padding-left: 0 !important
}

.restrict-container-main.theme-default .p-1 {
    padding: .25rem !important
}

.restrict-container-main.theme-default .pt-1,
.restrict-container-main.theme-default .py-1 {
    padding-top: .25rem !important
}

.restrict-container-main.theme-default .pr-1,
.restrict-container-main.theme-default .px-1 {
    padding-right: .25rem !important
}

.restrict-container-main.theme-default .pb-1,
.restrict-container-main.theme-default .py-1 {
    padding-bottom: .25rem !important
}

.restrict-container-main.theme-default .pl-1,
.restrict-container-main.theme-default .px-1 {
    padding-left: .25rem !important
}

.restrict-container-main.theme-default .p-2 {
    padding: .5rem !important
}

.restrict-container-main.theme-default .pt-2,
.restrict-container-main.theme-default .py-2 {
    padding-top: .5rem !important
}

.restrict-container-main.theme-default .pr-2,
.restrict-container-main.theme-default .px-2 {
    padding-right: .5rem !important
}

.restrict-container-main.theme-default .pb-2,
.restrict-container-main.theme-default .py-2 {
    padding-bottom: .5rem !important
}

.restrict-container-main.theme-default .pl-2,
.restrict-container-main.theme-default .px-2 {
    padding-left: .5rem !important
}

.restrict-container-main.theme-default .p-3 {
    padding: 1rem !important
}

.restrict-container-main.theme-default .pt-3,
.restrict-container-main.theme-default .py-3 {
    padding-top: 1rem !important
}

.restrict-container-main.theme-default .pr-3,
.restrict-container-main.theme-default .px-3 {
    padding-right: 1rem !important
}

.restrict-container-main.theme-default .pb-3,
.restrict-container-main.theme-default .py-3 {
    padding-bottom: 1rem !important
}

.restrict-container-main.theme-default .pl-3,
.restrict-container-main.theme-default .px-3 {
    padding-left: 1rem !important
}

.restrict-container-main.theme-default .p-4 {
    padding: 1.5rem !important
}

.restrict-container-main.theme-default .pt-4,
.restrict-container-main.theme-default .py-4 {
    padding-top: 1.5rem !important
}

.restrict-container-main.theme-default .pr-4,
.restrict-container-main.theme-default .px-4 {
    padding-right: 1.5rem !important
}

.restrict-container-main.theme-default .pb-4,
.restrict-container-main.theme-default .py-4 {
    padding-bottom: 1.5rem !important
}

.restrict-container-main.theme-default .pl-4,
.restrict-container-main.theme-default .px-4 {
    padding-left: 1.5rem !important
}

.restrict-container-main.theme-default .p-5 {
    padding: 3rem !important
}

.restrict-container-main.theme-default .pt-5,
.restrict-container-main.theme-default .py-5 {
    padding-top: 3rem !important
}

.restrict-container-main.theme-default .pr-5,
.restrict-container-main.theme-default .px-5 {
    padding-right: 3rem !important
}

.restrict-container-main.theme-default .pb-5,
.restrict-container-main.theme-default .py-5 {
    padding-bottom: 3rem !important
}

.restrict-container-main.theme-default .pl-5,
.restrict-container-main.theme-default .px-5 {
    padding-left: 3rem !important
}

.restrict-container-main.theme-default .p-sm {
    padding: 2rem !important
}

.restrict-container-main.theme-default .pt-sm,
.restrict-container-main.theme-default .py-sm {
    padding-top: 2rem !important
}

.restrict-container-main.theme-default .pr-sm,
.restrict-container-main.theme-default .px-sm {
    padding-right: 2rem !important
}

.restrict-container-main.theme-default .pb-sm,
.restrict-container-main.theme-default .py-sm {
    padding-bottom: 2rem !important
}

.restrict-container-main.theme-default .pl-sm,
.restrict-container-main.theme-default .px-sm {
    padding-left: 2rem !important
}

.restrict-container-main.theme-default .p-md {
    padding: 4rem !important
}

.restrict-container-main.theme-default .pt-md,
.restrict-container-main.theme-default .py-md {
    padding-top: 4rem !important
}

.restrict-container-main.theme-default .pr-md,
.restrict-container-main.theme-default .px-md {
    padding-right: 4rem !important
}

.restrict-container-main.theme-default .pb-md,
.restrict-container-main.theme-default .py-md {
    padding-bottom: 4rem !important
}

.restrict-container-main.theme-default .pl-md,
.restrict-container-main.theme-default .px-md {
    padding-left: 4rem !important
}

.restrict-container-main.theme-default .p-lg {
    padding: 6rem !important
}

.restrict-container-main.theme-default .pt-lg,
.restrict-container-main.theme-default .py-lg {
    padding-top: 6rem !important
}

.restrict-container-main.theme-default .pr-lg,
.restrict-container-main.theme-default .px-lg {
    padding-right: 6rem !important
}

.restrict-container-main.theme-default .pb-lg,
.restrict-container-main.theme-default .py-lg {
    padding-bottom: 6rem !important
}

.restrict-container-main.theme-default .pl-lg,
.restrict-container-main.theme-default .px-lg {
    padding-left: 6rem !important
}

.restrict-container-main.theme-default .p-xl {
    padding: 8rem !important
}

.restrict-container-main.theme-default .pt-xl,
.restrict-container-main.theme-default .py-xl {
    padding-top: 8rem !important
}

.restrict-container-main.theme-default .pr-xl,
.restrict-container-main.theme-default .px-xl {
    padding-right: 8rem !important
}

.restrict-container-main.theme-default .pb-xl,
.restrict-container-main.theme-default .py-xl {
    padding-bottom: 8rem !important
}

.restrict-container-main.theme-default .pl-xl,
.restrict-container-main.theme-default .px-xl {
    padding-left: 8rem !important
}

.restrict-container-main.theme-default .m-n1 {
    margin: -.25rem !important
}

.restrict-container-main.theme-default .mt-n1,
.restrict-container-main.theme-default .my-n1 {
    margin-top: -.25rem !important
}

.restrict-container-main.theme-default .mr-n1,
.restrict-container-main.theme-default .mx-n1 {
    margin-right: -.25rem !important
}

.restrict-container-main.theme-default .mb-n1,
.restrict-container-main.theme-default .my-n1 {
    margin-bottom: -.25rem !important
}

.restrict-container-main.theme-default .ml-n1,
.restrict-container-main.theme-default .mx-n1 {
    margin-left: -.25rem !important
}

.restrict-container-main.theme-default .m-n2 {
    margin: -.5rem !important
}

.restrict-container-main.theme-default .mt-n2,
.restrict-container-main.theme-default .my-n2 {
    margin-top: -.5rem !important
}

.restrict-container-main.theme-default .mr-n2,
.restrict-container-main.theme-default .mx-n2 {
    margin-right: -.5rem !important
}

.restrict-container-main.theme-default .mb-n2,
.restrict-container-main.theme-default .my-n2 {
    margin-bottom: -.5rem !important
}

.restrict-container-main.theme-default .ml-n2,
.restrict-container-main.theme-default .mx-n2 {
    margin-left: -.5rem !important
}

.restrict-container-main.theme-default .m-n3 {
    margin: -1rem !important
}

.restrict-container-main.theme-default .mt-n3,
.restrict-container-main.theme-default .my-n3 {
    margin-top: -1rem !important
}

.restrict-container-main.theme-default .mr-n3,
.restrict-container-main.theme-default .mx-n3 {
    margin-right: -1rem !important
}

.restrict-container-main.theme-default .mb-n3,
.restrict-container-main.theme-default .my-n3 {
    margin-bottom: -1rem !important
}

.restrict-container-main.theme-default .ml-n3,
.restrict-container-main.theme-default .mx-n3 {
    margin-left: -1rem !important
}

.restrict-container-main.theme-default .m-n4 {
    margin: -1.5rem !important
}

.restrict-container-main.theme-default .mt-n4,
.restrict-container-main.theme-default .my-n4 {
    margin-top: -1.5rem !important
}

.restrict-container-main.theme-default .mr-n4,
.restrict-container-main.theme-default .mx-n4 {
    margin-right: -1.5rem !important
}

.restrict-container-main.theme-default .mb-n4,
.restrict-container-main.theme-default .my-n4 {
    margin-bottom: -1.5rem !important
}

.restrict-container-main.theme-default .ml-n4,
.restrict-container-main.theme-default .mx-n4 {
    margin-left: -1.5rem !important
}

.restrict-container-main.theme-default .m-n5 {
    margin: -3rem !important
}

.restrict-container-main.theme-default .mt-n5,
.restrict-container-main.theme-default .my-n5 {
    margin-top: -3rem !important
}

.restrict-container-main.theme-default .mr-n5,
.restrict-container-main.theme-default .mx-n5 {
    margin-right: -3rem !important
}

.restrict-container-main.theme-default .mb-n5,
.restrict-container-main.theme-default .my-n5 {
    margin-bottom: -3rem !important
}

.restrict-container-main.theme-default .ml-n5,
.restrict-container-main.theme-default .mx-n5 {
    margin-left: -3rem !important
}

.restrict-container-main.theme-default .m-nsm {
    margin: -2rem !important
}

.restrict-container-main.theme-default .mt-nsm,
.restrict-container-main.theme-default .my-nsm {
    margin-top: -2rem !important
}

.restrict-container-main.theme-default .mr-nsm,
.restrict-container-main.theme-default .mx-nsm {
    margin-right: -2rem !important
}

.restrict-container-main.theme-default .mb-nsm,
.restrict-container-main.theme-default .my-nsm {
    margin-bottom: -2rem !important
}

.restrict-container-main.theme-default .ml-nsm,
.restrict-container-main.theme-default .mx-nsm {
    margin-left: -2rem !important
}

.restrict-container-main.theme-default .m-nmd {
    margin: -4rem !important
}

.restrict-container-main.theme-default .mt-nmd,
.restrict-container-main.theme-default .my-nmd {
    margin-top: -4rem !important
}

.restrict-container-main.theme-default .mr-nmd,
.restrict-container-main.theme-default .mx-nmd {
    margin-right: -4rem !important
}

.restrict-container-main.theme-default .mb-nmd,
.restrict-container-main.theme-default .my-nmd {
    margin-bottom: -4rem !important
}

.restrict-container-main.theme-default .ml-nmd,
.restrict-container-main.theme-default .mx-nmd {
    margin-left: -4rem !important
}

.restrict-container-main.theme-default .m-nlg {
    margin: -6rem !important
}

.restrict-container-main.theme-default .mt-nlg,
.restrict-container-main.theme-default .my-nlg {
    margin-top: -6rem !important
}

.restrict-container-main.theme-default .mr-nlg,
.restrict-container-main.theme-default .mx-nlg {
    margin-right: -6rem !important
}

.restrict-container-main.theme-default .mb-nlg,
.restrict-container-main.theme-default .my-nlg {
    margin-bottom: -6rem !important
}

.restrict-container-main.theme-default .ml-nlg,
.restrict-container-main.theme-default .mx-nlg {
    margin-left: -6rem !important
}

.restrict-container-main.theme-default .m-nxl {
    margin: -8rem !important
}

.restrict-container-main.theme-default .mt-nxl,
.restrict-container-main.theme-default .my-nxl {
    margin-top: -8rem !important
}

.restrict-container-main.theme-default .mr-nxl,
.restrict-container-main.theme-default .mx-nxl {
    margin-right: -8rem !important
}

.restrict-container-main.theme-default .mb-nxl,
.restrict-container-main.theme-default .my-nxl {
    margin-bottom: -8rem !important
}

.restrict-container-main.theme-default .ml-nxl,
.restrict-container-main.theme-default .mx-nxl {
    margin-left: -8rem !important
}

.restrict-container-main.theme-default .m-auto {
    margin: auto !important
}

.restrict-container-main.theme-default .mt-auto,
.restrict-container-main.theme-default .my-auto {
    margin-top: auto !important
}

.restrict-container-main.theme-default .mr-auto,
.restrict-container-main.theme-default .mx-auto {
    margin-right: auto !important
}

.restrict-container-main.theme-default .mb-auto,
.restrict-container-main.theme-default .my-auto {
    margin-bottom: auto !important
}

.restrict-container-main.theme-default .ml-auto,
.restrict-container-main.theme-default .mx-auto {
    margin-left: auto !important
}

.restrict-container-main.theme-default .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.restrict-container-main.theme-default .text-justify {
    text-align: justify !important
}

.restrict-container-main.theme-default .text-wrap {
    white-space: normal !important
}

.restrict-container-main.theme-default .text-nowrap {
    white-space: nowrap !important
}

.restrict-container-main.theme-default .text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.restrict-container-main.theme-default .text-left {
    text-align: left !important
}

.restrict-container-main.theme-default .text-right {
    text-align: right !important
}

.restrict-container-main.theme-default .text-center {
    text-align: center !important
}

.restrict-container-main.theme-default .text-lowercase {
    text-transform: lowercase !important
}

.restrict-container-main.theme-default .text-uppercase {
    text-transform: uppercase !important
}

.restrict-container-main.theme-default .text-capitalize {
    text-transform: capitalize !important
}

.restrict-container-main.theme-default .font-weight-light {
    font-weight: 300 !important
}

.restrict-container-main.theme-default .font-weight-lighter {
    font-weight: lighter !important
}

.restrict-container-main.theme-default .font-weight-normal {
    font-weight: 400 !important
}

.restrict-container-main.theme-default .font-weight-bold {
    font-weight: 600 !important
}

.restrict-container-main.theme-default .font-weight-bolder {
    font-weight: bolder !important
}

.restrict-container-main.theme-default .font-italic {
    font-style: italic !important
}

.restrict-container-main.theme-default .text-primary {
    color: #5e72e4 !important
}

.restrict-container-main.theme-default a.text-primary:focus,
.restrict-container-main.theme-default a.text-primary:hover {
    color: #233dd2 !important
}

.restrict-container-main.theme-default .text-secondary {
    color: #f4f5f7 !important
}

.restrict-container-main.theme-default a.text-secondary:focus,
.restrict-container-main.theme-default a.text-secondary:hover {
    color: #c8cdd7 !important
}

.restrict-container-main.theme-default .text-success {
    color: #2dce89 !important
}

.restrict-container-main.theme-default a.text-success:focus,
.restrict-container-main.theme-default a.text-success:hover {
    color: #1f8f5f !important
}

.restrict-container-main.theme-default .text-info {
    color: #11cdef !important
}

.restrict-container-main.theme-default a.text-info:focus,
.restrict-container-main.theme-default a.text-info:hover {
    color: #0b90a8 !important
}

.restrict-container-main.theme-default .text-warning {
    color: #fb6340 !important
}

.restrict-container-main.theme-default a.text-warning:focus,
.restrict-container-main.theme-default a.text-warning:hover {
    color: #ea3005 !important
}

.restrict-container-main.theme-default .text-danger {
    color: #f5365c !important
}

.restrict-container-main.theme-default a.text-danger:focus,
.restrict-container-main.theme-default a.text-danger:hover {
    color: #d40b33 !important
}

.restrict-container-main.theme-default .text-light {
    color: #adb5bd !important
}

.restrict-container-main.theme-default a.text-light:focus,
.restrict-container-main.theme-default a.text-light:hover {
    color: #838f9b !important
}

.restrict-container-main.theme-default .text-dark {
    color: #212529 !important
}

.restrict-container-main.theme-default a.text-dark:focus,
.restrict-container-main.theme-default a.text-dark:hover {
    color: #000 !important
}

.restrict-container-main.theme-default .text-default {
    color: #172b4d !important
}

.restrict-container-main.theme-default a.text-default:focus,
.restrict-container-main.theme-default a.text-default:hover {
    color: #050a12 !important
}

.restrict-container-main.theme-default .text-white {
    color: #fff !important
}

.restrict-container-main.theme-default a.text-white:focus,
.restrict-container-main.theme-default a.text-white:hover {
    color: #d9d9d9 !important
}

.restrict-container-main.theme-default .text-neutral {
    color: #fff !important
}

.restrict-container-main.theme-default a.text-neutral:focus,
.restrict-container-main.theme-default a.text-neutral:hover {
    color: #d9d9d9 !important
}

.restrict-container-main.theme-default .text-darker,
.restrict-container-main.theme-default a.text-darker:focus,
.restrict-container-main.theme-default a.text-darker:hover {
    color: #000 !important
}

.restrict-container-main.theme-default .text-body {
    color: #525f7f !important
}

.restrict-container-main.theme-default .text-muted {
    color: #8898aa !important
}

.restrict-container-main.theme-default .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.restrict-container-main.theme-default .text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.restrict-container-main.theme-default .text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

.restrict-container-main.theme-default .text-decoration-none {
    text-decoration: none !important
}

.restrict-container-main.theme-default .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.restrict-container-main.theme-default .text-reset {
    color: inherit !important
}

.restrict-container-main.theme-default .visible {
    visibility: visible !important
}

.restrict-container-main.theme-default .invisible {
    visibility: hidden !important
}

@media print {
    .restrict-container-main.theme-default *,
    .restrict-container-main.theme-default :after,
    .restrict-container-main.theme-default :before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    .restrict-container-main.theme-default a:not(.btn) {
        text-decoration: underline
    }
    .restrict-container-main.theme-default abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .restrict-container-main.theme-default pre {
        white-space: pre-wrap !important
    }
    .restrict-container-main.theme-default blockquote,
    .restrict-container-main.theme-default pre {
        border: .0625rem solid #adb5bd;
        page-break-inside: avoid
    }
    .restrict-container-main.theme-default thead {
        display: table-header-group
    }
    .restrict-container-main.theme-default img,
    .restrict-container-main.theme-default tr {
        page-break-inside: avoid
    }
    .restrict-container-main.theme-default h2,
    .restrict-container-main.theme-default h3,
    .restrict-container-main.theme-default p {
        orphans: 3;
        widows: 3
    }
    .restrict-container-main.theme-default h2,
    .restrict-container-main.theme-default h3 {
        page-break-after: avoid
    }
    @page {
        .restrict-container-main.theme-default {
            size: a3
        }
    }
    .restrict-container-main.theme-default .container,
    .restrict-container-main.theme-default body {
        min-width: 992px !important
    }
    .restrict-container-main.theme-default .navbar {
        display: none
    }
    .restrict-container-main.theme-default .badge {
        border: .0625rem solid #000
    }
    .restrict-container-main.theme-default .table {
        border-collapse: collapse !important
    }
    .restrict-container-main.theme-default .table td,
    .restrict-container-main.theme-default .table th {
        background-color: #fff !important
    }
    .restrict-container-main.theme-default .table-bordered td,
    .restrict-container-main.theme-default .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .restrict-container-main.theme-default .table-dark {
        color: inherit
    }
    .restrict-container-main.theme-default .table-dark tbody+tbody,
    .restrict-container-main.theme-default .table-dark td,
    .restrict-container-main.theme-default .table-dark th,
    .restrict-container-main.theme-default .table-dark thead th {
        border-color: #dee2e6
    }
    .restrict-container-main.theme-default .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.restrict-container-main.theme-default iframe {
    border: 0
}

.restrict-container-main.theme-default figcaption,
.restrict-container-main.theme-default figure,
.restrict-container-main.theme-default main {
    display: block
}

.restrict-container-main.theme-default main {
    overflow: hidden
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: 360px;
    margin: 0 auto
}

.restrict-container-main.theme-default .section-nucleo-icons {
    --icon-size: 5rem;
    --icon-sm-size: 3.75rem;
    --gutter: 7rem
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i {
    position: absolute;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .2s cubic-bezier(.25, .65, .9, .75);
    transition: all .2s cubic-bezier(.25, .65, .9, .75);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i.icon {
    font-size: 1.7em;
    width: var(--icon-size);
    height: var(--icon-size)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i.icon-sm {
    font-size: 1.5em;
    width: var(--icon-sm-size);
    height: var(--icon-sm-size)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i:first-child {
    font-size: 42px;
    z-index: 2;
    color: #fb6340
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container:not(.on-screen) i {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container:not(.on-screen) i:not(:first-child) {
    opacity: 0
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i {
    opacity: 1
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:first-child {
    font-size: 42px;
    top: 50%;
    left: 50%;
    color: #fb6340
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(2) {
    top: 50%;
    left: calc(50% + var(--gutter)*1.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(3) {
    top: calc(50% + var(--gutter));
    left: calc(50% + var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(4) {
    top: calc(50% - var(--gutter));
    left: calc(50% + var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(5) {
    top: 50%;
    left: calc(50% + var(--gutter)*4)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(6) {
    top: calc(50% + var(--gutter)*1.5);
    left: calc(50% + var(--gutter)*2.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(7) {
    top: calc(50% - var(--gutter)*1.5);
    left: calc(50% + var(--gutter)*2.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(8) {
    top: 50%;
    left: calc(50% - var(--gutter)*1.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(9) {
    top: calc(50% + var(--gutter));
    left: calc(50% - var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(10) {
    top: calc(50% - var(--gutter));
    left: calc(50% - var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(11) {
    top: 50%;
    left: calc(50% - var(--gutter)*4)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(12) {
    top: calc(50% + var(--gutter)*1.5);
    left: calc(50% - var(--gutter)*2.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(13) {
    top: calc(50% - var(--gutter)*1.5);
    left: calc(50% - var(--gutter)*2.7)
}

.restrict-container-main.theme-default .blur--hover {
    position: relative
}

.restrict-container-main.theme-default .blur--hover .blur-item {
    -webkit-transition: 1s cubic-bezier(.19, 1, .22, 1);
    transition: 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
    will-change: transform;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.restrict-container-main.theme-default .blur--hover .blur-hidden {
    position: absolute;
    z-index: 100;
    top: calc(50% + 7px);
    left: 50%;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.restrict-container-main.theme-default .blur--hover:hover .blur-item {
    z-index: 1;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: .8;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.restrict-container-main.theme-default .blur--hover:hover .blur-hidden {
    top: 50%;
    opacity: 1
}

.restrict-container-main.theme-default .bg-blue {
    background-color: #5e72e4 !important
}

.restrict-container-main.theme-default a.bg-blue:focus,
.restrict-container-main.theme-default a.bg-blue:hover,
.restrict-container-main.theme-default button.bg-blue:focus,
.restrict-container-main.theme-default button.bg-blue:hover {
    background-color: #324cdd !important
}

.restrict-container-main.theme-default .bg-indigo {
    background-color: #5603ad !important
}

.restrict-container-main.theme-default a.bg-indigo:focus,
.restrict-container-main.theme-default a.bg-indigo:hover,
.restrict-container-main.theme-default button.bg-indigo:focus,
.restrict-container-main.theme-default button.bg-indigo:hover {
    background-color: #3d027b !important
}

.restrict-container-main.theme-default .bg-purple {
    background-color: #8965e0 !important
}

.restrict-container-main.theme-default a.bg-purple:focus,
.restrict-container-main.theme-default a.bg-purple:hover,
.restrict-container-main.theme-default button.bg-purple:focus,
.restrict-container-main.theme-default button.bg-purple:hover {
    background-color: #683bd7 !important
}

.restrict-container-main.theme-default .bg-pink {
    background-color: #f3a4b5 !important
}

.restrict-container-main.theme-default a.bg-pink:focus,
.restrict-container-main.theme-default a.bg-pink:hover,
.restrict-container-main.theme-default button.bg-pink:focus,
.restrict-container-main.theme-default button.bg-pink:hover {
    background-color: #ed7790 !important
}

.restrict-container-main.theme-default .bg-red {
    background-color: #f5365c !important
}

.restrict-container-main.theme-default a.bg-red:focus,
.restrict-container-main.theme-default a.bg-red:hover,
.restrict-container-main.theme-default button.bg-red:focus,
.restrict-container-main.theme-default button.bg-red:hover {
    background-color: #ec0c38 !important
}

.restrict-container-main.theme-default .bg-orange {
    background-color: #fb6340 !important
}

.restrict-container-main.theme-default a.bg-orange:focus,
.restrict-container-main.theme-default a.bg-orange:hover,
.restrict-container-main.theme-default button.bg-orange:focus,
.restrict-container-main.theme-default button.bg-orange:hover {
    background-color: #fa3a0e !important
}

.restrict-container-main.theme-default .bg-yellow {
    background-color: #ffd600 !important
}

.restrict-container-main.theme-default a.bg-yellow:focus,
.restrict-container-main.theme-default a.bg-yellow:hover,
.restrict-container-main.theme-default button.bg-yellow:focus,
.restrict-container-main.theme-default button.bg-yellow:hover {
    background-color: #ccab00 !important
}

.restrict-container-main.theme-default .bg-green {
    background-color: #2dce89 !important
}

.restrict-container-main.theme-default a.bg-green:focus,
.restrict-container-main.theme-default a.bg-green:hover,
.restrict-container-main.theme-default button.bg-green:focus,
.restrict-container-main.theme-default button.bg-green:hover {
    background-color: #24a46d !important
}

.restrict-container-main.theme-default .bg-teal {
    background-color: #11cdef !important
}

.restrict-container-main.theme-default a.bg-teal:focus,
.restrict-container-main.theme-default a.bg-teal:hover,
.restrict-container-main.theme-default button.bg-teal:focus,
.restrict-container-main.theme-default button.bg-teal:hover {
    background-color: #0da5c0 !important
}

.restrict-container-main.theme-default .bg-cyan {
    background-color: #2bffc6 !important
}

.restrict-container-main.theme-default a.bg-cyan:focus,
.restrict-container-main.theme-default a.bg-cyan:hover,
.restrict-container-main.theme-default button.bg-cyan:focus,
.restrict-container-main.theme-default button.bg-cyan:hover {
    background-color: #00f7b5 !important
}

.restrict-container-main.theme-default .bg-white {
    background-color: #fff !important
}

.restrict-container-main.theme-default a.bg-white:focus,
.restrict-container-main.theme-default a.bg-white:hover,
.restrict-container-main.theme-default button.bg-white:focus,
.restrict-container-main.theme-default button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.restrict-container-main.theme-default .bg-gray {
    background-color: #8898aa !important
}

.restrict-container-main.theme-default a.bg-gray:focus,
.restrict-container-main.theme-default a.bg-gray:hover,
.restrict-container-main.theme-default button.bg-gray:focus,
.restrict-container-main.theme-default button.bg-gray:hover {
    background-color: #6a7e95 !important
}

.restrict-container-main.theme-default .bg-gray-dark {
    background-color: #32325d !important
}

.restrict-container-main.theme-default a.bg-gray-dark:focus,
.restrict-container-main.theme-default a.bg-gray-dark:hover,
.restrict-container-main.theme-default button.bg-gray-dark:focus,
.restrict-container-main.theme-default button.bg-gray-dark:hover {
    background-color: #20203c !important
}

.restrict-container-main.theme-default .bg-light {
    background-color: #ced4da !important
}

.restrict-container-main.theme-default a.bg-light:focus,
.restrict-container-main.theme-default a.bg-light:hover,
.restrict-container-main.theme-default button.bg-light:focus,
.restrict-container-main.theme-default button.bg-light:hover {
    background-color: #b1bbc4 !important
}

.restrict-container-main.theme-default .bg-lighter {
    background-color: #e9ecef !important
}

.restrict-container-main.theme-default a.bg-lighter:focus,
.restrict-container-main.theme-default a.bg-lighter:hover,
.restrict-container-main.theme-default button.bg-lighter:focus,
.restrict-container-main.theme-default button.bg-lighter:hover {
    background-color: #cbd3da !important
}

.restrict-container-main.theme-default .bg-gradient-blue {
    background: linear-gradient(87deg, #5e72e4, #825ee4) !important
}

.restrict-container-main.theme-default .bg-gradient-indigo {
    background: linear-gradient(87deg, #5603ad, #9d03ad) !important
}

.restrict-container-main.theme-default .bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0, #bc65e0) !important
}

.restrict-container-main.theme-default .bg-gradient-pink {
    background: linear-gradient(87deg, #f3a4b5, #f3b4a4) !important
}

.restrict-container-main.theme-default .bg-gradient-red {
    background: linear-gradient(87deg, #f5365c, #f56036) !important
}

.restrict-container-main.theme-default .bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340, #fbb140) !important
}

.restrict-container-main.theme-default .bg-gradient-yellow {
    background: linear-gradient(87deg, #ffd600, #beff00) !important
}

.restrict-container-main.theme-default .bg-gradient-green {
    background: linear-gradient(87deg, #2dce89, #2dcecc) !important
}

.restrict-container-main.theme-default .bg-gradient-teal {
    background: linear-gradient(87deg, #11cdef, #1171ef) !important
}

.restrict-container-main.theme-default .bg-gradient-cyan {
    background: linear-gradient(87deg, #2bffc6, #2be0ff) !important
}

.restrict-container-main.theme-default .bg-gradient-gray {
    background: linear-gradient(87deg, #8898aa, #888aaa) !important
}

.restrict-container-main.theme-default .bg-gradient-gray-dark {
    background: linear-gradient(87deg, #32325d, #44325d) !important
}

.restrict-container-main.theme-default .bg-gradient-light {
    background: linear-gradient(87deg, #ced4da, #cecfda) !important
}

.restrict-container-main.theme-default .bg-gradient-lighter {
    background: linear-gradient(87deg, #e9ecef, #e9eaef) !important
}

.restrict-container-main.theme-default .section-primary {
    background-color: #fff !important
}

.restrict-container-main.theme-default a.section-primary:focus,
.restrict-container-main.theme-default a.section-primary:hover,
.restrict-container-main.theme-default button.section-primary:focus,
.restrict-container-main.theme-default button.section-primary:hover {
    background-color: #e6e6e6 !important
}

.restrict-container-main.theme-default .section-secondary {
    background-color: #f4f5f7 !important
}

.restrict-container-main.theme-default a.section-secondary:focus,
.restrict-container-main.theme-default a.section-secondary:hover,
.restrict-container-main.theme-default button.section-secondary:focus,
.restrict-container-main.theme-default button.section-secondary:hover {
    background-color: #d6dae2 !important
}

.restrict-container-main.theme-default .section-light {
    background-color: #ced4da !important
}

.restrict-container-main.theme-default a.section-light:focus,
.restrict-container-main.theme-default a.section-light:hover,
.restrict-container-main.theme-default button.section-light:focus,
.restrict-container-main.theme-default button.section-light:hover {
    background-color: #b1bbc4 !important
}

.restrict-container-main.theme-default .section-dark {
    background-color: #212529 !important
}

.restrict-container-main.theme-default a.section-dark:focus,
.restrict-container-main.theme-default a.section-dark:hover,
.restrict-container-main.theme-default button.section-dark:focus,
.restrict-container-main.theme-default button.section-dark:hover {
    background-color: #0a0c0d !important
}

.restrict-container-main.theme-default .section-darker,
.restrict-container-main.theme-default a.section-darker:focus,
.restrict-container-main.theme-default a.section-darker:hover,
.restrict-container-main.theme-default button.section-darker:focus,
.restrict-container-main.theme-default button.section-darker:hover {
    background-color: #000 !important
}

.restrict-container-main.theme-default .bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4, #825ee4) !important
}

.restrict-container-main.theme-default .bg-gradient-secondary {
    background: linear-gradient(87deg, #f4f5f7, #f4f4f7) !important
}

.restrict-container-main.theme-default .bg-gradient-success {
    background: linear-gradient(87deg, #2dce89, #2dcecc) !important
}

.restrict-container-main.theme-default .bg-gradient-info {
    background: linear-gradient(87deg, #11cdef, #1171ef) !important
}

.restrict-container-main.theme-default .bg-gradient-warning {
    background: linear-gradient(87deg, #fb6340, #fbb140) !important
}

.restrict-container-main.theme-default .bg-gradient-danger {
    background: linear-gradient(87deg, #f5365c, #f56036) !important
}

.restrict-container-main.theme-default .bg-gradient-light {
    background: linear-gradient(87deg, #adb5bd, #adaebd) !important
}

.restrict-container-main.theme-default .bg-gradient-dark {
    background: linear-gradient(87deg, #212529, #212229) !important
}

.restrict-container-main.theme-default .bg-gradient-default {
    background: linear-gradient(87deg, #172b4d, #1a174d) !important
}

.restrict-container-main.theme-default .bg-gradient-neutral,
.restrict-container-main.theme-default .bg-gradient-white {
    background: linear-gradient(87deg, #fff, #fff) !important
}

.restrict-container-main.theme-default .bg-gradient-darker {
    background: linear-gradient(87deg, #000, #000) !important
}

.restrict-container-main.theme-default .fill-primary {
    fill: #5e72e4
}

.restrict-container-main.theme-default .stroke-primary {
    stroke: #5e72e4
}

.restrict-container-main.theme-default .fill-secondary {
    fill: #f4f5f7
}

.restrict-container-main.theme-default .stroke-secondary {
    stroke: #f4f5f7
}

.restrict-container-main.theme-default .fill-success {
    fill: #2dce89
}

.restrict-container-main.theme-default .stroke-success {
    stroke: #2dce89
}

.restrict-container-main.theme-default .fill-info {
    fill: #11cdef
}

.restrict-container-main.theme-default .stroke-info {
    stroke: #11cdef
}

.restrict-container-main.theme-default .fill-warning {
    fill: #fb6340
}

.restrict-container-main.theme-default .stroke-warning {
    stroke: #fb6340
}

.restrict-container-main.theme-default .fill-danger {
    fill: #f5365c
}

.restrict-container-main.theme-default .stroke-danger {
    stroke: #f5365c
}

.restrict-container-main.theme-default .fill-light {
    fill: #adb5bd
}

.restrict-container-main.theme-default .stroke-light {
    stroke: #adb5bd
}

.restrict-container-main.theme-default .fill-dark {
    fill: #212529
}

.restrict-container-main.theme-default .stroke-dark {
    stroke: #212529
}

.restrict-container-main.theme-default .fill-default {
    fill: #172b4d
}

.restrict-container-main.theme-default .stroke-default {
    stroke: #172b4d
}

.restrict-container-main.theme-default .fill-white {
    fill: #fff
}

.restrict-container-main.theme-default .stroke-white {
    stroke: #fff
}

.restrict-container-main.theme-default .fill-neutral {
    fill: #fff
}

.restrict-container-main.theme-default .stroke-neutral {
    stroke: #fff
}

.restrict-container-main.theme-default .fill-darker {
    fill: #000
}

.restrict-container-main.theme-default .stroke-darker {
    stroke: #000
}

.restrict-container-main.theme-default .fill-opacity-8 {
    fill-opacity: .8
}

.restrict-container-main.theme-default .floating {
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform
}

.restrict-container-main.theme-default .floating:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.restrict-container-main.theme-default .floating-lg {
    -webkit-animation: floating-lg 3s ease infinite;
    animation: floating-lg 3s ease infinite
}

.restrict-container-main.theme-default .floating-sm {
    -webkit-animation: floating-sm 3s ease infinite;
    animation: floating-sm 3s ease infinite
}

@-webkit-keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.restrict-container-main.theme-default .img-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.restrict-container-main.theme-default .floatfix:after,
.restrict-container-main.theme-default .floatfix:before {
    display: table;
    content: ""
}

.restrict-container-main.theme-default .floatfix:after {
    clear: both
}

.restrict-container-main.theme-default .overflow-visible {
    overflow: visible !important
}

.restrict-container-main.theme-default .overflow-hidden {
    overflow: hidden !important
}

.restrict-container-main.theme-default .opacity-1 {
    opacity: .1 !important
}

.restrict-container-main.theme-default .opacity-2 {
    opacity: .2 !important
}

.restrict-container-main.theme-default .opacity-3 {
    opacity: .3 !important
}

.restrict-container-main.theme-default .opacity-4 {
    opacity: .4 !important
}

.restrict-container-main.theme-default .opacity-5 {
    opacity: .5 !important
}

.restrict-container-main.theme-default .opacity-6 {
    opacity: .6 !important
}

.restrict-container-main.theme-default .opacity-7 {
    opacity: .7 !important
}

.restrict-container-main.theme-default .opacity-8 {
    opacity: .8 !important;
    opacity: .9 !important
}

.restrict-container-main.theme-default .opacity-10 {
    opacity: 1 !important
}

.restrict-container-main.theme-default .top-0 {
    top: 0
}

.restrict-container-main.theme-default .right-0 {
    right: 0
}

.restrict-container-main.theme-default .bottom-0 {
    bottom: 0
}

.restrict-container-main.theme-default .left-0 {
    left: 0
}

.restrict-container-main.theme-default .top-1 {
    top: .25rem
}

.restrict-container-main.theme-default .right-1 {
    right: .25rem
}

.restrict-container-main.theme-default .bottom-1 {
    bottom: .25rem
}

.restrict-container-main.theme-default .left-1 {
    left: .25rem
}

.restrict-container-main.theme-default .top-2 {
    top: .5rem
}

.restrict-container-main.theme-default .right-2 {
    right: .5rem
}

.restrict-container-main.theme-default .bottom-2 {
    bottom: .5rem
}

.restrict-container-main.theme-default .left-2 {
    left: .5rem
}

.restrict-container-main.theme-default .top-3 {
    top: 1rem
}

.restrict-container-main.theme-default .right-3 {
    right: 1rem
}

.restrict-container-main.theme-default .bottom-3 {
    bottom: 1rem
}

.restrict-container-main.theme-default .left-3 {
    left: 1rem
}

.restrict-container-main.theme-default .top-4 {
    top: 1.5rem
}

.restrict-container-main.theme-default .right-4 {
    right: 1.5rem
}

.restrict-container-main.theme-default .bottom-4 {
    bottom: 1.5rem
}

.restrict-container-main.theme-default .left-4 {
    left: 1.5rem
}

.restrict-container-main.theme-default .top-5 {
    top: 3rem
}

.restrict-container-main.theme-default .right-5 {
    right: 3rem
}

.restrict-container-main.theme-default .bottom-5 {
    bottom: 3rem
}

.restrict-container-main.theme-default .left-5 {
    left: 3rem
}

.restrict-container-main.theme-default .top-sm {
    top: 2rem
}

.restrict-container-main.theme-default .right-sm {
    right: 2rem
}

.restrict-container-main.theme-default .bottom-sm {
    bottom: 2rem
}

.restrict-container-main.theme-default .left-sm {
    left: 2rem
}

.restrict-container-main.theme-default .top-md {
    top: 4rem
}

.restrict-container-main.theme-default .right-md {
    right: 4rem
}

.restrict-container-main.theme-default .bottom-md {
    bottom: 4rem
}

.restrict-container-main.theme-default .left-md {
    left: 4rem
}

.restrict-container-main.theme-default .top-lg {
    top: 6rem
}

.restrict-container-main.theme-default .right-lg {
    right: 6rem
}

.restrict-container-main.theme-default .bottom-lg {
    bottom: 6rem
}

.restrict-container-main.theme-default .left-lg {
    left: 6rem
}

.restrict-container-main.theme-default .top-xl {
    top: 8rem
}

.restrict-container-main.theme-default .right-xl {
    right: 8rem
}

.restrict-container-main.theme-default .bottom-xl {
    bottom: 8rem
}

.restrict-container-main.theme-default .left-xl {
    left: 8rem
}

.restrict-container-main.theme-default .center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.restrict-container-main.theme-default .h-100vh {
    height: 100vh !important
}

.restrict-container-main.theme-default .row.row-grid>[class*=col-]+[class*=col-] {
    margin-top: 3rem
}

@media(min-width:992px) {
    .restrict-container-main.theme-default .row.row-grid>[class*=col-lg-]+[class*=col-lg-] {
        margin-top: 0
    }
}

@media(min-width:768px) {
    .restrict-container-main.theme-default .row.row-grid>[class*=col-md-]+[class*=col-md-] {
        margin-top: 0
    }
}

@media(min-width:576px) {
    .restrict-container-main.theme-default .row.row-grid>[class*=col-sm-]+[class*=col-sm-] {
        margin-top: 0
    }
}

.restrict-container-main.theme-default .row-grid+.row-grid {
    margin-top: 3rem
}

@media(min-width:992px) {
    .restrict-container-main.theme-default [class*=mb--],
    .restrict-container-main.theme-default [class*=ml--],
    .restrict-container-main.theme-default [class*=mr--],
    .restrict-container-main.theme-default [class*=mt--] {
        position: relative;
        z-index: 5
    }
    .restrict-container-main.theme-default .mt--100 {
        margin-top: -100px !important
    }
    .restrict-container-main.theme-default .mr--100 {
        margin-right: -100px !important
    }
    .restrict-container-main.theme-default .mb--100 {
        margin-bottom: -100px !important
    }
    .restrict-container-main.theme-default .ml--100 {
        margin-left: -100px !important
    }
    .restrict-container-main.theme-default .mt--150 {
        margin-top: -150px !important
    }
    .restrict-container-main.theme-default .mb--150 {
        margin-bottom: -150px !important
    }
    .restrict-container-main.theme-default .mt--200 {
        margin-top: -200px !important
    }
    .restrict-container-main.theme-default .mb--200 {
        margin-bottom: -200px !important
    }
    .restrict-container-main.theme-default .mt--300 {
        margin-top: -300px !important
    }
    .restrict-container-main.theme-default .mb--300 {
        margin-bottom: -300px !important
    }
    .restrict-container-main.theme-default .pt-100 {
        padding-top: 100px !important
    }
    .restrict-container-main.theme-default .pb-100 {
        padding-bottom: 100px !important
    }
    .restrict-container-main.theme-default .pt-150 {
        padding-top: 150px !important
    }
    .restrict-container-main.theme-default .pb-150 {
        padding-bottom: 150px !important
    }
    .restrict-container-main.theme-default .pt-200 {
        padding-top: 200px !important
    }
    .restrict-container-main.theme-default .pb-200 {
        padding-bottom: 200px !important
    }
    .restrict-container-main.theme-default .pt-250 {
        padding-top: 250px !important
    }
    .restrict-container-main.theme-default .pb-250 {
        padding-bottom: 250px !important
    }
    .restrict-container-main.theme-default .pt-300 {
        padding-top: 300px !important
    }
    .restrict-container-main.theme-default .pb-300 {
        padding-bottom: 300px !important
    }
}

.restrict-container-main.theme-default [class*=shadow] {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.restrict-container-main.theme-default .shadow-sm--hover:hover {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.restrict-container-main.theme-default .shadow--hover:hover {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important
}

.restrict-container-main.theme-default .shadow-lg--hover:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.restrict-container-main.theme-default .shadow-none--hover:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.restrict-container-main.theme-default .font-weight-300 {
    font-weight: 300 !important
}

.restrict-container-main.theme-default .font-weight-400 {
    font-weight: 400 !important
}

.restrict-container-main.theme-default .font-weight-500 {
    font-weight: 500 !important
}

.restrict-container-main.theme-default .font-weight-600 {
    font-weight: 600 !important
}

.restrict-container-main.theme-default .font-weight-700 {
    font-weight: 700 !important
}

.restrict-container-main.theme-default .font-weight-800 {
    font-weight: 800 !important
}

.restrict-container-main.theme-default .font-weight-900 {
    font-weight: 900 !important
}

.restrict-container-main.theme-default .text-underline {
    text-decoration: underline
}

.restrict-container-main.theme-default .text-through {
    text-decoration: line-through
}

.restrict-container-main.theme-default .lh-100 {
    line-height: 1
}

.restrict-container-main.theme-default .lh-110 {
    line-height: 1.1
}

.restrict-container-main.theme-default .lh-120 {
    line-height: 1.2
}

.restrict-container-main.theme-default .lh-130 {
    line-height: 1.3
}

.restrict-container-main.theme-default .lh-140 {
    line-height: 1.4
}

.restrict-container-main.theme-default .lh-150 {
    line-height: 1.5
}

.restrict-container-main.theme-default .lh-160 {
    line-height: 1.6
}

.restrict-container-main.theme-default .lh-170 {
    line-height: 1.7
}

.restrict-container-main.theme-default .lh-180 {
    line-height: 1.8
}

.restrict-container-main.theme-default .ls-1 {
    letter-spacing: .0625rem
}

.restrict-container-main.theme-default .ls-15 {
    letter-spacing: .09375rem
}

.restrict-container-main.theme-default .ls-2 {
    letter-spacing: .125rem
}

@media(min-width:992px) {
    .restrict-container-main.theme-default .transform-perspective-right {
        -webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
        transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg)
    }
    .restrict-container-main.theme-default .transform-perspective-left {
        -webkit-transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
        transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg)
    }
}

.restrict-container-main.theme-default .alert {
    font-size: .875rem;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: .25rem
}

.restrict-container-main.theme-default .alert .alert-inner--icon {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 1.25rem;
    vertical-align: middle
}

.restrict-container-main.theme-default .alert .alert-inner--icon i.ni {
    position: relative;
    top: 1px
}

.restrict-container-main.theme-default .alert .alert-inner--text {
    display: inline-block;
    vertical-align: middle
}

.restrict-container-main.theme-default .alert:not(.alert-secondary) {
    color: #fff
}

.restrict-container-main.theme-default [class*=alert-] .alert-link {
    color: #fff;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .alert-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: .15rem
}

.restrict-container-main.theme-default .alert-dismissible .close {
    top: 50%;
    right: 1.5rem;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    color: hsla(0, 0%, 100%, .6)
}

.restrict-container-main.theme-default .alert-dismissible .close:focus,
.restrict-container-main.theme-default .alert-dismissible .close:hover {
    opacity: 1 !important;
    color: hsla(0, 0%, 100%, .9)
}

@media(max-width:575.98px) {
    .restrict-container-main.theme-default .alert-dismissible .close {
        top: 1rem;
        right: .5rem
    }
}

.restrict-container-main.theme-default .alert-dismissible .close>span:not(.sr-only) {
    font-size: 1.5rem;
    color: hsla(0, 0%, 100%, .6);
    background-color: transparent
}

.restrict-container-main.theme-default .alert-dismissible .close:focus>span:not(.sr-only),
.restrict-container-main.theme-default .alert-dismissible .close:hover>span:not(.sr-only) {
    color: hsla(0, 0%, 100%, .9);
    background-color: transparent
}

.restrict-container-main.theme-default .btn .badge:not(:first-child) {
    margin-left: .5rem
}

.restrict-container-main.theme-default .btn .badge:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .btn {
    font-size: .875rem;
    position: relative;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: uppercase;
    will-change: transform
}

.restrict-container-main.theme-default .btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .btn-group .btn,
.restrict-container-main.theme-default .input-group .btn {
    margin-right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.restrict-container-main.theme-default .btn-group-sm>.btn,
.restrict-container-main.theme-default .btn-sm {
    font-size: .75rem
}

.restrict-container-main.theme-default .btn-group-lg>.btn,
.restrict-container-main.theme-default .btn-lg {
    font-size: .875rem
}

.restrict-container-main.theme-default [class*=btn-outline-] {
    border-width: 1px
}

.restrict-container-main.theme-default .btn-outline-secondary {
    color: #637089
}

.restrict-container-main.theme-default .btn-inner--icon i:not(.fa) {
    position: relative;
    top: 2px
}

.restrict-container-main.theme-default .btn-link {
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-link:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-neutral {
    color: #5e72e4
}

.restrict-container-main.theme-default .btn i:not(:first-child),
.restrict-container-main.theme-default .btn svg:not(:first-child) {
    margin-left: .5rem
}

.restrict-container-main.theme-default .btn i:not(:last-child),
.restrict-container-main.theme-default .btn svg:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .btn-icon-label {
    position: relative
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon {
    line-height: 1;
    position: absolute;
    width: 3em;
    height: 100%;
    margin: 0;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .1)
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon:not(:first-child) {
    top: 0;
    right: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon:not(:last-child) {
    top: 0;
    left: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--text:not(:first-child) {
    padding-left: 3em
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--text:not(:last-child) {
    padding-right: 3em
}

.restrict-container-main.theme-default .btn-icon .btn-inner--icon img {
    width: 20px
}

.restrict-container-main.theme-default .btn-icon .btn-inner--text:not(:first-child) {
    margin-left: .75em
}

.restrict-container-main.theme-default .btn-icon .btn-inner--text:not(:last-child) {
    margin-right: .75em
}

.restrict-container-main.theme-default .btn-icon-only {
    width: 2.375rem;
    height: 2.375rem;
    padding: 0
}

.restrict-container-main.theme-default a.btn-icon-only {
    line-height: 2.5
}

.restrict-container-main.theme-default .btn-group-sm>.btn-icon-only.btn,
.restrict-container-main.theme-default .btn-icon-only.btn-sm {
    width: 2rem;
    height: 2rem
}

.restrict-container-main.theme-default .btn-facebook {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-facebook,
.restrict-container-main.theme-default .btn-facebook:hover {
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999
}

.restrict-container-main.theme-default .btn-facebook.focus,
.restrict-container-main.theme-default .btn-facebook:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(59, 89, 153, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(59, 89, 153, .5)
}

.restrict-container-main.theme-default .btn-facebook.disabled,
.restrict-container-main.theme-default .btn-facebook:disabled {
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999
}

.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-facebook.dropdown-toggle {
    color: #fff;
    border-color: #3b5999;
    background-color: #2d4474
}

.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5);
    box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5)
}

.restrict-container-main.theme-default .btn-twitter {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-twitter,
.restrict-container-main.theme-default .btn-twitter:hover {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2
}

.restrict-container-main.theme-default .btn-twitter.focus,
.restrict-container-main.theme-default .btn-twitter:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(29, 161, 242, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(29, 161, 242, .5)
}

.restrict-container-main.theme-default .btn-twitter.disabled,
.restrict-container-main.theme-default .btn-twitter:disabled {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2
}

.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-twitter.dropdown-toggle {
    color: #fff;
    border-color: #1da1f2;
    background-color: #0c85d0
}

.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5);
    box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5)
}

.restrict-container-main.theme-default .btn-google-plus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-google-plus,
.restrict-container-main.theme-default .btn-google-plus:hover {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.restrict-container-main.theme-default .btn-google-plus.focus,
.restrict-container-main.theme-default .btn-google-plus:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(221, 75, 57, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(221, 75, 57, .5)
}

.restrict-container-main.theme-default .btn-google-plus.disabled,
.restrict-container-main.theme-default .btn-google-plus:disabled {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-google-plus.dropdown-toggle {
    color: #fff;
    border-color: #dd4b39;
    background-color: #c23321
}

.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-google-plus.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5);
    box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5)
}

.restrict-container-main.theme-default .btn-instagram {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-instagram,
.restrict-container-main.theme-default .btn-instagram:hover {
    color: #fff;
    border-color: #e4405f;
    background-color: #e4405f
}

.restrict-container-main.theme-default .btn-instagram.focus,
.restrict-container-main.theme-default .btn-instagram:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(228, 64, 95, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(228, 64, 95, .5)
}

.restrict-container-main.theme-default .btn-instagram.disabled,
.restrict-container-main.theme-default .btn-instagram:disabled {
    color: #fff;
    border-color: #e4405f;
    background-color: #e4405f
}

.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-instagram.dropdown-toggle {
    color: #fff;
    border-color: #e4405f;
    background-color: #d31e40
}

.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-instagram.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5);
    box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5)
}

.restrict-container-main.theme-default .btn-pinterest {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-pinterest,
.restrict-container-main.theme-default .btn-pinterest:hover {
    color: #fff;
    border-color: #bd081c;
    background-color: #bd081c
}

.restrict-container-main.theme-default .btn-pinterest.focus,
.restrict-container-main.theme-default .btn-pinterest:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(189, 8, 28, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(189, 8, 28, .5)
}

.restrict-container-main.theme-default .btn-pinterest.disabled,
.restrict-container-main.theme-default .btn-pinterest:disabled {
    color: #fff;
    border-color: #bd081c;
    background-color: #bd081c
}

.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    border-color: #bd081c;
    background-color: #8c0615
}

.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-pinterest.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5);
    box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5)
}

.restrict-container-main.theme-default .btn-youtube {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-youtube,
.restrict-container-main.theme-default .btn-youtube:hover {
    color: #fff;
    border-color: #cd201f;
    background-color: #cd201f
}

.restrict-container-main.theme-default .btn-youtube.focus,
.restrict-container-main.theme-default .btn-youtube:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(205, 32, 31, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(205, 32, 31, .5)
}

.restrict-container-main.theme-default .btn-youtube.disabled,
.restrict-container-main.theme-default .btn-youtube:disabled {
    color: #fff;
    border-color: #cd201f;
    background-color: #cd201f
}

.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-youtube.dropdown-toggle {
    color: #fff;
    border-color: #cd201f;
    background-color: #a11918
}

.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-youtube.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5);
    box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5)
}

.restrict-container-main.theme-default .btn-slack {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-slack,
.restrict-container-main.theme-default .btn-slack:hover {
    color: #fff;
    border-color: #3aaf85;
    background-color: #3aaf85
}

.restrict-container-main.theme-default .btn-slack.focus,
.restrict-container-main.theme-default .btn-slack:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(58, 175, 133, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(58, 175, 133, .5)
}

.restrict-container-main.theme-default .btn-slack.disabled,
.restrict-container-main.theme-default .btn-slack:disabled {
    color: #fff;
    border-color: #3aaf85;
    background-color: #3aaf85
}

.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-slack.dropdown-toggle {
    color: #fff;
    border-color: #3aaf85;
    background-color: #2d8968
}

.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-slack.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5);
    box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5)
}

.restrict-container-main.theme-default .btn-dribbble {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-dribbble,
.restrict-container-main.theme-default .btn-dribbble:hover {
    color: #fff;
    border-color: #ea4c89;
    background-color: #ea4c89
}

.restrict-container-main.theme-default .btn-dribbble.focus,
.restrict-container-main.theme-default .btn-dribbble:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(234, 76, 137, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(234, 76, 137, .5)
}

.restrict-container-main.theme-default .btn-dribbble.disabled,
.restrict-container-main.theme-default .btn-dribbble:disabled {
    color: #fff;
    border-color: #ea4c89;
    background-color: #ea4c89
}

.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-dribbble.dropdown-toggle {
    color: #fff;
    border-color: #ea4c89;
    background-color: #e51e6b
}

.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-dribbble.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5);
    box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5)
}

.restrict-container-main.theme-default .btn-github {
    color: #fff;
    border-color: #222;
    background-color: #222;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn-github:hover {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.restrict-container-main.theme-default .btn-github.focus,
.restrict-container-main.theme-default .btn-github:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(34, 34, 34, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(34, 34, 34, .5)
}

.restrict-container-main.theme-default .btn-github.disabled,
.restrict-container-main.theme-default .btn-github:disabled {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-github.dropdown-toggle {
    color: #fff;
    border-color: #222;
    background-color: #090909
}

.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-github.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(34, 34, 34, .5);
    box-shadow: none, 0 0 0 0 rgba(34, 34, 34, .5)
}

.restrict-container-main.theme-default .card {
    position: relative
}

.restrict-container-main.theme-default .card .card-blockquote {
    position: relative;
    padding: 2rem
}

.restrict-container-main.theme-default .card .card-blockquote .svg-bg {
    position: absolute;
    top: -94px;
    left: 0;
    display: block;
    width: 100%;
    height: 95px
}

.restrict-container-main.theme-default .card-lift--hover:hover {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media(prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .card-lift--hover:hover {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .close {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.restrict-container-main.theme-default .close>span:not(.sr-only) {
    font-size: 1.25rem;
    line-height: 17px;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: rgba(0, 0, 0, .6);
    border-radius: 50%;
    background-color: transparent
}

.restrict-container-main.theme-default .close:focus,
.restrict-container-main.theme-default .close:hover {
    color: rgba(0, 0, 0, .9);
    outline: 0;
    background-color: transparent
}

.restrict-container-main.theme-default .close:focus span:not(.sr-only),
.restrict-container-main.theme-default .close:hover span:not(.sr-only) {
    background-color: transparent
}

.restrict-container-main.theme-default .custom-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 1.5rem
}

.restrict-container-main.theme-default .custom-toggle input {
    display: none
}

.restrict-container-main.theme-default .custom-toggle input:checked+.custom-toggle-slider {
    border: 1px solid #5e72e4
}

.restrict-container-main.theme-default .custom-toggle input:checked+.custom-toggle-slider:before {
    -webkit-transform: translateX(1.625rem);
    transform: translateX(1.625rem);
    background: #5e72e4
}

.restrict-container-main.theme-default .custom-toggle input:disabled+.custom-toggle-slider,
.restrict-container-main.theme-default .custom-toggle input:disabled:checked+.custom-toggle-slider {
    border: 1px solid #e9ecef
}

.restrict-container-main.theme-default .custom-toggle input:disabled:checked+.custom-toggle-slider:before {
    background-color: #8a98eb
}

.restrict-container-main.theme-default .custom-toggle-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border: 1px solid #cad1d7;
    border-radius: 34px !important;
    background-color: transparent
}

.restrict-container-main.theme-default .custom-toggle-slider:before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    content: "";
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    border-radius: 50% !important;
    background-color: #ddd
}

.restrict-container-main.theme-default .dropdown,
.restrict-container-main.theme-default .dropleft,
.restrict-container-main.theme-default .dropright,
.restrict-container-main.theme-default .dropup {
    display: inline-block
}

.restrict-container-main.theme-default .dropdown-menu {
    min-width: 12rem
}

.restrict-container-main.theme-default .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem
}

.restrict-container-main.theme-default .dropdown-menu .dropdown-item>i,
.restrict-container-main.theme-default .dropdown-menu .dropdown-item>svg {
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: -17%
}

.restrict-container-main.theme-default .dropdown-header {
    font-size: .625rem;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #f6f9fc
}

.restrict-container-main.theme-default .dropdown-menu-inverse {
    border-color: #242a31;
    background: #282f37
}

.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item {
    color: #dadada
}

.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item:active,
.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item:focus,
.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item:hover {
    color: #fff;
    background: #31353e
}

.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-divider {
    background: #191e23
}

.restrict-container-main.theme-default .dropdown-menu a.media>div:first-child {
    line-height: 1
}

.restrict-container-main.theme-default .dropdown-menu a.media p {
    color: #8898aa
}

.restrict-container-main.theme-default .dropdown-menu a.media:hover .heading,
.restrict-container-main.theme-default .dropdown-menu a.media:hover p {
    color: #172b4d !important
}

.restrict-container-main.theme-default .dropdown-menu-sm {
    min-width: 100px;
    border: .3rem
}

.restrict-container-main.theme-default .dropdown-menu-lg {
    min-width: 260px;
    border-radius: .3rem
}

.restrict-container-main.theme-default .dropdown-menu-xl {
    min-width: 450px;
    border-radius: .3rem
}

.restrict-container-main.theme-default .footer {
    padding: 3rem 0;
    background: #f4f5f7
}

.restrict-container-main.theme-default .footer .col-footer .heading {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #8898aa
}

.restrict-container-main.theme-default .footer .footer-link,
.restrict-container-main.theme-default .footer .nav .nav-item .nav-link {
    color: #8898aa !important
}

.restrict-container-main.theme-default .footer .footer-link:hover,
.restrict-container-main.theme-default .footer .nav .nav-item .nav-link:hover {
    color: #525f7f !important
}

.restrict-container-main.theme-default .footer .list-unstyled li a {
    font-size: .85rem;
    display: inline-block;
    padding: .125rem 0;
    color: #8898aa
}

.restrict-container-main.theme-default .footer .list-unstyled li a:hover {
    color: #525f7f
}

.restrict-container-main.theme-default .footer .copyright {
    font-size: .875rem
}

.restrict-container-main.theme-default .footer-dark .col-footer .heading {
    color: #fff
}

.restrict-container-main.theme-default .footer.has-cards {
    position: relative;
    overflow: hidden;
    margin-top: -420px;
    padding-top: 500px;
    pointer-events: none;
    background: 0 0
}

.restrict-container-main.theme-default .footer.has-cards:before {
    position: absolute;
    top: 600px;
    right: 0;
    left: 0;
    height: 2000px;
    content: "";
    -webkit-transform: skew(0, -8deg);
    transform: skew(0, -8deg);
    background: #f4f5f7
}

.restrict-container-main.theme-default .footer.has-cards .container {
    position: relative;
    pointer-events: auto
}

.restrict-container-main.theme-default .nav-footer .nav-link {
    font-size: .875rem
}

.restrict-container-main.theme-default .nav-footer .nav-item:last-child .nav-link {
    padding-right: 0
}

.restrict-container-main.theme-default label {
    font-size: .875rem
}

.restrict-container-main.theme-default .form-control {
    font-size: .875rem;
    height: calc(2.75rem + 2px)
}

.restrict-container-main.theme-default .form-control:focus::-ms-input-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus::-webkit-input-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus::-moz-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus:-ms-input-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus::placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default textarea[resize=none] {
    resize: none !important
}

.restrict-container-main.theme-default textarea[resize=both] {
    resize: both !important
}

.restrict-container-main.theme-default textarea[resize=vertical] {
    resize: vertical !important
}

.restrict-container-main.theme-default textarea[resize=horizontal] {
    resize: horizontal !important
}

.restrict-container-main.theme-default .form-control-muted {
    border-color: #edf0f5;
    background-color: #edf0f5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .form-control-muted:focus {
    background-color: #edf0f5
}

.restrict-container-main.theme-default .form-control-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02)
}

.restrict-container-main.theme-default .form-control-alternative:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .form-control-lg {
    font-size: 1rem
}

.restrict-container-main.theme-default .has-danger,
.restrict-container-main.theme-default .has-success {
    position: relative
}

.restrict-container-main.theme-default .has-danger:after,
.restrict-container-main.theme-default .has-success:after {
    font-family: NucleoIcons;
    font-size: 9px;
    line-height: 19px;
    position: absolute;
    top: 2px;
    right: 15px;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;
    opacity: 1;
    border-radius: 50%
}

.restrict-container-main.theme-default .has-success:after {
    content: "\EA26";
    color: daken(#2dce89, 18%);
    background-color: #69deac
}

.restrict-container-main.theme-default .has-success .form-control {
    background-color: #fff
}

.restrict-container-main.theme-default .has-success .form-control:focus {
    border-color: rgba(50, 151, 211, .25)
}

.restrict-container-main.theme-default .has-success .form-control::-ms-input-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control::-webkit-input-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control::-moz-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control:-ms-input-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control::placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-danger:after {
    content: "\EA53";
    color: daken(#fb6340, 18%);
    background-color: #fda08b
}

.restrict-container-main.theme-default .has-danger .form-control {
    background-color: #fff
}

.restrict-container-main.theme-default .has-danger .form-control:focus {
    border-color: rgba(50, 151, 211, .25)
}

.restrict-container-main.theme-default .has-danger .form-control::-ms-input-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control::-webkit-input-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control::-moz-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control:-ms-input-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control::placeholder {
    color: #fb6340
}

@media(min-width:992px) {
    .restrict-container-main.theme-default .container-lg {
        max-width: 1160px
    }
}

.restrict-container-main.theme-default .icon {
    width: 3rem;
    height: 3rem
}

.restrict-container-main.theme-default .icon i,
.restrict-container-main.theme-default .icon svg {
    font-size: 2.25rem
}

.restrict-container-main.theme-default .icon+.icon-text {
    width: calc(100% - 3rem - 1);
    padding-left: 1rem
}

.restrict-container-main.theme-default .icon-xl {
    width: 5rem;
    height: 5rem
}

.restrict-container-main.theme-default .icon-xl i,
.restrict-container-main.theme-default .icon-xl svg {
    font-size: 4.25rem
}

.restrict-container-main.theme-default .icon-xl+.icon-text {
    width: calc(100% - 5rem - 1)
}

.restrict-container-main.theme-default .icon-lg {
    width: 4rem;
    height: 4rem
}

.restrict-container-main.theme-default .icon-lg i,
.restrict-container-main.theme-default .icon-lg svg {
    font-size: 3.25rem
}

.restrict-container-main.theme-default .icon-lg+.icon-text {
    width: calc(100% - 4rem - 1)
}

.restrict-container-main.theme-default .icon-sm {
    width: 2rem;
    height: 2rem
}

.restrict-container-main.theme-default .icon-sm i,
.restrict-container-main.theme-default .icon-sm svg {
    font-size: 1.25rem
}

.restrict-container-main.theme-default .icon-sm+.icon-text {
    width: calc(100% - 2rem - 1)
}

.restrict-container-main.theme-default .icon-shape {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.restrict-container-main.theme-default .icon-shape i,
.restrict-container-main.theme-default .icon-shape svg {
    font-size: 1.25rem
}

.restrict-container-main.theme-default .icon-shape.icon-lg i,
.restrict-container-main.theme-default .icon-shape.icon-lg svg {
    font-size: 1.625rem
}

.restrict-container-main.theme-default .icon-shape.icon-sm i,
.restrict-container-main.theme-default .icon-shape.icon-sm svg {
    font-size: .875rem
}

.restrict-container-main.theme-default .icon-shape svg {
    width: 30px;
    height: 30px
}

.restrict-container-main.theme-default .icon-shape-primary {
    color: #2643e9;
    background-color: rgba(138, 152, 235, .5)
}

.restrict-container-main.theme-default .icon-shape-secondary {
    color: #d3d9e5;
    background-color: hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .icon-shape-success {
    color: #1aae6f;
    background-color: rgba(84, 218, 161, .5)
}

.restrict-container-main.theme-default .icon-shape-info {
    color: #03acca;
    background-color: rgba(65, 215, 242, .5)
}

.restrict-container-main.theme-default .icon-shape-warning {
    color: #ff3709;
    background-color: rgba(252, 140, 114, .5)
}

.restrict-container-main.theme-default .icon-shape-danger {
    color: #f80031;
    background-color: rgba(247, 103, 131, .5)
}

.restrict-container-main.theme-default .icon-shape-light {
    color: #879cb0;
    background-color: rgba(201, 207, 212, .5)
}

.restrict-container-main.theme-default .icon-shape-dark {
    color: #090c0e;
    background-color: rgba(56, 63, 69, .5)
}

.restrict-container-main.theme-default .icon-shape-default {
    color: #091428;
    background-color: rgba(35, 65, 116, .5)
}

.restrict-container-main.theme-default .icon-shape-neutral,
.restrict-container-main.theme-default .icon-shape-white {
    color: #e8e3e3;
    background-color: hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .icon-shape-darker {
    color: #000;
    background-color: rgba(26, 26, 26, .5)
}

.restrict-container-main.theme-default .input-group {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .input-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .input-group .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0
}

.restrict-container-main.theme-default .input-group .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0
}

.restrict-container-main.theme-default .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .input-group-text {
    font-size: 1rem !important;
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.restrict-container-main.theme-default .input-group-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02)
}

.restrict-container-main.theme-default .input-group-alternative .form-control,
.restrict-container-main.theme-default .input-group-alternative .input-group-text {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .focused .input-group-alternative {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important
}

.restrict-container-main.theme-default .focused .input-group {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .focused .input-group-text {
    color: #8898aa;
    border-color: rgba(50, 151, 211, .25);
    background-color: #fff
}

.restrict-container-main.theme-default .focused .form-control {
    border-color: rgba(50, 151, 211, .25)
}

.restrict-container-main.theme-default .list-group-space .list-group-item {
    margin-bottom: 1.5rem;
    border-radius: .25rem
}

.restrict-container-main.theme-default .list-group-img {
    width: 3rem;
    height: 3rem;
    margin: -.1rem 1.2rem 0 -.2rem;
    vertical-align: top;
    border-radius: 50%
}

.restrict-container-main.theme-default .list-group-content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.restrict-container-main.theme-default .list-group-content>p {
    line-height: 1.5;
    margin: .2rem 0 0;
    color: #adb5bd
}

.restrict-container-main.theme-default .list-group-heading {
    font-size: 1rem;
    color: #32325d
}

.restrict-container-main.theme-default .list-group-heading>small {
    font-weight: 500;
    float: right;
    color: #adb5bd
}

.restrict-container-main.theme-default .modal-content {
    border: 0;
    border-radius: .3rem
}

.restrict-container-main.theme-default .modal-content .modal-header .close {
    margin: -1.25rem -1.25rem -1.25rem auto
}

.restrict-container-main.theme-default .modal-fluid .modal-dialog {
    margin-top: 0;
    margin-bottom: 0
}

.restrict-container-main.theme-default .modal-fluid .modal-content {
    border-radius: 0
}

.restrict-container-main.theme-default .modal-primary .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-primary .modal-footer,
.restrict-container-main.theme-default .modal-primary .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-primary .modal-content {
    color: #fff;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .modal-primary .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-primary .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-secondary .modal-title {
    color: #212529
}

.restrict-container-main.theme-default .modal-secondary .modal-footer,
.restrict-container-main.theme-default .modal-secondary .modal-header {
    border-color: rgba(33, 37, 41, .075)
}

.restrict-container-main.theme-default .modal-secondary .modal-content {
    color: #212529;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .modal-secondary .modal-content .heading {
    color: #212529
}

.restrict-container-main.theme-default .modal-secondary .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-success .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-success .modal-footer,
.restrict-container-main.theme-default .modal-success .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-success .modal-content {
    color: #fff;
    background-color: #2dce89
}

.restrict-container-main.theme-default .modal-info .modal-title,
.restrict-container-main.theme-default .modal-success .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-success .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-info .modal-footer,
.restrict-container-main.theme-default .modal-info .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-info .modal-content {
    color: #fff;
    background-color: #11cdef
}

.restrict-container-main.theme-default .modal-info .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-info .modal-content .heading,
.restrict-container-main.theme-default .modal-warning .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-warning .modal-footer,
.restrict-container-main.theme-default .modal-warning .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-warning .modal-content {
    color: #fff;
    background-color: #fb6340
}

.restrict-container-main.theme-default .modal-danger .modal-title,
.restrict-container-main.theme-default .modal-warning .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-warning .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-danger .modal-footer,
.restrict-container-main.theme-default .modal-danger .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-danger .modal-content {
    color: #fff;
    background-color: #f5365c
}

.restrict-container-main.theme-default .modal-danger .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-danger .modal-content .heading,
.restrict-container-main.theme-default .modal-light .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-light .modal-footer,
.restrict-container-main.theme-default .modal-light .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-light .modal-content {
    color: #fff;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .modal-dark .modal-title,
.restrict-container-main.theme-default .modal-light .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-light .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-dark .modal-footer,
.restrict-container-main.theme-default .modal-dark .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-dark .modal-content {
    color: #fff;
    background-color: #212529
}

.restrict-container-main.theme-default .modal-dark .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-dark .modal-content .heading,
.restrict-container-main.theme-default .modal-default .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-default .modal-footer,
.restrict-container-main.theme-default .modal-default .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-default .modal-content {
    color: #fff;
    background-color: #172b4d
}

.restrict-container-main.theme-default .modal-default .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-default .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-white .modal-title {
    color: #212529
}

.restrict-container-main.theme-default .modal-white .modal-footer,
.restrict-container-main.theme-default .modal-white .modal-header {
    border-color: rgba(33, 37, 41, .075)
}

.restrict-container-main.theme-default .modal-white .modal-content {
    color: #212529;
    background-color: #fff
}

.restrict-container-main.theme-default .modal-white .modal-content .heading {
    color: #212529
}

.restrict-container-main.theme-default .modal-white .close>span:not(.sr-only) {
    color: #fff
}

.restrict-container-main.theme-default .modal-neutral .modal-title {
    color: #212529
}

.restrict-container-main.theme-default .modal-neutral .modal-footer,
.restrict-container-main.theme-default .modal-neutral .modal-header {
    border-color: rgba(33, 37, 41, .075)
}

.restrict-container-main.theme-default .modal-neutral .modal-content {
    color: #212529;
    background-color: #fff
}

.restrict-container-main.theme-default .modal-neutral .modal-content .heading {
    color: #212529
}

.restrict-container-main.theme-default .modal-darker .modal-title,
.restrict-container-main.theme-default .modal-neutral .close>span:not(.sr-only) {
    color: #fff
}

.restrict-container-main.theme-default .modal-darker .modal-footer,
.restrict-container-main.theme-default .modal-darker .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-darker .modal-content {
    color: #fff;
    background-color: #000
}

.restrict-container-main.theme-default .modal-darker .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-darker .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.restrict-container-main.theme-default .section-xl {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.restrict-container-main.theme-default .section-lg {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.restrict-container-main.theme-default .section-sm {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media(min-width:768px) {
    .restrict-container-main.theme-default .section-hero {
        min-height: 500px
    }
}

.restrict-container-main.theme-default .section-shaped {
    position: relative
}

.restrict-container-main.theme-default .section-shaped .stars-and-coded {
    margin-top: 8rem
}

.restrict-container-main.theme-default .section-shaped .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%
}

.restrict-container-main.theme-default .section-shaped .shape span {
    position: absolute
}

.restrict-container-main.theme-default .section-shaped .shape+.container {
    position: relative;
    height: 100%
}

.restrict-container-main.theme-default .section-shaped .shape.shape-skew+.container {
    padding-top: 0
}

.restrict-container-main.theme-default .section-shaped .shape.shape-skew+.container .col {
    margin-top: -100px
}

.restrict-container-main.theme-default .section-shaped .shape.shape-skew+.shape-container {
    padding-top: 18rem;
    padding-bottom: 19rem
}

.restrict-container-main.theme-default .section-shaped .shape-skew {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.restrict-container-main.theme-default .section-shaped .shape-skew span {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
}

.restrict-container-main.theme-default .section-shaped .shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-primary :first-child {
    background: #53f
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(2) {
    background: #4553ff
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(3) {
    background: #4f40ff
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(4) {
    background: #25ddf5
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(5) {
    background: #1fa2ff
}

.restrict-container-main.theme-default .section-shaped .shape-default {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-default :first-child {
    background: #7795f8
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(2) {
    background: #7b9aff
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(3) {
    background: #6f8ff8
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(4) {
    background: #76eea7
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(5) {
    background: #6adaff
}

.restrict-container-main.theme-default .section-shaped .shape-light {
    background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-light :first-child {
    background: shapes-light-color("span-1-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(2) {
    background: shapes-light-color("span-2-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(3) {
    background: shapes-light-color("span-3-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(4) {
    background: shapes-light-color("span-4-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(5) {
    background: shapes-light-color("span-5-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-dark {
    background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-dark :first-child {
    background: #2e2e57
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(2) {
    background: #2b2b58
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(3) {
    background: #25254d
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(4) {
    background: #d782d9
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(5) {
    background: #008169
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-200 {
    width: 200px;
    height: 200px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-150 {
    width: 150px;
    height: 150px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-100 {
    width: 100px;
    height: 100px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-75 {
    width: 75px;
    height: 75px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-50 {
    width: 50px;
    height: 50px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :first-child {
    bottom: auto;
    left: -4%;
    background: hsla(0, 0%, 100%, .1)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(2) {
    top: 10%;
    right: 4%;
    background: hsla(0, 0%, 100%, .1)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(3) {
    top: 280px;
    right: 5.66666%;
    background: hsla(0, 0%, 100%, .3)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(4) {
    top: 320px;
    right: 7%;
    background: hsla(0, 0%, 100%, .15)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(5) {
    top: 38%;
    right: auto;
    left: 1%;
    background: hsla(0, 0%, 100%, .05)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(6) {
    top: 44%;
    right: auto;
    left: 10%;
    width: 200px;
    height: 200px;
    background: hsla(0, 0%, 100%, .15)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(7) {
    right: 36%;
    bottom: 50%;
    background: hsla(0, 0%, 100%, .04)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(8) {
    right: 2%;
    bottom: 70px;
    background: hsla(0, 0%, 100%, .2)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(9) {
    right: 2%;
    bottom: 1%;
    background: hsla(0, 0%, 100%, .1)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 1%;
    left: 1%;
    background: hsla(0, 0%, 100%, .05)
}

@media(max-width:991.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-1 span {
        height: 120px
    }
}

@media(max-width:767.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-1 span {
        height: 90px
    }
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-default {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-light {
    background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-dark {
    background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 span {
    height: 190px
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 .span-sm {
    height: 100px
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :first-child {
    top: 0;
    left: -16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(2) {
    top: 0;
    right: auto;
    left: 16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(3) {
    bottom: auto;
    left: 49.99999%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(4) {
    top: 55%;
    right: -16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(5) {
    bottom: 0;
    width: 33.33333%
}

@media(max-width:991.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-2 span {
        height: 120px
    }
}

@media(max-width:767.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-2 span {
        height: 90px
    }
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 span {
    height: 140px
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 .span-sm {
    height: 100px
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :first-child {
    bottom: auto;
    left: -16.66666%;
    width: 66%
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(2) {
    top: 54%;
    right: -16.66666%;
    width: 40%
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(3) {
    top: 34%;
    right: auto;
    left: -16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(4) {
    right: -16.66666%;
    bottom: 0;
    width: 60%;
    opacity: .6
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(5) {
    bottom: 0;
    width: 33.33333%
}

@media(max-width:991.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-3 span {
        height: 120px
    }
}

@media(max-width:767.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-3 span {
        height: 90px
    }
}

.restrict-container-main.theme-default p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7
}

.restrict-container-main.theme-default .lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 1.5rem
}

.restrict-container-main.theme-default .lead+.btn-wrapper {
    margin-top: 3rem
}

.restrict-container-main.theme-default .description {
    font-size: .875rem
}

.restrict-container-main.theme-default .heading {
    font-size: .95rem;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase
}

.restrict-container-main.theme-default .heading-section,
.restrict-container-main.theme-default .heading-title {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase
}

.restrict-container-main.theme-default .heading-section img {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem
}

.restrict-container-main.theme-default .heading-section.text-center img {
    margin-right: auto;
    margin-left: auto
}

.restrict-container-main.theme-default .display-1 span,
.restrict-container-main.theme-default .display-2 span,
.restrict-container-main.theme-default .display-3 span,
.restrict-container-main.theme-default .display-4 span {
    font-weight: 300;
    display: block
}

.restrict-container-main.theme-default article h4:not(:first-child),
.restrict-container-main.theme-default article h5:not(:first-child) {
    margin-top: 3rem
}

.restrict-container-main.theme-default article h4,
.restrict-container-main.theme-default article h5 {
    margin-bottom: 1.5rem
}

.restrict-container-main.theme-default article figure {
    margin: 3rem 0
}

.restrict-container-main.theme-default article h5+figure {
    margin-top: 0
}

.restrict-container-main.theme-default .headroom {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: inherit;
    will-change: transform
}

@media(prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .headroom {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .headroom--pinned {
    z-index: 3;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.restrict-container-main.theme-default .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.restrict-container-main.theme-default .headroom--not-top {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #172b4d !important;
    -webkit-box-shadow: 0 1px 10px rgba(130, 130, 134, .1);
    box-shadow: 0 1px 10px rgba(130, 130, 134, .1)
}

.restrict-container-main.theme-default .noUi-target,
.restrict-container-main.theme-default .noUi-target * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    touch-action: none
}

.restrict-container-main.theme-default .noUi-target {
    position: relative;
    direction: ltr
}

.restrict-container-main.theme-default .noUi-base,
.restrict-container-main.theme-default .noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.restrict-container-main.theme-default .noUi-connects {
    z-index: 0;
    overflow: hidden
}

.restrict-container-main.theme-default .noUi-connect,
.restrict-container-main.theme-default .noUi-origin {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform
}

.restrict-container-main.theme-default html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    right: 0;
    left: auto
}

.restrict-container-main.theme-default .noUi-vertical .noUi-origin {
    width: 0
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-origin {
    height: 0
}

.restrict-container-main.theme-default .noUi-handle {
    position: absolute
}

.restrict-container-main.theme-default .noUi-state-tap .noUi-connect,
.restrict-container-main.theme-default .noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.restrict-container-main.theme-default .noUi-state-drag * {
    cursor: inherit !important
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-handle {
    top: -6px;
    left: -17px;
    width: 34px;
    height: 28px
}

.restrict-container-main.theme-default .noUi-vertical .noUi-handle {
    top: -17px;
    left: -6px;
    width: 28px;
    height: 34px
}

.restrict-container-main.theme-default html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.restrict-container-main.theme-default .noUi-connects {
    border-radius: 3px
}

.restrict-container-main.theme-default .noUi-draggable {
    cursor: ew-resize
}

.restrict-container-main.theme-default .noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.restrict-container-main.theme-default .noUi-handle {
    cursor: default;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.restrict-container-main.theme-default .noUi-active {
    outline: 0
}

.restrict-container-main.theme-default [disabled] .noUi-connect {
    background: #b8b8b8
}

.restrict-container-main.theme-default [disabled].noUi-handle,
.restrict-container-main.theme-default [disabled] .noUi-handle,
.restrict-container-main.theme-default [disabled].noUi-target {
    cursor: not-allowed
}

.restrict-container-main.theme-default .noUi-pips,
.restrict-container-main.theme-default .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.restrict-container-main.theme-default .noUi-pips {
    position: absolute;
    color: #999
}

.restrict-container-main.theme-default .noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.restrict-container-main.theme-default .noUi-value-sub {
    font-size: 10px;
    color: #ccc
}

.restrict-container-main.theme-default .noUi-marker {
    position: absolute;
    background: #ccc
}

.restrict-container-main.theme-default .noUi-marker-large,
.restrict-container-main.theme-default .noUi-marker-sub {
    background: #aaa
}

.restrict-container-main.theme-default .noUi-pips-horizontal {
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0
}

.restrict-container-main.theme-default .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.restrict-container-main.theme-default .noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.restrict-container-main.theme-default .noUi-marker-horizontal.noUi-marker {
    width: 2px;
    height: 5px;
    margin-left: -1px
}

.restrict-container-main.theme-default .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.restrict-container-main.theme-default .noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.restrict-container-main.theme-default .noUi-pips-vertical {
    top: 0;
    left: 100%;
    height: 100%;
    padding: 0 10px
}

.restrict-container-main.theme-default .noUi-value-vertical {
    padding-left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.restrict-container-main.theme-default .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.restrict-container-main.theme-default .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.restrict-container-main.theme-default .noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.restrict-container-main.theme-default .noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.restrict-container-main.theme-default .noUi-tooltip {
    position: absolute;
    display: block;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.restrict-container-main.theme-default .noUi-vertical .noUi-tooltip {
    top: 50%;
    right: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.restrict-container-main.theme-default .noUi-target {
    margin: 15px 0;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #eceeef;
    -webkit-box-shadow: inset 0 1px 2px rgba(90, 97, 105, .1);
    box-shadow: inset 0 1px 2px rgba(90, 97, 105, .1)
}

.restrict-container-main.theme-default .noUi-horizontal {
    height: 5px
}

.restrict-container-main.theme-default html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -10px
}

.restrict-container-main.theme-default .noUi-vertical {
    width: 5px
}

.restrict-container-main.theme-default .noUi-connect {
    background: #5e72e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .noUi-vertical .noUi-handle {
    top: -5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .15s, -webkit-transform .15s;
    transition: -webkit-box-shadow .15s, -webkit-transform .15s;
    transition: box-shadow .15s, transform .15s;
    transition: box-shadow .15s, transform .15s, -webkit-box-shadow .15s, -webkit-transform .15s;
    border: 0;
    border-radius: 100%;
    background-color: #5e72e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-handle.noUi-active,
.restrict-container-main.theme-default .noUi-vertical .noUi-handle.noUi-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.restrict-container-main.theme-default .input-slider--cyan .noUi-connect {
    background: #2bffc6
}

.restrict-container-main.theme-default .input-slider--cyan.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--cyan.noUi-vertical .noUi-handle {
    background-color: #2bffc6
}

.restrict-container-main.theme-default .input-slider--red .noUi-connect {
    background: #f5365c
}

.restrict-container-main.theme-default .input-slider--red.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--red.noUi-vertical .noUi-handle {
    background-color: #f5365c
}

.restrict-container-main.theme-default .input-slider--green .noUi-connect {
    background: #2dce89
}

.restrict-container-main.theme-default .input-slider--green.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--green.noUi-vertical .noUi-handle {
    background-color: #2dce89
}

.restrict-container-main.theme-default .input-slider--yellow .noUi-connect {
    background: #ffd600
}

.restrict-container-main.theme-default .input-slider--yellow.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--yellow.noUi-vertical .noUi-handle {
    background-color: #ffd600
}

.restrict-container-main.theme-default .input-slider--pink .noUi-connect {
    background: #f3a4b5
}

.restrict-container-main.theme-default .input-slider--pink.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--pink.noUi-vertical .noUi-handle {
    background-color: #f3a4b5
}

.restrict-container-main.theme-default [disabled].noUi-connect,
.restrict-container-main.theme-default [disabled] .noUi-connect {
    background: #b2b2b2
}

.restrict-container-main.theme-default [disabled] .noUi-handle,
.restrict-container-main.theme-default [disabled].noUi-origin {
    cursor: not-allowed
}

.restrict-container-main.theme-default .range-slider-value {
    font-size: .75rem;
    font-weight: 500;
    padding: .4em .8em .3em .85em;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(33, 37, 41, .7)
}

.restrict-container-main.theme-default .range-slider-wrapper .upper-info {
    font-weight: 400;
    margin-bottom: 5px
}

.restrict-container-main.theme-default .input-slider-value-output {
    font-size: 11px;
    position: relative;
    top: 12px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 2px;
    background: #333
}

.restrict-container-main.theme-default .input-slider-value-output:after {
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 0;
    height: 0;
    margin-left: -4px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 4px;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #333
}

.restrict-container-main.theme-default .input-slider-value-output.left:after {
    right: auto;
    left: 10px
}

.restrict-container-main.theme-default .input-slider-value-output.right:after {
    right: 10px;
    left: auto
}

.modal-login .sweet-modal {
    border-radius: 10px
}

@media(min-width:600px) {
    .modal-login .sweet-modal {
        width: 500px
    }
}

.modal-login .sweet-modal .sweet-box-actions .sweet-action-close:hover {
    background: #172b4d
}

.modal-body {
    padding: 1.5rem 4.5rem 0
}

.shit-ie #editor-content .clean-text-css,
.shit-ie .font-item-group .clean-text-css {
    -webkit-animation: none;
    animation: none;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    -o-border-image: none;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-rule-color: currentColor;
    -moz-column-rule-color: currentColor;
    column-rule-color: currentColor;
    -webkit-column-rule-style: none;
    -moz-column-rule-style: none;
    column-rule-style: none;
    -webkit-column-rule-width: none;
    -moz-column-rule-width: none;
    column-rule-width: none;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    quotes: "\201C" "\201D" "\2018" "\2019";
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    all: unset
}

.editor,
.panel.panel-primary {
    padding-left: 0;
    padding-right: 0
}

.editor .navbar,
.panel.panel-primary .navbar {
    font-family: Muli Light
}

.editor .btn,
.panel.panel-primary .btn {
    padding: .375rem .75rem
}

#editor-content h1:not(.clean-text-css),
.font-item-group h1:not(.clean-text-css) {
    font-family: var(--text-family-h1) !important;
    font-size: var(--text-size-h1);
    color: var(--text-color-h1) !important
}

#editor-content h2:not(.clean-text-css),
.font-item-group h2:not(.clean-text-css) {
    font-family: var(--text-family-h2) !important;
    font-size: var(--text-size-h2);
    color: var(--text-color-h2) !important
}

#editor-content h3:not(.clean-text-css),
.font-item-group h3:not(.clean-text-css) {
    font-family: var(--text-family-h3) !important;
    font-size: var(--text-size-h3);
    color: var(--text-color-h3) !important
}

#editor-content h4:not(.clean-text-css):not(.not-editor-content),
.font-item-group h4:not(.clean-text-css):not(.not-editor-content) {
    font-family: var(--text-family-h4) !important;
    font-size: var(--text-size-h4);
    color: var(--text-color-h4) !important
}

#editor-content h5:not(.clean-text-css),
.font-item-group h5:not(.clean-text-css) {
    font-family: var(--text-family-h5) !important;
    font-size: var(--text-size-h5);
    color: var(--text-color-h5) !important
}

#editor-content h6:not(.clean-text-css),
.font-item-group h6:not(.clean-text-css) {
    font-family: var(--text-family-h6) !important;
    font-size: var(--text-size-h6);
    color: var(--text-color-h6) !important
}

#editor-content p:not(.clean-text-css),
.font-item-group p:not(.clean-text-css) {
    font-family: var(--text-family-p) !important;
    font-size: var(--text-size-p);
    color: var(--text-color-p) !important
}

#editor-content .mobile-element h1:not(.clean-text-css),
.font-item-group .mobile-element h1:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h1) !important
}

#editor-content .mobile-element h2:not(.clean-text-css),
.font-item-group .mobile-element h2:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h2) !important
}

#editor-content .mobile-element h3:not(.clean-text-css),
.font-item-group .mobile-element h3:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h3) !important
}

#editor-content .mobile-element h4:not(.clean-text-css):not(.not-editor-content),
.font-item-group .mobile-element h4:not(.clean-text-css):not(.not-editor-content) {
    font-size: var(--text-size-mobile-h4) !important
}

#editor-content .mobile-element h5:not(.clean-text-css),
.font-item-group .mobile-element h5:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h5) !important
}

#editor-content .mobile-element h6:not(.clean-text-css),
.font-item-group .mobile-element h6:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h6) !important
}

#editor-content .mobile-element p:not(.clean-text-css),
.font-item-group .mobile-element p:not(.clean-text-css) {
    font-size: var(--text-size-mobile-p) !important
}

#editor-content .mobile-element *,
#editor-content .mobile-element:not([data-toggle=collapse]),
.font-item-group .mobile-element *,
.font-item-group .mobile-element:not([data-toggle=collapse]) {
    font-size: inherit !important
}

#editor-content .clean-text-css:not(li),
.font-item-group .clean-text-css:not(li) {
    all: unset;
    display: block
}

#editor-content .clean-text-css:not(li) span,
.font-item-group .clean-text-css:not(li) span {
    font-family: inherit
}

#editor-content .line-height-aqui,
.font-item-group .line-height-aqui {
    display: block
}

[element=TextComponent] :not([face]),
[element=TextComponent] :not([size]) {
    line-height: inherit;
    letter-spacing: inherit
}

[element=TextComponent] h1.default,
[element=TextComponent] h1.default *,
[element=TextComponent] h1:not(.clean-text-css) {
    line-height: var(--text-line-height-h1) !important
}

[element=TextComponent] h2.default,
[element=TextComponent] h2.default *,
[element=TextComponent] h2:not(.clean-text-css) {
    line-height: var(--text-line-height-h2) !important
}

[element=TextComponent] h3.default,
[element=TextComponent] h3.default *,
[element=TextComponent] h3:not(.clean-text-css) {
    line-height: var(--text-line-height-h3) !important
}

[element=TextComponent] h4.default,
[element=TextComponent] h4.default *,
[element=TextComponent] h4:not(.clean-text-css) {
    line-height: var(--text-line-height-h4) !important
}

[element=TextComponent] h5.default,
[element=TextComponent] h5.default *,
[element=TextComponent] h5:not(.clean-text-css) {
    line-height: var(--text-line-height-h5) !important
}

[element=TextComponent] h6.default,
[element=TextComponent] h6.default *,
[element=TextComponent] h6:not(.clean-text-css) {
    line-height: var(--text-line-height-h6) !important
}

[element=TextComponent] p.default,
[element=TextComponent] p.default *,
[element=TextComponent] p:not(.clean-text-css) {
    line-height: var(--text-line-height-p) !important
}

.editor {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.panel-constructor {
    float: left;
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--bg-page);
    overflow: auto;
    overflow-x: hidden;
    z-index: 9999
}

.sitebuilder-element-container {
    position: absolute
}

.v--modal-overlay {
    background: transparent
}

.v--modal {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-state-active {
    -webkit-box-shadow: inset 0 0 5px 5px #3cf5ff;
    box-shadow: inset 0 0 5px 5px #3cf5ff
}

.padding-mobile,
.reorder-arrow {
    display: none
}

[data-device=mobile] .padding-mobile {
    display: block
}

[data-device=mobile] #editor-content {
    max-width: 320px !important;
    margin: 0 auto
}

[data-device=mobile] #editor-content .sitebuilder-element-container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    width: auto !important
}

[data-device=mobile] #editor-content .container-fluid {
    height: auto !important;
    padding-left: 0;
    padding-right: 0
}

[data-device=mobile] #editor-content .container {
    padding-left: 0;
    padding-right: 0
}

[data-device=mobile] #editor-content [element=ButtonComponent] .bt-sb,
[data-device=mobile] #editor-content [element=ImageComponent] img {
    width: 100% !important;
    max-width: 400px;
    height: auto !important
}

[data-device=mobile] #editor-content [element=ImageComponent] {
    text-align: center
}

[data-device=mobile] #editor-content .desktop-element {
    display: none !important
}

[data-device=mobile] #editor-content .reorder-arrow {
    display: block;
    padding-left: 5px
}

[data-device=mobile] #editor-content .hide-mobile-action {
    display: none
}

[data-device=mobile] #editor-content .resizable {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    width: auto !important
}

[data-device=mobile] #editor-content .embed-responsive {
    width: 100% !important;
    height: auto !important
}

[data-device=desktop] .sitebuilder-element-container {
    margin-left: 0 !important;
    margin-right: 0 !important
}

[data-device=desktop] .full-width-element {
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important
}

[data-device=desktop] .full-width-element .embed-responsive,
[data-device=desktop] .full-width-element .vdr {
    width: 100% !important
}

[data-device=desktop] [element=ImageComponent] {
    padding: 0 !important
}

[data-gridline=true][data-device=desktop] .gridline-left,
[data-gridline=true][data-device=desktop] .gridline-right,
[data-gridline=true][data-device=mobile] #editor-content {
    border: 1px dashed #00f
}

.gridline-left,
.gridline-right {
    position: fixed;
    top: 0;
    height: 100%;
    width: 0
}

.gridline-left {
    left: 50%
}

.gridline-right {
    right: 50%
}

[data-gridline=true][data-device=desktop] .gridline-left {
    margin-left: -580px
}

[data-gridline=true][data-device=desktop] .gridline-right {
    margin-right: -565px
}

.font-awesome-icon {
    width: 1.5em !important;
    height: 1.5em;
    cursor: pointer
}

.default-options {
    display: none
}

.vdr {
    border: none !important
}

.handle {
    display: none !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #007bff !important
}

[data-editing=true] .button-panel-components-right {
    display: block !important
}

[data-editing=true] .panel:hover>div,
[data-editing=true] .sitebuilder-element-container:hover>div {
    outline: 1px dotted #00f
}

.sitebuilder-element-container.widget-focused {
    z-index: 10
}

.widget-focused:not([data-editing=true]) .panel-body>.default-options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -1px;
    font-size: 12px;
    color: #007bff;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #00f;
    z-index: 12
}

.widget-focused:not([data-editing=true]) .panel-body>.default-options .font-awesome-icon {
    padding-left: 5px
}

.widget-focused:not([data-editing=true]) .panel-body>.default-options .danger {
    color: #ff1317
}

.widget-focused:not([data-editing=true])>.panel-primary,
.widget-focused:not([data-editing=true])>.vdr {
    outline: 2px solid #007bff !important
}

.widget-focused:not([data-editing=true])>.vdr>.default-options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -1px;
    font-size: 12px;
    color: #007bff;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #00f;
    z-index: 12
}

.widget-focused:not([data-editing=true])>.vdr>.default-options .font-awesome-icon {
    padding-left: 5px
}

.widget-focused:not([data-editing=true])>.vdr>.default-options .danger {
    color: #ff1317
}

.widget-focused:not([data-editing=true])>.vdr>.handle-br {
    z-index: 90;
    display: block !important;
    bottom: -5px;
    right: -5px
}

[data-device=mobile] [element=BoxComponent] .sitebuilder-element-receiver {
    height: auto !important;
    width: auto !important
}

.ui-draggable-dragging {
    z-index: 13
}

.modal-loading-overlay {
    z-index: 1000;
    background: rgba(245, 248, 250, .8)
}

.gallery-overlay {
    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;
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(37, 37, 37, .9);
    cursor: pointer
}

.gallery-overlay img {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
    min-height: 200px;
    min-width: 200px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.gallery-overlay .gallery-icon {
    position: absolute;
    top: 15px;
    right: 5vw
}

@media(min-width:768px) {
    .gallery-overlay .gallery-icon {
        position: relative;
        height: 100%;
        right: unset;
        top: 30px;
        margin-left: 10px
    }
}

.loader-spinna {
    background-color: rgba(2, 148, 255, .4392156863)
}

.loader-spinna:before {
    border: 3px dotted rgba(8, 30, 63, 0);
    -webkit-box-shadow: inset 0 0 0 3em #71c3ff;
    box-shadow: inset 0 0 0 3em #71c3ff
}

.loader-spinna:after {
    -o-border-image: linear-gradient(180deg, #19a6cf 0, transparent);
    border-image: -webkit-gradient(linear, left top, left bottom, from(#5541ff), to(transparent));
    border-image: linear-gradient(180deg, #5541ff 0, transparent)
}

.divBlock:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11
}

#editor-content.popup-editor {
    max-width: 990px;
    margin: 0 auto
}

#editor-content {
    position: relative
}

#editor-content #editor-ruler {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%
}

#editor-content #editor-ruler .ef-ruler {
    overflow: hidden
}

#editor-content #editor-ruler .ef-ruler .ef-ruler.top {
    position: fixed !important;
    top: 50px !important
}

#editor-content #editor-ruler .ef-ruler .line-ruler {
    position: absolute !important;
    cursor: move;
    z-index: 8
}

#editor-content #editor-ruler .ef-ruler .line-vert {
    border-right: 1px solid #00f;
    height: 100%
}

#editor-content #editor-ruler .ef-ruler .line-hor {
    border-bottom: 1px solid #00f;
    width: 100%
}

#editor-content #editor-ruler[data-ruler=true] {
    display: block
}

[data-device=desktop] .sitebuilder-element-container {
    padding: 0 !important
}

[data-device=desktop] [data-hide-desktop=true]:not(.fake-show) {
    display: none
}

[data-device=desktop] [data-hide-desktop=false]:not(.fake-show) {
    display: block
}

[data-device=mobile] [data-hide-mobile=true]:not(.fake-show) {
    display: none
}

[data-device=mobile] [data-hide-mobile=false]:not(.fake-show) {
    display: block
}

[data-device=mobile] .embed-responsive {
    width: 100% !important;
    height: auto !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.sweet-modal {
    max-width: 990px !important
}

@media(max-width:980px) {
    .sweet-modal {
        max-width: none !important
    }
}

.sweet-content {
    padding: 0 !important;
    overflow: hidden
}

.sweet-content .form-mboss {
    text-align: initial
}

.sweet-box-actions {
    z-index: 99
}

.panel-constructor.invisible-bg[data-v-14cf366e] {
    background-color: hsla(0, 0%, 100%, 0) !important;
    visibility: visible !important
}

.panel-constructor:not(.invisible-bg) .is-android-bg[data-v-14cf366e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    clip: rect(0, auto, auto, 0);
    background: var(--bg-page)
}

@font-face {
    font-weight: 300;
    font-family: andale mono;
    src: url(../fonts/Andale\ Mono.663974c9.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: arial #000;
    src: url(../fonts/arial-black.3e7043e8.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: book antiqua;
    src: url(../fonts/Book\ Antiqua.2e5b9fdc.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: comic sans ms;
    src: url("../fonts/Comic Sans MS.7cc6719b.ttf") format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: georgia;
    src: url(../fonts/georgia.ca8446d5.ttf) format("truetype")
}

@font-face {
    font-family: impact;
    src: url(../fonts/Impact.fa010cfd.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-weight: 300;
    font-family: tahoma;
    src: url(../fonts/Tahoma.8ce7d837.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: terminal;
    src: url(data:font/ttf;base64,) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: trebuchet ms;
    font-style: normal;
    src: url(../fonts/trebuc.54e1c73d.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: verdana;
    src: url(../fonts/VerdanaPro-Regular.0760afba.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: webdings;
    src: url(../fonts/WebdingsRegula.1a56b45a.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: wingdings;
    src: url(../fonts/wingding.68c74934.ttf) format("truetype")
}

.box-hover-wrapper {
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper,
.box-hover-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.box-hover-wrapper .box-hover-content,
.box-hover-wrapper img {
    width: 100%;
    height: 100%
}

.box-hover-wrapper.box-hover-circle,
.box-hover-wrapper.box-hover-circle .box-hover-content-img {
    position: relative;
    width: 100%;
    height: 100%
}

.box-hover-wrapper.box-hover-circle .box-hover-content-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.box-hover-wrapper.box-hover-circle.effect1 .box-hover-content-img {
    z-index: 11;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect1 .box-hover-content-info {
    background: #333;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-img {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-info {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateX(100%);
    transform: scale(.5) translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-img {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-info {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateX(-100%);
    transform: scale(.5) translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-img {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateY(100%);
    transform: scale(.5) translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-img {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateY(-100%);
    transform: scale(.5) translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-img {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    pointer-events: none
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-info {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-hover-static .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-info {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect3 .box-hover-content-img {
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect3 .box-hover-content-info {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-info {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-info {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-info {
    -webkit-transition: all .35s ease-in-out .2s;
    transition: all .35s ease-in-out .2s
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease .2s;
    transition: all .35s ease .2s
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect4.left_to_right .box-hover-content-info {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect4.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.left_to_right .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect4.right_to_left .box-hover-content-info {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect4.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect4.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect4.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect4.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect4.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-img {
    opacity: 1;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .35s ease .2s;
    transition: all .35s ease .2s
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect5.left_to_right .box-hover-content-img {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
}

.box-hover-wrapper.box-hover-circle.effect5.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg)
}

.box-hover-wrapper.box-hover-circle.effect5.right_to_left .box-hover-content-img {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
}

.box-hover-wrapper.box-hover-circle.effect5.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg)
}

.box-hover-wrapper.box-hover-circle.effect5.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect5.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect5.bottom_to_top .box-hover-content-img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect5.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect6 {
    -webkit-perspective: 900px;
    perspective: 900px
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-img {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease .35s;
    transition: all .35s ease .35s
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-hover-static .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect7 {
    -webkit-perspective: 900px;
    perspective: 900px
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-img {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    visibility: hidden
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-img {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-info {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-img {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-info {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect8 .box-hover-content-img {
    z-index: 11
}

.box-hover-wrapper.box-hover-circle.effect8 .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect8 .box-hover-content-info {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-img {
    -webkit-transform-origin: 95% 40%;
    transform-origin: 95% 40%
}

.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .9);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .9)
}

.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-img {
    -webkit-transform-origin: 5% 40%;
    transform-origin: 5% 40%
}

.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 5%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .9);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .9)
}

.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.box-hover-wrapper.box-hover-circle.effect9 {
    -webkit-perspective: 900px;
    perspective: 900px
}

.box-hover-wrapper.box-hover-circle.effect9 .box-hover-content-img {
    z-index: 11;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect9 .box-hover-content-info {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.box-hover-wrapper.box-hover-circle.effect9.left_to_right .box-hover-content-img {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.box-hover-wrapper.box-hover-circle.effect9.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.box-hover-wrapper.box-hover-circle.effect9.right_to_left .box-hover-content-img {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.box-hover-wrapper.box-hover-circle.effect9.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.box-hover-wrapper.box-hover-circle.effect9.top_to_bottom .box-hover-content-img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.box-hover-wrapper.box-hover-circle.effect9.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.box-hover-wrapper.box-hover-circle.effect9.bottom_to_top .box-hover-content-img {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.box-hover-wrapper.box-hover-circle.effect9.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.box-hover-wrapper.box-hover-circle.effect10 .box-hover-content-info {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect10 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect10 .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.editor-content-header-modify-on-scroll {
    display: none;
    position: sticky;
    top: 0;
    z-index: 9000
}

.editor-content-header-modify-on-scroll.active {
    display: block
}

.editor-content-header-modify-on-scroll .fade-enter-active,
.editor-content-header-modify-on-scroll .fade-leave-active {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.editor-content-header-modify-on-scroll .fade-enter,
.editor-content-header-modify-on-scroll .fade-leave-to {
    opacity: 0
}

.editor-content-header-modify-on-scroll .editor-content-layout-item,
.editor-content-header-modify-on-scroll .panel {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.editor-content-header-modify-on-scroll [data-header-modify-on-scroll]:not(.is-showed) .panel {
    min-height: 0 !important;
    height: 0 !important
}

.sweet-action-close:hover {
    background: #000 !important;
    color: #fff !important
}

html {
    overflow: hidden
}

body.free-website #editor-content {
    margin-top: 50px
}

body.free-website .sweet-modal-overlay {
    top: 50px !important
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@supports(hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none) {
    #app {
        font-synthesis: none !important
    }
}

html[lang=ar] [element=MailingBossFormComponent] .form-group,
html[lang=ar] [element=SimpleFormComponent] .form-group,
html[lang=he] [element=MailingBossFormComponent] .form-group,
html[lang=he] [element=SimpleFormComponent] .form-group {
    text-align: right
}

[data-device=desktop] .max-height-20 {
    max-height: 20vh !important
}

[data-device=desktop] .max-height-20 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-21 {
    max-height: 21vh !important
}

[data-device=desktop] .max-height-21 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-22 {
    max-height: 22vh !important
}

[data-device=desktop] .max-height-22 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-23 {
    max-height: 23vh !important
}

[data-device=desktop] .max-height-23 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-24 {
    max-height: 24vh !important
}

[data-device=desktop] .max-height-24 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-25 {
    max-height: 25vh !important
}

[data-device=desktop] .max-height-25 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-26 {
    max-height: 26vh !important
}

[data-device=desktop] .max-height-26 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-27 {
    max-height: 27vh !important
}

[data-device=desktop] .max-height-27 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-28 {
    max-height: 28vh !important
}

[data-device=desktop] .max-height-28 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-29 {
    max-height: 29vh !important
}

[data-device=desktop] .max-height-29 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-30 {
    max-height: 30vh !important
}

[data-device=desktop] .max-height-30 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-31 {
    max-height: 31vh !important
}

[data-device=desktop] .max-height-31 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-32 {
    max-height: 32vh !important
}

[data-device=desktop] .max-height-32 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-33 {
    max-height: 33vh !important
}

[data-device=desktop] .max-height-33 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-34 {
    max-height: 34vh !important
}

[data-device=desktop] .max-height-34 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-35 {
    max-height: 35vh !important
}

[data-device=desktop] .max-height-35 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-36 {
    max-height: 36vh !important
}

[data-device=desktop] .max-height-36 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-37 {
    max-height: 37vh !important
}

[data-device=desktop] .max-height-37 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-38 {
    max-height: 38vh !important
}

[data-device=desktop] .max-height-38 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-39 {
    max-height: 39vh !important
}

[data-device=desktop] .max-height-39 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-40 {
    max-height: 40vh !important
}

[data-device=desktop] .max-height-40 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-41 {
    max-height: 41vh !important
}

[data-device=desktop] .max-height-41 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-42 {
    max-height: 42vh !important
}

[data-device=desktop] .max-height-42 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-43 {
    max-height: 43vh !important
}

[data-device=desktop] .max-height-43 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-44 {
    max-height: 44vh !important
}

[data-device=desktop] .max-height-44 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-45 {
    max-height: 45vh !important
}

[data-device=desktop] .max-height-45 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-46 {
    max-height: 46vh !important
}

[data-device=desktop] .max-height-46 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-47 {
    max-height: 47vh !important
}

[data-device=desktop] .max-height-47 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-48 {
    max-height: 48vh !important
}

[data-device=desktop] .max-height-48 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-49 {
    max-height: 49vh !important
}

[data-device=desktop] .max-height-49 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-50 {
    max-height: 50vh !important
}

[data-device=desktop] .max-height-50 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-51 {
    max-height: 51vh !important
}

[data-device=desktop] .max-height-51 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-52 {
    max-height: 52vh !important
}

[data-device=desktop] .max-height-52 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-53 {
    max-height: 53vh !important
}

[data-device=desktop] .max-height-53 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-54 {
    max-height: 54vh !important
}

[data-device=desktop] .max-height-54 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-55 {
    max-height: 55vh !important
}

[data-device=desktop] .max-height-55 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-56 {
    max-height: 56vh !important
}

[data-device=desktop] .max-height-56 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-57 {
    max-height: 57vh !important
}

[data-device=desktop] .max-height-57 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-58 {
    max-height: 58vh !important
}

[data-device=desktop] .max-height-58 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-59 {
    max-height: 59vh !important
}

[data-device=desktop] .max-height-59 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-60 {
    max-height: 60vh !important
}

[data-device=desktop] .max-height-60 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-61 {
    max-height: 61vh !important
}

[data-device=desktop] .max-height-61 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-62 {
    max-height: 62vh !important
}

[data-device=desktop] .max-height-62 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-63 {
    max-height: 63vh !important
}

[data-device=desktop] .max-height-63 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-64 {
    max-height: 64vh !important
}

[data-device=desktop] .max-height-64 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-65 {
    max-height: 65vh !important
}

[data-device=desktop] .max-height-65 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-66 {
    max-height: 66vh !important
}

[data-device=desktop] .max-height-66 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-67 {
    max-height: 67vh !important
}

[data-device=desktop] .max-height-67 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-68 {
    max-height: 68vh !important
}

[data-device=desktop] .max-height-68 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-69 {
    max-height: 69vh !important
}

[data-device=desktop] .max-height-69 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-70 {
    max-height: 70vh !important
}

[data-device=desktop] .max-height-70 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-71 {
    max-height: 71vh !important
}

[data-device=desktop] .max-height-71 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-72 {
    max-height: 72vh !important
}

[data-device=desktop] .max-height-72 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-73 {
    max-height: 73vh !important
}

[data-device=desktop] .max-height-73 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-74 {
    max-height: 74vh !important
}

[data-device=desktop] .max-height-74 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-75 {
    max-height: 75vh !important
}

[data-device=desktop] .max-height-75 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-76 {
    max-height: 76vh !important
}

[data-device=desktop] .max-height-76 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-77 {
    max-height: 77vh !important
}

[data-device=desktop] .max-height-77 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-78 {
    max-height: 78vh !important
}

[data-device=desktop] .max-height-78 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-79 {
    max-height: 79vh !important
}

[data-device=desktop] .max-height-79 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-80 {
    max-height: 80vh !important
}

[data-device=desktop] .max-height-80 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-81 {
    max-height: 81vh !important
}

[data-device=desktop] .max-height-81 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-82 {
    max-height: 82vh !important
}

[data-device=desktop] .max-height-82 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-83 {
    max-height: 83vh !important
}

[data-device=desktop] .max-height-83 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-84 {
    max-height: 84vh !important
}

[data-device=desktop] .max-height-84 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-85 {
    max-height: 85vh !important
}

[data-device=desktop] .max-height-85 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-86 {
    max-height: 86vh !important
}

[data-device=desktop] .max-height-86 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-87 {
    max-height: 87vh !important
}

[data-device=desktop] .max-height-87 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-88 {
    max-height: 88vh !important
}

[data-device=desktop] .max-height-88 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-89 {
    max-height: 89vh !important
}

[data-device=desktop] .max-height-89 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-90 {
    max-height: 90vh !important
}

[data-device=desktop] .max-height-90 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-91 {
    max-height: 91vh !important
}

[data-device=desktop] .max-height-91 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-92 {
    max-height: 92vh !important
}

[data-device=desktop] .max-height-92 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-93 {
    max-height: 93vh !important
}

[data-device=desktop] .max-height-93 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-94 {
    max-height: 94vh !important
}

[data-device=desktop] .max-height-94 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-95 {
    max-height: 95vh !important
}

[data-device=desktop] .max-height-95 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-96 {
    max-height: 96vh !important
}

[data-device=desktop] .max-height-96 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-97 {
    max-height: 97vh !important
}

[data-device=desktop] .max-height-97 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-98 {
    max-height: 98vh !important
}

[data-device=desktop] .max-height-98 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-99 {
    max-height: 99vh !important
}

[data-device=desktop] .max-height-99 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-100 {
    max-height: 100vh !important
}

[data-device=desktop] .max-height-100 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-width-unset .sweet-modal {
    max-width: unset !important
}

[data-device=desktop] .sweet-modal .panel-body.container {
    width: 990px !important
}

[data-device=desktop] .sweet-modal-overlay.overlay-none {
    background: transparent
}

[data-device=desktop] .sweet-modal-overlay.full-size .sweet-modal {
    max-width: 100% !important
}

[data-device=desktop] .sweet-modal-overlay.direction-bottom {
    bottom: 0;
    top: auto
}

.padding-modal .sweet-content {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

[element$=VideoComponent] .the-sticky-div-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

[element$=VideoComponent].stuck-bottom-right-small,
[element$=VideoComponent].stuckBRs {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: 25px;
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-left-small,
[element$=VideoComponent].stuckTLs {
    left: 10px !important
}

[element$=VideoComponent].stuck-top-left-small,
[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTLs,
[element$=VideoComponent].stuckTRs {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTRs {
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuckBLs {
    width: 260px !important;
    height: 145px !important;
    right: unset;
    left: 10px !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuck-bottom-right-medium,
[element$=VideoComponent].stuckBLs,
[element$=VideoComponent].stuckBRm {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-bottom-right-medium,
[element$=VideoComponent].stuckBRm {
    width: 400px !important;
    height: 227px !important;
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-top-left-medium,
[element$=VideoComponent].stuckTLm {
    left: 10px !important
}

[element$=VideoComponent].stuck-top-left-medium,
[element$=VideoComponent].stuck-top-right-medium,
[element$=VideoComponent].stuckTLm,
[element$=VideoComponent].stuckTRm {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px !important;
    height: 227px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-right-medium,
[element$=VideoComponent].stuckTRm {
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuckBLm {
    width: 400px !important;
    height: 227px !important;
    right: unset;
    left: 10px !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuck-bottom-right,
[element$=VideoComponent].stuckBLm,
[element$=VideoComponent].stuckBRl {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-bottom-right,
[element$=VideoComponent].stuckBRl {
    width: 500px !important;
    height: 283px !important;
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-top-left,
[element$=VideoComponent].stuckTLl {
    left: 10px !important
}

[element$=VideoComponent].stuck-top-left,
[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTLl,
[element$=VideoComponent].stuckTRl {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTRl {
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuckBLl {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: unset;
    left: 10px !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.sweet-content {
    overflow-y: auto
}

.banner-free {
    position: fixed;
    height: 50px !important;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 99999;
    padding-top: 5px;
    font-family: Muli, sans-serif;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px
}

.banner-free .banner-free-first-text,
.banner-free .banner-free-second-text,
.banner-free .banner-free-third-text {
    color: #000;
    margin-right: 5px
}

.banner-free .banner-free-second-text {
    color: #882cfd
}

.banner-free .banner-free-img {
    width: 110px
}

.banner-free .btn-banner-free {
    width: 160px;
    height: 40px;
    background: #7e1afd;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #fff
}

@media(max-width:800px) {
    .banner-free {
        padding-top: 0
    }
    .banner-free,
    .banner-free .btn-banner-free {
        font-size: 12px
    }
    .banner-free .banner-free-third-text {
        display: none
    }
}

.sweet-modal-helper-ios-15 .sweet-modal {
    top: 10px;
    max-height: calc(90vh - 10px)
}

.sweet-modal-helper-ios-15 .sweet-modal .sweet-content-content {
    max-height: 85vh
}

.sweet-modal-helper-ios .sweet-modal .sweet-content-content {
    max-height: calc(100vh - 110px)
}

@media(max-width:600px) {
    .banner-free .btn-banner-free {
        position: absolute;
        left: calc(50% - 80px);
        top: 30px
    }
}

@media(max-width:600px) {
    .banner-free .banner-free-img {
        display: none
    }
}

.page-mask-active {
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.invisible {
    visibility: hidden
}

[data-device=desktop] [data-fixed=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed=true]) {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9000
}

[data-device=desktop] [data-fixed=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed=true]).scroll-fixed-z-index {
    width: calc(100% - 15px)
}

[data-device=mobile] [data-fixed-mobile=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed-mobile=true]) {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9000
}

[data-device=desktop] [data-footer-fixed=true] {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9000
}

[data-device=desktop] [data-footer-fixed=true].scroll-fixed-z-index {
    width: calc(100% - 15px)
}

[data-device=desktop] .sitebuilder-element-container {
    max-width: none !important
}

[data-device=mobile] [data-footer-fixed-mobile=true] {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9000
}

body.free-website [data-fixed=true] {
    top: 50px
}

[data-device=desktop] .remove-margin-top,
[data-device=mobile] .remove-margin-top-mobile {
    margin-top: 0 !important
}

#gdpr-cookie-message {
    position: fixed;
    max-width: 600px;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    font-family: var(--messageFontFamily), sans-serif;
    background-color: var(--backgroundColor);
    z-index: 9000
}

#gdpr-cookie-message.bottom-right {
    right: 30px;
    bottom: 30px
}

#gdpr-cookie-message.bottom-right button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.top-right {
    right: 30px;
    top: 30px
}

#gdpr-cookie-message.top-right button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.bottom-left {
    left: 30px;
    bottom: 30px
}

#gdpr-cookie-message.bottom-left button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.top-left {
    left: 30px;
    top: 30px
}

#gdpr-cookie-message.top-left button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.full-bottom {
    bottom: 0;
    left: 0;
    max-width: none;
    width: 100%
}

#gdpr-cookie-message.full-bottom * {
    max-width: 500px;
    margin: 5px auto
}

#gdpr-cookie-message.full-top {
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    bottom: unset
}

#gdpr-cookie-message.full-top * {
    max-width: 500px;
    margin: 5px auto
}

#gdpr-cookie-message.center-center {
    top: calc(50% - 90px);
    left: calc(50% - 300px)
}

#gdpr-cookie-message.center-center button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message h4 {
    font-family: var(--titleFontFamily), sans-serif;
    font-size: var(--titleFontSize)
}

#gdpr-cookie-message h4,
#gdpr-cookie-message h5 {
    color: var(--colorTitle);
    font-weight: 500;
    margin-bottom: 10px
}

#gdpr-cookie-message h5 {
    font-family: var(--cookieTypesTitleFontFamily), sans-serif;
    font-size: var(--cookieTypesTitleFontSize)
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px
}

#gdpr-cookie-message p:first-of-type {
    max-height: 100px;
    overflow: auto
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: var(--colorParagraph);
    font-size: var(--messageFontSize);
    line-height: 1.5em
}

#gdpr-cookie-message p:last-child,
#gdpr-cookie-message ul:last-child {
    margin-bottom: 0;
    text-align: right;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
    text-align: left
}

#gdpr-cookie-message a {
    color: var(--colorLink);
    font-family: var(--moreInfoLabelFontFamily), sans-serif;
    font-size: var(--moreInfoLabelFontSize);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .75)
}

#gdpr-cookie-message a,
#gdpr-cookie-message a:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-cookie-message a:hover {
    color: #fff;
    border-bottom-color: var(--colorLink)
}

#gdpr-cookie-message button {
    border: none;
    background: var(--buttonBackground);
    color: var(--buttonColor);
    font-family: var(--acceptBtnLabelFontFamily), sans-serif;
    font-size: var(--acceptBtnLabelFontSize);
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    min-height: 58px;
    max-width: 185px
}

#gdpr-cookie-message button:hover {
    background: var(--buttonColor);
    color: var(--buttonBackground);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-cookie-message button:disabled {
    opacity: .3
}

button#gdpr-cookie-advanced {
    font-family: var(--advancedBtnLabelFontFamily);
    font-size: var(--advancedBtnLabelFontSize);
    right: 20px
}

button#gdpr-cookie-advanced,
button#gdpr-cookie-only {
    background: var(--buttonAdvBackground);
    color: var(--buttonAdvColor);
    position: relative;
    float: left;
    min-height: 40px;
    margin-top: 9px
}

button#gdpr-cookie-only {
    font-family: var(--onlyBtnLabelFontFamily);
    font-size: var(--onlyBtnLabelFontSize);
    right: 13px
}

#gdpr-reset-cookies {
    border: var(--borderReesetCookies);
    font-family: Roboto, sans-serif;
    font-size: 11px;
    padding: 7px;
    border-radius: var(--borderRadiusResetCookies);
    margin-left: 15px;
    cursor: pointer;
    height: 40px;
    background: var(--buttonBackgroundResetCookies);
    color: var(--buttonColorResetCookies);
    position: absolute;
    bottom: 0
}

#gdpr-reset-cookies,
#gdpr-reset-cookies:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-reset-cookies:hover {
    background: var(--buttonColorResetCookies);
    color: var(--buttonBackgroundResetCookies)
}

[data-device=mobile]~#gdpr-cookie-message {
    width: auto;
    left: 0 !important
}

[data-device=mobile]~#gdpr-cookie-message button {
    float: left;
    max-width: 100px;
    right: 0;
    height: auto;
    margin-top: 9px
}

.link-action {
    cursor: pointer
}

[data-device=mobile] .desktop-element {
    display: none !important
}

[data-device=mobile] .sitebuilder-element-container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    width: auto !important;
    padding-top: 15px;
    padding-bottom: 15px
}

[data-device=mobile] .container-fluid {
    height: auto !important
}

[data-device=mobile] [element=ImageComponent] img {
    width: 100% !important;
    max-width: 400px;
    height: auto !important
}

[data-device=mobile] [element=ImageComponent] {
    text-align: center
}

[data-device=desktop] .mobile-element {
    display: none !important
}

.modal-loading-overlay {
    display: none;
    position: fixed;
    z-index: 90002;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff
}

body.loading .modal-loading-overlay {
    overflow: hidden;
    display: block
}

body.loading-office-checkout .modal-loading-overlay {
    overflow: hidden;
    display: block !important;
    background: hsla(0, 0%, 100%, .6) !important
}

body.loading-office-checkout .modal-loading-overlay p {
    display: block !important;
    position: absolute;
    top: calc(50% + 60px);
    left: calc(50% - 250px)
}

.loader-spinna {
    overflow: hidden;
    z-index: 2;
    background-color: rgba(2, 22, 43, .44);
    top: 50%;
    left: calc(50% - 25px)
}

.loader-spinna,
.loader-spinna:after,
.loader-spinna:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute
}

.loader-spinna:after,
.loader-spinna:before {
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.loader-spinna:before {
    border: 5px dotted rgba(8, 30, 63, 0);
    -webkit-box-shadow: inset 0 0 0 3em #fff;
    box-shadow: inset 0 0 0 3em #fff
}

.loader-spinna:after {
    z-index: 0;
    border-width: 10px;
    border-style: solid;
    -o-border-image: linear-gradient(180deg, #858585 0, transparent);
    border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, .98)), to(transparent));
    border-image: linear-gradient(180deg, rgba(40, 40, 40, .98) 0, transparent);
    border-image-slice: 0 0 0 20;
    -webkit-animation: spinnaRot 1s linear infinite;
    animation: spinnaRot 1s linear infinite
}

@-webkit-keyframes spinnaRot {
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinnaRot {
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media(max-width:600px) {
    .banner-free .btn-banner-free {
        position: absolute;
        left: calc(50% - 80px);
        top: 17px;
        width: 140px;
        height: 30px;
        background: #7e1afd;
        border-radius: 8px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 5px;
        color: #fff
    }
}

@media(max-width:480px) {
    #gdpr-cookie-message p:last-child {
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #gdpr-cookie-message p:last-child button {
        width: 100% !important;
        max-width: none;
        position: relative !important;
        right: 0 !important
    }
}

.img-watermark {
    position: absolute;
    bottom: 0;
    max-width: 120px;
    cursor: pointer
}

.img-watermark.img-side-right {
    right: 0
}

.img-watermark.img-side-left {
    left: 0
}

.img-watermark.img-side-center {
    left: calc(50% - 60px)
}

.cheetah-modal-video {
    background: rgba(0, 0, 0, .25);
    z-index: 9001
}

.hiden-panel {
    display: none
}

[element=GetResponseFormComponent] select.form-control[multiple],
[element=GetResponseFormComponent] select.form-control[size],
[element=GetResponseFormComponent] textarea.form-control:not(.form-control-textarea-has-height),
[element=MailingBossFormComponent] select.form-control[multiple],
[element=MailingBossFormComponent] select.form-control[size],
[element=MailingBossFormComponent] textarea.form-control:not(.form-control-textarea-has-height),
[element=SimpleFormComponent] select.form-control[multiple],
[element=SimpleFormComponent] select.form-control[size],
[element=SimpleFormComponent] textarea.form-control:not(.form-control-textarea-has-height) {
    height: auto !important
}

[element=GetResponseFormComponent] .recaptcha-container,
[element=MailingBossFormComponent] .recaptcha-container,
[element=SimpleFormComponent] .recaptcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

[element=GetResponseFormComponent] .horizontal-form,
[element=MailingBossFormComponent] .horizontal-form,
[element=SimpleFormComponent] .horizontal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[element=GetResponseFormComponent] .horizontal-form .inputs-area,
[element=MailingBossFormComponent] .horizontal-form .inputs-area,
[element=SimpleFormComponent] .horizontal-form .inputs-area {
    width: 50%
}

[element=GetResponseFormComponent] .horizontal-form .place-btn,
[element=MailingBossFormComponent] .horizontal-form .place-btn,
[element=SimpleFormComponent] .horizontal-form .place-btn {
    width: 50%;
    position: relative
}

[element=GetResponseFormComponent] .horizontal-form .place-btn .bt-sb,
[element=MailingBossFormComponent] .horizontal-form .place-btn .bt-sb,
[element=SimpleFormComponent] .horizontal-form .place-btn .bt-sb {
    position: absolute;
    bottom: 15px;
    left: 0
}

.ai-generated-bar {
    height: 67px;
    border-bottom: 1px solid rgba(14, 15, 12, .1215686275);
    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: 11px 30px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001
}

#editor-content:has(.ai-generated-bar) {
    margin-top: 67px
}

#editor-content:has(.ai-generated-bar)[data-device=desktop] [data-fixed=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed=true]) {
    top: 67px !important
}

.ai-generated-bar .btn,
.ia-created-upgrade-cta .btn {
    font-family: Muli;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 9px 44px;
    font-size: 16px;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.sweet-ia-created-upgrade-cta .sweet-modal {
    border-radius: 20px;
    max-width: 604px !important
}

.sweet-ia-created-upgrade-cta .sweet-modal .ia-created-upgrade-cta {
    padding: 20px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px
}

.sweet-ia-created-upgrade-cta .sweet-modal .ia-created-upgrade-cta .logo {
    position: absolute;
    left: 15px
}

.sweet-ia-created-upgrade-cta .sweet-modal .ia-created-upgrade-cta p {
    font-family: Muli;
    margin-top: 43px;
    font-size: 34px;
    font-weight: 700;
    color: #050505
}

.sitebuilder-element-receiver[data-jarallax-original-styles][data-v-f317a2c8] {
    overflow: hidden
}

[data-device=mobile] .sitebuilder-element-receiver[data-v-f317a2c8] {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px
}

[element=ImageComponent].sitebuilder-element-container:not(.behavior-contain):not(.behavior-cover) img[data-v-6f991334] {
    width: 100%;
    height: auto
}

.behavior-contain .overflow[data-v-6f991334] {
    overflow: hidden
}

.behavior-contain .overflow img[data-v-6f991334] {
    width: 100%;
    height: auto
}

.behavior-contain.resizable.vdr[data-v-6f991334] {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important
}

.behavior-cover>div[data-v-6f991334] {
    height: 100%
}

.behavior-cover .overflow[data-v-6f991334] {
    overflow: hidden;
    height: 100%;
    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
}

.behavior-cover .overflow img[data-v-6f991334] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:980px) {
    .desktop-element[data-v-56eb36c4] {
        display: none !important
    }
    .mobile-element[data-v-56eb36c4] {
        display: block !important
    }
}

.gradient-text[data-v-56eb36c4] {
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

@media(min-width:981px) {
    .desktop-element[data-v-56eb36c4] {
        display: block !important
    }
    .mobile-element[data-v-56eb36c4] {
        display: none !important
    }
}

.auto-height[data-v-56eb36c4] {
    height: auto !important
}

.text-center-sb[data-v-56eb36c4] {
    text-align: center
}

.bt-sb[data-v-6ba9aba0],
.vdr[data-v-6ba9aba0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bt-text-area .btn[data-v-6ba9aba0] {
    padding: 0 !important
}

.bt-hover[data-v-6ba9aba0]:hover {
    background: var(--button-background-color--hover) !important
}

.bt-hover:hover .btn[data-v-6ba9aba0],
.bt-hover[data-v-6ba9aba0]:hover {
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

.bt-sb:hover a[data-v-6ba9aba0] {
    text-decoration: none !important
}

.bt-text-area,
[data-device=mobile] .bt-sb {
    width: 100% !important
}

.bt-text-area {
    margin: 0 auto;
    vertical-align: middle;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bt-sb {
    margin: 0 auto
}

[data-device=desktop] [element=ButtonComponent] {
    text-align: center !important
}

.bt-text-area .sb-sub-text,
.bt-text-area .sb-text {
    width: 100%
}

.bt-text-area .sb-text {
    padding-bottom: 0 !important
}

.bt-text-area .sb-sub-text {
    padding-top: 0 !important
}

.bt-text-area .bottom,
.bt-text-area .top {
    width: 100%;
    display: block;
    text-align: center
}

textarea[data-v-dc0d296a] {
    resize: none
}

.input-group-text[data-v-dc0d296a] {
    padding: 0 .75rem
}

.form-datetime div.vdatetime[data-v-d776de64] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.vti__flag.be {
    width: 18px
}

.vti__flag.ch {
    width: 15px
}

.vti__flag.mc {
    width: 19px
}

.vti__flag.ne {
    width: 18px
}

.vti__flag.np {
    width: 13px
}

.vti__flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .vti__flag {
        background-size: 5630px 15px
    }
}

.vti__flag.ac {
    height: 10px;
    background-position: 0 0
}

.vti__flag.ad {
    height: 14px;
    background-position: -22px 0
}

.vti__flag.ae {
    height: 10px;
    background-position: -44px 0
}

.vti__flag.af {
    height: 14px;
    background-position: -66px 0
}

.vti__flag.ag {
    height: 14px;
    background-position: -88px 0
}

.vti__flag.ai {
    height: 10px;
    background-position: -110px 0
}

.vti__flag.al {
    height: 15px;
    background-position: -132px 0
}

.vti__flag.am {
    height: 10px;
    background-position: -154px 0
}

.vti__flag.ao {
    height: 14px;
    background-position: -176px 0
}

.vti__flag.aq {
    height: 14px;
    background-position: -198px 0
}

.vti__flag.ar {
    height: 13px;
    background-position: -220px 0
}

.vti__flag.as {
    height: 10px;
    background-position: -242px 0
}

.vti__flag.at {
    height: 14px;
    background-position: -264px 0
}

.vti__flag.au {
    height: 10px;
    background-position: -286px 0
}

.vti__flag.aw {
    height: 14px;
    background-position: -308px 0
}

.vti__flag.ax {
    height: 13px;
    background-position: -330px 0
}

.vti__flag.az {
    height: 10px;
    background-position: -352px 0
}

.vti__flag.ba {
    height: 10px;
    background-position: -374px 0
}

.vti__flag.bb {
    height: 14px;
    background-position: -396px 0
}

.vti__flag.bd {
    height: 12px;
    background-position: -418px 0
}

.vti__flag.be {
    height: 15px;
    background-position: -440px 0
}

.vti__flag.bf {
    height: 14px;
    background-position: -460px 0
}

.vti__flag.bg {
    height: 12px;
    background-position: -482px 0
}

.vti__flag.bh {
    height: 12px;
    background-position: -504px 0
}

.vti__flag.bi {
    height: 12px;
    background-position: -526px 0
}

.vti__flag.bj {
    height: 14px;
    background-position: -548px 0
}

.vti__flag.bl {
    height: 14px;
    background-position: -570px 0
}

.vti__flag.bm {
    height: 10px;
    background-position: -592px 0
}

.vti__flag.bn {
    height: 10px;
    background-position: -614px 0
}

.vti__flag.bo {
    height: 14px;
    background-position: -636px 0
}

.vti__flag.bq {
    height: 14px;
    background-position: -658px 0
}

.vti__flag.br {
    height: 14px;
    background-position: -680px 0
}

.vti__flag.bs {
    height: 10px;
    background-position: -702px 0
}

.vti__flag.bt {
    height: 14px;
    background-position: -724px 0
}

.vti__flag.bv {
    height: 15px;
    background-position: -746px 0
}

.vti__flag.bw {
    height: 14px;
    background-position: -768px 0
}

.vti__flag.by {
    height: 10px;
    background-position: -790px 0
}

.vti__flag.bz {
    height: 14px;
    background-position: -812px 0
}

.vti__flag.ca {
    height: 10px;
    background-position: -834px 0
}

.vti__flag.cc {
    height: 10px;
    background-position: -856px 0
}

.vti__flag.cd {
    height: 15px;
    background-position: -878px 0
}

.vti__flag.cf {
    height: 14px;
    background-position: -900px 0
}

.vti__flag.cg {
    height: 14px;
    background-position: -922px 0
}

.vti__flag.ch {
    height: 15px;
    background-position: -944px 0
}

.vti__flag.ci {
    height: 14px;
    background-position: -961px 0
}

.vti__flag.ck {
    height: 10px;
    background-position: -983px 0
}

.vti__flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.vti__flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.vti__flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.vti__flag.co {
    height: 14px;
    background-position: -1071px 0
}

.vti__flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.vti__flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.vti__flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.vti__flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.vti__flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.vti__flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.vti__flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.vti__flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.vti__flag.de {
    height: 12px;
    background-position: -1269px 0
}

.vti__flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.vti__flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.vti__flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.vti__flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.vti__flag.do {
    height: 13px;
    background-position: -1379px 0
}

.vti__flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.vti__flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.vti__flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.vti__flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.vti__flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.vti__flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.vti__flag.er {
    height: 10px;
    background-position: -1533px 0
}

.vti__flag.es {
    height: 14px;
    background-position: -1555px 0
}

.vti__flag.et {
    height: 10px;
    background-position: -1577px 0
}

.vti__flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.vti__flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.vti__flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.vti__flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.vti__flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.vti__flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.vti__flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.vti__flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.vti__flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.vti__flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.vti__flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.vti__flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.vti__flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.vti__flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.vti__flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.vti__flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.vti__flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.vti__flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.vti__flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.vti__flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.vti__flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.vti__flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.vti__flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.vti__flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.vti__flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.vti__flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.vti__flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.vti__flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.vti__flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.vti__flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.vti__flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.vti__flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.vti__flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.vti__flag.id {
    height: 14px;
    background-position: -2325px 0
}

.vti__flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.vti__flag.il {
    height: 15px;
    background-position: -2369px 0
}

.vti__flag.im {
    height: 10px;
    background-position: -2391px 0
}

.vti__flag.in {
    height: 14px;
    background-position: -2413px 0
}

.vti__flag.io {
    height: 10px;
    background-position: -2435px 0
}

.vti__flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.vti__flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.vti__flag.is {
    height: 15px;
    background-position: -2501px 0
}

.vti__flag.it {
    height: 14px;
    background-position: -2523px 0
}

.vti__flag.je {
    height: 12px;
    background-position: -2545px 0
}

.vti__flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.vti__flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.vti__flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.vti__flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.vti__flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.vti__flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.vti__flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.vti__flag.km {
    height: 12px;
    background-position: -2721px 0
}

.vti__flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.vti__flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.vti__flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.vti__flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.vti__flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.vti__flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.vti__flag.la {
    height: 14px;
    background-position: -2875px 0
}

.vti__flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.vti__flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.vti__flag.li {
    height: 12px;
    background-position: -2941px 0
}

.vti__flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.vti__flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.vti__flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.vti__flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.vti__flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.vti__flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.vti__flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.vti__flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.vti__flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.vti__flag.md {
    height: 10px;
    background-position: -3160px 0
}

.vti__flag.me {
    height: 10px;
    background-position: -3182px 0
}

.vti__flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.vti__flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.vti__flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.vti__flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.vti__flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.vti__flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.vti__flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.vti__flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.vti__flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.vti__flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.vti__flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.vti__flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.vti__flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.vti__flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.vti__flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.vti__flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.vti__flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.vti__flag.my {
    height: 10px;
    background-position: -3578px 0
}

.vti__flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.vti__flag.na {
    height: 14px;
    background-position: -3622px 0
}

.vti__flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.vti__flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.vti__flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.vti__flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.vti__flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.vti__flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.vti__flag.no {
    height: 15px;
    background-position: -3774px 0
}

.vti__flag.np {
    height: 15px;
    background-position: -3796px 0
}

.vti__flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.vti__flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.vti__flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.vti__flag.om {
    height: 10px;
    background-position: -3877px 0
}

.vti__flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.vti__flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.vti__flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.vti__flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.vti__flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.vti__flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.vti__flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.vti__flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.vti__flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.vti__flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.vti__flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.vti__flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.vti__flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.vti__flag.py {
    height: 11px;
    background-position: -4185px 0
}

.vti__flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.vti__flag.re {
    height: 14px;
    background-position: -4229px 0
}

.vti__flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.vti__flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.vti__flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.vti__flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.vti__flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.vti__flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.vti__flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.vti__flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.vti__flag.se {
    height: 13px;
    background-position: -4427px 0
}

.vti__flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.vti__flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.vti__flag.si {
    height: 10px;
    background-position: -4493px 0
}

.vti__flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.vti__flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.vti__flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.vti__flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.vti__flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.vti__flag.so {
    height: 14px;
    background-position: -4625px 0
}

.vti__flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.vti__flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.vti__flag.st {
    height: 10px;
    background-position: -4691px 0
}

.vti__flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.vti__flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.vti__flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.vti__flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.vti__flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.vti__flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.vti__flag.td {
    height: 14px;
    background-position: -4845px 0
}

.vti__flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.vti__flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.vti__flag.th {
    height: 14px;
    background-position: -4911px 0
}

.vti__flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.vti__flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.vti__flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.vti__flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.vti__flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.vti__flag.to {
    height: 10px;
    background-position: -5043px 0
}

.vti__flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.vti__flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.vti__flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.vti__flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.vti__flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.vti__flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.vti__flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.vti__flag.um {
    height: 11px;
    background-position: -5219px 0
}

.vti__flag.us {
    height: 11px;
    background-position: -5241px 0
}

.vti__flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.vti__flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.vti__flag.va {
    height: 15px;
    background-position: -5307px 0
}

.vti__flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.vti__flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.vti__flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.vti__flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.vti__flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.vti__flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.vti__flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.vti__flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.vti__flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.vti__flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.vti__flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.vti__flag.za {
    height: 14px;
    background-position: -5566px 0
}

.vti__flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.vti__flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.vti__flag {
    width: 20px;
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .vti__flag {
        background-image: url("data:image/png;base64,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")
    }
}

.vti__flag.np {
    background-color: transparent
}

.dropdown-toggle[data-v-7a167ab4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px
}

.countries-dropdown[data-v-7a167ab4] {
    background-color: #fff;
    border: 1px solid rgba(206, 187, 187, .33);
    height: 300px;
    width: 280px;
    overflow-y: scroll;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 101
}

.countries-dropdown li[data-v-7a167ab4] {
    padding: 3px 8px;
    cursor: pointer
}

.countries-dropdown li.selected[data-v-7a167ab4],
.countries-dropdown li[data-v-7a167ab4]:hover {
    background-color: #eee
}

.vti__flag-wrapper[data-v-7a167ab4] {
    display: inline-block;
    width: 20px;
    height: 12px;
    text-align: center
}

.vti__flag-wrapper .vti__flag[data-v-7a167ab4] {
    width: 100%;
    height: 100%;
    display: block
}

.upload-trigger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    cursor: pointer;
    gap: 5px;
    position: relative
}

.upload-trigger,
.upload-trigger .trash-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.upload-trigger .trash-button {
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.upload-trigger .trash-button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.bt-sb[data-v-7ac1afca],
.sitebuilder-element-container .vdr[data-v-7ac1afca],
.vdr[data-v-7ac1afca],
form.form-mboss[data-v-7ac1afca] {
    height: auto !important
}

.place-btn[data-v-7ac1afca] {
    text-align: center
}

.place-btn .bt-sb[data-v-7ac1afca] {
    display: inline-block
}

.bt-text-area[data-v-7ac1afca] {
    display: block
}

.bt-sb[data-v-7ac1afca]:hover {
    cursor: pointer;
    background: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

[data-device=mobile] .bt-text-area[data-v-7ac1afca] {
    width: auto !important
}

.phone-field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.phone-field-wrapper>:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.launch-app-container[data-v-75ba9451] {
    padding-left: 5px;
    padding-right: 5px
}

.post-share-icon[data-v-75ba9451] {
    margin-top: 5px;
    margin-left: 2px;
    padding: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none
}

.post-share-icon[data-v-75ba9451]:hover {
    opacity: .7
}

.fa-facebook-f[data-v-75ba9451] {
    background: #3b5998;
    color: #fff
}

.fa-twitter[data-v-75ba9451] {
    background: #55acee;
    color: #fff
}

.fa-instagram[data-v-75ba9451] {
    background: #d00174;
    color: #fff
}

.fa-linkedin-in[data-v-75ba9451] {
    background: #2867b2;
    color: #fff
}

.fa-pinterest[data-v-75ba9451] {
    background: red;
    color: #fff
}

.fa-medium-m[data-v-75ba9451] {
    background: #12100e;
    color: #fff
}

.fa-envelope[data-v-75ba9451],
.fa-link[data-v-75ba9451] {
    background: #363636;
    color: #fff
}

.fa-whatsapp[data-v-75ba9451] {
    background: #25d366;
    color: #fff
}

.fa-telegram[data-v-75ba9451] {
    background: #08c;
    color: #fff
}

.preview .bt-sb[data-v-77186556]:hover {
    cursor: pointer;
    background-color: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

.horizontal-form .inputs-area[data-v-77186556] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-text-area.show-label[data-v-77186556] {
    margin-top: 32px
}

.sb-text[data-v-77186556] {
    line-height: 25px
}

.place-btn[data-v-77186556] {
    text-align: center
}

.btn-text-area[data-v-77186556] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-device=mobile] .btn-text-area[data-v-77186556],
[data-device=tablet] .btn-text-area[data-v-77186556] {
    width: auto !important
}

.form-getresponse.horizontal-form .inputs-area>div {
    margin-right: 15px
}

.preview .bt-sb:hover {
    cursor: pointer;
    background-color: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important
}

.recaptcha-container {
    margin-top: 32px
}

.bt-sb[data-v-0205e614],
.sitebuilder-element-container .vdr[data-v-0205e614],
.vdr[data-v-0205e614],
form.form-simple[data-v-0205e614] {
    height: auto !important
}

.place-btn[data-v-0205e614] {
    text-align: center
}

.place-btn .bt-sb[data-v-0205e614] {
    display: inline-block
}

.bt-text-area[data-v-0205e614] {
    display: block
}

.bt-text-area .sb-text.disabled[data-v-0205e614] {
    pointer-events: none
}

[data-device=mobile] .bt-text-area[data-v-0205e614] {
    width: auto !important
}

.bt-sb[data-v-0205e614]:hover {
    cursor: pointer;
    background: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control:not(.form-control-textarea-has-height) {
    height: auto !important
}

.recaptcha-container {
    margin-bottom: 1rem
}

.altchaWidget,
.recaptcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.altchaWidget .altcha {
    margin-bottom: 1rem !important
}

.altchaWidget .altcha .altcha-main {
    gap: 1rem !important;
    padding: .6rem 1rem !important
}

.altchaWidget .altcha .altcha-error {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.altchaWidget body {
    background-color: #fff
}

.altchaWidget .subtitle {
    font-weight: 400;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 28px
}

.altchaWidget .description {
    font-weight: 400;
    font-size: 18px;
    margin-top: 68px
}

.altchaWidget footer {
    border-top: 1px solid #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vh;
    margin: 0 15%
}

.altchaWidget footer span {
    margin-top: 5px;
    color: #b0b0b0
}

.altchaWidget .container {
    margin: 12vh 15%;
    height: 72vh
}

.altchaWidget .sub-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.altchaWidget .altcha-label {
    font-size: 18px;
    margin-bottom: 0 !important
}

.altchaWidget .altcha-checkbox {
    width: 24px !important
}

.altchaWidget .altcha-checkbox input {
    width: 24px !important;
    height: 24px !important
}

.altchaWidget .altcha-logo svg {
    display: none
}

.altchaWidget .altcha-logo:before {
    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;
    content: "";
    width: 50px;
    height: 50px;
    top: 10px !important;
    position: relative;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat
}

.bt-sb[data-v-e577af48],
.sitebuilder-element-container .vdr[data-v-e577af48],
.vdr[data-v-e577af48],
form.form-simple[data-v-e577af48] {
    height: auto !important
}

.bt-sb.bt-sb-submit[data-v-e577af48]:hover {
    cursor: pointer;
    background-color: var(--button-background-color--hover) !important
}

.bt-sb.bt-sb-submit:hover [data-v-e577af48] {
    color: var(--button-text-color--hover) !important
}

.bt-sb.bt-sb-next[data-v-e577af48]:hover {
    cursor: pointer;
    background-color: var(--button-background-color-next--hover) !important
}

.bt-sb.bt-sb-next:hover [data-v-e577af48] {
    color: var(--button-text-color-next--hover) !important
}

.bt-sb.bt-sb-previous[data-v-e577af48]:hover {
    cursor: pointer;
    background-color: var(--button-background-color-previous--hover) !important
}

.bt-sb.bt-sb-previous:hover [data-v-e577af48] {
    color: var(--button-text-color-previous--hover) !important
}

.place-btn[data-v-e577af48] {
    text-align: center
}

.place-btn .bt-sb[data-v-e577af48] {
    max-width: 49%;
    display: inline-block
}

.place-btn .sb-sub-text[data-v-e577af48],
.place-btn .sb-text[data-v-e577af48] {
    width: 100%
}

.bt-text-area[data-v-e577af48] {
    display: block
}

[data-device=mobile] .bt-text-area[data-v-e577af48],
[data-device=tablet] .bt-text-area[data-v-e577af48] {
    width: auto !important
}

label {
    max-width: 100%;
    word-wrap: break-word
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: var(--placeholder-color)
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    color: var(--placeholder-color)
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: var(--placeholder-color)
}

input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
    color: var(--placeholder-color)
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: var(--placeholder-color)
}

.list-item {
    display: block;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-top: 2px;
    cursor: pointer
}

.list-item.selected {
    border: 1px solid #00f
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center
}

#progressbar li .mdi {
    position: absolute;
    top: 0;
    left: calc(50% - var(--progressbar-li-before-font-size) + var(--progressbar-li-before-font-size)/4);
    font-size: calc(var(--progressbar-li-before-font-size) + var(--progressbar-li-before-font-size)/2);
    color: var(--progressbar-li-after-color)
}

#progressbar li:before {
    content: var(--progressbar-li-before-content);
    counter-increment: step;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    margin: 0 auto 10px auto;
    font-size: var(--progressbar-li-before-font-size);
    border-radius: var(--progressbar-li-before-radius)
}

#progressbar li:after,
#progressbar li:before {
    color: var(--progressbar-li-after-color);
    background: var(--progressbar-li-after-background)
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: var(--progressbar-li-before-background);
    color: var(--progressbar-li-before-color)
}

#progressbar li.active .mdi {
    color: var(--progressbar-li-before-color)
}

.vdr[data-v-51a8ca4c] {
    height: auto !important
}

#the-sticky-div[data-v-51a8ca4c] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.stuck-bottom-right-small[data-v-51a8ca4c],
.stuckBRs[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: 25px;
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-top-left-small[data-v-51a8ca4c],
.stuckTLs[data-v-51a8ca4c] {
    left: 10px !important
}

.stuck-top-left-small[data-v-51a8ca4c],
.stuck-top-right[data-v-51a8ca4c],
.stuckTLs[data-v-51a8ca4c],
.stuckTRs[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-51a8ca4c],
.stuckTRs[data-v-51a8ca4c] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuckBLs[data-v-51a8ca4c] {
    width: 260px !important;
    height: 145px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuck-bottom-right-medium[data-v-51a8ca4c],
.stuckBLs[data-v-51a8ca4c],
.stuckBRm[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right-medium[data-v-51a8ca4c],
.stuckBRm[data-v-51a8ca4c] {
    width: 400px !important;
    height: 227px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left-medium[data-v-51a8ca4c],
.stuckTLm[data-v-51a8ca4c] {
    left: 10px !important
}

.stuck-top-left-medium[data-v-51a8ca4c],
.stuck-top-right-medium[data-v-51a8ca4c],
.stuckTLm[data-v-51a8ca4c],
.stuckTRm[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px !important;
    height: 227px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right-medium[data-v-51a8ca4c],
.stuckTRm[data-v-51a8ca4c] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuckBLm[data-v-51a8ca4c] {
    width: 400px !important;
    height: 227px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuck-bottom-right[data-v-51a8ca4c],
.stuckBLm[data-v-51a8ca4c],
.stuckBRl[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right[data-v-51a8ca4c],
.stuckBRl[data-v-51a8ca4c] {
    width: 500px !important;
    height: 283px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left[data-v-51a8ca4c],
.stuckTLl[data-v-51a8ca4c] {
    left: 10px !important
}

.stuck-top-left[data-v-51a8ca4c],
.stuck-top-right[data-v-51a8ca4c],
.stuckTLl[data-v-51a8ca4c],
.stuckTRl[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-51a8ca4c],
.stuckTRl[data-v-51a8ca4c] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuckBLl[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: unset;
    left: 10px !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.vdr[data-v-7a394a8b] {
    height: auto !important
}

iframe body[data-v-7a394a8b] {
    height: 100vh
}

[data-device=desktop] .embed-responsive[data-v-7a394a8b] {
    min-height: unset !important
}

.nav-link[data-v-de3c7e1a] {
    background: var(--menu-item-background)
}

.nav-link[data-v-de3c7e1a]:hover {
    color: var(--menu-item-color--hover) !important;
    background: var(--menu-item-background--hover)
}

.nav-link.dropdown-toggle.active[data-v-de3c7e1a] {
    background: var(--menu-item-background-active)
}

.dropdown-item[data-v-de3c7e1a] {
    background: var(--sub-item-background)
}

.dropdown-item[data-v-de3c7e1a]:hover {
    background: var(--sub-item-background--hover)
}

.toggle[data-v-de3c7e1a] {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in
}

.dropdown-toggle.active[data-v-de3c7e1a]:after {
    border-bottom: .3em solid;
    border-top: 0
}

.sitebuilder-element-container[data-v-1e8cdca0] {
    width: auto !important;
    height: auto !important
}

.sitebuilder-element-container .nav-link[data-v-1e8cdca0] {
    background: var(--menu-item-background)
}

.sitebuilder-element-container .nav-link[data-v-1e8cdca0]:hover {
    color: var(--menu-item-color--hover) !important;
    background: var(--menu-item-background--hover)
}

.sitebuilder-element-container .nav-link.dropdown-toggle.active[data-v-1e8cdca0],
.sitebuilder-element-container .nav-link.item-active[data-v-1e8cdca0] {
    background: var(--menu-item-background-active)
}

.sitebuilder-element-container .dropdown-item[data-v-1e8cdca0] {
    background: var(--sub-item-background)
}

.sitebuilder-element-container .dropdown-item[data-v-1e8cdca0]:hover {
    color: var(--sub-item-color--hover) !important;
    background: var(--sub-item-background--hover)
}

.sitebuilder-element-container .dropdown-item.item-active[data-v-1e8cdca0] {
    background: var(--sub-item-background-active)
}

.sitebuilder-element-container .navbar[data-v-1e8cdca0] {
    padding: 0;
    height: auto;
    white-space: nowrap
}

.sitebuilder-element-container .navbar-nav .dropdown-menu[data-v-1e8cdca0] {
    padding: 0;
    margin: 0;
    min-width: 0;
    border-radius: 0;
    overflow-y: auto
}

.sitebuilder-element-container .dropdown-menu .dropdown-item[data-v-1e8cdca0] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sitebuilder-element-container .topnav[data-v-1e8cdca0] {
    overflow: hidden;
    background-color: #333;
    position: relative;
    min-height: 57px;
    text-align: center;
    cursor: pointer
}

.sitebuilder-element-container .topnav .burguer-sub-item[data-v-1e8cdca0] {
    padding-left: 15px
}

.sitebuilder-element-container .topnav a[data-v-1e8cdca0] {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block
}

.sitebuilder-element-container .topnav a.icon[data-v-1e8cdca0] {
    background: #000;
    display: block;
    position: absolute;
    top: 0
}

.sitebuilder-element-container .topnav a[data-v-1e8cdca0]:hover {
    background-color: #ddd;
    color: #000
}

.sitebuilder-element-container #myLinks[data-v-1e8cdca0] {
    display: none
}

.sitebuilder-element-container .lItemMenu[data-v-1e8cdca0] {
    width: 10px;
    background-color: #0294ff;
    position: relative;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    top: 5px
}

.sitebuilder-element-container .bItemMenu[data-v-1e8cdca0] {
    height: 10px;
    width: 120px;
    background-color: #0294ff;
    -webkit-transform: skew(45deg) translateX(5px);
    transform: skew(45deg) translateX(5px);
    position: relative;
    bottom: 4px
}

.sitebuilder-element-container .leftIconPosition[data-v-1e8cdca0] {
    left: 0
}

.sitebuilder-element-container .rightIconPosition[data-v-1e8cdca0] {
    right: 0
}

.sitebuilder-element-container .centerIconPosition[data-v-1e8cdca0] {
    right: calc(50% - 30px)
}

.sitebuilder-element-container .active[data-v-1e8cdca0] {
    background-color: #4caf50;
    color: #fff
}

.sitebuilder-element-container .icon-change-enter[data-v-1e8cdca0],
.sitebuilder-element-container .icon-change-leave-to[data-v-1e8cdca0] {
    -webkit-transform: rotate(180deg) scale(.5);
    transform: rotate(180deg) scale(.5);
    opacity: 0
}

.sitebuilder-element-container .icon-change-enter-to[data-v-1e8cdca0],
.sitebuilder-element-container .icon-change-leave[data-v-1e8cdca0] {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1
}

.sitebuilder-element-container .icon-change-enter-active[data-v-1e8cdca0],
.sitebuilder-element-container .icon-change-leave-active[data-v-1e8cdca0] {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

[data-device=mobile] .desktop-menu-element[data-v-1e8cdca0] {
    display: none
}

[data-device=desktop] .desktop-menu-element[data-v-1e8cdca0],
[data-device=mobile] .mobile-menu-element[data-v-1e8cdca0] {
    display: block
}

[data-device=desktop] .mobile-menu-element[data-v-1e8cdca0] {
    display: none
}

[data-device=desktop] .navbar-expand-lg .navbar-nav[data-v-1e8cdca0] {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

[data-device=desktop] .navbar-expand-lg .navbar-collapse[data-v-1e8cdca0] {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
}

[data-device=desktop] .navbar-expand-lg[data-v-1e8cdca0] {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.nav-item {
    position: relative !important
}

.navbar-nav.flex-column .dropdown-menu {
    left: 100%;
    top: 0
}

.vdr[data-v-3f25f43e] {
    height: auto !important
}

#the-sticky-div[data-v-3f25f43e] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.stuck-bottom-right-small[data-v-3f25f43e],
.stuckBRs[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: 25px;
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-top-left-small[data-v-3f25f43e],
.stuckTLs[data-v-3f25f43e] {
    left: 10px !important
}

.stuck-top-left-small[data-v-3f25f43e],
.stuck-top-right[data-v-3f25f43e],
.stuckTLs[data-v-3f25f43e],
.stuckTRs[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-3f25f43e],
.stuckTRs[data-v-3f25f43e] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuckBLs[data-v-3f25f43e] {
    width: 260px !important;
    height: 145px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuck-bottom-right-medium[data-v-3f25f43e],
.stuckBLs[data-v-3f25f43e],
.stuckBRm[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right-medium[data-v-3f25f43e],
.stuckBRm[data-v-3f25f43e] {
    width: 400px !important;
    height: 227px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left-medium[data-v-3f25f43e],
.stuckTLm[data-v-3f25f43e] {
    left: 10px !important
}

.stuck-top-left-medium[data-v-3f25f43e],
.stuck-top-right-medium[data-v-3f25f43e],
.stuckTLm[data-v-3f25f43e],
.stuckTRm[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px !important;
    height: 227px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right-medium[data-v-3f25f43e],
.stuckTRm[data-v-3f25f43e] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuckBLm[data-v-3f25f43e] {
    width: 400px !important;
    height: 227px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuck-bottom-right[data-v-3f25f43e],
.stuckBLm[data-v-3f25f43e],
.stuckBRl[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right[data-v-3f25f43e],
.stuckBRl[data-v-3f25f43e] {
    width: 500px !important;
    height: 283px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left[data-v-3f25f43e],
.stuckTLl[data-v-3f25f43e] {
    left: 10px !important
}

.stuck-top-left[data-v-3f25f43e],
.stuck-top-right[data-v-3f25f43e],
.stuckTLl[data-v-3f25f43e],
.stuckTRl[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-3f25f43e],
.stuckTRl[data-v-3f25f43e] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuckBLl[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: unset;
    left: 10px !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

#the-sticky-div[data-v-f56cf816] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.flip-clock {
    text-align: center;
    -webkit-perspective: 600px;
    perspective: 600px;
    padding-left: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 1
}

.flip-clock *,
.flip-clock :after,
.flip-clock :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-piece {
    display: inline-block;
    margin: 0 .2vw
}

@media(min-width:1000px) {
    .flip-clock-piece {
        margin: 0 5px
    }
}

.flip-clock-slot {
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.5;
    display: block
}

@media(min-width:500px) {
    .flip-clock-slot {
        font-size: 18px
    }
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-card,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-card {
    font-size: 35px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-slot,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-slot {
    font-size: 15px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip {
    min-width: 70px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.top,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.top {
    top: 10px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.bottom,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.bottom {
    bottom: 10px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-divider,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-divider {
    height: 50px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot {
    width: 8px;
    height: 8px
}

.flip {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 70px
}

@media(min-width:500px) {
    .flip {
        font-size: 70px;
        min-width: 135px
    }
}

.flip .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px
}

.flip .flip-card,
.flip .flip-clock-piece {
    width: 100%
}

.flip .flip-card:not(:last-child) {
    width: calc(100% - 20px)
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 50px
}

@media(min-width:500px) {
    .flip-clock-divider {
        height: 100px
    }
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

@media(min-width:500px) {
    .flip-clock-dot {
        width: 8px;
        height: 8px
    }
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 10px
}

@media(min-width:500px) {
    .flip-clock-dot.top {
        top: 30px
    }
}

.flip-clock-dot.bottom {
    bottom: 10px
}

@media(min-width:500px) {
    .flip-clock-dot.bottom {
        bottom: 30px
    }
}

.flip-card {
    display: inline-block;
    position: relative;
    padding-bottom: .72em;
    font-size: 35px;
    line-height: .95;
    float: left
}

@media(min-width:500px) {
    .flip-card {
        font-size: 70px
    }
}

.flip-card-back,
.flip-card-back-bottom,
.flip-card-bottom,
.flip-card-top {
    display: block;
    height: .72em;
    color: #ccc;
    background-color: #333;
    padding: .23em .15em .4em;
    border-radius: .15em .15em 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%
}

@media(min-width:500px) {
    .flip-card-back,
    .flip-card-back-bottom,
    .flip-card-bottom,
    .flip-card-top {
        padding: .23em 0 .4em
    }
}

.flip-card-back-bottom,
.flip-card-bottom {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
    border-radius: 0 0 .15em .15em;
    pointer-events: none;
    overflow: hidden;
    z-index: 2
}

.flip-card-back,
.flip-card-back-bottom {
    z-index: 1
}

.flip-card-back-bottom:after,
.flip-card-bottom:after {
    display: block;
    margin-top: -.72em
}

.flip-card-back-bottom:after,
.flip-card-back:before,
.flip-card-bottom:after {
    content: attr(data-value)
}

.flip-card-back {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    border-radius: .15em .15em 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden
}

.flip-card-back:before {
    position: relative;
    overflow: hidden;
    z-index: -1
}

.flip .flip-card-back {
    z-index: 1;
    -webkit-animation: flipTop .3s cubic-bezier(.37, .01, .94, .35);
    animation: flipTop .3s cubic-bezier(.37, .01, .94, .35);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.flip .flip-card-bottom {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: flipBottom .6s cubic-bezier(.15, .45, .28, 1);
    animation: flipBottom .6s cubic-bezier(.15, .45, .28, 1)
}

@-webkit-keyframes flipTop {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2
    }
    0%,
    99% {
        opacity: 1
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        opacity: 0
    }
}

@keyframes flipTop {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2
    }
    0%,
    99% {
        opacity: 1
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipBottom {
    0%,
    50% {
        z-index: -1;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0
    }
    51% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 5
    }
}

@keyframes flipBottom {
    0%,
    50% {
        z-index: -1;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0
    }
    51% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 5
    }
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center
}

.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.time_circles>div>h4,
.time_circles>div>span {
    text-align: center;
    font-family: Century Gothic, Arial
}

.time_circles>div>span {
    display: block;
    width: 100%;
    font-size: 300%;
    margin-top: .4em;
    font-weight: 700
}

.time-circle-container {
    margin: 0 auto
}

@media(max-width:980px) {
    [element=TimerComponent].sitebuilder-element-container {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

@media(max-width:320px) {
    .time-circle-container .time-circle h4 {
        font-size: 5px !important;
        line-height: 5px !important
    }
    .time-circle-container .time-circle span {
        font-size: 16px !important;
        line-height: 5px !important
    }
}

[data-device=mobile] #editor-content .timer-show-container[data-v-2bd77a21] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 5px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-pill .timer-type-text-number[data-v-2bd77a21] {
    font-size: 28px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-pill .timer-type-text-title[data-v-2bd77a21] {
    font-size: 15px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-squares .timer-type-text-number[data-v-2bd77a21] {
    font-size: 28px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-squares .timer-type-text-title[data-v-2bd77a21] {
    font-size: 15px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-squares .timer-show-block[data-v-2bd77a21] {
    margin: 0 !important;
    min-width: 60px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-text .timer-type-text-title-helper[data-v-2bd77a21] {
    font-size: 18px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-text .timer-type-text-number[data-v-2bd77a21],
[data-device=mobile] #editor-content .timer-show-container.timer-show-text .timer-type-text-title[data-v-2bd77a21] {
    font-size: 30px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-simple .timer-show-element[data-v-2bd77a21] {
    margin: 0 5px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-simple .timer-type-text-number[data-v-2bd77a21] {
    font-size: 30px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-simple .timer-type-text-title[data-v-2bd77a21] {
    font-size: 15px !important
}

@media(max-width:600px) {
    .timer-show-container[data-v-2bd77a21] {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 5px !important
    }
    .timer-show-container.timer-show-pill .timer-type-text-number[data-v-2bd77a21] {
        font-size: 28px !important
    }
    .timer-show-container.timer-show-pill .timer-type-text-title[data-v-2bd77a21] {
        font-size: 15px !important
    }
    .timer-show-container.timer-show-squares[data-v-2bd77a21] {
        padding: 0 !important
    }
    .timer-show-container.timer-show-squares .timer-type-text-number[data-v-2bd77a21] {
        font-size: 25px !important
    }
    .timer-show-container.timer-show-squares .timer-type-text-title[data-v-2bd77a21] {
        font-size: 15px !important
    }
    .timer-show-container.timer-show-squares .timer-show-block[data-v-2bd77a21] {
        margin: 0 2px !important;
        min-width: 60px !important
    }
    .timer-show-container.timer-show-text .timer-type-text-title-helper[data-v-2bd77a21] {
        font-size: 18px !important
    }
    .timer-show-container.timer-show-text .timer-type-text-number[data-v-2bd77a21],
    .timer-show-container.timer-show-text .timer-type-text-title[data-v-2bd77a21] {
        font-size: 30px !important
    }
    .timer-show-container.timer-show-simple .timer-show-element[data-v-2bd77a21] {
        margin: 0 5px !important
    }
    .timer-show-container.timer-show-simple .timer-type-text-number[data-v-2bd77a21] {
        font-size: 30px !important
    }
    .timer-show-container.timer-show-simple .timer-type-text-title[data-v-2bd77a21] {
        font-size: 15px !important
    }
}

@media(max-width:980px) {
    .timer-show-container[data-v-2bd77a21] {
        width: 85%;
        margin: 0 auto
    }
}

.timer-show-container[data-v-2bd77a21] {
    height: 100%;
    text-align: center;
    white-space: nowrap;
    line-height: normal
}

.timer-show-container .timer-show-content .timer-show-block[data-v-2bd77a21] {
    height: 100%;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.timer-show-container .timer-show-content .timer-show-block .timer-show-element[data-v-2bd77a21] {
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    height: 100%
}

.timer-show-container.timer-show-squares .timer-show-block[data-v-2bd77a21] {
    background-color: #009c9b;
    border-radius: 12px;
    padding: .5rem .5rem .5rem .5rem;
    margin: 0 3px;
    min-width: 75px
}

.timer-show-container.timer-show-squares .timer-show-block .timer-show-element[data-v-2bd77a21] {
    display: inline-block;
    font-family: sans-serif;
    border-radius: 3px;
    width: 100%;
    height: 100%
}

.timer-show-container.timer-show-squares .timer-show-block .timer-type-text-number[data-v-2bd77a21] {
    display: block;
    width: 100%;
    height: 90%;
    background-color: #00c0bf;
    border-radius: 3px;
    padding: .5rem .25rem
}

.timer-show-container.timer-show-squares .timer-show-block .timer-type-text-title[data-v-2bd77a21] {
    width: 100%;
    height: 10%;
    padding-top: .25rem;
    display: block
}

.timer-show-container.timer-show-pill .timer-show-content[data-v-2bd77a21] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timer-show-container.timer-show-pill .timer-show-block[data-v-2bd77a21] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    padding: 10px;
    border-radius: 3px;
    border-right: 1px solid hsla(0, 0%, 100%, .45)
}

.timer-show-container.timer-show-pill .timer-show-block[data-v-2bd77a21]:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.timer-show-container.timer-show-pill .timer-show-block[data-v-2bd77a21]:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.timer-show-container.timer-show-pill .timer-show-block .timer-show-element[data-v-2bd77a21] {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timer-show-container.timer-show-pill .timer-show-block .timer-type-text-number[data-v-2bd77a21] {
    height: 75%
}

.timer-show-container.timer-show-pill .timer-show-block .timer-type-text-title[data-v-2bd77a21] {
    padding: 3px 10px 3px 10px
}

.timer-show-container.timer-show-simple .timer-show-block[data-v-2bd77a21] {
    min-width: 50px
}

.timer-show-container.timer-show-simple .timer-show-block .timer-show-element[data-v-2bd77a21] {
    margin: 0 10px
}

.timer-show-container.timer-show-simple .timer-show-block .timer-type-text-number[data-v-2bd77a21] {
    font-size: 65px
}

.timer-show-container.timer-show-simple .timer-show-block .timer-type-text-title[data-v-2bd77a21] {
    font-size: 30px;
    text-transform: uppercase
}

.timer-show-container.timer-show-text .timer-type-text-title-helper[data-v-2bd77a21] {
    display: block;
    text-align: center
}

.timer-show-container.timer-show-text .timer-show-content[data-v-2bd77a21] {
    text-align: center
}

.timer-show-container.timer-show-text .timer-show-block .timer-show-element[data-v-2bd77a21] {
    margin: 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.timer-show-container.timer-show-text .timer-show-block .timer-show-element .timer-type-text-number[data-v-2bd77a21],
.timer-show-container.timer-show-text .timer-show-block .timer-show-element .timer-type-text-title[data-v-2bd77a21] {
    letter-spacing: 2px
}

.flip-clock-wrapper ul li a div div.inn[data-v-bbd0cd16] {
    background: #333 !important
}

[element=TimerComponent].widget-focused[data-v-bbd0cd16] {
    outline: 2px solid #007bff !important
}

[element=TimerComponent].widget-focused .default-options[data-v-bbd0cd16] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -26px;
    font-size: 12px;
    color: #007bff;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #00f;
    z-index: 12
}

[element=TimerComponent].widget-focused .default-options .font-awesome-icon[data-v-bbd0cd16] {
    padding-left: 5px
}

[data-device=desktop] [element=LineVComponent] .vdr {
    padding-right: 15px !important;
    padding-left: 15px !important;
    height: inherit !important
}

[element=LineVComponent] .vdr {
    height: 100% !important
}

.container-line-ver {
    position: relative;
    width: 100%;
    height: 100%
}

.container-line-ver .sitebuilder-element {
    width: 1px;
    height: 100%
}

.arrow-top {
    border-bottom-style: solid;
    right: 0
}

.arrow-bottom,
.arrow-top {
    border-left-color: transparent;
    border-left-style: solid;
    border-right-color: transparent;
    border-right-style: solid
}

.arrow-bottom {
    border-top-style: solid
}

.resizable.vdr[data-v-7accc8c0] {
    height: 100% !important;
    width: auto !important;
    left: 0 !important;
    top: 0 !important
}

[data-device=desktop] [element=LineComponent] .vdr {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.container-line-hor {
    position: relative
}

.arrow {
    position: absolute;
    width: 0;
    height: 0
}

.arrow-right {
    border-left-style: solid;
    right: 0
}

.arrow-left,
.arrow-right {
    border-top-color: transparent;
    border-top-style: solid;
    border-bottom-color: transparent;
    border-bottom-style: solid
}

.arrow-left {
    border-right-style: solid
}

.resizable.vdr[data-v-7eb4f252] {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important
}

[element=SliderGalleryComponent][data-v-59f7216e] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-gallery-ios-helper[data-v-59f7216e] {
    width: 100%;
    height: 100%;
    position: relative
}

.slider-gallery-ios-helper .slider-navigation-helper[data-v-59f7216e] {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.slider-gallery-ios-helper .slider-gallery-helper[data-v-59f7216e] {
    width: 100%;
    height: 100%
}

.slider-gallery-ios[data-v-59f7216e] {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative
}

.slider-gallery-ios>div[data-v-59f7216e] {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover
}

.slider-gallery-ios .slider-gallery-out-right[data-v-59f7216e] {
    -webkit-animation: slideOutXRight-59f7216e 1s forwards;
    animation: slideOutXRight-59f7216e 1s forwards
}

.slider-gallery-ios .slider-gallery-out-left[data-v-59f7216e] {
    -webkit-animation: slideOutXLeft-59f7216e 1s forwards;
    animation: slideOutXLeft-59f7216e 1s forwards
}

.slider-gallery-ios .slider-gallery-in-right[data-v-59f7216e] {
    -webkit-animation: slideInXRight-59f7216e 1s forwards;
    animation: slideInXRight-59f7216e 1s forwards
}

.slider-gallery-ios .slider-gallery-in-left[data-v-59f7216e] {
    -webkit-animation: slideInXLeft-59f7216e 1s forwards;
    animation: slideInXLeft-59f7216e 1s forwards
}

.slider-gallery[data-v-59f7216e] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.slider-gallery div[data-v-59f7216e] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    background-size: cover
}

.slider-gallery .slider-gallery-in-right[data-v-59f7216e] {
    left: -100%;
    -webkit-animation: slideIn-59f7216e 1s forwards;
    animation: slideIn-59f7216e 1s forwards
}

.slider-gallery .slider-gallery-in-left[data-v-59f7216e] {
    left: 100%;
    -webkit-animation: slideIn-59f7216e 1s forwards;
    animation: slideIn-59f7216e 1s forwards
}

.slider-gallery .slider-gallery-out-right[data-v-59f7216e] {
    -webkit-animation: slideOutRight-59f7216e 1s forwards;
    animation: slideOutRight-59f7216e 1s forwards
}

.slider-gallery .slider-gallery-out-left[data-v-59f7216e] {
    -webkit-animation: slideOutLeft-59f7216e 1s forwards;
    animation: slideOutLeft-59f7216e 1s forwards
}

.slider-navigation[data-v-59f7216e] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit
}

.slider-navigation div[data-v-59f7216e] {
    color: #d1d1d1;
    font-size: 25px
}

.slider-navigation[data-v-59f7216e]:hover {
    cursor: pointer
}

@keyframes slideIn-59f7216e {
    to {
        left: 0
    }
}

@keyframes slideOutRight-59f7216e {
    to {
        left: 100%
    }
}

@keyframes slideOutLeft-59f7216e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideOutLeft-59f7216e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideIn-59f7216e {
    to {
        left: 0
    }
}

@-webkit-keyframes slideOutRight-59f7216e {
    to {
        left: 100%
    }
}

@keyframes slideInXRight-59f7216e {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInXRight-59f7216e {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInXLeft-59f7216e {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInXLeft-59f7216e {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideOutXRight-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideOutXRight-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideOutXLeft-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutXLeft-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

img[data-v-02efadfa] {
    width: 100%;
    height: auto !important
}

.image3D-container[data-v-02efadfa] {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: box-shadow .1s, transform .1s;
    transition: box-shadow .1s, transform .1s, -webkit-box-shadow .1s, -webkit-transform .1s;
    background-size: 100%;
    background-repeat: no-repeat
}

.image3D-container[data-v-02efadfa]:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    cursor: pointer
}

.image3D-container img[data-v-02efadfa] {
    visibility: hidden
}

@media(max-width:800px) {
    .text-area {
        width: auto !important
    }
    .text-area a {
        width: 300px !important
    }
}

[data-device=mobile] .text-area {
    width: auto !important
}

[data-device=mobile] .text-area a {
    width: 300px !important
}

.text-area a {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.preview .text-area:hover {
    cursor: pointer;
    color: var(--button-text-color--hover) !important
}

@media(max-width:800px) {
    .progress {
        width: auto !important
    }
}

[data-device=mobile] .progress {
    width: auto !important
}

.image-gallery-container[data-v-c76ac3a0] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 80% 20%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.image-gallery-photos-container[data-v-c76ac3a0] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-photo[data-v-c76ac3a0] {
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-alternating-container[data-v-71b6ad32] {
    width: 100%;
    display: grid;
    counter-reset: div;
    grid-template-columns: repeat(2, 1fr)
}

.image-gallery-alternating-container.tiles-grid-repeat[data-v-71b6ad32] {
    grid-template-columns: repeat(4, 1fr)
}

.image-gallery-alternating-container.tiles-grid-repeat .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+1),
.image-gallery-alternating-container.tiles-grid-repeat .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+4) {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.image-gallery-alternating-container .image-gallery-alternating--photo[data-v-71b6ad32] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-alternating-container .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+1),
.image-gallery-alternating-container .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+4) {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.image-gallery-tiles-container[data-v-863b8074] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.image-gallery-tiles-container .image-gallery-tiles-photo[data-v-863b8074] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-tiles-container .image-gallery-tiles-photo-align-max[data-v-863b8074] {
    grid-column: auto/span 2
}

.image-gallery-mixed-container[data-v-3f689406] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-mixed-photo[data-v-3f689406] {
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-mixed-photo.image-gallery-photo-principal[data-v-3f689406] {
    grid-column: 1/-1
}

.image-gallery-one-main-container[data-v-2918b844] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-one-main-photo[data-v-2918b844] {
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-one-main-photo[data-v-2918b844]:first-child {
    grid-column: auto/span 2
}

.image-gallery-container[data-v-7ae0ef00] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 85% 15%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.image-gallery-container.paginate-with-max[data-v-7ae0ef00] {
    grid-template-rows: calc(100% - 75px) 75px
}

.image-gallery-container.paginate-with-min[data-v-7ae0ef00] {
    grid-template-rows: calc(100% - 35px) 35px
}

.image-gallery-container.without-paginate[data-v-7ae0ef00] {
    grid-template-rows: 100%
}

[data-device=mobile] .image-gallery-container[data-v-7ae0ef00],
[data-device=tablet] .image-gallery-container[data-v-7ae0ef00] {
    grid-template-rows: calc(100% - 40px) 40px
}

.image-gallery-photos-container[data-v-7ae0ef00] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-photo[data-v-7ae0ef00] {
    float: left;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    position: relative;
    cursor: pointer
}

.paginate>div[data-v-7ae0ef00],
.paginate[data-v-7ae0ef00] {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.paginate>div a[data-v-7ae0ef00],
.paginate a[data-v-7ae0ef00] {
    background: var(--background-color);
    border-radius: 50%;
    cursor: pointer
}

.paginate>div a.number[data-v-7ae0ef00],
.paginate a.number[data-v-7ae0ef00] {
    text-align: center;
    font-weight: "bold";
    width: 30px;
    border: 2px solid #222
}

.paginate>div a.circle[data-v-7ae0ef00],
.paginate a.circle[data-v-7ae0ef00] {
    width: 15px;
    height: 15px
}

.paginate>div a.active[data-v-7ae0ef00],
.paginate a.active[data-v-7ae0ef00] {
    background: var(--background-color-active)
}

.paginate>div a[data-v-7ae0ef00]:hover,
.paginate a[data-v-7ae0ef00]:hover {
    background: var(--background-color--hover)
}

.socialbar-parent[data-v-6666231d]:before {
    content: none
}

.socialbar-div[data-v-6666231d],
.socialbar-icon[data-v-6666231d] {
    height: auto;
    width: 100%
}

[data-device=mobile] .socialbar-parent[data-v-6666231d] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.card-body[data-v-2891e25f] {
    position: relative
}

.sitebuilder-element-container.card[data-v-2891e25f] {
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    background-color: transparent !important;
    border-color: transparent
}

[data-device=mobile] .sitebuilder-element-receiver.card-body[data-v-2891e25f] {
    height: auto !important
}

[data-device=mobile] .card-header[data-v-2891e25f] {
    width: 100%
}

.card-header[data-v-2891e25f] {
    padding: 0 !important
}

.card[data-v-2891e25f] {
    border: 0 !important
}

.card-body[data-v-1fc0e990] {
    position: relative
}

.sitebuilder-element-container .vdr[data-v-1fc0e990] {
    height: unset !important
}

.container-accordion-group[data-v-1fc0e990] {
    overflow: hidden
}

.carousel-control-next[data-v-9d60ce20],
.carousel-control-prev[data-v-9d60ce20] {
    width: 10%
}

[data-device=desktop] .minHeightUnsetDesk {
    min-height: unset !important
}

.height-100 {
    height: 100% !important
}

.slider-modal-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider-modal-images :nth-child(4) {
    text-align: right
}

.slider-area-images {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    margin: 20px 0 20px 0
}

.slider-box-image {
    position: relative;
    background-color: rgba(29, 64, 89, .8);
    border-radius: 10px
}

.slider-box-image .slider-box-image {
    width: 100%;
    height: 150px;
    opacity: 1;
    display: block;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.slider-box-image:hover .slider-box-image {
    opacity: .3
}

.slider-box-image .slider-box-option {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.slider-box-image .slider-box-option span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.slider-box-image .slider-box-option span:hover {
    background-color: grey
}

.slider-box-image:hover .slider-box-option {
    opacity: 1
}

.page-gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.page-gallery.page-gallery-padding>div:not(.slider-navigation-page):not(.slider-navigation-edition) {
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden
}

.page-gallery>div:not(.slider-navigation-page):not(.slider-navigation-edition) {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0 !important;
    background-size: cover
}

[data-device=mobile] .page-gallery>div.slider-active {
    position: relative
}

.slider-navigation-edition,
.slider-navigation-page {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0
}

.slider-navigation-edition div,
.slider-navigation-page div {
    color: #d1d1d1;
    font-size: 25px;
    z-index: 50
}

.slider-navigation-edition:hover,
.slider-navigation-page:hover {
    cursor: pointer
}

.slider-navigation-edition {
    height: 10%
}

.slider-navigation-edition div {
    color: #0071ff
}

.slider-in-right {
    left: -100%
}

.slider-in-left,
.slider-in-right {
    -webkit-animation: slideIn 1s forwards;
    animation: slideIn 1s forwards
}

.slider-in-left {
    left: 100%
}

.slider-out-right {
    -webkit-animation: slideOutRight 1s forwards;
    animation: slideOutRight 1s forwards
}

.slider-out-left {
    -webkit-animation: slideOutLeft 1s forwards;
    animation: slideOutLeft 1s forwards
}

@keyframes slideIn {
    to {
        left: 0
    }
}

@keyframes slideOutRight {
    to {
        left: 100%
    }
}

@keyframes slideOutLeft {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideIn {
    to {
        left: 0
    }
}

@-webkit-keyframes slideOutRight {
    to {
        left: 100%
    }
}

.sitebuilder-element-container.page[data-v-9ad209d8] {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    background-color: transparent !important
}

.height-100[data-v-9ad209d8] {
    height: 100% !important
}

[data-device=mobile] .sitebuilder-element-receiver[data-v-9ad209d8] {
    height: auto !important
}

.card-body[data-v-3b1a019c] {
    position: relative
}

.sitebuilder-element-container .vdr[data-v-3b1a019c] {
    height: unset !important
}

[data-device=desktop] [element=GroupMenuComponent].zindexBig[data-v-3b1a019c] {
    z-index: 99 !important
}

[data-device=desktop] .container-menu-group[data-v-3b1a019c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.editor-content-layout-item [element=GroupMenuComponent] {
    z-index: 999 !important
}

.place-menu-collapse-divisor[data-v-fc8d745c] {
    position: absolute;
    width: 100%;
    top: 40px;
    display: none
}

.place-menu-collapse-show-on-hover:hover .place-menu-collapse-divisor[data-v-fc8d745c],
.place-menu-collapse-show-on-hover:hover .place-menu-collapse[data-v-fc8d745c] {
    display: block !important
}

.card-body[data-v-fc8d745c] {
    position: relative
}

.sitebuilder-element-container.card[data-v-fc8d745c] {
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    background-color: transparent !important
}

.sitebuilder-element-container.card .real-place[data-v-fc8d745c] {
    height: 100%
}

[data-device=mobile] .big-menu-place-childs[data-v-fc8d745c],
[data-device=mobile] .real-place[data-v-fc8d745c],
[data-device=tablet] .big-menu-place-childs[data-v-fc8d745c],
[data-device=tablet] .real-place[data-v-fc8d745c] {
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important
}

[data-device=mobile] .card-header[data-v-fc8d745c],
[data-device=tablet] .card-header[data-v-fc8d745c] {
    height: auto !important
}

[data-device=mobile] .mobile-element.big-menu-text[data-v-fc8d745c],
[data-device=tablet] .mobile-element.big-menu-text[data-v-fc8d745c] {
    display: block !important
}

.card-header[data-v-fc8d745c] {
    padding: 0 !important
}

.place-menu-collapse[data-v-fc8d745c] {
    position: relative
}

[data-device=desktop] .big-menu-place-childs[data-v-fc8d745c] {
    position: absolute;
    z-index: 99 !important
}

[data-device=desktop] .big-menu-place-childs .real-place[data-v-fc8d745c] {
    position: relative
}

.big-menu-text[data-v-fc8d745c] {
    display: block
}

.big-menu-text[data-v-fc8d745c]:hover {
    background: var(--big-menu-item-background--hover);
    color: var(--big-menu-item-color--hover) !important
}

.big-menu-text.selected[data-v-fc8d745c] {
    background: var(--big-menu-item-background--selected);
    color: var(--big-menu-item-color--selected) !important
}

.change-place-item-blue[data-v-fc8d745c] {
    display: none
}

[data-device=desktop] .desktop-element.big-menu-text[data-v-fc8d745c] {
    display: block !important
}

[data-device=desktop] [element=GroupMenuComponent] .change-place-item-blue[data-v-fc8d745c] {
    display: block
}

.vdr[data-v-3c552d24] {
    height: auto !important
}

iframe[data-v-3c552d24] {
    overflow: hidden
}

.sitebuilder-element-container .vdr[data-v-6078b2de] {
    height: unset !important
}

.container-gallery-video[data-v-6078b2de] {
    position: relative
}

[data-device=mobile] .container-gallery-video[data-v-6078b2de],
[data-device=tablet] .container-gallery-video[data-v-6078b2de] {
    height: auto !important
}

[data-device=tablet] iframe.video-margin[data-v-6078b2de] {
    height: 425px
}

[data-preview=true] .container-gallery-video[data-v-6078b2de] {
    overflow: hidden
}

img.place-img[data-v-6078b2de] {
    margin-left: 5px
}

.gallery-container[data-v-6078b2de] {
    display: none
}

[element=VideoGalleryGroupComponent][data-v-6078b2de] {
    border: none
}

[element=VideoGalleryGroupComponent] .carousel-inner .item.active[data-v-6078b2de] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

[element=VideoGalleryGroupComponent] .carousel-control[data-v-6078b2de] {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    background: none;
    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
}

[element=VideoGalleryGroupComponent] .carousel-control.right[data-v-6078b2de] {
    right: -20px
}

[element=VideoGalleryGroupComponent] .carousel-control.left[data-v-6078b2de] {
    left: -20px
}

.card-body[data-v-283a9e25] {
    position: relative
}

[element=VideoGalleryComponent][data-v-283a9e25] {
    border: none
}

[data-device=desktop] [element=VideoGalleryComponent][data-v-283a9e25] {
    position: absolute
}

[data-device=mobile] .sitebuilder-element-receiver.card-body[data-v-283a9e25] {
    height: auto !important
}

.card-header[data-v-283a9e25] {
    padding: 0 !important
}

.row-gallery[data-v-283a9e25] {
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    top: 0;
    left: 0
}

.row-gallery .col-gallery[data-v-283a9e25],
.row-gallery[data-v-283a9e25] {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.row-gallery .col-gallery[data-v-283a9e25] {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    position: relative
}

.row-gallery .col-gallery .video-margin[data-v-283a9e25] {
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    padding: 0;
    max-height: 75%;
    max-width: 90%;
    width: 90%
}

[data-device=mobile] .row-gallery[data-v-283a9e25] {
    height: 100% !important;
    top: 0;
    left: 0
}

[data-device=mobile] .row-gallery .col-gallery[data-v-283a9e25],
[data-device=mobile] .row-gallery[data-v-283a9e25] {
    width: 100% !important;
    display: block;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: row
}

[data-device=mobile] .row-gallery .col-gallery .video-margin[data-v-283a9e25] {
    max-width: 100%;
    width: 100%
}

[data-device=tablet] iframe.video-margin[data-v-283a9e25] {
    height: 425px
}

.close-icon[data-v-283a9e25] {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer
}

.close-icon[data-v-283a9e25]:hover {
    opacity: .7
}

[data-device=desktop] .embed-responsive[data-v-c64a5848] {
    min-height: unset !important
}

[data-v-1478b138] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1478b138] {
    background: #f1f1f1;
    margin: 2rem
}

.blog-card[data-v-1478b138] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.blog-card a[data-v-1478b138] {
    color: inherit
}

.blog-card a[data-v-1478b138]:hover {
    color: #5ad67d
}

.blog-card:hover .photo[data-v-1478b138] {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg)
}

.blog-card .meta[data-v-1478b138] {
    position: relative;
    z-index: 0;
    height: 200px
}

.blog-card .photo[data-v-1478b138] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.blog-card .details[data-v-1478b138],
.blog-card .details ul[data-v-1478b138] {
    margin: auto;
    padding: 0;
    list-style: none
}

.blog-card .details[data-v-1478b138] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.blog-card .details a[data-v-1478b138] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.blog-card .details ul li[data-v-1478b138] {
    display: inline-block
}

.blog-card .details .author[data-v-1478b138]:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\F007"
}

.blog-card .details .date[data-v-1478b138]:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\F133"
}

.blog-card .details .tags ul[data-v-1478b138]:before {
    font-family: FontAwesome;
    content: "\F02B";
    margin-right: 10px
}

.blog-card .details .tags li[data-v-1478b138] {
    margin-right: 2px
}

.blog-card .details .tags li[data-v-1478b138]:first-child {
    margin-left: -4px
}

.blog-card .description[data-v-1478b138] {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.blog-card .description h1[data-v-1478b138],
.blog-card .description h2[data-v-1478b138] {
    font-family: Poppins, sans-serif
}

.blog-card .description h1[data-v-1478b138] {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.blog-card .description h2[data-v-1478b138] {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.blog-card .description .read-more[data-v-1478b138] {
    text-align: right
}

.blog-card .description .read-more a[data-v-1478b138] {
    color: #5ad67d;
    display: inline-block;
    position: relative
}

.blog-card .description .read-more a[data-v-1478b138]:after {
    content: "\F061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s
}

.blog-card .description .read-more a[data-v-1478b138]:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-card p[data-v-1478b138] {
    position: relative;
    margin: 1rem 0 0
}

.blog-card p[data-v-1478b138]:first-of-type {
    margin-top: 1.25rem
}

.blog-card p[data-v-1478b138]:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #5ad67d;
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.blog-card:hover .details[data-v-1478b138] {
    left: 0
}

@media (min-width:640px) {
    .blog-card[data-v-1478b138] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 700px
    }
    .blog-card .meta[data-v-1478b138] {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto
    }
    .blog-card .description[data-v-1478b138] {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .blog-card .description[data-v-1478b138]:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1
    }
    .blog-card.alt[data-v-1478b138] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .blog-card.alt .description[data-v-1478b138]:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }
    .blog-card.alt .details[data-v-1478b138] {
        padding-left: 25px
    }
}

.vdr[data-v-43b438a4] {
    height: auto !important
}

.card[data-v-43b438a4] {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    height: 100%
}

.card-1[data-v-43b438a4] {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.card-img-block img[data-v-43b438a4] {
    width: 100%;
    left: .2%;
    margin: 0 auto;
    position: relative;
    top: 5%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .63);
    box-shadow: 0 0 10px rgba(0, 0, 0, .63)
}

.card-block h2[data-v-43b438a4] {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px
}

.avatar[data-v-43b438a4] {
    margin: 20px
}

.card-body[data-v-43b438a4] {
    padding-top: 0
}

.Coment .title[data-v-43b438a4] {
    margin: 30px
}

#hr[data-v-43b438a4] {
    margin: 0
}

.tags a[data-v-43b438a4] {
    display: inline-block;
    height: 24px;
    line-height: 23px;
    position: relative;
    margin: 0 12px 8px 0;
    padding: 0 12px 0 10px;
    background: #777;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 12px;
    font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-weight: 700
}

.tags a[data-v-43b438a4]:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 1px;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, .4);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .4)
}

.tags a[data-v-43b438a4]:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #777;
    border-style: solid;
    border-width: 12px 0 12px 12px
}

.tags a.color5[data-v-43b438a4] {
    background: #00a6df
}

.tags a.color5[data-v-43b438a4]:after {
    border-color: transparent transparent transparent #00a6df
}

.tags a[data-v-43b438a4]:hover {
    background: #0469ec !important
}

.tags a[data-v-43b438a4]:hover:after {
    border-color: transparent transparent transparent #0469ec !important
}

.gray-scale[data-v-1f01974a] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

[data-v-1f01974a] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1f01974a] {
    background: #f1f1f1;
    margin: 2rem
}

.blog-card[data-v-1f01974a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.blog-card a[data-v-1f01974a] {
    color: inherit
}

.blog-card a[data-v-1f01974a]:hover {
    color: #5ad67d
}

.blog-card:hover .photo[data-v-1f01974a] {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg)
}

.blog-card .meta[data-v-1f01974a] {
    position: relative;
    z-index: 0;
    height: 200px
}

.blog-card .photo[data-v-1f01974a] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.blog-card .details[data-v-1f01974a],
.blog-card .details ul[data-v-1f01974a] {
    margin: auto;
    padding: 0;
    list-style: none
}

.blog-card .details[data-v-1f01974a] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.blog-card .details a[data-v-1f01974a] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.blog-card .details ul li[data-v-1f01974a] {
    display: inline-block
}

.blog-card .details .tags li[data-v-1f01974a] {
    margin-right: 2px
}

.blog-card .details .tags li[data-v-1f01974a]:first-child {
    margin-left: -4px
}

.blog-card .description[data-v-1f01974a] {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.blog-card .description h1[data-v-1f01974a],
.blog-card .description h2[data-v-1f01974a] {
    font-family: Poppins, sans-serif
}

.blog-card .description h1[data-v-1f01974a] {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.blog-card .description h2[data-v-1f01974a] {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.blog-card .description .read-more[data-v-1f01974a] {
    text-align: right
}

.blog-card .description .read-more a[data-v-1f01974a] {
    color: #5ad67d;
    display: inline-block;
    position: relative
}

.blog-card .description .read-more:hover a[data-v-1f01974a] {
    color: var(--btn-theme-grid-color-readmorehover) !important
}

.blog-card .description .read-more a[data-v-1f01974a]:after {
    content: "\F055";
    font-family: Material Design Icons;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s
}

.blog-card .description .read-more a[data-v-1f01974a]:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-card p[data-v-1f01974a] {
    position: relative;
    margin: 1rem 0 0
}

.blog-card p[data-v-1f01974a]:first-of-type {
    margin-top: 1.25rem
}

.blog-card p[data-v-1f01974a]:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--my-color-var);
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.blog-card:hover .details[data-v-1f01974a] {
    left: 0
}

@media (min-width:640px) {
    .blog-card[data-v-1f01974a] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .blog-card .meta[data-v-1f01974a] {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto
    }
    .blog-card .description[data-v-1f01974a] {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .blog-card .description[data-v-1f01974a]:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: var(--deailt-color);
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1
    }
    .blog-card.alt[data-v-1f01974a] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .blog-card.alt .description[data-v-1f01974a]:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }
    .blog-card.alt .details[data-v-1f01974a] {
        padding-left: 25px
    }
}

.col-blog[data-v-47dd9810] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-blog[data-v-47dd9810],
[data-device=mobile] .col-blog[data-v-47dd9810] {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

[data-device=mobile] .col-blog[data-v-47dd9810] {
    flex: 0 0 100%;
    max-width: 100%
}

.content-preview[data-v-47dd9810] {
    max-height: 80px;
    overflow: hidden
}

[data-device=mobile] .content-preview[data-v-47dd9810] {
    display: none
}

.component-card:focus img[data-v-47dd9810],
.component-card:hover img[data-v-47dd9810] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.component-card_image[data-v-47dd9810] {
    background: #fff;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    position: relative
}

.component-card_image-inside[data-v-47dd9810] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.component-card_image-inside img[data-v-47dd9810] {
    background-size: cover;
    height: auto !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

.component-card .blog-detail[data-v-47dd9810] {
    background: #fff;
    margin: 0 20px;
    padding: 20px;
    position: relative;
    top: -80px
}

.component-card .blog-detail h3[data-v-47dd9810] {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase
}

.component-card .blog-detail label[data-v-47dd9810] {
    color: #737373;
    font-size: 14px
}

.component-card .blog-detail p[data-v-47dd9810] {
    margin-bottom: 1rem;
    margin-top: 0
}

.component-card .blog-detail .btn[data-v-47dd9810] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: var(--btn-theme-grid-color-readmore);
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.component-card .blog-detail .btn[data-v-47dd9810]:hover {
    background-color: var(--btn-theme-grid-hover-color);
    color: var(--btn-theme-grid-color);
    text-decoration: none
}

.component-card .blog-detail .btn-read-more[data-v-47dd9810] {
    background: transparent;
    border-radius: 0;
    border: var(--btn-theme-grid-color-border);
    outline: none;
    text-transform: uppercase
}

[data-device=mobile] .col-blog[data-v-5adab759] {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

[data-device=mobile] .row[data-v-5adab759] {
    display: block
}

.fly[data-v-5adab759] {
    -webkit-transform: translateX(-200px);
    -webkit-transition: .4s;
    transition: .4s
}

.flyIn[data-v-5adab759] {
    -webkit-transform: translateX(0);
    -webkit-transition: .4s;
    transition: .4s
}

.col-md-4[data-v-5adab759]:hover {
    background: var(--btn-theme-grid-color-hover);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    position: relative;
    z-index: 5000
}

.post[data-v-5adab759]:hover {
    text-decoration: none
}

.fa[data-v-5adab759] {
    margin-right: 5px
}

.col-md-4[data-v-5adab759] {
    height: auto;
    overflow: hidden;
    background: var(--btn-theme-grid-color);
    border: 1px solid #1e2328;
    position: relative;
    z-index: 0
}

.col-md-4 .inner[data-v-5adab759] {
    padding: 20px
}

.col-md-4 .inner .category[data-v-5adab759] {
    color: #f26743;
    font: 900 13px Lato;
    text-transform: uppercase
}

.col-md-4 .inner .date[data-v-5adab759] {
    font: 900 13px Lato;
    color: #9b9eab
}

.col-md-4 .inner h2[data-v-5adab759] {
    font: 900 24px Lato;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff
}

.col-md-4 .inner p[data-v-5adab759] {
    font: 400 14px Lato;
    line-height: 22px;
    color: #9b9eab
}

.col-md-4 .inner .read-more[data-v-5adab759] {
    color: #f26743;
    display: block;
    font: 900 13px Lato;
    position: relative;
    text-transform: uppercase;
    margin-top: 15px
}

.col-md-4 .inner .read-more[data-v-5adab759]:hover {
    text-decoration: none;
    color: var(--btn-theme-grid-color-readmorehover) !important
}

a[data-v-5adab759]:active,
a[data-v-5adab759]:focus {
    color: #f26743;
    text-decoration: none
}

[data-v-49fe23de] {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.blog-card[data-v-49fe23de] {
    display: block;
    position: relative;
    background: #444;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat !important;
    width: 85%;
    max-width: 700px;
    height: 380px;
    -webkit-box-shadow: 4px 8px 28px rgba(39, 44, 49, .1), 1px 3px 8px rgba(39, 44, 49, .075);
    box-shadow: 4px 8px 28px rgba(39, 44, 49, .1), 1px 3px 8px rgba(39, 44, 49, .075);
    margin: 30px;
    overflow: hidden !important
}

.blog-card[data-v-49fe23de]:hover {
    -webkit-box-shadow: 0 0 1px rgba(39, 44, 49, .2), 0 3px 16px rgba(39, 44, 49, .25);
    box-shadow: 0 0 1px rgba(39, 44, 49, .2), 0 3px 16px rgba(39, 44, 49, .25);
    -webkit-transform: translate3D(0, -.5px, 0);
    transform: translate3D(0, -.5px, 0)
}

.blog-card .content-mask[data-v-49fe23de] {
    display: inline-block;
    background: var(--bg-color-blog);
    width: 61%;
    height: 101%;
    padding: .75em 0 .75em 2.5em;
    overflow: hidden;
    z-index: 5
}

.blog-card .horizontal[data-v-49fe23de] {
    display: inline-block;
    position: relative;
    background: var(--bg-color-blog-gradient);
    height: 101%;
    width: 20%;
    top: -5%;
    right: .8%;
    overflow: hidden
}

.blog-card.python[data-v-49fe23de] {
    background-image: url(https://sg.fiverrcdn.com/photos/115522316/original/0f1ff5d0ae8e6d044d936feaa91630dcec3a0941.jpg?1533894592=)
}

.blog-card.web[data-v-49fe23de] {
    background: url(https://www.hostinger.com/tutorials/wp-content/uploads/sites/2/2016/12/improving-website-performance-using-a-content-delivery-network-cdn.jpg)
}

.content-container[data-v-49fe23de] {
    margin-right: -5vw
}

.category[data-v-49fe23de] {
    display: inline-block;
    background: #e23f7e;
    color: hsla(0, 0%, 100%, .9);
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    min-width: 45px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px rgba(172, 28, 56, .1), 0 2px 6px rgba(172, 28, 56, .175);
    box-shadow: 0 0 1px rgba(172, 28, 56, .1), 0 2px 6px rgba(172, 28, 56, .175);
    margin: 3vh 2px 2.5vh;
    padding: 6px 8px;
    cursor: pointer;
    z-index: 9
}

.category.python[data-v-49fe23de] {
    background: #2a9d5a
}

.category[data-v-49fe23de]:hover {
    -webkit-box-shadow: 0 0 1px rgba(10, 96, 58, .2), 0 3px 6px rgba(39, 44, 49, .25);
    box-shadow: 0 0 1px rgba(10, 96, 58, .2), 0 3px 6px rgba(39, 44, 49, .25)
}

h1[data-v-49fe23de] {
    background: transparent;
    color: rgba(0, 0, 0, .9);
    font-family: Nunito, Open Sans, sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.2;
    height: auto;
    border-bottom: 2px solid hsla(0, 0%, 80%, .75);
    margin-top: 0;
    margin-bottom: .35em;
    padding-bottom: 5px
}

p[data-v-49fe23de] {
    font-size: 1.1em;
    line-height: 1.4;
    width: 100%;
    margin-top: .3em;
    padding-left: 2px;
    z-index: 9
}

.post-detail[data-v-49fe23de] {
    color: rgba(0, 0, 0, .55);
    margin-top: 6.5vh;
    padding-left: 2px;
    vertical-align: middle
}

.post-detail .icon svg[data-v-49fe23de] {
    position: relative;
    width: 14px;
    top: 2.25px;
    margin-right: 7px
}

.post-detail .date[data-v-49fe23de] {
    color: rgba(0, 0, 0, .65);
    font-size: .85em
}

.credit[data-v-49fe23de] {
    position: relative;
    font-family: Nunito, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 200;
    text-align: center;
    bottom: .75em;
    margin-bottom: 10vh
}

.credit .creator-link[data-v-49fe23de] {
    color: #000;
    font-family: Kaushan Script, Lato, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.credit .creator-link[data-v-49fe23de]:hover {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
    -webkit-transition: all .35s linear;
    transition: all .35s linear
}

.icons[data-v-129983ef] {
    font-size: 1.6rem
}

.icons a+a[data-v-129983ef] {
    margin-left: 10px
}

.wrapper-login[data-v-5ee78996] {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    padding: 40px
}

.wrapper-login span[data-v-5ee78996] {
    font-family: Muli, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #0294ff;
    margin-bottom: 20px
}

.wrapper-login div[data-v-5ee78996] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.wrapper-login[data-v-032b6c6b] {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background: #1e1f26;
    padding: 40px;
    border-radius: 5px
}

.wrapper-login span[data-v-032b6c6b] {
    font-family: Muli, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px
}

.wrapper-login div[data-v-032b6c6b] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-login div a[data-v-032b6c6b] {
    font-family: Lato, sans-serif;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.wrapper-login div a[data-v-032b6c6b]:first-of-type {
    color: #000;
    background: #47cf73
}

.wrapper-login div a[data-v-032b6c6b]:first-of-type:hover {
    background: #2fb45a
}

.wrapper-login div a[data-v-032b6c6b]:nth-of-type(2) {
    color: #fff;
    background: #444857;
    margin-top: 20px
}

.wrapper-login div a[data-v-032b6c6b]:nth-of-type(2):hover {
    background: #5a6074
}

@media(min-width:600px) {
    .wrapper-login div[data-v-032b6c6b] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .wrapper-login div a[data-v-032b6c6b]:nth-of-type(2) {
        margin-top: 0
    }
}

.wrapper-login[data-v-7c065632] {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b897e5), to(#6c58c7));
    background-image: linear-gradient(#b897e5, #6c58c7);
    padding: 40px;
    border-radius: 5px
}

.wrapper-login span[data-v-7c065632] {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px
}

.wrapper-login div[data-v-7c065632] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-login div a[data-v-7c065632] {
    font-family: Lato, sans-serif;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.wrapper-login div a[data-v-7c065632]:first-of-type {
    background: #c2a5eb
}

.wrapper-login div a[data-v-7c065632]:first-of-type:hover {
    background: #6c58c7
}

.wrapper-login div a[data-v-7c065632]:nth-of-type(2) {
    background: #5844ad;
    margin-top: 20px
}

.wrapper-login div a[data-v-7c065632]:nth-of-type(2):hover {
    background: #b897e5
}

@media(min-width:600px) {
    .wrapper-login div[data-v-7c065632] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .wrapper-login div a[data-v-7c065632]:nth-of-type(2) {
        margin-top: 0
    }
}

.wrapper-comments[data-v-77a47854] {
    margin: 60px auto 15px;
    width: 100%
}

.wrapper-comments h5[data-v-77a47854] {
    margin-bottom: 20px
}

.wrapper-comments__login[data-v-77a47854] {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    padding: 40px
}

.wrapper-comments__login span[data-v-77a47854] {
    font-family: Muli, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #0294ff;
    margin-bottom: 20px
}

.wrapper-comments__login div[data-v-77a47854] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.wrapper-comments__login button[data-v-77a47854] {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    border: 0;
    padding: 20px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.wrapper-comments__login button[data-v-77a47854]:first-of-type {
    background: #0294ff;
    color: #fff
}

.wrapper-comments__login button[data-v-77a47854]:first-of-type:hover,
.wrapper-comments__login button[data-v-77a47854]:nth-of-type(2) {
    background: #fff;
    color: #0294ff
}

.wrapper-comments__login button[data-v-77a47854]:nth-of-type(2):hover {
    background: #0294ff;
    color: #fff
}

.wrapper-comments__textarea[data-v-77a47854] {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.wrapper-comments__textarea textarea[data-v-77a47854] {
    width: 100%;
    height: 100px;
    resize: none;
    border: 2px solid #ddd;
    color: #656565;
    border-radius: 5px
}

.wrapper-comments__textarea-options[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

.wrapper-comments__textarea-buttons[data-v-77a47854] {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.wrapper-comments__textarea-buttons button[data-v-77a47854] {
    width: 100px;
    border: 0;
    border-radius: 100px;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.wrapper-comments__textarea-buttons button[data-v-77a47854]:first-of-type {
    background: #efefef;
    margin-bottom: 10px
}

.wrapper-comments__textarea-buttons button[data-v-77a47854]:first-of-type:hover {
    background: #fff;
    color: #0294ff
}

.wrapper-comments__textarea-buttons__theme-1[data-v-77a47854] {
    color: #fff;
    background: #0294ff
}

.wrapper-comments__textarea-buttons__theme-1[data-v-77a47854]:hover {
    background: #2e81fc
}

.wrapper-comments__textarea-buttons__theme-2[data-v-77a47854] {
    color: #fff;
    background: #444857
}

.wrapper-comments__textarea-buttons__theme-2[data-v-77a47854]:hover {
    background: #5a6074
}

.wrapper-comments__textarea-buttons__theme-3[data-v-77a47854] {
    color: #fff;
    background: #5844ad
}

.wrapper-comments__textarea-buttons__theme-3[data-v-77a47854]:hover {
    background: #b897e5
}

.wrapper-comments__alert[data-v-77a47854] {
    background: #a6d3fe;
    border-left: 10px solid #0080fc;
    color: rgba(8, 13, 58, .8)
}

.wrapper-comments__list[data-v-77a47854] {
    padding: 0;
    margin-top: 30px;
    position: relative
}

.wrapper-comments__list[data-v-77a47854]:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0
}

.wrapper-comments__list[data-v-77a47854]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px
}

.wrapper-comments__list li[data-v-77a47854] {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.wrapper-comments__list li[data-v-77a47854]:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.wrapper-comments__main[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-comments__main[data-v-77a47854]:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both
}

.wrapper-comments__avatar img[data-v-77a47854] {
    width: 65px;
    height: 65px
}

.wrapper-comments__box[data-v-77a47854] {
    position: relative;
    width: 100%;
    margin-left: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.wrapper-comments__box[data-v-77a47854]:after,
.wrapper-comments__box[data-v-77a47854]:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fcfcfc;
    top: 8px;
    left: -10px
}

.wrapper-comments__box[data-v-77a47854]:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, .05);
    left: -12px
}

.wrapper-comments__box-head[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fcfcfc;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0
}

.wrapper-comments__box-head__info[data-v-77a47854] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-comments__box-head__info h6[data-v-77a47854] {
    color: #283035 !important;
    font-size: 14px !important
}

.wrapper-comments__box-head__info h6.by-author[data-v-77a47854]:after {
    content: "autor";
    background: #03658c;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 10px;
    border-radius: 3px
}

.wrapper-comments__box-head__info span[data-v-77a47854] {
    color: #999;
    font-size: 13px;
    margin-left: 10px
}

.wrapper-comments__box-head__options[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Muli;
    font-weight: 900;
    color: #ed4957
}

.wrapper-comments__box-head__options__delete[data-v-77a47854] {
    position: absolute;
    top: -110px;
    right: 0;
    left: unset;
    width: auto;
    height: auto;
    background: #fcfcfc;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 20px
}

.wrapper-comments__box-head__options i[data-v-77a47854] {
    margin-left: 14px;
    color: #a6a6a6;
    font-size: 15px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

.wrapper-comments__box-head__options i[disabled=disabled][data-v-77a47854] {
    cursor: not-allowed !important
}

.wrapper-comments__box-head__options i[data-v-77a47854]:hover {
    color: #03658c
}

.wrapper-comments__box-content[data-v-77a47854] {
    background: #fff;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    border-radius: 0 0 4px 4px;
    white-space: pre-wrap
}

.wrapper-comments__more-comments[data-v-77a47854] {
    width: 100%;
    color: #737373;
    background: #fcfcfc;
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 3px
}

.wrapper-comments__reply[data-v-77a47854] {
    margin-top: 15px;
    padding: 20px
}

.wrapper-comments__reply[data-v-77a47854]:after,
.wrapper-comments__reply[data-v-77a47854]:before {
    display: none
}

.wrapper-comments__reply .wrapper-comments__box[data-v-77a47854] {
    width: 350px
}

.wrapper-comments__reply-avatar img[data-v-77a47854] {
    width: 50px;
    height: 50px
}

.wrapper-comments__reply li[data-v-77a47854] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media(min-width:480px) {
    .wrapper-comments__box-head[data-v-77a47854] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .wrapper-comments__list[data-v-77a47854] {
        padding-left: 40px
    }
}

@media(min-width:600px) {
    .wrapper-comments__textarea-buttons[data-v-77a47854] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .wrapper-comments__textarea-buttons button[data-v-77a47854]:first-of-type {
        margin: 0 20px
    }
    .wrapper-comments__list[data-v-77a47854]:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0
    }
    .wrapper-comments__list[data-v-77a47854]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px
    }
    .wrapper-comments__list li[data-v-77a47854] {
        display: block;
        position: relative;
        margin-bottom: 15px
    }
    .wrapper-comments__list li[data-v-77a47854]:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        width: 0
    }
    .wrapper-comments__reply[data-v-77a47854] {
        padding-left: 88px
    }
    .wrapper-comments__reply li[data-v-77a47854]:before {
        content: "";
        width: 100px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -95px
    }
}

@media(min-width:1024px) {
    .wrapper-comments[data-v-77a47854] {
        width: 600px
    }
}

[data-device=mobile] .post-info[data-v-6ea10610] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.post-share-icon[data-v-6ea10610] {
    cursor: pointer
}

.post-info[data-v-6ea10610] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 50px 0
}

.post-info.only-social-bar[data-v-6ea10610] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.post-info a.author-profile[data-v-6ea10610] {
    max-height: 35px;
    color: rgba(0, 0, 0, .54);
    border: 1px solid rgba(0, 0, 0, .54);
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.post-info a.author-profile[data-v-6ea10610]:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .54);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .54)
}

.author-content[data-v-6ea10610] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.author-content img[data-v-6ea10610] {
    border-radius: 50%
}

.author-content-info[data-v-6ea10610] {
    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;
    margin-left: 10px
}

.author-content-info .author-name[data-v-6ea10610] {
    color: rgba(0, 0, 0, .84)
}

.author-content-info .post-date[data-v-6ea10610] {
    color: rgba(0, 0, 0, .54)
}

.post-content img[data-v-6ea10610] {
    width: 100%
}

.categories-info[data-v-6ea10610] {
    line-height: 45px
}

.categories-info span[data-v-6ea10610] {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    margin-right: 3px;
    color: rgba(0, 0, 0, .54);
    background-color: rgba(0, 0, 0, .25)
}

.post-share-icon[data-v-6ea10610] {
    margin-top: 5px;
    margin-left: 2px;
    padding: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none
}

.post-share-icon[data-v-6ea10610]:hover {
    opacity: .7
}

.fa-facebook-f[data-v-6ea10610] {
    background: #3b5998;
    color: #fff
}

.icon-x[data-v-6ea10610] {
    background: #12100e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fa-instagram[data-v-6ea10610] {
    background: #d00174;
    color: #fff
}

.fa-linkedin-in[data-v-6ea10610] {
    background: #2867b2;
    color: #fff
}

.fa-pinterest[data-v-6ea10610] {
    background: red;
    color: #fff
}

.fa-medium-m[data-v-6ea10610] {
    background: #12100e;
    color: #fff
}

.fa-envelope[data-v-6ea10610],
.fa-link[data-v-6ea10610] {
    background: #363636;
    color: #fff
}

.fa-whatsapp[data-v-6ea10610] {
    background: #25d366;
    color: #fff
}

.fa-telegram[data-v-6ea10610] {
    background: #08c;
    color: #fff
}

[element=BlogPostComponent] .ql-editor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

[element=BlogPostComponent] .ql-editor>* {
    cursor: text
}

[element=BlogPostComponent] .ql-editor blockquote,
[element=BlogPostComponent] .ql-editor h1,
[element=BlogPostComponent] .ql-editor h2,
[element=BlogPostComponent] .ql-editor h3,
[element=BlogPostComponent] .ql-editor h4,
[element=BlogPostComponent] .ql-editor h5,
[element=BlogPostComponent] .ql-editor h6,
[element=BlogPostComponent] .ql-editor ol,
[element=BlogPostComponent] .ql-editor p,
[element=BlogPostComponent] .ql-editor pre,
[element=BlogPostComponent] .ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol,
[element=BlogPostComponent] .ql-editor ul {
    padding-left: 1.5em
}

[element=BlogPostComponent] .ql-editor ol>li,
[element=BlogPostComponent] .ql-editor ul>li {
    list-style-type: none
}

[element=BlogPostComponent] .ql-editor ul>li:before {
    content: "\2022"
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false],
[element=BlogPostComponent] .ql-editor ul[data-checked=true] {
    pointer-events: none
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false]>li *,
[element=BlogPostComponent] .ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false]>li:before,
[element=BlogPostComponent] .ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

[element=BlogPostComponent] .ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

[element=BlogPostComponent] .ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

[element=BlogPostComponent] .ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

[element=BlogPostComponent] .ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

[element=BlogPostComponent] .ql-editor ol li:not(.ql-direction-rtl),
[element=BlogPostComponent] .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

[element=BlogPostComponent] .ql-editor ol li.ql-direction-rtl,
[element=BlogPostComponent] .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

[element=BlogPostComponent] .ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

[element=BlogPostComponent] .ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

[element=BlogPostComponent] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

[element=BlogPostComponent] .ql-editor .ql-video {
    display: block;
    max-width: 100%
}

[element=BlogPostComponent] .ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

[element=BlogPostComponent] .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

[element=BlogPostComponent] .ql-editor .ql-bg-black {
    background-color: #000
}

[element=BlogPostComponent] .ql-editor .ql-bg-red {
    background-color: #e60000
}

[element=BlogPostComponent] .ql-editor .ql-bg-orange {
    background-color: #f90
}

[element=BlogPostComponent] .ql-editor .ql-bg-yellow {
    background-color: #ff0
}

[element=BlogPostComponent] .ql-editor .ql-bg-green {
    background-color: #008a00
}

[element=BlogPostComponent] .ql-editor .ql-bg-blue {
    background-color: #06c
}

[element=BlogPostComponent] .ql-editor .ql-bg-purple {
    background-color: #93f
}

[element=BlogPostComponent] .ql-editor .ql-color-white {
    color: #fff
}

[element=BlogPostComponent] .ql-editor .ql-color-red {
    color: #e60000
}

[element=BlogPostComponent] .ql-editor .ql-color-orange {
    color: #f90
}

[element=BlogPostComponent] .ql-editor .ql-color-yellow {
    color: #ff0
}

[element=BlogPostComponent] .ql-editor .ql-color-green {
    color: #008a00
}

[element=BlogPostComponent] .ql-editor .ql-color-blue {
    color: #06c
}

[element=BlogPostComponent] .ql-editor .ql-color-purple {
    color: #93f
}

[element=BlogPostComponent] .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

[element=BlogPostComponent] .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

[element=BlogPostComponent] .ql-editor .ql-size-small {
    font-size: .75em
}

[element=BlogPostComponent] .ql-editor .ql-size-large {
    font-size: 1.5em
}

[element=BlogPostComponent] .ql-editor .ql-size-huge {
    font-size: 2.5em
}

[element=BlogPostComponent] .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

[element=BlogPostComponent] .ql-editor .ql-align-center {
    text-align: center
}

[element=BlogPostComponent] .ql-editor .ql-align-justify {
    text-align: justify
}

[element=BlogPostComponent] .ql-editor .ql-align-right {
    text-align: right
}

[element=BlogPostComponent] .ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

[element=BlogPostComponent] {
    height: auto !important
}

.content-post img,
.content-post p>i frame {
    max-width: 100% !important
}

.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6,
.content-post p {
    margin: 0;
    font-size: unset !important
}

.content-post .ql-video {
    max-width: 100% !important;
    pointer-events: visible
}

.content-post .ql-align-center {
    text-align: center
}

.content-post .ql-align-right {
    text-align: right
}

.content-post .ql-align-justify {
    text-align: justify
}

.content-post .ql-font-andale-mono {
    font-family: Andale Mono, sans-serif
}

.content-post .ql-font-arial {
    font-family: Arial, sans-serif
}

.content-post .ql-font-arial-black {
    font-family: Arial Black, sans-serif
}

.content-post .ql-font-book-antiqua {
    font-family: Book Antiqua, sans-serif
}

.content-post .ql-font-comic-sans-ms {
    font-family: Comic Sans MS, sans-serif
}

.content-post .ql-font-courier-new {
    font-family: Courier New, sans-serif
}

.content-post .ql-font-georgia {
    font-family: Georgia, sans-serif
}

.content-post .ql-font-helvetica {
    font-family: Helvetica, sans-serif
}

.content-post .ql-font-impact {
    font-family: Impact, sans-serif
}

.content-post .ql-font-lato {
    font-family: Lato, sans-serif
}

.content-post .ql-font-montserrat {
    font-family: Montserrat, sans-serif
}

.content-post .ql-font-muli {
    font-family: Muli, sans-serif
}

.content-post .ql-font-nunito {
    font-family: Nunito, sans-serif
}

.content-post .ql-font-open-sans {
    font-family: Open Sans, sans-serif
}

.content-post .ql-font-playfair-display {
    font-family: Playfair Display, sans-serif
}

.content-post .ql-font-symbol {
    font-family: Symbol, sans-serif
}

.content-post .ql-font-roboto {
    font-family: Roboto, sans-serif
}

.content-post .ql-font-tahoma {
    font-family: Tahoma, sans-serif
}

.content-post .ql-font-terminal {
    font-family: Terminal, sans-serif
}

.content-post .ql-font-times-new-roman {
    font-family: Times New Roman, sans-serif
}

.content-post .ql-font-trebuchet-ms {
    font-family: Trebuchet MS, sans-serif
}

.content-post .ql-font-verdana {
    font-family: Verdana, sans-serif
}

[element=BlogCategoriesListComponent] .vdr[data-v-17f2c514] {
    height: auto !important
}

.category-list[data-v-17f2c514]:hover {
    color: var(--color-hover) !important;
    cursor: pointer
}

.button-search[data-v-7778c5f2]:hover {
    background-color: var(--color-hover) !important
}

.no-btn[data-v-1a58ed9e] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    cursor: pointer
}

.card-body[data-v-1a58ed9e],
.card-footer[data-v-1a58ed9e] {
    padding-left: 0;
    padding-right: 0
}

.card[data-v-1a58ed9e] {
    padding: 15px
}

.card-clean[data-v-3f437532] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.card-clean__thumbnail[data-v-3f437532] {
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.card-clean__content[data-v-3f437532] {
    width: 100%;
    padding: 20px
}

.card-clean__content-preview[data-v-3f437532] {
    margin: 20px 0
}

.card-clean__content-info[data-v-3f437532] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-hover[data-v-ca0ea7da] {
    position: relative;
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
    overflow: hidden
}

.card-hover [data-v-ca0ea7da] {
    position: relative;
    z-index: 2
}

.card-hover:hover .color-overlay[data-v-ca0ea7da] {
    background: rgba(74, 100, 114, .8)
}

.card-hover:hover .card-hover__content-preview[data-v-ca0ea7da] {
    bottom: -10px;
    opacity: 1
}

.card-hover[data-v-ca0ea7da],
.color-overlay[data-v-ca0ea7da] {
    border-radius: .7em
}

.color-overlay[data-v-ca0ea7da] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: background .7s;
    transition: background .7s;
    background: rgba(74, 100, 114, .3);
    z-index: 1
}

.card-hover__content-info[data-v-ca0ea7da] {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2em
}

.card-hover__content-info hr[data-v-ca0ea7da] {
    margin-top: -.4em;
    margin-bottom: 1em;
    width: 5em;
    height: .25em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: none
}

.card-hover__content-preview[data-v-ca0ea7da] {
    line-height: 1.1em;
    position: relative;
    bottom: -4em;
    opacity: 0;
    background: transparent;
    -webkit-transition: opacity .3s, bottom .3s;
    transition: opacity .3s, bottom .3s
}

.card-hover__footer[data-v-ca0ea7da] {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10em;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    border-radius: 0 0 .7em .7em
}

.card-hover__footer>.icon-holder[data-v-ca0ea7da] {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    display: inline-block
}

.card-hover__footer-categories[data-v-ca0ea7da] {
    top: 50px
}

.card-list[data-v-8fdf7280] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.card-list a[data-v-8fdf7280] {
    color: inherit
}

.card-list:hover .card-list__thumbnail[data-v-8fdf7280] {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg)
}

.card-list .card-list__content-info[data-v-8fdf7280] {
    position: relative;
    z-index: 0;
    height: 200px
}

.card-list .card-list__thumbnail[data-v-8fdf7280] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.card-list .details[data-v-8fdf7280],
.card-list .details ul[data-v-8fdf7280] {
    margin: auto;
    padding: 0;
    list-style: none
}

.card-list .details[data-v-8fdf7280] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.card-list .details a[data-v-8fdf7280] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.card-list .details ul li[data-v-8fdf7280] {
    display: inline-block
}

.card-list .details .categories li[data-v-8fdf7280] {
    margin-right: 2px
}

.card-list .details .categories li[data-v-8fdf7280]:first-child {
    margin-left: -4px
}

.card-list .card-list__content-preview[data-v-8fdf7280] {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.card-list .card-list__content-preview h1[data-v-8fdf7280],
.card-list .card-list__content-preview h2[data-v-8fdf7280] {
    font-family: Poppins, sans-serif
}

.card-list .card-list__content-preview h1[data-v-8fdf7280] {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.card-list .card-list__content-preview h2[data-v-8fdf7280] {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.card-list .card-list__content-preview .read-more a[data-v-8fdf7280] {
    display: inline-block;
    position: relative
}

.card-list .card-list__content-preview .read-more:hover a[data-v-8fdf7280] {
    color: var(--btn-theme-grid-color-readmorehover) !important
}

.card-list .card-list__content-preview .read-more a[data-v-8fdf7280]:after {
    content: "\F055";
    font-family: Material Design Icons;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s
}

.card-list .card-list__content-preview .read-more a[data-v-8fdf7280]:hover:after {
    margin-left: 5px;
    opacity: 1
}

.card-list p[data-v-8fdf7280] {
    position: relative;
    margin: 1rem 0 0
}

.card-list p[data-v-8fdf7280]:first-of-type {
    margin-top: 1.25rem
}

.card-list p[data-v-8fdf7280]:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--my-color-var);
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.card-list:hover .details[data-v-8fdf7280] {
    left: 0
}

@media (min-width:640px) {
    .card-list[data-v-8fdf7280] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .card-list .card-list__content-info[data-v-8fdf7280] {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto
    }
    .card-list .card-list__content-preview[data-v-8fdf7280] {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .card-list .card-list__content-preview[data-v-8fdf7280]:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: var(--detail-color-theme-1) !important;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1
    }
    .card-list.alt[data-v-8fdf7280] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .card-list.alt .card-list__content-preview[data-v-8fdf7280]:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }
    .card-list.alt .details[data-v-8fdf7280] {
        padding-left: 25px
    }
}

[element=BlogArticleListComponent] {
    height: auto !important
}

.icon-loading {
    display: inline-block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 15px;
    color: #006fff
}

.card-container {
    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
}

[data-device=mobile] .card-article,
[data-device=tablet] .card-article {
    width: 100% !important;
    margin-left: 0 !important
}

[data-device=desktop] .clean-theme-mobile,
[data-device=mobile] .clean-theme-desktop,
[data-device=tablet] .clean-theme-desktop {
    display: none !important
}

[data-device=mobile] .clean-theme-mobile,
[data-device=tablet] .clean-theme-mobile {
    display: block !important
}

[data-device=desktop] .clean-theme-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

[data-device=desktop] .hover-theme-mobile,
[data-device=mobile] .hover-theme-desktop,
[data-device=tablet] .hover-theme-desktop {
    display: none !important
}

[data-device=desktop] .hover-theme-desktop,
[data-device=mobile] .hover-theme-mobile,
[data-device=tablet] .hover-theme-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.blog-news-slider[data-v-7942b71e] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.blog-news-slider div[data-v-7942b71e] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    background-size: cover;
    left: 100%
}

.blog-news-slider div[data-v-7942b71e]:first-child {
    left: 0
}

.blog-news-slider .news-info-slider[data-v-7942b71e] {
    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
}

.blog-news-slider .news-info-slider p[data-v-7942b71e] {
    width: 100% !important;
    margin: 0
}

.arrow-left[data-v-7942b71e] {
    margin-left: 10px;
    text-align: center
}

.arrow-left[data-v-7942b71e],
.arrow-right[data-v-7942b71e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 0;
    cursor: pointer
}

.arrow-right[data-v-7942b71e] {
    right: 0;
    margin-right: 10px
}

.slider-in-right[data-v-7942b71e] {
    left: -100%
}

.slider-in-left[data-v-7942b71e],
.slider-in-right[data-v-7942b71e] {
    -webkit-animation: slideIn-7942b71e 1s forwards;
    animation: slideIn-7942b71e 1s forwards
}

.slider-in-left[data-v-7942b71e] {
    left: 100%
}

.slider-out-right[data-v-7942b71e] {
    -webkit-animation: slideOutRight-7942b71e 1s forwards;
    animation: slideOutRight-7942b71e 1s forwards
}

.slider-out-left[data-v-7942b71e] {
    -webkit-animation: slideOutLeft-7942b71e 1s forwards;
    animation: slideOutLeft-7942b71e 1s forwards
}

@keyframes slideIn-7942b71e {
    to {
        left: 0
    }
}

@keyframes slideOutRight-7942b71e {
    to {
        left: 100%
    }
}

@keyframes slideOutLeft-7942b71e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideOutLeft-7942b71e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideIn-7942b71e {
    to {
        left: 0
    }
}

@-webkit-keyframes slideOutRight-7942b71e {
    to {
        left: 100%
    }
}

.loading[data-v-583b8261] {
    display: none
}

.form-group.form-input-check[data-v-583b8261] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

p[data-v-2217ef7a] {
    font-size: 18px !important;
    margin-bottom: 10px !important
}

.btn[data-v-2217ef7a] {
    font-weight: 700
}

.btn[data-v-2217ef7a]:hover {
    background-color: var(--tab-user-bg-color--hover) !important
}

.form-control[data-v-2217ef7a]::-webkit-input-placeholder,
.form-control[data-v-2217ef7a]::-webkit-input-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]::-moz-placeholder,
.form-control[data-v-2217ef7a]::-moz-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]:-ms-input-placeholder,
.form-control[data-v-2217ef7a]:-ms-input-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]::-ms-input-placeholder,
.form-control[data-v-2217ef7a]::-ms-input-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]::placeholder,
.form-control[data-v-2217ef7a]::placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.alert[data-v-2217ef7a]:not(.alert-secondary) {
    color: #fff
}

.alert[data-v-2217ef7a] {
    font-size: .875rem;
    border: 0;
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border: .0625rem solid transparent;
    border-radius: .25rem
}

.alert-success[data-v-2217ef7a] {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c
}

.alert-danger[data-v-2217ef7a] {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676
}

.table-members-area-title[data-v-327d7c1e] {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px
}

.table-members-area-title p[data-v-327d7c1e] {
    font-size: 18px !important;
    padding-right: 15px !important;
    padding-left: 15px !important
}

i[data-v-327d7c1e] {
    font-size: 25px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    cursor: pointer
}

.table-members-area .table-th[data-v-327d7c1e] {
    border-bottom: 1px solid #ddd;
    margin-bottom: .5rem;
    font-weight: 700 !important
}

.table-members-area .table-members-area-row[data-v-327d7c1e] {
    padding: .25rem 0
}

.table-members-area .table-members-area-row .table-members-area-col p[data-v-327d7c1e] {
    font-size: 16px !important;
    font-weight: 700 !important
}

.table-members-area .table-members-area-row .table-members-area-col p[data-v-327d7c1e]:not(.p-0) {
    padding: .5rem 0 0 !important
}

.table-members-area .divisor-mobile[data-v-327d7c1e] {
    border-bottom: 1px solid #ddd;
    padding: .25rem 0
}

.tab-content[data-v-a2d39d56] {
    padding: 15px
}

.nav-pills .nav-link[data-v-a2d39d56] {
    min-width: 120px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.container-nav-user .nav-pills .nav-link[data-v-a2d39d56]:hover {
    background-color: var(--tab-user-bg-color--hover) !important
}

[data-device=mobile] [element=ContentNavUserComponent] .container-nav-user[data-v-a2d39d56] {
    width: 100% !important;
    height: auto !important
}

.container-button-members-area[data-v-539561d0] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.container-button-members-area .ma-menu-dropdown[data-v-539561d0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container-button-members-area .ma-menu-dropdown[data-v-539561d0]:hover {
    background-color: var(--dropdown-user-background-color--hover) !important
}

.container-button-members-area .ma-menu-dropdown:hover .ma-dropdown-item[data-v-539561d0] {
    color: var(--dropdown-user-text-color--hover) !important
}

.container-button-members-area .ma-menu-dropdown .ma-dropdown-item[data-v-539561d0] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis
}

.container-button-members-area .ma-menu-dropdown .ma-dropdown-divider[data-v-539561d0] {
    height: 0;
    margin: .25rem 1rem;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.btn-members-area[data-v-539561d0] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.btn-members-area.login:not(.is-auth) .btn-members-area-text[data-v-539561d0],
.btn-members-area.register:not(.is-auth) .btn-members-area-text[data-v-539561d0] {
    min-width: 100% !important;
    max-width: 100% !important
}

.btn-members-area.is-auth .btn-member-dropdown[data-v-539561d0] {
    width: 100%
}

.btn-members-area.is-auth .btn-members-area-text[data-v-539561d0]:not(.btn-member-dropdown):first-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 65%
}

.btn-members-area.is-auth .btn-members-area-text[data-v-539561d0]:not(.btn-member-dropdown):last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 35%
}

.btn-members-area:not(.is-auth) .btn-members-area-text[data-v-539561d0] {
    max-width: 50%
}

.btn-members-area:not(.is-auth) .btn-members-area-text:not(.btn-member-dropdown) span[data-v-539561d0] {
    max-width: 100%
}

.btn-members-area .btn-members-area-text[data-v-539561d0] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-members-area .btn-members-area-text[data-v-539561d0]:hover {
    background-color: var(--button-user-background-color--hover) !important;
    color: var(--button-user-text-color--hover) !important
}

.btn-members-area .btn-members-area-text .icon-member-dropdown[data-v-539561d0] {
    min-width: 10%;
    text-align: right
}

.btn-members-area .btn-members-area-text:first-child:not(.btn-member-dropdown) span[data-v-539561d0] {
    max-width: 100%
}

.btn-members-area .btn-members-area-text span[data-v-539561d0] {
    display: table-cell;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: middle;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: inherit
}

.btn-members-area .btn-members-area-text span i[data-v-539561d0] {
    margin-right: 5px;
    margin-left: 5px
}

[data-device=mobile] [element=ButtonUserComponent] .btn-members-area[data-v-539561d0] {
    width: 100% !important;
    height: auto !important
}

[data-device=mobile] .container-button-members-area .ma-menu-dropdown[data-v-539561d0] {
    width: 100% !important
}

[data-device=mobile] [element=ButtonUserComponent] .btn-members-area-text[data-v-539561d0] {
    padding: 6px 0
}

.sitebuilder-element-lottie-file-content.sitebuilder-element-lottie-file-content-with-controls {
    position: relative
}

.sitebuilder-element-lottie-file-content.sitebuilder-element-lottie-file-content-with-controls #lottie-controls {
    position: absolute
}

.sitebuilder-element-lottie-file-content .vue-lottie-player {
    background: transparent
}

[data-device=desktop] .sitebuilder-element-container[data-v-09f56307],
[data-device=mobile] .sitebuilder-element-container[data-v-09f56307],
[data-device=tablet] .sitebuilder-element-container[data-v-09f56307] {
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    max-width: none !important
}

.floating-button[data-v-09f56307] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.floating-button-image[data-v-09f56307] {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%
}

.call-to-action[data-v-09f56307] {
    -webkit-box-shadow: hsla(0, 0%, 53.3%, .4) 0 1px 7px;
    box-shadow: 0 1px 7px hsla(0, 0%, 53.3%, .4);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-decoration: none !important;
    color: #000 !important
}

.left[data-v-09f56307] {
    left: calc(100% + 20px)
}

.right[data-v-09f56307] {
    right: calc(100% + 20px)
}

.call-to-action[data-v-09f56307]:after,
.call-to-action[data-v-09f56307]:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.call-to-action.left[data-v-09f56307]:after,
.call-to-action.left[data-v-09f56307]:before {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    left: -5px
}

.call-to-action.right[data-v-09f56307]:after,
.call-to-action.right[data-v-09f56307]:before {
    border-right: 1px solid #e2e2e2;
    right: -5px
}

@-webkit-keyframes ijMbJr-09f56307 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes ijMbJr-09f56307 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.call-to-action-animation[data-v-09f56307] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: ijMbJr-09f56307;
    animation-name: ijMbJr-09f56307
}

.call-to-action-text[data-v-09f56307] {
    text-align: center;
    padding: 10px 10px;
    line-height: 16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    margin: auto;
    white-space: nowrap
}

[data-device=desktop] .full-height-quiz .vdr[data-v-3141771e] {
    height: 720px !important
}

[data-device=desktop] .embed-responsive[data-v-3141771e] {
    min-height: unset !important
}

.quiz-is-empty[data-v-3141771e] {
    width: 100%;
    height: 100%;
    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;
    background-color: #fff
}