.product_img_rot {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 100%
}

.product_button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.container-variants .con-dtl-content {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 30px;
    padding: 3em 2.5em;
    margin-top: -2em;
    background: #FFF;
}

.btnCustomize.btn-icon {
    border-radius: 100%;
    height: 5em;
    width: 5em;
    padding: 0.25em;
    border: 5px solid transparent;
    margin: 15px;
}

.btnCustomize.btn-icon.active {
    border: 5px solid #00ADEE;
}

.btnCustomize-group {
    flex-wrap: wrap;
}

.btnCustomize-group,
.btnCustomize-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btnCustomize-group .btnCustomize.active {
    background: #18225E;
    color: #12CC8E;
}

.btnCustomize-group-vertical.btnCustomize.active,
.btnCustomize-group-vertical.btnCustomize:active,
.btnCustomize-group-vertical.btn:focus,
.btnCustomize-group.btnCustomize.active,
.btnCustomize-group.btnCustomize:active,
.btnCustomize-group.btn:focus {
    z-index: 1;
}

.btnCustomize-group .btnCustomize {
    background: #F2F2F2;
    color: #A5B4BE;
    padding: 0.75em 1.75em;
    border: 2.5px solid #FFF;
}

.btnCustomize-group.btn:not(:first-child) {
    margin-left: -1px;
}

.dropdown.dropdown-primary .dropdown-toggle {
    background: #0050A0;
    padding: 1.5em 2em;
    text-align: left;
    color: #fff;
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
}

.dropdown .dropdown-menu {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background: #EFEFEF;
    border: none;
    width: 100%;
    border-radius: 30px;
    z-index: 401;
    padding: 0;
    max-height: 70vh;
    overflow: auto;
}

.lazShop {
    color: #18225E;
    justify-items: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
    position: relative;

}

.lazShopImg {
    max-height: 3em;
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 50%;
}

.dropdown .dropdown-menu .dropdown-item {
    color: #18225E;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 1em 1em;
    position: relative;
}

.dropdown .dropdown-toggle {
    display: flex;
    justify-items: center;
    position: relative;
    z-index: 400;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btnCustomize {
    border-radius: 50px;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown.dropdown-primary .dropdown-toggle {
    background: #0050A0;
    width: 100%;
    padding: 1.5em 2em;
    text-align: left;
    color: #fff;
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
}

.dropdown .dropdown-toggle {
    display: flex;
    justify-items: center;
    position: relative;
    z-index: 400;
}

.dropdown .dropdown-menu {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background: #EFEFEF;
    border: none;
    width: 100%;
    border-radius: 30px;
    z-index: 401;
    padding: 0;
    max-height: 70vh;
    overflow: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.dropdown.dropdown-primary>.dropdown-toggle {
    background: #0050A0;
    width: 100%;
    padding: 1.5em 2em;
    text-align: left;
    color: #fff;
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
}

.dropdown>.dropdown-toggle {
    display: flex;
    justify-items: center;
    position: relative;
    z-index: 400;
}

.dropdown.show>.dropdown-toggle {
    z-index: 402;
}

.container-about {
    background: #82ff9c;
    background: -moz-linear-gradient(left, #82ff9c 0%, #60e8b3 19%, #2cc6d7 52%, #0cb1ed 88%, #00a9f6 100%);
    background: -webkit-linear-gradient(left, #82ff9c 0%, #60e8b3 19%, #2cc6d7 52%, #0cb1ed 88%, #00a9f6 100%);
    background: linear-gradient(to right, #82ff9c 0%, #60e8b3 19%, #2cc6d7 52%, #0cb1ed 88%, #00a9f6 100%);
    overflow: hidden;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.container-about .row {
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: -15px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-about .con-img-wrapper {
    position: relative;
    width: 20em;
    height: 20em;
}

.container-about .con-img-wrapper .con-img {
    background: #fff;
    border-radius: 100%;
    width: 20em;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

element.style {
    background-color: #475993;
    color: #FFFFFF;
}


.btnSocialMedia {
    display: block;
    border-radius: 36.5px;
    padding: 2%;
    height: 60.84px;
    min-width: 235px;
    margin: 2%;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    text-align: right;
}

.logoImg {
    max-height: 100%;
    width: auto;
}

.media_img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    border-style: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-initialized .slick-slide {
    display: block;
}

.prd-dtl {
    color: #18225E;
    text-align: center;
}

.container-cross-sell .prd-dtl .tagline {
    font-size: 1.3em;
}

.container-cross-sell .prd-dtl .prd-space {
    height: 6em;
}

.container-cross-sell .prd-dtl .prd-ctl {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    text-align: center;
}

.prd-dtl .btn-hollow {
    padding: 0.75em 3.5em;
    margin-bottom: 0.5em;
}

.btnCustomize.btn-hollow {
    border: 3px solid #0050A0;
    padding: 1em 4em;
    font-size: 1.125em;
    color: #0050A0;
}

.btnCustomize {
    border-radius: 50px;
}

.prd .con-img {
    width: 100%;
    padding: 5em 2.5em;
    position: relative;
}

.prd .con-img .img-bg {
    background: transparent url(../themes/etika2019/images/prd-glow.png) no-repeat;
    background-position: center center;
    background-size: 90% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

.prd .con-img .con-img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transform: rotate(7deg);
    left: -2px;
}

.prd .con-img .con-img-inner .img-prd {
    max-height: 320px;
    transition: transform 0.5s ease-in-out;
}

/* ORIGINAL CSS */

section.block {
    display: block;
}

section.block>div>.container,
section.block>div>.container-fluid {
    padding: 2.5em 15px;
}

.section-product .block-trending {
    background: none;
}

.section-product .block-trending .container-trending {
    color: #18225E;
}

.section-product .block-trending .container-trending .shoutout {
    color: #18225E;
}

.section-product .block-trending .container-trending .row-learn-more {
    display: none;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}


.container-about {
    background: #82ff9c;
    background: -moz-linear-gradient(left, #82ff9c 0%, #60e8b3 19%, #2cc6d7 52%, #0cb1ed 88%, #00a9f6 100%);
    background: -webkit-linear-gradient(left, #82ff9c 0%, #60e8b3 19%, #2cc6d7 52%, #0cb1ed 88%, #00a9f6 100%);
    background: linear-gradient(to right, #82ff9c 0%, #60e8b3 19%, #2cc6d7 52%, #0cb1ed 88%, #00a9f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#82ff9c", endColorstr="#00a9f6", GradientType=1);
    overflow: hidden;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-about .con-img-wrapper {
    position: relative;
    width: 20em;
    height: 20em;
}

.container-about .con-img-wrapper:before {
    content: "";
    position: absolute;
    background: transparent url(../themes/etika2019/images/bg-circle-mask.png) no-repeat center center;
    background-size: 100% auto;
    width: 58.5em;
    height: 58.5em;
    top: -17em;
    left: -19.3em;
}

.container-about .con-img-wrapper .con-img {
    background: #fff;
    border-radius: 100%;
    width: 20em;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.container-about .con-img-wrapper .con-img img {
    max-width: 90%;
    height: auto;
}

.container-about .con-about-wrapper {
    margin: 2.5em;
    color: #18225E;
}

.container-about .con-about-wrapper .tagline {
    font-size: 2.5em;
}

.container-about .fact {
    text-align: center;
}

.container-about .fact img {
    margin-bottom: 0.5em;
}

.container-about .row-facts .fact {
    position: relative;
    padding: 0 15px;
    margin-bottom: 0.5em;
}

.container-about .row-facts .fact p {
    width: 100%;
}

.container-about .row {
    width: 100%;
}

@media (min-width:992px) {
    .container-about {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .container-about .row-facts>div:not(:nth-child(n+3)):not(:last-child) .fact {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .container-about .row-facts>div:not(:nth-child(n+3)):not(:last-child) .fact:after {
        content: "";
        border-right: 2px solid #18225E;
        position: absolute;
        width: 2px;
        height: 80%;
        top: 10%;
        right: -15px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

    @media (max-width:991.98px) {
        .divWebBrowser {
            display: none !important;
        }

        .divMobiBrowser {
            display: block !important;
        }

        .container-about .con-about-wrapper {
            margin-left: 0;
            margin-right: 0;
        }

            .container-about .con-about-wrapper .con-about {
                text-align: center;
            }

                .container-about .con-about-wrapper .con-about .btn-social-media + .btn-social-media {
                    margin-left: 0;
                    margin-top: 1em;
                }

        .container-about .row-facts {
            margin-left: 0;
            margin-right: 0;
        }

        .card-connector:not(:last-child) {
            height: 80px;
            position: absolute;
            bottom: -80px;
            left: calc(50% - 1px);
            width: 2px;
            background: #fff;
        }
    }


    .shoutout {
        text-align: center;
        color: #18225E;
        margin-bottom: 2em;
    }

        .shoutout p {
            font-size: 16px;
        }

            .shoutout p.tagline {
                font-family: "Core Rhino", sans-serif;
                font-size: 2.75em;
            }

    @media (min-aspect-ratio:16/9) and (max-height:767px) {
        .templates.templates-type-1 p.tagline {
            font-size: 2.75em;
            line-height: 1.1;
        }

        .templates.templates-type-1 .img-tagline {
            max-height: 4.25em;
        }

        .templates.templates-type-2 p,
        .templates.templates-type-3 p,
        .templates.templates-type-4 p,
        .templates.templates-page-visual p,
        .templates.templates-basic-texts p {
            font-size: 1.25em;
        }

            .templates.templates-type-2 p.title,
            .templates.templates-type-3 p.title,
            .templates.templates-type-4 p.title,
            .templates.templates-page-visual p.title,
            .templates.templates-basic-texts p.title {
                font-size: 1.25em;
            }

            .templates.templates-type-2 p.tagline,
            .templates.templates-type-3 p.tagline,
            .templates.templates-type-4 p.tagline,
            .templates.templates-page-visual p.tagline,
            .templates.templates-basic-texts p.tagline {
                font-size: 3.666em;
                line-height: 1.1;
            }

            .templates.templates-type-2 p + .btn,
            .templates.templates-type-3 p + .btn,
            .templates.templates-type-4 p + .btn,
            .templates.templates-page-visual p + .btn,
            .templates.templates-basic-texts p + .btn {
                margin-top: 2.5em;
            }

        .templates.templates-page-visual {
            padding-top: 12.5vh;
            padding-bottom: 7.5vh;
        }

        .templates.templates-type-1 {
            padding-top: 2.5vh;
        }

        .templates.templates-type-2 {
            padding-top: 10vh;
            padding-bottom: 10vh;
        }

        .templates.templates-type-3 {
            padding-top: 32.5vh;
            padding-bottom: 7.5vh;
        }
    }

    .container-variants .con-carousel {
        width: 7.5em;
        margin: 0 auto;
    }

    @media (min-width:1200px) {
        
        .templates.templates-item-list-type-4 .indexed-item-list > .col-xl-2 {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }

    @media (min-width:768px) {
        .container-variants .con-carousel {
            width: 22.5em;
        }
    }

    @media (min-width:992px) {
        .divMobiBrowser {
            display: none;
        }

        .divWebBrowser {
            display: block !important;
        }


        .block-product-list .con-img {
            width: 35vw;
        }

            .block-product-list .con-img .con-img-inner .img-prd {
                max-height: 240px;
            }

        .container-variants .con-carousel {
            width: 95%;
        }

        .visual-bg {
            position: relative;
        }

            .visual-bg .visual-left {
                position: absolute;
                top: 650px;
                left: 0;
            }

            .visual-bg .visual-right {
                position: absolute;
                top: 300px;
                right: 0;
            }
    }


    @media (min-width:1761px) {
        .s-carousel-product .prd .con-img .img-bg {
            background-size: 75% auto;
        }
    }

    @media (min-width:1901px) {
        .s-carousel-product .prd .con-img .img-bg {
            background-size: 70% auto;
        }
    }

    .carousel {
        position: relative;
    }

        .carousel.pointer-event {
            -ms-touch-action: pan-y;
            touch-action: pan-y
        }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
    }

        .carousel-inner::after {
            display: block;
            clear: both;
            content: ""
        }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-item {
            transition: none
        }
    }

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block
    }

        .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

    .carousel-fade .carousel-item {
        opacity: 0;
        transition-property: opacity;
        -webkit-transform: none;
        transform: none
    }

        .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
            z-index: 1;
            opacity: 1
        }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        z-index: 0;
        opacity: 0;
        transition: 0s .6s opacity
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
            transition: none
        }
    }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color: #fff;
        text-align: center;
        opacity: .5;
        transition: opacity .15s ease
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-control-next, .carousel-control-prev {
            transition: none
        }
    }

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control-prev {
        left: 0
    }

    .carousel-control-next {
        right: 0
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: no-repeat 50%/100% 100%
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none
    }

        .carousel-indicators li {
            box-sizing: content-box;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 30px;
            height: 3px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            transition: opacity .6s ease
        }

    @media (prefers-reduced-motion:reduce) {
        .carousel-indicators li {
            transition: none
        }
    }

    .carousel-indicators .active {
        opacity: 1
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center
    }


    .carousel-indicators {
        z-index: 450;
    }

        .carousel-indicators li {
            background: transparent;
            width: 10px;
            height: 10px;
            padding: 10px;
            position: relative;
        }

            .carousel-indicators li:after {
                content: "";
                position: absolute;
                display: block;
                top: 10px;
                left: 10px;
                width: 15px;
                height: 15px;
                border-radius: 100%;
                background-color: #E3E3E3;
            }

            .carousel-indicators li.active:after {
                background-color: #18225E;
            }

    .carousel-item .templates {
        height: calc(100vh - 4em);
    }


    .flipbook-viewport .con-flipbook .flip-control-left {
        left: -50px;
        background-image: url(../themes/etika2019/images/icons/carousel-left.png);
        background-size: 100% 100%;
    }

    .flipbook-viewport .con-flipbook .flip-control-right {
        right: -50px;
        background-image: url(../themes/etika2019/images/icons/carousel-right.png);
        background-size: 100% 100%;
    }



    .s-carousel-product {
        margin-top: -1.8em;
        margin-bottom: -1.8em;
    }

        .s-carousel-product .prd .con-img .img-bg {
            background-size: 80% auto;
        }


    .s-carousel {
        position: relative;
    }

        .s-carousel:not(.slick-initialized) {
            visibility: hidden;
        }

        .s-carousel .slick-arrow.slick-disabled {
            display: none !important;
        }

        .s-carousel.s-carousel-product .slick-arrow {
            position: absolute;
            z-index: 1;
            top: 50%;
            background: transparent;
            background-size: 100% 100%;
            width: 60px;
            height: 60px;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
            display: block;
            border-radius: 100%;
            border: none;
            outline: none;
        }

            .s-carousel.s-carousel-product .slick-arrow.slick-prev {
                left: 0px;
                background-image: url(../themes/etika2019/images/icons/carousel-left.png);
                background-size: 100% 100%;
            }

            .s-carousel.s-carousel-product .slick-arrow.slick-next {
                right: 0px;
                background-image: url(../themes/etika2019/images/icons/carousel-right.png);
                background-size: 100% 100%;
            }

        .s-carousel.s-carousel-variants .slick-track {
            margin-left: 0;
            margin-right: 0;
        }

        .s-carousel.s-carousel-variants .slick-slide {
            height: auto;
        }

        .s-carousel.s-carousel-variants .slick-arrow {
            overflow: hidden;
            text-indent: -9999px;
            border: none;
            background: #FFFFFF;
            border-radius: 100%;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            display: block;
            width: 4em;
            height: 4em;
            position: absolute;
            z-index: 10;
        }

            .s-carousel.s-carousel-variants .slick-arrow:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: transparent url(../themes/etika2019/images/icons/arrow-down_18225E.png) center center no-repeat;
                background-size: auto 1em;
            }

            .s-carousel.s-carousel-variants .slick-arrow.slick-prev {
                top: 1.5em;
                left: -5em;
            }

                .s-carousel.s-carousel-variants .slick-arrow.slick-prev:after {
                    -moz-transform: rotate(90deg) translate(0, 2px);
                    -o-transform: rotate(90deg) translate(0, 2px);
                    -webkit-transform: rotate(90deg) translate(0, 2px);
                    transform: rotate(90deg) translate(0, 2px);
                }

            .s-carousel.s-carousel-variants .slick-arrow.slick-next {
                top: 1.5em;
                right: -5em;
            }

                .s-carousel.s-carousel-variants .slick-arrow.slick-next:after {
                    -moz-transform: rotate(270deg) translate(0, 2px);
                    -o-transform: rotate(270deg) translate(0, 2px);
                    -webkit-transform: rotate(270deg) translate(0, 2px);
                    transform: rotate(270deg) translate(0, 2px);
                }

        .s-carousel.s-carousel-variants .item {
            text-align: center;
            padding: 4px 0;
        }

        .s-carousel.s-carousel-flash-promos .slick-track {
            margin-left: 0;
            margin-right: 0;
        }

        .s-carousel.s-carousel-flash-promos .slick-arrow {
            overflow: hidden;
            text-indent: -9999px;
            border: none;
            display: block;
            width: 4em;
            height: 4em;
            position: absolute;
            background: transparent;
            z-index: 10;
        }

            .s-carousel.s-carousel-flash-promos .slick-arrow:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: transparent url(../themes/etika2019/images/icons/arrow-down_18225E.png) center center no-repeat;
                background-size: auto 1em;
            }

            .s-carousel.s-carousel-flash-promos .slick-arrow.slick-prev {
                top: 0.5em;
                left: 0em;
            }

                .s-carousel.s-carousel-flash-promos .slick-arrow.slick-prev:after {
                    -moz-transform: rotate(90deg) translate(0, 2px);
                    -o-transform: rotate(90deg) translate(0, 2px);
                    -webkit-transform: rotate(90deg) translate(0, 2px);
                    transform: rotate(90deg) translate(0, 2px);
                }

            .s-carousel.s-carousel-flash-promos .slick-arrow.slick-next {
                top: 0.5em;
                right: 0em;
            }

                .s-carousel.s-carousel-flash-promos .slick-arrow.slick-next:after {
                    -moz-transform: rotate(270deg) translate(0, 2px);
                    -o-transform: rotate(270deg) translate(0, 2px);
                    -webkit-transform: rotate(270deg) translate(0, 2px);
                    transform: rotate(270deg) translate(0, 2px);
                }

        .s-carousel.s-carousel-flash-promos .item > div {
            height: 75px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0.35em 4em;
        }

            .s-carousel.s-carousel-flash-promos .item > div p {
                font-size: 0.75em;
                text-align: center;
                margin: 0;
            }

                .s-carousel.s-carousel-flash-promos .item > div p > span {
                    margin: 0.2em;
                }

    @media (min-width:768px) {
        .s-carousel.s-carousel-product .slick-arrow.slick-prev {
            left: 50px;
        }

        .s-carousel.s-carousel-product .slick-arrow.slick-next {
            right: 50px;
        }

        .s-carousel.s-carousel-variants .slick-arrow.slick-prev {
            top: 0.5em;
        }

        .s-carousel.s-carousel-variants .slick-arrow.slick-next {
            top: 0.5em;
        }

        .s-carousel.s-carousel-flash-promos .item > div p {
            font-size: 1em;
        }

            .s-carousel.s-carousel-flash-promos .item > div p > span {
                margin: 0.2em;
            }
    }

    .carousel {
        position: relative
    }


    @media (max-width:767.98px) {
        .kv-wrapper .kv-content-wrapper .kv-content .tagline {
            font-size: 2em;
        }

        .kv-wrapper .kv-content-wrapper .kv-content img {
            max-width: 100%;
            max-height: 250px;
            width: auto;
            margin-top: 2.5em;
        }

        .btn-group .btn {
            padding: 0.75em 1.25em;
        }

        .container-variants .con-dtl-content {
            margin-top: -3em;
        }

            .container-variants .con-dtl-content .tagline {
                font-size: 2em;
            }

            .container-variants .con-dtl-content > hr {
                margin: 1.5em 0;
            }

        .container-variants .con-img .prd-img-wrapper {
            overflow: initial;
        }

            .container-variants .con-img .prd-img-wrapper img {
                max-height: 32vh;
            }

            .container-variants .con-img .prd-img-wrapper .prd-img-bg {
                background-size: auto 100%;
            }

        .s-carousel.s-carousel-variants .slick-arrow {
            width: 3em;
            height: 3em;
        }

            .s-carousel.s-carousel-variants .slick-arrow:after {
                background-size: auto 0.75em;
            }

        .flipbook-viewport-wrapper-viewport {
            min-height: 600px;
        }

        .block-trending .container-trending .trending-item .con-img {
            max-height: 260px;
        }

        .block-trending .container-trending .trending-item .content .desc-wrapper {
            height: 80px;
        }

        .btn.btn-learn-more:before {
            border-width: 6px;
        }
    }


    .templates {
        background-size: cover;
        background-position: center center;
        padding: 2.5em 20px 5em 20px;
    }

        .templates.templates-video {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
        }

            .templates.templates-video:not(.playing):before {
                content: url(../themes/etika2019/images/icons/video_play.png);
                position: absolute;
                z-index: 10;
                pointer-events: none;
                width: 180px;
                height: 180px;
                top: calc(50% - 90px);
                left: calc(50% - 90px);
            }

            .templates.templates-video img {
                display: block;
                cursor: pointer;
            }

            .templates.templates-video iframe {
                display: block;
            }

        .templates.templates-type-1, .templates.templates-type-2, .templates.templates-type-3, .templates.templates-page-visual {
            min-height: calc(100vh - 4em);
            color: #fff;
            background-size: cover;
            background-position: center center;
        }

        .templates.templates-page-visual {
            align-items: center;
            display: flex;
        }

            .templates.templates-page-visual.page-visual-fwidth {
                font-size: 1.15em;
            }

        .templates.templates-type-1 {
            text-align: center;
        }

            .templates.templates-type-1 p.tagline {
                font-size: 2.5em;
                line-height: 1.15;
            }

        .templates.templates-type-2 .placeholder {
            width: 1px;
            height: 35vh;
        }

        .templates.templates-type-2 p, .templates.templates-type-3 p, .templates.templates-type-4 p, .templates.templates-page-visual p, .templates.templates-basic-texts p {
            font-size: 1.1em;
        }

            .templates.templates-type-2 p.title, .templates.templates-type-3 p.title, .templates.templates-type-4 p.title, .templates.templates-page-visual p.title, .templates.templates-basic-texts p.title {
                font-size: 1.25em;
            }

            .templates.templates-type-2 p.tagline, .templates.templates-type-3 p.tagline, .templates.templates-type-4 p.tagline, .templates.templates-page-visual p.tagline, .templates.templates-basic-texts p.tagline {
                font-size: 2.5em;
                line-height: 1.1;
            }

            .templates.templates-type-2 p + .btn, .templates.templates-type-3 p + .btn, .templates.templates-type-4 p + .btn, .templates.templates-page-visual p + .btn, .templates.templates-basic-texts p + .btn {
                margin-top: 2.5em;
            }

        .templates.templates-type-2 .row .con-img {
            order: 1;
        }

        .templates.templates-type-2 .row .content {
            order: 2;
            padding: 15px;
        }

        .templates.templates-type-3 .tagline-right {
            margin-top: 2.5em;
            text-align: right;
        }

        .templates.templates-type-4 {
            padding: 0;
        }

            .templates.templates-type-4 .img-bg {
                width: 100%;
            }

            .templates.templates-type-4 .content-wrapper {
                padding: 2.5em 30px;
            }

                .templates.templates-type-4 .content-wrapper .content {
                    text-align: center;
                }

        .templates.templates-item-list-type-1 {
            padding-top: 2.5em;
            padding-bottom: 2.5em;
            color: #FFF;
            text-align: center;
        }

            .templates.templates-item-list-type-1 .tagline {
                font-size: 2.5em;
            }

            .templates.templates-item-list-type-1 .img-cover {
                max-width: 100%;
            }

            .templates.templates-item-list-type-1 .bullet-point {
                margin-bottom: 1em;
            }

                .templates.templates-item-list-type-1 .bullet-point .con-img {
                    height: 5em;
                    text-align: center;
                    margin: 1em 0;
                }

                    .templates.templates-item-list-type-1 .bullet-point .con-img img {
                        width: auto;
                        height: 100%;
                    }

                .templates.templates-item-list-type-1 .bullet-point .content {
                    font-size: 1em;
                }

                    .templates.templates-item-list-type-1 .bullet-point .content .tagline {
                        font-size: 1.125em;
                        font-weight: bold;
                    }

        .templates.templates-item-list-type-2 {
            padding-top: 2.5em;
            padding-bottom: 2.5em;
        }

            .templates.templates-item-list-type-2 .tagline {
                color: #00ADEE;
                font-size: 2.2em;
            }

            .templates.templates-item-list-type-2 .row-point .con-img img {
                width: 4.5em;
                height: auto;
            }

            .templates.templates-item-list-type-2 .row-point p {
                font-size: 1em;
            }

                .templates.templates-item-list-type-2 .row-point p.tagline {
                    font-size: 1.8em;
                    color: #18225E;
                    font-weight: bold;
                }

        .templates.templates-item-list-type-3 {
            padding-top: 2.5em;
            padding-bottom: 2.5em;
        }

            .templates.templates-item-list-type-3 .tagline {
                color: #00ADEE;
                font-size: 3.666em;
            }

            .templates.templates-item-list-type-3 .con-careers hr {
                margin: 2em 0;
            }

            .templates.templates-item-list-type-3 .con-careers .text-list .tagline {
                font-size: 1.6em;
                color: #18225E;
                font-weight: bold;
            }

            .templates.templates-item-list-type-3 .con-careers .text-list ul {
                list-style: none;
                padding: 0;
            }

                .templates.templates-item-list-type-3 .con-careers .text-list ul li {
                    font-size: 1.1em;
                    line-height: 2;
                    color: #424243;
                }

            .templates.templates-item-list-type-3 .row-point .con-img img {
                width: 4.5em;
                height: auto;
            }

            .templates.templates-item-list-type-3 .row-point p {
                font-size: 1em;
            }

                .templates.templates-item-list-type-3 .row-point p.tagline {
                    font-size: 1.8em;
                    color: #18225E;
                }

        .templates.templates-item-list-type-4 {
            padding-top: 5em;
            padding-bottom: 5em;
            text-align: center;
        }

            .templates.templates-item-list-type-4 p {
                color: #4B5A5F;
                font-size: 1.3em;
            }

            .templates.templates-item-list-type-4 .tagline {
                color: #00ADEE;
                font-size: 3.666em;
            }

            .templates.templates-item-list-type-4 .indexed-item-list {
                margin-top: 5em;
                justify-content: center;
            }

                .templates.templates-item-list-type-4 .indexed-item-list > div {
                    position: relative;
                    width: 160px;
                    margin-bottom: 5em;
                }

                    .templates.templates-item-list-type-4 .indexed-item-list > div img {
                        height: 70px;
                        width: auto;
                        margin-bottom: 1em;
                    }

                    .templates.templates-item-list-type-4 .indexed-item-list > div p {
                        color: #18225E;
                        font-weight: bold;
                        font-size: 1.15em;
                    }

                    .templates.templates-item-list-type-4 .indexed-item-list > div:before {
                        content: attr(data-index);
                        font-size: 240px;
                        text-align: center;
                        position: absolute;
                        top: -120px;
                        left: 0px;
                        width: 100%;
                        z-index: 0;
                        color: rgba(0, 160, 230, 0.08);
                        font-weight: 900;
                    }

        .templates.templates-key-visual {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            min-height: calc(100vh - 4em);
            padding-top: 2.5em;
            padding-bottom: 2.5em;
            background-size: cover;
            background-position: center center;
        }

            .templates.templates-key-visual .kv-content {
                color: #fff;
                text-align: center;
                padding: 30px;
            }

                .templates.templates-key-visual .kv-content .tagline {
                    font-size: 2.5em;
                }

    @media (min-width:992px) {
        .templates.templates-type-2 p, .templates.templates-type-3 p, .templates.templates-type-4 p, .templates.templates-page-visual p, .templates.templates-basic-texts p {
            font-size: 1.25em;
        }

            .templates.templates-type-2 p.title, .templates.templates-type-3 p.title, .templates.templates-type-4 p.title, .templates.templates-page-visual p.title, .templates.templates-basic-texts p.title {
                font-size: 1.5em;
            }

            .templates.templates-type-2 p.tagline, .templates.templates-type-3 p.tagline, .templates.templates-type-4 p.tagline, .templates.templates-page-visual p.tagline, .templates.templates-basic-texts p.tagline {
                font-size: 3.5em;
                line-height: 1.25;
            }

        .templates.templates-page-visual {
            padding: 15vh 45vw 10vh 10vw;
        }

            .templates.templates-page-visual.page-visual-fwidth {
                padding-right: 10vw;
            }

        .templates.templates-type-1 {
            padding-top: 5vh;
        }

        .templates.templates-type-2 {
            padding: 10vh 7.5vw 10vh 10vw;
            align-items: center;
            display: flex;
        }

            .templates.templates-type-2 .row .con-img {
                order: 0;
            }

            .templates.templates-type-2 .row .content {
                order: 0;
            }

            .templates.templates-type-2 .placeholder {
                width: 1px;
                height: 80vh;
            }

        .templates.templates-type-3 {
            padding: 35vh 10vw 10vh 10vw;
        }

            .templates.templates-type-3 .tagline-left {
                text-align: left;
                max-width: 35vw;
                margin-right: auto;
            }

            .templates.templates-type-3 .tagline-right {
                text-align: right;
                max-width: 35vw;
                margin-top: 0;
                margin-left: auto;
            }

        .templates.templates-type-4 {
            position: relative;
        }

            .templates.templates-type-4 .content-wrapper {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .templates.templates-type-4 .content {
                padding: 25px;
                max-width: 60%;
            }

        .templates.templates-item-list-type-1 .img-cover {
            max-width: 90%;
            transform: none;
        }

        .templates.templates-basic-texts {
            padding: 2.5em;
            min-height: calc(100vh - 4em);
        }

            .templates.templates-basic-texts p {
                line-height: 1.5;
                margin-bottom: 2em;
            }
    }

    @media (min-width:1761px) {
        .templates.templates-type-4 .content {
            max-width: 55%;
        }
    }

    @media (min-width:1901px) {
        .templates.templates-type-4 .content {
            max-width: 50%;
        }
    }

    @media (max-width:991.98px) {
        .templates.templates-type-2, .templates.templates-type-3, .templates.templates-page-visual {
            display: flex;
            align-items: center;
        }

            .templates.templates-type-2 img {
                max-height: 350px;
            }
    }

    @media (min-aspect-ratio:16/9) and (max-height:767px) {
        .templates.templates-type-1 p.tagline {
            font-size: 2.75em;
            line-height: 1.1;
        }

        .templates.templates-type-1 .img-tagline {
            max-height: 4.25em;
        }

        .templates.templates-type-2 p, .templates.templates-type-3 p, .templates.templates-type-4 p, .templates.templates-page-visual p, .templates.templates-basic-texts p {
            font-size: 1.25em;
        }

            .templates.templates-type-2 p.title, .templates.templates-type-3 p.title, .templates.templates-type-4 p.title, .templates.templates-page-visual p.title, .templates.templates-basic-texts p.title {
                font-size: 1.25em;
            }

            .templates.templates-type-2 p.tagline, .templates.templates-type-3 p.tagline, .templates.templates-type-4 p.tagline, .templates.templates-page-visual p.tagline, .templates.templates-basic-texts p.tagline {
                font-size: 3.666em;
                line-height: 1.1;
            }

            .templates.templates-type-2 p + .btn, .templates.templates-type-3 p + .btn, .templates.templates-type-4 p + .btn, .templates.templates-page-visual p + .btn, .templates.templates-basic-texts p + .btn {
                margin-top: 2.5em;
            }

        .templates.templates-page-visual {
            padding-top: 12.5vh;
            padding-bottom: 7.5vh;
        }

        .templates.templates-type-1 {
            padding-top: 2.5vh;
        }

        .templates.templates-type-2 {
            padding-top: 10vh;
            padding-bottom: 10vh;
        }

        .templates.templates-type-3 {
            padding-top: 32.5vh;
            padding-bottom: 7.5vh;
        }
    }

    .d-none {
        display: none !important
    }

    .d-inline {
        display: inline !important
    }

    .d-inline-block {
        display: inline-block !important
    }

    .d-block {
        display: block !important
    }

    .d-table {
        display: table !important
    }

    .d-table-row {
        display: table-row !important
    }

    .d-table-cell {
        display: table-cell !important
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    @media (min-width:576px) {
        .d-sm-none {
            display: none !important
        }

        .d-sm-inline {
            display: inline !important
        }

        .d-sm-inline-block {
            display: inline-block !important
        }

        .d-sm-block {
            display: block !important
        }

        .d-sm-table {
            display: table !important
        }

        .d-sm-table-row {
            display: table-row !important
        }

        .d-sm-table-cell {
            display: table-cell !important
        }

        .d-sm-flex {
            display: -ms-flexbox !important;
            display: flex !important
        }

        .d-sm-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
        }
    }

    @media (min-width:768px) {
        .d-md-none {
            display: none !important
        }

        .d-md-inline {
            display: inline !important
        }

        .d-md-inline-block {
            display: inline-block !important
        }

        .d-md-block {
            display: block !important
        }

        .d-md-table {
            display: table !important
        }

        .d-md-table-row {
            display: table-row !important
        }

        .d-md-table-cell {
            display: table-cell !important
        }

        .d-md-flex {
            display: -ms-flexbox !important;
            display: flex !important
        }

        .d-md-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
        }
    }

    @media (min-width:992px) {
        .d-lg-none {
            display: none !important
        }

        .d-lg-inline {
            display: inline !important
        }

        .d-lg-inline-block {
            display: inline-block !important
        }

        .d-lg-block {
            display: block !important
        }

        .d-lg-table {
            display: table !important
        }

        .d-lg-table-row {
            display: table-row !important
        }

        .d-lg-table-cell {
            display: table-cell !important
        }

        .d-lg-flex {
            display: -ms-flexbox !important;
            display: flex !important
        }

        .d-lg-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
        }
    }

    @media (min-width:1200px) {
        .d-xl-none {
            display: none !important
        }

        .d-xl-inline {
            display: inline !important
        }

        .d-xl-inline-block {
            display: inline-block !important
        }

        .d-xl-block {
            display: block !important
        }

        .d-xl-table {
            display: table !important
        }

        .d-xl-table-row {
            display: table-row !important
        }

        .d-xl-table-cell {
            display: table-cell !important
        }

        .d-xl-flex {
            display: -ms-flexbox !important;
            display: flex !important
        }

        .d-xl-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
        }
    }

    @media print {
        .d-print-none {
            display: none !important
        }

        .d-print-inline {
            display: inline !important
        }

        .d-print-inline-block {
            display: inline-block !important
        }

        .d-print-block {
            display: block !important
        }

        .d-print-table {
            display: table !important
        }

        .d-print-table-row {
            display: table-row !important
        }

        .d-print-table-cell {
            display: table-cell !important
        }

        .d-print-flex {
            display: -ms-flexbox !important;
            display: flex !important
        }

        .d-print-inline-flex {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important
        }
    }

    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden
    }

        .embed-responsive::before {
            display: block;
            content: ""
        }

        .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }

    .embed-responsive-21by9::before {
        padding-top: 42.857143%
    }

    .embed-responsive-16by9::before {
        padding-top: 56.25%
    }

    .embed-responsive-4by3::before {
        padding-top: 75%
    }

    .embed-responsive-1by1::before {
        padding-top: 100%
    }

    .w-25 {
        width: 25% !important
    }

    .w-50 {
        width: 50% !important
    }

    .w-75 {
        width: 75% !important
    }

    .w-100 {
        width: 100% !important
    }

    .w-auto {
        width: auto !important
    }

    .h-25 {
        height: 25% !important
    }

    .h-50 {
        height: 50% !important
    }

    .h-75 {
        height: 75% !important
    }

    .h-100 {
        height: 100% !important
    }

    .h-auto {
        height: auto !important
    }

    .mw-100 {
        max-width: 100% !important
    }

    .mh-100 {
        max-height: 100% !important
    }

    .min-vw-100 {
        min-width: 100vw !important
    }

    .min-vh-100 {
        min-height: 100vh !important
    }

    .vw-100 {
        width: 100vw !important
    }

    .vh-100 {
        height: 100vh !important
    }

    .stretched-link::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0)
    }

    .m-0 {
        margin: 0 !important
    }

    .mt-0, .my-0 {
        margin-top: 0 !important
    }

    .mr-0, .mx-0 {
        margin-right: 0 !important
    }

    .mb-0, .my-0 {
        margin-bottom: 0 !important
    }

    .ml-0, .mx-0 {
        margin-left: 0 !important
    }

    .m-1 {
        margin: .25rem !important
    }

    .mt-1, .my-1 {
        margin-top: .25rem !important
    }

    .mr-1, .mx-1 {
        margin-right: .25rem !important
    }

    .mb-1, .my-1 {
        margin-bottom: .25rem !important
    }

    .ml-1, .mx-1 {
        margin-left: .25rem !important
    }

    .m-2 {
        margin: .5rem !important
    }

    .mt-2, .my-2 {
        margin-top: .5rem !important
    }

    .mr-2, .mx-2 {
        margin-right: .5rem !important
    }

    .mb-2, .my-2 {
        margin-bottom: .5rem !important
    }

    .ml-2, .mx-2 {
        margin-left: .5rem !important
    }

    .m-3 {
        margin: 1rem !important
    }

    .mt-3, .my-3 {
        margin-top: 1rem !important
    }

    .mr-3, .mx-3 {
        margin-right: 1rem !important
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important
    }

    .ml-3, .mx-3 {
        margin-left: 1rem !important
    }

    .m-4 {
        margin: 1.5rem !important
    }

    .mt-4, .my-4 {
        margin-top: 1.5rem !important
    }

    .mr-4, .mx-4 {
        margin-right: 1.5rem !important
    }

    .mb-4, .my-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-4, .mx-4 {
        margin-left: 1.5rem !important
    }

    .m-5 {
        margin: 3rem !important
    }

    .mt-5, .my-5 {
        margin-top: 3rem !important
    }

    .mr-5, .mx-5 {
        margin-right: 3rem !important
    }

    .mb-5, .my-5 {
        margin-bottom: 3rem !important
    }

    .ml-5, .mx-5 {
        margin-left: 3rem !important
    }

    .p-0 {
        padding: 0 !important
    }

    .pt-0, .py-0 {
        padding-top: 0 !important
    }

    .pr-0, .px-0 {
        padding-right: 0 !important
    }

    .pb-0, .py-0 {
        padding-bottom: 0 !important
    }

    .pl-0, .px-0 {
        padding-left: 0 !important
    }

    .p-1 {
        padding: .25rem !important
    }

    .pt-1, .py-1 {
        padding-top: .25rem !important
    }

    .pr-1, .px-1 {
        padding-right: .25rem !important
    }

    .pb-1, .py-1 {
        padding-bottom: .25rem !important
    }

    .pl-1, .px-1 {
        padding-left: .25rem !important
    }

    .p-2 {
        padding: .5rem !important
    }

    .pt-2, .py-2 {
        padding-top: .5rem !important
    }

    .pr-2, .px-2 {
        padding-right: .5rem !important
    }

    .pb-2, .py-2 {
        padding-bottom: .5rem !important
    }

    .pl-2, .px-2 {
        padding-left: .5rem !important
    }

    .p-3 {
        padding: 1rem !important
    }

    .pt-3, .py-3 {
        padding-top: 1rem !important
    }

    .pr-3, .px-3 {
        padding-right: 1rem !important
    }

    .pb-3, .py-3 {
        padding-bottom: 1rem !important
    }

    .pl-3, .px-3 {
        padding-left: 1rem !important
    }

    .p-4 {
        padding: 1.5rem !important
    }

    .pt-4, .py-4 {
        padding-top: 1.5rem !important
    }

    .pr-4, .px-4 {
        padding-right: 1.5rem !important
    }

    .pb-4, .py-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-4, .px-4 {
        padding-left: 1.5rem !important
    }

    .p-5 {
        padding: 3rem !important
    }

    .pt-5, .py-5 {
        padding-top: 3rem !important
    }

    .pr-5, .px-5 {
        padding-right: 3rem !important
    }

    .pb-5, .py-5 {
        padding-bottom: 3rem !important
    }

    .pl-5, .px-5 {
        padding-left: 3rem !important
    }

    .m-n1 {
        margin: -.25rem !important
    }

    .mt-n1, .my-n1 {
        margin-top: -.25rem !important
    }

    .mr-n1, .mx-n1 {
        margin-right: -.25rem !important
    }

    .mb-n1, .my-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-n1, .mx-n1 {
        margin-left: -.25rem !important
    }

    .m-n2 {
        margin: -.5rem !important
    }

    .mt-n2, .my-n2 {
        margin-top: -.5rem !important
    }

    .mr-n2, .mx-n2 {
        margin-right: -.5rem !important
    }

    .mb-n2, .my-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-n2, .mx-n2 {
        margin-left: -.5rem !important
    }

    .m-n3 {
        margin: -1rem !important
    }

    .mt-n3, .my-n3 {
        margin-top: -1rem !important
    }

    .mr-n3, .mx-n3 {
        margin-right: -1rem !important
    }

    .mb-n3, .my-n3 {
        margin-bottom: -1rem !important
    }

    .ml-n3, .mx-n3 {
        margin-left: -1rem !important
    }

    .m-n4 {
        margin: -1.5rem !important
    }

    .mt-n4, .my-n4 {
        margin-top: -1.5rem !important
    }

    .mr-n4, .mx-n4 {
        margin-right: -1.5rem !important
    }

    .mb-n4, .my-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-n4, .mx-n4 {
        margin-left: -1.5rem !important
    }

    .m-n5 {
        margin: -3rem !important
    }

    .mt-n5, .my-n5 {
        margin-top: -3rem !important
    }

    .mr-n5, .mx-n5 {
        margin-right: -3rem !important
    }

    .mb-n5, .my-n5 {
        margin-bottom: -3rem !important
    }

    .ml-n5, .mx-n5 {
        margin-left: -3rem !important
    }

    .m-auto {
        margin: auto !important
    }

    .mt-auto, .my-auto {
        margin-top: auto !important
    }

    .mr-auto, .mx-auto {
        margin-right: auto !important
    }

    .mb-auto, .my-auto {
        margin-bottom: auto !important
    }

    .ml-auto, .mx-auto {
        margin-left: auto !important
    }

    @media (min-width:576px) {
        .m-sm-0 {
            margin: 0 !important
        }

        .mt-sm-0, .my-sm-0 {
            margin-top: 0 !important
        }

        .mr-sm-0, .mx-sm-0 {
            margin-right: 0 !important
        }

        .mb-sm-0, .my-sm-0 {
            margin-bottom: 0 !important
        }

        .ml-sm-0, .mx-sm-0 {
            margin-left: 0 !important
        }

        .m-sm-1 {
            margin: .25rem !important
        }

        .mt-sm-1, .my-sm-1 {
            margin-top: .25rem !important
        }

        .mr-sm-1, .mx-sm-1 {
            margin-right: .25rem !important
        }

        .mb-sm-1, .my-sm-1 {
            margin-bottom: .25rem !important
        }

        .ml-sm-1, .mx-sm-1 {
            margin-left: .25rem !important
        }

        .m-sm-2 {
            margin: .5rem !important
        }

        .mt-sm-2, .my-sm-2 {
            margin-top: .5rem !important
        }

        .mr-sm-2, .mx-sm-2 {
            margin-right: .5rem !important
        }

        .mb-sm-2, .my-sm-2 {
            margin-bottom: .5rem !important
        }

        .ml-sm-2, .mx-sm-2 {
            margin-left: .5rem !important
        }

        .m-sm-3 {
            margin: 1rem !important
        }

        .mt-sm-3, .my-sm-3 {
            margin-top: 1rem !important
        }

        .mr-sm-3, .mx-sm-3 {
            margin-right: 1rem !important
        }

        .mb-sm-3, .my-sm-3 {
            margin-bottom: 1rem !important
        }

        .ml-sm-3, .mx-sm-3 {
            margin-left: 1rem !important
        }

        .m-sm-4 {
            margin: 1.5rem !important
        }

        .mt-sm-4, .my-sm-4 {
            margin-top: 1.5rem !important
        }

        .mr-sm-4, .mx-sm-4 {
            margin-right: 1.5rem !important
        }

        .mb-sm-4, .my-sm-4 {
            margin-bottom: 1.5rem !important
        }

        .ml-sm-4, .mx-sm-4 {
            margin-left: 1.5rem !important
        }

        .m-sm-5 {
            margin: 3rem !important
        }

        .mt-sm-5, .my-sm-5 {
            margin-top: 3rem !important
        }

        .mr-sm-5, .mx-sm-5 {
            margin-right: 3rem !important
        }

        .mb-sm-5, .my-sm-5 {
            margin-bottom: 3rem !important
        }

        .ml-sm-5, .mx-sm-5 {
            margin-left: 3rem !important
        }

        .p-sm-0 {
            padding: 0 !important
        }

        .pt-sm-0, .py-sm-0 {
            padding-top: 0 !important
        }

        .pr-sm-0, .px-sm-0 {
            padding-right: 0 !important
        }

        .pb-sm-0, .py-sm-0 {
            padding-bottom: 0 !important
        }

        .pl-sm-0, .px-sm-0 {
            padding-left: 0 !important
        }

        .p-sm-1 {
            padding: .25rem !important
        }

        .pt-sm-1, .py-sm-1 {
            padding-top: .25rem !important
        }

        .pr-sm-1, .px-sm-1 {
            padding-right: .25rem !important
        }

        .pb-sm-1, .py-sm-1 {
            padding-bottom: .25rem !important
        }

        .pl-sm-1, .px-sm-1 {
            padding-left: .25rem !important
        }

        .p-sm-2 {
            padding: .5rem !important
        }

        .pt-sm-2, .py-sm-2 {
            padding-top: .5rem !important
        }

        .pr-sm-2, .px-sm-2 {
            padding-right: .5rem !important
        }

        .pb-sm-2, .py-sm-2 {
            padding-bottom: .5rem !important
        }

        .pl-sm-2, .px-sm-2 {
            padding-left: .5rem !important
        }

        .p-sm-3 {
            padding: 1rem !important
        }

        .pt-sm-3, .py-sm-3 {
            padding-top: 1rem !important
        }

        .pr-sm-3, .px-sm-3 {
            padding-right: 1rem !important
        }

        .pb-sm-3, .py-sm-3 {
            padding-bottom: 1rem !important
        }

        .pl-sm-3, .px-sm-3 {
            padding-left: 1rem !important
        }

        .p-sm-4 {
            padding: 1.5rem !important
        }

        .pt-sm-4, .py-sm-4 {
            padding-top: 1.5rem !important
        }

        .pr-sm-4, .px-sm-4 {
            padding-right: 1.5rem !important
        }

        .pb-sm-4, .py-sm-4 {
            padding-bottom: 1.5rem !important
        }

        .pl-sm-4, .px-sm-4 {
            padding-left: 1.5rem !important
        }

        .p-sm-5 {
            padding: 3rem !important
        }

        .pt-sm-5, .py-sm-5 {
            padding-top: 3rem !important
        }

        .pr-sm-5, .px-sm-5 {
            padding-right: 3rem !important
        }

        .pb-sm-5, .py-sm-5 {
            padding-bottom: 3rem !important
        }

        .pl-sm-5, .px-sm-5 {
            padding-left: 3rem !important
        }

        .m-sm-n1 {
            margin: -.25rem !important
        }

        .mt-sm-n1, .my-sm-n1 {
            margin-top: -.25rem !important
        }

        .mr-sm-n1, .mx-sm-n1 {
            margin-right: -.25rem !important
        }

        .mb-sm-n1, .my-sm-n1 {
            margin-bottom: -.25rem !important
        }

        .ml-sm-n1, .mx-sm-n1 {
            margin-left: -.25rem !important
        }

        .m-sm-n2 {
            margin: -.5rem !important
        }

        .mt-sm-n2, .my-sm-n2 {
            margin-top: -.5rem !important
        }

        .mr-sm-n2, .mx-sm-n2 {
            margin-right: -.5rem !important
        }

        .mb-sm-n2, .my-sm-n2 {
            margin-bottom: -.5rem !important
        }

        .ml-sm-n2, .mx-sm-n2 {
            margin-left: -.5rem !important
        }

        .m-sm-n3 {
            margin: -1rem !important
        }

        .mt-sm-n3, .my-sm-n3 {
            margin-top: -1rem !important
        }

        .mr-sm-n3, .mx-sm-n3 {
            margin-right: -1rem !important
        }

        .mb-sm-n3, .my-sm-n3 {
            margin-bottom: -1rem !important
        }

        .ml-sm-n3, .mx-sm-n3 {
            margin-left: -1rem !important
        }

        .m-sm-n4 {
            margin: -1.5rem !important
        }

        .mt-sm-n4, .my-sm-n4 {
            margin-top: -1.5rem !important
        }

        .mr-sm-n4, .mx-sm-n4 {
            margin-right: -1.5rem !important
        }

        .mb-sm-n4, .my-sm-n4 {
            margin-bottom: -1.5rem !important
        }

        .ml-sm-n4, .mx-sm-n4 {
            margin-left: -1.5rem !important
        }

        .m-sm-n5 {
            margin: -3rem !important
        }

        .mt-sm-n5, .my-sm-n5 {
            margin-top: -3rem !important
        }

        .mr-sm-n5, .mx-sm-n5 {
            margin-right: -3rem !important
        }

        .mb-sm-n5, .my-sm-n5 {
            margin-bottom: -3rem !important
        }

        .ml-sm-n5, .mx-sm-n5 {
            margin-left: -3rem !important
        }

        .m-sm-auto {
            margin: auto !important
        }

        .mt-sm-auto, .my-sm-auto {
            margin-top: auto !important
        }

        .mr-sm-auto, .mx-sm-auto {
            margin-right: auto !important
        }

        .mb-sm-auto, .my-sm-auto {
            margin-bottom: auto !important
        }

        .ml-sm-auto, .mx-sm-auto {
            margin-left: auto !important
        }
    }

    @media (min-width:768px) {
        .m-md-0 {
            margin: 0 !important
        }

        .mt-md-0, .my-md-0 {
            margin-top: 0 !important
        }

        .mr-md-0, .mx-md-0 {
            margin-right: 0 !important
        }

        .mb-md-0, .my-md-0 {
            margin-bottom: 0 !important
        }

        .ml-md-0, .mx-md-0 {
            margin-left: 0 !important
        }

        .m-md-1 {
            margin: .25rem !important
        }

        .mt-md-1, .my-md-1 {
            margin-top: .25rem !important
        }

        .mr-md-1, .mx-md-1 {
            margin-right: .25rem !important
        }

        .mb-md-1, .my-md-1 {
            margin-bottom: .25rem !important
        }

        .ml-md-1, .mx-md-1 {
            margin-left: .25rem !important
        }

        .m-md-2 {
            margin: .5rem !important
        }

        .mt-md-2, .my-md-2 {
            margin-top: .5rem !important
        }

        .mr-md-2, .mx-md-2 {
            margin-right: .5rem !important
        }

        .mb-md-2, .my-md-2 {
            margin-bottom: .5rem !important
        }

        .ml-md-2, .mx-md-2 {
            margin-left: .5rem !important
        }

        .m-md-3 {
            margin: 1rem !important
        }

        .mt-md-3, .my-md-3 {
            margin-top: 1rem !important
        }

        .mr-md-3, .mx-md-3 {
            margin-right: 1rem !important
        }

        .mb-md-3, .my-md-3 {
            margin-bottom: 1rem !important
        }

        .ml-md-3, .mx-md-3 {
            margin-left: 1rem !important
        }

        .m-md-4 {
            margin: 1.5rem !important
        }

        .mt-md-4, .my-md-4 {
            margin-top: 1.5rem !important
        }

        .mr-md-4, .mx-md-4 {
            margin-right: 1.5rem !important
        }

        .mb-md-4, .my-md-4 {
            margin-bottom: 1.5rem !important
        }

        .ml-md-4, .mx-md-4 {
            margin-left: 1.5rem !important
        }

        .m-md-5 {
            margin: 3rem !important
        }

        .mt-md-5, .my-md-5 {
            margin-top: 3rem !important
        }

        .mr-md-5, .mx-md-5 {
            margin-right: 3rem !important
        }

        .mb-md-5, .my-md-5 {
            margin-bottom: 3rem !important
        }

        .ml-md-5, .mx-md-5 {
            margin-left: 3rem !important
        }

        .p-md-0 {
            padding: 0 !important
        }

        .pt-md-0, .py-md-0 {
            padding-top: 0 !important
        }

        .pr-md-0, .px-md-0 {
            padding-right: 0 !important
        }

        .pb-md-0, .py-md-0 {
            padding-bottom: 0 !important
        }

        .pl-md-0, .px-md-0 {
            padding-left: 0 !important
        }

        .p-md-1 {
            padding: .25rem !important
        }

        .pt-md-1, .py-md-1 {
            padding-top: .25rem !important
        }

        .pr-md-1, .px-md-1 {
            padding-right: .25rem !important
        }

        .pb-md-1, .py-md-1 {
            padding-bottom: .25rem !important
        }

        .pl-md-1, .px-md-1 {
            padding-left: .25rem !important
        }

        .p-md-2 {
            padding: .5rem !important
        }

        .pt-md-2, .py-md-2 {
            padding-top: .5rem !important
        }

        .pr-md-2, .px-md-2 {
            padding-right: .5rem !important
        }

        .pb-md-2, .py-md-2 {
            padding-bottom: .5rem !important
        }

        .pl-md-2, .px-md-2 {
            padding-left: .5rem !important
        }

        .p-md-3 {
            padding: 1rem !important
        }

        .pt-md-3, .py-md-3 {
            padding-top: 1rem !important
        }

        .pr-md-3, .px-md-3 {
            padding-right: 1rem !important
        }

        .pb-md-3, .py-md-3 {
            padding-bottom: 1rem !important
        }

        .pl-md-3, .px-md-3 {
            padding-left: 1rem !important
        }

        .p-md-4 {
            padding: 1.5rem !important
        }

        .pt-md-4, .py-md-4 {
            padding-top: 1.5rem !important
        }

        .pr-md-4, .px-md-4 {
            padding-right: 1.5rem !important
        }

        .pb-md-4, .py-md-4 {
            padding-bottom: 1.5rem !important
        }

        .pl-md-4, .px-md-4 {
            padding-left: 1.5rem !important
        }

        .p-md-5 {
            padding: 3rem !important
        }

        .pt-md-5, .py-md-5 {
            padding-top: 3rem !important
        }

        .pr-md-5, .px-md-5 {
            padding-right: 3rem !important
        }

        .pb-md-5, .py-md-5 {
            padding-bottom: 3rem !important
        }

        .pl-md-5, .px-md-5 {
            padding-left: 3rem !important
        }

        .m-md-n1 {
            margin: -.25rem !important
        }

        .mt-md-n1, .my-md-n1 {
            margin-top: -.25rem !important
        }

        .mr-md-n1, .mx-md-n1 {
            margin-right: -.25rem !important
        }

        .mb-md-n1, .my-md-n1 {
            margin-bottom: -.25rem !important
        }

        .ml-md-n1, .mx-md-n1 {
            margin-left: -.25rem !important
        }

        .m-md-n2 {
            margin: -.5rem !important
        }

        .mt-md-n2, .my-md-n2 {
            margin-top: -.5rem !important
        }

        .mr-md-n2, .mx-md-n2 {
            margin-right: -.5rem !important
        }

        .mb-md-n2, .my-md-n2 {
            margin-bottom: -.5rem !important
        }

        .ml-md-n2, .mx-md-n2 {
            margin-left: -.5rem !important
        }

        .m-md-n3 {
            margin: -1rem !important
        }

        .mt-md-n3, .my-md-n3 {
            margin-top: -1rem !important
        }

        .mr-md-n3, .mx-md-n3 {
            margin-right: -1rem !important
        }

        .mb-md-n3, .my-md-n3 {
            margin-bottom: -1rem !important
        }

        .ml-md-n3, .mx-md-n3 {
            margin-left: -1rem !important
        }

        .m-md-n4 {
            margin: -1.5rem !important
        }

        .mt-md-n4, .my-md-n4 {
            margin-top: -1.5rem !important
        }

        .mr-md-n4, .mx-md-n4 {
            margin-right: -1.5rem !important
        }

        .mb-md-n4, .my-md-n4 {
            margin-bottom: -1.5rem !important
        }

        .ml-md-n4, .mx-md-n4 {
            margin-left: -1.5rem !important
        }

        .m-md-n5 {
            margin: -3rem !important
        }

        .mt-md-n5, .my-md-n5 {
            margin-top: -3rem !important
        }

        .mr-md-n5, .mx-md-n5 {
            margin-right: -3rem !important
        }

        .mb-md-n5, .my-md-n5 {
            margin-bottom: -3rem !important
        }

        .ml-md-n5, .mx-md-n5 {
            margin-left: -3rem !important
        }

        .m-md-auto {
            margin: auto !important
        }

        .mt-md-auto, .my-md-auto {
            margin-top: auto !important
        }

        .mr-md-auto, .mx-md-auto {
            margin-right: auto !important
        }

        .mb-md-auto, .my-md-auto {
            margin-bottom: auto !important
        }

        .ml-md-auto, .mx-md-auto {
            margin-left: auto !important
        }
    }

    @media (min-width:992px) {
        .m-lg-0 {
            margin: 0 !important
        }

        .mt-lg-0, .my-lg-0 {
            margin-top: 0 !important
        }

        .mr-lg-0, .mx-lg-0 {
            margin-right: 0 !important
        }

        .mb-lg-0, .my-lg-0 {
            margin-bottom: 0 !important
        }

        .ml-lg-0, .mx-lg-0 {
            margin-left: 0 !important
        }

        .m-lg-1 {
            margin: .25rem !important
        }

        .mt-lg-1, .my-lg-1 {
            margin-top: .25rem !important
        }

        .mr-lg-1, .mx-lg-1 {
            margin-right: .25rem !important
        }

        .mb-lg-1, .my-lg-1 {
            margin-bottom: .25rem !important
        }

        .ml-lg-1, .mx-lg-1 {
            margin-left: .25rem !important
        }

        .m-lg-2 {
            margin: .5rem !important
        }

        .mt-lg-2, .my-lg-2 {
            margin-top: .5rem !important
        }

        .mr-lg-2, .mx-lg-2 {
            margin-right: .5rem !important
        }

        .mb-lg-2, .my-lg-2 {
            margin-bottom: .5rem !important
        }

        .ml-lg-2, .mx-lg-2 {
            margin-left: .5rem !important
        }

        .m-lg-3 {
            margin: 1rem !important
        }

        .mt-lg-3, .my-lg-3 {
            margin-top: 1rem !important
        }

        .mr-lg-3, .mx-lg-3 {
            margin-right: 1rem !important
        }

        .mb-lg-3, .my-lg-3 {
            margin-bottom: 1rem !important
        }

        .ml-lg-3, .mx-lg-3 {
            margin-left: 1rem !important
        }

        .m-lg-4 {
            margin: 1.5rem !important
        }

        .mt-lg-4, .my-lg-4 {
            margin-top: 1.5rem !important
        }

        .mr-lg-4, .mx-lg-4 {
            margin-right: 1.5rem !important
        }

        .mb-lg-4, .my-lg-4 {
            margin-bottom: 1.5rem !important
        }

        .ml-lg-4, .mx-lg-4 {
            margin-left: 1.5rem !important
        }

        .m-lg-5 {
            margin: 3rem !important
        }

        .mt-lg-5, .my-lg-5 {
            margin-top: 3rem !important
        }

        .mr-lg-5, .mx-lg-5 {
            margin-right: 3rem !important
        }

        .mb-lg-5, .my-lg-5 {
            margin-bottom: 3rem !important
        }

        .ml-lg-5, .mx-lg-5 {
            margin-left: 3rem !important
        }

        .p-lg-0 {
            padding: 0 !important
        }

        .pt-lg-0, .py-lg-0 {
            padding-top: 0 !important
        }

        .pr-lg-0, .px-lg-0 {
            padding-right: 0 !important
        }

        .pb-lg-0, .py-lg-0 {
            padding-bottom: 0 !important
        }

        .pl-lg-0, .px-lg-0 {
            padding-left: 0 !important
        }

        .p-lg-1 {
            padding: .25rem !important
        }

        .pt-lg-1, .py-lg-1 {
            padding-top: .25rem !important
        }

        .pr-lg-1, .px-lg-1 {
            padding-right: .25rem !important
        }

        .pb-lg-1, .py-lg-1 {
            padding-bottom: .25rem !important
        }

        .pl-lg-1, .px-lg-1 {
            padding-left: .25rem !important
        }

        .p-lg-2 {
            padding: .5rem !important
        }

        .pt-lg-2, .py-lg-2 {
            padding-top: .5rem !important
        }

        .pr-lg-2, .px-lg-2 {
            padding-right: .5rem !important
        }

        .pb-lg-2, .py-lg-2 {
            padding-bottom: .5rem !important
        }

        .pl-lg-2, .px-lg-2 {
            padding-left: .5rem !important
        }

        .p-lg-3 {
            padding: 1rem !important
        }

        .pt-lg-3, .py-lg-3 {
            padding-top: 1rem !important
        }

        .pr-lg-3, .px-lg-3 {
            padding-right: 1rem !important
        }

        .pb-lg-3, .py-lg-3 {
            padding-bottom: 1rem !important
        }

        .pl-lg-3, .px-lg-3 {
            padding-left: 1rem !important
        }

        .p-lg-4 {
            padding: 1.5rem !important
        }

        .pt-lg-4, .py-lg-4 {
            padding-top: 1.5rem !important
        }

        .pr-lg-4, .px-lg-4 {
            padding-right: 1.5rem !important
        }

        .pb-lg-4, .py-lg-4 {
            padding-bottom: 1.5rem !important
        }

        .pl-lg-4, .px-lg-4 {
            padding-left: 1.5rem !important
        }

        .p-lg-5 {
            padding: 3rem !important
        }

        .pt-lg-5, .py-lg-5 {
            padding-top: 3rem !important
        }

        .pr-lg-5, .px-lg-5 {
            padding-right: 3rem !important
        }

        .pb-lg-5, .py-lg-5 {
            padding-bottom: 3rem !important
        }

        .pl-lg-5, .px-lg-5 {
            padding-left: 3rem !important
        }

        .m-lg-n1 {
            margin: -.25rem !important
        }

        .mt-lg-n1, .my-lg-n1 {
            margin-top: -.25rem !important
        }

        .mr-lg-n1, .mx-lg-n1 {
            margin-right: -.25rem !important
        }

        .mb-lg-n1, .my-lg-n1 {
            margin-bottom: -.25rem !important
        }

        .ml-lg-n1, .mx-lg-n1 {
            margin-left: -.25rem !important
        }

        .m-lg-n2 {
            margin: -.5rem !important
        }

        .mt-lg-n2, .my-lg-n2 {
            margin-top: -.5rem !important
        }

        .mr-lg-n2, .mx-lg-n2 {
            margin-right: -.5rem !important
        }

        .mb-lg-n2, .my-lg-n2 {
            margin-bottom: -.5rem !important
        }

        .ml-lg-n2, .mx-lg-n2 {
            margin-left: -.5rem !important
        }

        .m-lg-n3 {
            margin: -1rem !important
        }

        .mt-lg-n3, .my-lg-n3 {
            margin-top: -1rem !important
        }

        .mr-lg-n3, .mx-lg-n3 {
            margin-right: -1rem !important
        }

        .mb-lg-n3, .my-lg-n3 {
            margin-bottom: -1rem !important
        }

        .ml-lg-n3, .mx-lg-n3 {
            margin-left: -1rem !important
        }

        .m-lg-n4 {
            margin: -1.5rem !important
        }

        .mt-lg-n4, .my-lg-n4 {
            margin-top: -1.5rem !important
        }

        .mr-lg-n4, .mx-lg-n4 {
            margin-right: -1.5rem !important
        }

        .mb-lg-n4, .my-lg-n4 {
            margin-bottom: -1.5rem !important
        }

        .ml-lg-n4, .mx-lg-n4 {
            margin-left: -1.5rem !important
        }

        .m-lg-n5 {
            margin: -3rem !important
        }

        .mt-lg-n5, .my-lg-n5 {
            margin-top: -3rem !important
        }

        .mr-lg-n5, .mx-lg-n5 {
            margin-right: -3rem !important
        }

        .mb-lg-n5, .my-lg-n5 {
            margin-bottom: -3rem !important
        }

        .ml-lg-n5, .mx-lg-n5 {
            margin-left: -3rem !important
        }

        .m-lg-auto {
            margin: auto !important
        }

        .mt-lg-auto, .my-lg-auto {
            margin-top: auto !important
        }

        .mr-lg-auto, .mx-lg-auto {
            margin-right: auto !important
        }

        .mb-lg-auto, .my-lg-auto {
            margin-bottom: auto !important
        }

        .ml-lg-auto, .mx-lg-auto {
            margin-left: auto !important
        }
    }

    @media (min-width:1200px) {
        .m-xl-0 {
            margin: 0 !important
        }

        .mt-xl-0, .my-xl-0 {
            margin-top: 0 !important
        }

        .mr-xl-0, .mx-xl-0 {
            margin-right: 0 !important
        }

        .mb-xl-0, .my-xl-0 {
            margin-bottom: 0 !important
        }

        .ml-xl-0, .mx-xl-0 {
            margin-left: 0 !important
        }

        .m-xl-1 {
            margin: .25rem !important
        }

        .mt-xl-1, .my-xl-1 {
            margin-top: .25rem !important
        }

        .mr-xl-1, .mx-xl-1 {
            margin-right: .25rem !important
        }

        .mb-xl-1, .my-xl-1 {
            margin-bottom: .25rem !important
        }

        .ml-xl-1, .mx-xl-1 {
            margin-left: .25rem !important
        }

        .m-xl-2 {
            margin: .5rem !important
        }

        .mt-xl-2, .my-xl-2 {
            margin-top: .5rem !important
        }

        .mr-xl-2, .mx-xl-2 {
            margin-right: .5rem !important
        }

        .mb-xl-2, .my-xl-2 {
            margin-bottom: .5rem !important
        }

        .ml-xl-2, .mx-xl-2 {
            margin-left: .5rem !important
        }

        .m-xl-3 {
            margin: 1rem !important
        }

        .mt-xl-3, .my-xl-3 {
            margin-top: 1rem !important
        }

        .mr-xl-3, .mx-xl-3 {
            margin-right: 1rem !important
        }

        .mb-xl-3, .my-xl-3 {
            margin-bottom: 1rem !important
        }

        .ml-xl-3, .mx-xl-3 {
            margin-left: 1rem !important
        }

        .m-xl-4 {
            margin: 1.5rem !important
        }

        .mt-xl-4, .my-xl-4 {
            margin-top: 1.5rem !important
        }

        .mr-xl-4, .mx-xl-4 {
            margin-right: 1.5rem !important
        }

        .mb-xl-4, .my-xl-4 {
            margin-bottom: 1.5rem !important
        }

        .ml-xl-4, .mx-xl-4 {
            margin-left: 1.5rem !important
        }

        .m-xl-5 {
            margin: 3rem !important
        }

        .mt-xl-5, .my-xl-5 {
            margin-top: 3rem !important
        }

        .mr-xl-5, .mx-xl-5 {
            margin-right: 3rem !important
        }

        .mb-xl-5, .my-xl-5 {
            margin-bottom: 3rem !important
        }

        .ml-xl-5, .mx-xl-5 {
            margin-left: 3rem !important
        }

        .p-xl-0 {
            padding: 0 !important
        }

        .pt-xl-0, .py-xl-0 {
            padding-top: 0 !important
        }

        .pr-xl-0, .px-xl-0 {
            padding-right: 0 !important
        }

        .pb-xl-0, .py-xl-0 {
            padding-bottom: 0 !important
        }

        .pl-xl-0, .px-xl-0 {
            padding-left: 0 !important
        }

        .p-xl-1 {
            padding: .25rem !important
        }

        .pt-xl-1, .py-xl-1 {
            padding-top: .25rem !important
        }

        .pr-xl-1, .px-xl-1 {
            padding-right: .25rem !important
        }

        .pb-xl-1, .py-xl-1 {
            padding-bottom: .25rem !important
        }

        .pl-xl-1, .px-xl-1 {
            padding-left: .25rem !important
        }

        .p-xl-2 {
            padding: .5rem !important
        }

        .pt-xl-2, .py-xl-2 {
            padding-top: .5rem !important
        }

        .pr-xl-2, .px-xl-2 {
            padding-right: .5rem !important
        }

        .pb-xl-2, .py-xl-2 {
            padding-bottom: .5rem !important
        }

        .pl-xl-2, .px-xl-2 {
            padding-left: .5rem !important
        }

        .p-xl-3 {
            padding: 1rem !important
        }

        .pt-xl-3, .py-xl-3 {
            padding-top: 1rem !important
        }

        .pr-xl-3, .px-xl-3 {
            padding-right: 1rem !important
        }

        .pb-xl-3, .py-xl-3 {
            padding-bottom: 1rem !important
        }

        .pl-xl-3, .px-xl-3 {
            padding-left: 1rem !important
        }

        .p-xl-4 {
            padding: 1.5rem !important
        }

        .pt-xl-4, .py-xl-4 {
            padding-top: 1.5rem !important
        }

        .pr-xl-4, .px-xl-4 {
            padding-right: 1.5rem !important
        }

        .pb-xl-4, .py-xl-4 {
            padding-bottom: 1.5rem !important
        }

        .pl-xl-4, .px-xl-4 {
            padding-left: 1.5rem !important
        }

        .p-xl-5 {
            padding: 3rem !important
        }

        .pt-xl-5, .py-xl-5 {
            padding-top: 3rem !important
        }

        .pr-xl-5, .px-xl-5 {
            padding-right: 3rem !important
        }

        .pb-xl-5, .py-xl-5 {
            padding-bottom: 3rem !important
        }

        .pl-xl-5, .px-xl-5 {
            padding-left: 3rem !important
        }

        .m-xl-n1 {
            margin: -.25rem !important
        }

        .mt-xl-n1, .my-xl-n1 {
            margin-top: -.25rem !important
        }

        .mr-xl-n1, .mx-xl-n1 {
            margin-right: -.25rem !important
        }

        .mb-xl-n1, .my-xl-n1 {
            margin-bottom: -.25rem !important
        }

        .ml-xl-n1, .mx-xl-n1 {
            margin-left: -.25rem !important
        }

        .m-xl-n2 {
            margin: -.5rem !important
        }

        .mt-xl-n2, .my-xl-n2 {
            margin-top: -.5rem !important
        }

        .mr-xl-n2, .mx-xl-n2 {
            margin-right: -.5rem !important
        }

        .mb-xl-n2, .my-xl-n2 {
            margin-bottom: -.5rem !important
        }

        .ml-xl-n2, .mx-xl-n2 {
            margin-left: -.5rem !important
        }

        .m-xl-n3 {
            margin: -1rem !important
        }

        .mt-xl-n3, .my-xl-n3 {
            margin-top: -1rem !important
        }

        .mr-xl-n3, .mx-xl-n3 {
            margin-right: -1rem !important
        }

        .mb-xl-n3, .my-xl-n3 {
            margin-bottom: -1rem !important
        }

        .ml-xl-n3, .mx-xl-n3 {
            margin-left: -1rem !important
        }

        .m-xl-n4 {
            margin: -1.5rem !important
        }

        .mt-xl-n4, .my-xl-n4 {
            margin-top: -1.5rem !important
        }

        .mr-xl-n4, .mx-xl-n4 {
            margin-right: -1.5rem !important
        }

        .mb-xl-n4, .my-xl-n4 {
            margin-bottom: -1.5rem !important
        }

        .ml-xl-n4, .mx-xl-n4 {
            margin-left: -1.5rem !important
        }

        .m-xl-n5 {
            margin: -3rem !important
        }

        .mt-xl-n5, .my-xl-n5 {
            margin-top: -3rem !important
        }

        .mr-xl-n5, .mx-xl-n5 {
            margin-right: -3rem !important
        }

        .mb-xl-n5, .my-xl-n5 {
            margin-bottom: -3rem !important
        }

        .ml-xl-n5, .mx-xl-n5 {
            margin-left: -3rem !important
        }

        .m-xl-auto {
            margin: auto !important
        }

        .mt-xl-auto, .my-xl-auto {
            margin-top: auto !important
        }

        .mr-xl-auto, .mx-xl-auto {
            margin-right: auto !important
        }

        .mb-xl-auto, .my-xl-auto {
            margin-bottom: auto !important
        }

        .ml-xl-auto, .mx-xl-auto {
            margin-left: auto !important
        }
    }

    .text-monospace {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
    }

    .text-justify {
        text-align: justify !important
    }

    .text-wrap {
        white-space: normal !important
    }

    .text-nowrap {
        white-space: nowrap !important
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .text-left {
        text-align: left !important
    }

    .text-right {
        text-align: right !important
    }

    .text-center {
        text-align: center !important
    }

    @media (min-width:576px) {
        .text-sm-left {
            text-align: left !important
        }

        .text-sm-right {
            text-align: right !important
        }

        .text-sm-center {
            text-align: center !important
        }
    }

    @media (min-width:768px) {
        .text-md-left {
            text-align: left !important
        }

        .text-md-right {
            text-align: right !important
        }

        .text-md-center {
            text-align: center !important
        }
    }

    @media (min-width:992px) {
        .text-lg-left {
            text-align: left !important
        }

        .text-lg-right {
            text-align: right !important
        }

        .text-lg-center {
            text-align: center !important
        }
    }

    @media (min-width:1200px) {
        .text-xl-left {
            text-align: left !important
        }

        .text-xl-right {
            text-align: right !important
        }

        .text-xl-center {
            text-align: center !important
        }
    }

    .text-lowercase {
        text-transform: lowercase !important
    }

    .text-uppercase {
        text-transform: uppercase !important
    }

    .text-capitalize {
        text-transform: capitalize !important
    }

    .font-weight-light {
        font-weight: 300 !important
    }

    .font-weight-lighter {
        font-weight: lighter !important
    }

    .font-weight-normal {
        font-weight: 400 !important
    }

    .font-weight-bold {
        font-weight: 700 !important
    }

    .font-weight-bolder {
        font-weight: bolder !important
    }

    .font-italic {
        font-style: italic !important
    }

    .text-white {
        color: #fff !important
    }

    .text-primary {
        color: #007bff !important
    }

    a.text-primary:focus, a.text-primary:hover {
        color: #0056b3 !important
    }

    .text-secondary {
        color: #6c757d !important
    }

    a.text-secondary:focus, a.text-secondary:hover {
        color: #494f54 !important
    }

    .text-success {
        color: #28a745 !important
    }

    a.text-success:focus, a.text-success:hover {
        color: #19692c !important
    }

    .text-info {
        color: #17a2b8 !important
    }

    a.text-info:focus, a.text-info:hover {
        color: #0f6674 !important
    }

    .text-warning {
        color: #ffc107 !important
    }

    a.text-warning:focus, a.text-warning:hover {
        color: #ba8b00 !important
    }

    .text-danger {
        color: #dc3545 !important
    }

    a.text-danger:focus, a.text-danger:hover {
        color: #a71d2a !important
    }

    .text-light {
        color: #f8f9fa !important
    }

    a.text-light:focus, a.text-light:hover {
        color: #cbd3da !important
    }

    .text-dark {
        color: #343a40 !important
    }

    a.text-dark:focus, a.text-dark:hover {
        color: #121416 !important
    }

    .text-body {
        color: #212529 !important
    }

    .text-muted {
        color: #6c757d !important
    }

    .text-black-50 {
        color: rgba(0, 0, 0, .5) !important
    }

    .text-white-50 {
        color: rgba(255, 255, 255, .5) !important
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }

    .text-decoration-none {
        text-decoration: none !important
    }

    .text-break {
        word-break: break-word !important;
        overflow-wrap: break-word !important
    }

    .text-reset {
        color: inherit !important
    }

    .visible {
        visibility: visible !important
    }

    .invisible {
        visibility: hidden !important
    }

    @media print {
        *, ::after, ::before {
            text-shadow: none !important;
            box-shadow: none !important
        }

        a:not(.btn) {
            text-decoration: underline
        }

        abbr[title]::after {
            content: " ("attr(title) ")"
        }

        pre {
            white-space: pre-wrap !important
        }

        blockquote, pre {
            border: 1px solid #adb5bd;
            page-break-inside: avoid
        }

        thead {
            display: table-header-group
        }

        img, tr {
            page-break-inside: avoid
        }

        h2, h3, p {
            orphans: 3;
            widows: 3
        }

        h2, h3 {
            page-break-after: avoid
        }

        @page {
            size: a3
        }

        body {
            min-width: 992px !important
        }

        .container {
            min-width: 992px !important
        }

        .navbar {
            display: none
        }

        .badge {
            border: 1px solid #000
        }

        .table {
            border-collapse: collapse !important
        }

            .table td, .table th {
                background-color: #fff !important
            }

        .table-bordered td, .table-bordered th {
            border: 1px solid #dee2e6 !important
        }

        .table-dark {
            color: inherit
        }

            .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
                border-color: #dee2e6
            }

        .table .thead-dark th {
            color: inherit;
            border-color: #dee2e6
        }
    }