* {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

html,
body {
    padding: 0;
    margin: 0
}

body {
    font-family: Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #607179;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
    text-decoration: none;
    outline: none
}

a:active:focus,
button:active:focus {
    outline: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a3135;
    font-weight: normal;
    margin-top: 0
}

p {
    margin-top: 0;
    margin-bottom: 0
}

p+p {
    margin-top: 15px
}

.hl_widget--card {
    background: #fff;
    color: #607179;
    font-family: Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    padding-bottom: 30px
}

.hl_widget--card .powered {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #afb8bc
}

.hl_widget--card .powered em {
    font-style: normal;
    color: #607179
}

.hl_widget--card-header {
    padding: 40px 50px 20px 50px;
    border-bottom: 2px solid #f2f7fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .hl_widget--card-header {
        padding: 30px 30px 10px 30px
    }
}

.hl_widget--card-header>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-bottom: 10px
}

.hl_widget--card-header .hl_widget--card-header-left {
    padding-right: 30px
}

.hl_widget--card-header .hl_widget--card-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hl_widget--card-header h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    color: #2a3135;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .hl_widget--card-header h2 {
        font-size: 24px
    }
}

.hl_widget--card-header h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    vertical-align: top;
    margin-right: 30px
}

@media (max-width: 767px) {
    .hl_widget--card-header h3 {
        font-size: 40px
    }
}

.hl_widget--card-header h3 .rating {
    display: inline-block;
    position: relative;
    top: 5px
}

.hl_widget--card-header h3 .rating>div {
    margin-left: -8px
}

.hl_widget--card-header h3 .rating>div svg {
    vertical-align: top
}

.hl_widget--card-body {
    padding: 50px
}

@media (max-width: 767px) {
    .hl_widget--card-body {
        padding: 30px
    }
}

.hl_widget--card-body .hl_widget--card-carousel-item:focus {
    outline: none
}

@media (min-width: 768px) {
    .hl_widget--inner.--two-columns {
        margin-left: -15px;
        margin-right: -15px
    }

    .hl_widget--inner.--two-columns:before,
    .hl_widget--inner.--two-columns:after {
        content: "";
        display: table
    }

    .hl_widget--inner.--two-columns:after {
        clear: both
    }

    .hl_widget--inner.--two-columns .hl_widget--inner-item {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .hl_widget--inner.--three-columns {
        margin-left: -15px;
        margin-right: -15px
    }

    .hl_widget--inner.--three-columns:before,
    .hl_widget--inner.--three-columns:after {
        content: "";
        display: table
    }

    .hl_widget--inner.--three-columns:after {
        clear: both
    }

    .hl_widget--inner.--three-columns .hl_widget--inner-item {
        float: left;
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.hl_widget--inner-item {
    margin-bottom: 30px
}

.hl_widget--inner-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.hl_widget--inner-item-header>* {
    margin-bottom: 5px
}

.hl_widget--inner-item-header h2 {
    font-size: 16px;
    line-height: 1;
    color: #263340;
    margin-right: 20px
}

.hl_widget--inner-item-header h2 span {
    font-size: 14px;
    color: #607179;
    display: inline-block;
    margin-left: 10px;
    line-height: 16px
}

/* .hl_widget--inner-item-header .rating>div {
    margin-left: -4px
} */

.hl_widget--inner-item-header .rating>div svg {
    max-width: 14px;
    height: auto
}

.rating>div {
    display: inline-block;
    width: 18px
}

.hl_widget--card-body.slick-slider .slick-dots {
    list-style: none;
    text-align: center;
    padding: 20px 0;
    margin: 0
}

.hl_widget--card-body.slick-slider .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0 10px
}

.hl_widget--card-body.slick-slider .slick-dots li button {
    border: none;
    padding: 0;
    font-size: .8rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgba(24, 139, 246, 0.2)
}

.hl_widget--card-body.slick-slider .slick-dots li.slick-active button {
    background-color: #188bf6
}

.hl_widget--nav {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 65px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width: 768px) {
    .hl_widget--nav {
        width: 53px;
        height: 53px;
        bottom: 80px
    }
}

.hl_widget--nav.--prev {
    left: 30px
}

@media (min-width: 768px) {
    .hl_widget--nav.--prev {
        left: 50px
    }
}

.hl_widget--nav.--next {
    right: 30px
}

@media (min-width: 768px) {
    .hl_widget--nav.--next {
        right: 50px
    }
}

.hl_widget--nav:hover,
.hl_widget--nav:focus,
.hl_widget--nav:active {
    background-color: rgba(24, 139, 246, 0.2)
}

.hl_widget--nav svg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}