.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

a:empty {
    display: none
}

a:focus {
    outline: none !important
}

#content {
    overflow: hidden
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

p:empty {
    display: none
}

.clearfix {
    clear: both
}

.cust-row {
    margin: 0 -30px !important
}

.content-area ul,.content-area ol,#content ul,#content ol {
    padding-left: 0;
    margin: 20px 0
}

a,button,input[type=submit] {
    transition: all .3s!important
}

input,textarea,button,select {
    outline: none
}

h1,h2 {
    margin-bottom: 20px !important
}

h3,h4,h5,h6 {
    margin-bottom: 15px !important
}

.hidden {
    display: none
}

.chapterGuide {
    border: 3px solid #1490d7;
    margin: 20px 0;
    padding: 20px
}

.chapterGuide ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.chapterGuide ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 7px
}

.chapterGuide ul li:before {
    position: absolute;
    content: "\f00c";
    top: 1px;
    left: 0;
    font-family: FontAwesome;
    color: #1490d7
}

.chapterGuide ul li a {
    color: #333
}

.chapterGuide ul li a:hover {
    color: #1490d7
}

.tableScroll {
    overflow-x: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 320px) and (max-width:479px) {
    .container {
        width:320px
    }

    .cust-row {
        margin: 0 -15px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .container {
        width:480px
    }

    .cust-row {
        margin: 0 -15px
    }
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (max-width: 991px) {
    .cust-row {
        margin:0 -15px !important
    }

    .main-header-menu .sub-menu {
        width: 100% !important
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }

    .container770 {
        width: 770px
    }

    .divScroll.side-fixed {
        position: fixed;
        top: 20%;
        max-width: 303px;
        z-index: 2;
        box-shadow: 0 0 10px 1px #19588d
    }

    .rowFlex {
        display: flex;
        align-items: center
    }

    .rowFlexEnd {
        display: flex;
        align-items: end
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }

    .container770 {
        width: 770px
    }

    .container970 {
        width: 970px
    }

    .divScroll.side-fixed {
        position: fixed;
        top: 20%;
        max-width: 400px;
        z-index: 2;
        box-shadow: 0 0 10px 1px #19588d
    }
}

@media (min-width: 1440px) {
    .container1320 {
        width:1320px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after {
    content: "";
    display: block;
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.666666666667%
}

.col-xs-10 {
    width: 83.333333333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.666666666667%
}

.col-xs-7 {
    width: 58.333333333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.666666666667%
}

.col-xs-4 {
    width: 33.333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666667%
}

.col-xs-1 {
    width: 8.3333333333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.666666666667%
}

.col-xs-pull-10 {
    right: 83.333333333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.666666666667%
}

.col-xs-pull-7 {
    right: 58.333333333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.666666666667%
}

.col-xs-pull-4 {
    right: 33.333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666667%
}

.col-xs-pull-1 {
    right: 8.3333333333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.666666666667%
}

.col-xs-push-10 {
    left: 83.333333333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.666666666667%
}

.col-xs-push-7 {
    left: 58.333333333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.666666666667%
}

.col-xs-push-4 {
    left: 33.333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666667%
}

.col-xs-push-1 {
    left: 8.3333333333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.666666666667%
}

.col-xs-offset-10 {
    margin-left: 83.333333333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.666666666667%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666667%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.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-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.666666666667%
    }

    .col-sm-10 {
        width: 83.333333333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.666666666667%
    }

    .col-sm-7 {
        width: 58.333333333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.666666666667%
    }

    .col-sm-4 {
        width: 33.333333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666666667%
    }

    .col-sm-1 {
        width: 8.3333333333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.666666666667%
    }

    .col-sm-pull-10 {
        right: 83.333333333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.666666666667%
    }

    .col-sm-pull-7 {
        right: 58.333333333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.666666666667%
    }

    .col-sm-pull-4 {
        right: 33.333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666667%
    }

    .col-sm-pull-1 {
        right: 8.3333333333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.666666666667%
    }

    .col-sm-push-10 {
        left: 83.333333333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.666666666667%
    }

    .col-sm-push-7 {
        left: 58.333333333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.666666666667%
    }

    .col-sm-push-4 {
        left: 33.333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666667%
    }

    .col-sm-push-1 {
        left: 8.3333333333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.666666666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.666666666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.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-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.666666666667%
    }

    .col-md-10 {
        width: 83.333333333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.666666666667%
    }

    .col-md-7 {
        width: 58.333333333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.666666666667%
    }

    .col-md-4 {
        width: 33.333333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666667%
    }

    .col-md-1 {
        width: 8.3333333333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.666666666667%
    }

    .col-md-pull-10 {
        right: 83.333333333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.666666666667%
    }

    .col-md-pull-7 {
        right: 58.333333333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.666666666667%
    }

    .col-md-pull-4 {
        right: 33.333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666667%
    }

    .col-md-pull-1 {
        right: 8.3333333333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.666666666667%
    }

    .col-md-push-10 {
        left: 83.333333333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.666666666667%
    }

    .col-md-push-7 {
        left: 58.333333333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.666666666667%
    }

    .col-md-push-4 {
        left: 33.333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666667%
    }

    .col-md-push-1 {
        left: 8.3333333333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.666666666667%
    }

    .col-md-offset-10 {
        margin-left: 83.333333333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.666666666667%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666667%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.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-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.666666666667%
    }

    .col-lg-10 {
        width: 83.333333333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.666666666667%
    }

    .col-lg-7 {
        width: 58.333333333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.666666666667%
    }

    .col-lg-4 {
        width: 33.333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666667%
    }

    .col-lg-1 {
        width: 8.3333333333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.666666666667%
    }

    .col-lg-pull-10 {
        right: 83.333333333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.666666666667%
    }

    .col-lg-pull-7 {
        right: 58.333333333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.666666666667%
    }

    .col-lg-pull-4 {
        right: 33.333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666667%
    }

    .col-lg-pull-1 {
        right: 8.3333333333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.666666666667%
    }

    .col-lg-push-10 {
        left: 83.333333333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.666666666667%
    }

    .col-lg-push-7 {
        left: 58.333333333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.666666666667%
    }

    .col-lg-push-4 {
        left: 33.333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666667%
    }

    .col-lg-push-1 {
        left: 8.3333333333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.666666666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.333333333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.666666666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.margin0 {
    margin: 0!important
}

.paddTop5 {
    padding-top: 5px
}

.paddBottom5 {
    padding-bottom: 5px
}

.paddTop10 {
    padding-top: 10px
}

.paddBottom10 {
    padding-bottom: 10px
}

.paddTop15 {
    padding-top: 15px
}

.paddBottom15 {
    padding-bottom: 15px
}

.paddTop20 {
    padding-top: 20px
}

.paddBottom20 {
    padding-bottom: 20px
}

.paddTop25 {
    padding-top: 25px
}

.paddBottom25 {
    padding-bottom: 25px
}

.paddTop30 {
    padding-top: 30px
}

.paddBottom30 {
    padding-bottom: 30px
}

.paddTop35 {
    padding-top: 35px
}

.paddBottom35 {
    padding-bottom: 35px
}

.paddTop40 {
    padding-top: 40px
}

.paddBottom40 {
    padding-bottom: 40px
}

.paddTop45 {
    padding-top: 45px
}

.paddBottom45 {
    padding-bottom: 45px
}

.paddTop50 {
    padding-top: 50px
}

.paddBottom50 {
    padding-bottom: 50px
}

.paddTop55 {
    padding-top: 55px
}

.paddBottom55 {
    padding-bottom: 55px
}

.paddTop60 {
    padding-top: 60px
}

.paddBottom60 {
    padding-bottom: 60px
}

.paddTop65 {
    padding-top: 65px
}

.paddBottom65 {
    padding-bottom: 65px
}

.paddTop70 {
    padding-top: 70px
}

.paddBottom70 {
    padding-bottom: 70px
}

.paddTop75 {
    padding-top: 75px
}

.paddBottom75 {
    padding-bottom: 75px
}

.paddTop80 {
    padding-top: 80px
}

.paddBottom80 {
    padding-bottom: 80px
}

.paddTop85 {
    padding-top: 85px
}

.paddBottom85 {
    padding-bottom: 85px
}

.paddTop90 {
    padding-top: 90px
}

.paddBottom90 {
    padding-bottom: 90px
}

@charset "UTF-8";.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

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

.wp-block-audio {
    box-sizing: border-box
}

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

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

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

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

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

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

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

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

.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

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

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

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

.wp-block-calendar td,.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

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

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

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal!important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap!important;
    margin-bottom: 1.75em
}

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

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

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

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

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

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

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

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

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

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
    color: #fff;
    width: 100%;
    z-index: 1
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

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

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
    z-index: 0
}

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

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

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

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

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

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

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

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

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

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

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

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

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

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

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

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

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

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

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

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

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

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

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

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

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

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

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

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right:1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100%!important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image img,.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius:0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

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

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

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

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

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts {
    box-sizing: border-box
}

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

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

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

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

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

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

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

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

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,ul {
    box-sizing: border-box
}

ol.has-background,ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

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

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

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

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

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

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

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

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

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit!important;
    color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting,inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting,initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: transparent!important;
    color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color:inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display:none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size,100%);
    width: 100%
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top:32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align,initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

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

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

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

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
    color: inherit
}

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

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

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

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

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

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

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

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

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

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width:calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    margin-inline-start:auto}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end:auto}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

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

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

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

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width:calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 1.5em;
    min-width: 1.5em;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

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

.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    padding: 8px;
    text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

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

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "Ã‚Â·Ã‚Â·Ã‚Â·";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

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

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

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

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

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

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

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

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

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

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

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset!important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none!important
}

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

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

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

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

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

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

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

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

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

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

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

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

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

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

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

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

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

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

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

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

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0px
    }
}

@charset "UTF-8";a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

a,a:focus,a:hover,a:visited {
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

#comments .submit,.search .search-submit {
    padding: 10px 15px;
    border-radius: 2px;
    line-height: 1.85714285714286;
    border: 0
}

.archive .no-results .ast-search-submit,.search .site-main .ast-search-submit {
    display: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid var(--ast-border-color);
    margin: 0 0;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

fieldset legend {
    margin-bottom: 1.5em;
    padding: 0 .5em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */
@media (min-width: 544px) {
    .ast-container {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .ast-container {
        max-width:100%
    }
}

@media (min-width: 992px) {
    .ast-container {
        max-width:100%
    }
}

@media (min-width: 1200px) {
    .ast-container {
        max-width:100%
    }
}

.ast-container,.ast-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.ast-container-fluid::after,.ast-container::after {
    content: "";
    display: table;
    clear: both
}

.ast-row {
    margin-left: -20px;
    margin-right: -20px
}

.ast-row::after {
    content: "";
    display: table;
    clear: both
}

.ast-col-lg-1,.ast-col-lg-10,.ast-col-lg-11,.ast-col-lg-12,.ast-col-lg-2,.ast-col-lg-3,.ast-col-lg-4,.ast-col-lg-5,.ast-col-lg-6,.ast-col-lg-7,.ast-col-lg-8,.ast-col-lg-9,.ast-col-md-1,.ast-col-md-10,.ast-col-md-11,.ast-col-md-12,.ast-col-md-2,.ast-col-md-3,.ast-col-md-4,.ast-col-md-5,.ast-col-md-6,.ast-col-md-7,.ast-col-md-8,.ast-col-md-9,.ast-col-sm-1,.ast-col-sm-10,.ast-col-sm-11,.ast-col-sm-12,.ast-col-sm-2,.ast-col-sm-3,.ast-col-sm-4,.ast-col-sm-5,.ast-col-sm-6,.ast-col-sm-7,.ast-col-sm-8,.ast-col-sm-9,.ast-col-xl-1,.ast-col-xl-10,.ast-col-xl-11,.ast-col-xl-12,.ast-col-xl-2,.ast-col-xl-3,.ast-col-xl-4,.ast-col-xl-5,.ast-col-xl-6,.ast-col-xl-7,.ast-col-xl-8,.ast-col-xl-9,.ast-col-xs-1,.ast-col-xs-10,.ast-col-xs-11,.ast-col-xs-12,.ast-col-xs-2,.ast-col-xs-3,.ast-col-xs-4,.ast-col-xs-5,.ast-col-xs-6,.ast-col-xs-7,.ast-col-xs-8,.ast-col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.ast-col-xs-1,.ast-col-xs-10,.ast-col-xs-11,.ast-col-xs-12,.ast-col-xs-2,.ast-col-xs-3,.ast-col-xs-4,.ast-col-xs-5,.ast-col-xs-6,.ast-col-xs-7,.ast-col-xs-8,.ast-col-xs-9 {
    float: left
}

.ast-col-xs-1 {
    width: 8.3333333333%
}

.ast-col-xs-2 {
    width: 16.6666666667%
}

.ast-col-xs-3 {
    width: 25%
}

.ast-col-xs-4 {
    width: 33.3333333333%
}

.ast-col-xs-5 {
    width: 41.6666666667%
}

.ast-col-xs-6 {
    width: 50%
}

.ast-col-xs-7 {
    width: 58.3333333333%
}

.ast-col-xs-8 {
    width: 66.6666666667%
}

.ast-col-xs-9 {
    width: 75%
}

.ast-col-xs-10 {
    width: 83.3333333333%
}

.ast-col-xs-11 {
    width: 91.6666666667%
}

.ast-col-xs-12 {
    width: 100%
}

.ast-col-xs-pull-0 {
    right: auto
}

.ast-col-xs-pull-1 {
    right: 8.3333333333%
}

.ast-col-xs-pull-2 {
    right: 16.6666666667%
}

.ast-col-xs-pull-3 {
    right: 25%
}

.ast-col-xs-pull-4 {
    right: 33.3333333333%
}

.ast-col-xs-pull-5 {
    right: 41.6666666667%
}

.ast-col-xs-pull-6 {
    right: 50%
}

.ast-col-xs-pull-7 {
    right: 58.3333333333%
}

.ast-col-xs-pull-8 {
    right: 66.6666666667%
}

.ast-col-xs-pull-9 {
    right: 75%
}

.ast-col-xs-pull-10 {
    right: 83.3333333333%
}

.ast-col-xs-pull-11 {
    right: 91.6666666667%
}

.ast-col-xs-pull-12 {
    right: 100%
}

.ast-col-xs-push-0 {
    left: auto
}

.ast-col-xs-push-1 {
    left: 8.3333333333%
}

.ast-col-xs-push-2 {
    left: 16.6666666667%
}

.ast-col-xs-push-3 {
    left: 25%
}

.ast-col-xs-push-4 {
    left: 33.3333333333%
}

.ast-col-xs-push-5 {
    left: 41.6666666667%
}

.ast-col-xs-push-6 {
    left: 50%
}

.ast-col-xs-push-7 {
    left: 58.3333333333%
}

.ast-col-xs-push-8 {
    left: 66.6666666667%
}

.ast-col-xs-push-9 {
    left: 75%
}

.ast-col-xs-push-10 {
    left: 83.3333333333%
}

.ast-col-xs-push-11 {
    left: 91.6666666667%
}

.ast-col-xs-push-12 {
    left: 100%
}

.ast-col-xs-offset-0 {
    margin-left: 0
}

.ast-col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.ast-col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.ast-col-xs-offset-3 {
    margin-left: 25%
}

.ast-col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.ast-col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.ast-col-xs-offset-6 {
    margin-left: 50%
}

.ast-col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.ast-col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.ast-col-xs-offset-9 {
    margin-left: 75%
}

.ast-col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.ast-col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.ast-col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 544px) {
    .ast-col-sm-1,.ast-col-sm-10,.ast-col-sm-11,.ast-col-sm-12,.ast-col-sm-2,.ast-col-sm-3,.ast-col-sm-4,.ast-col-sm-5,.ast-col-sm-6,.ast-col-sm-7,.ast-col-sm-8,.ast-col-sm-9 {
        float:left
    }

    .ast-col-sm-1 {
        width: 8.3333333333%
    }

    .ast-col-sm-2 {
        width: 16.6666666667%
    }

    .ast-col-sm-3 {
        width: 25%
    }

    .ast-col-sm-4 {
        width: 33.3333333333%
    }

    .ast-col-sm-5 {
        width: 41.6666666667%
    }

    .ast-col-sm-6 {
        width: 50%
    }

    .ast-col-sm-7 {
        width: 58.3333333333%
    }

    .ast-col-sm-8 {
        width: 66.6666666667%
    }

    .ast-col-sm-9 {
        width: 75%
    }

    .ast-col-sm-10 {
        width: 83.3333333333%
    }

    .ast-col-sm-11 {
        width: 91.6666666667%
    }

    .ast-col-sm-12 {
        width: 100%
    }

    .ast-col-sm-pull-0 {
        right: auto
    }

    .ast-col-sm-pull-1 {
        right: 8.3333333333%
    }

    .ast-col-sm-pull-2 {
        right: 16.6666666667%
    }

    .ast-col-sm-pull-3 {
        right: 25%
    }

    .ast-col-sm-pull-4 {
        right: 33.3333333333%
    }

    .ast-col-sm-pull-5 {
        right: 41.6666666667%
    }

    .ast-col-sm-pull-6 {
        right: 50%
    }

    .ast-col-sm-pull-7 {
        right: 58.3333333333%
    }

    .ast-col-sm-pull-8 {
        right: 66.6666666667%
    }

    .ast-col-sm-pull-9 {
        right: 75%
    }

    .ast-col-sm-pull-10 {
        right: 83.3333333333%
    }

    .ast-col-sm-pull-11 {
        right: 91.6666666667%
    }

    .ast-col-sm-pull-12 {
        right: 100%
    }

    .ast-col-sm-push-0 {
        left: auto
    }

    .ast-col-sm-push-1 {
        left: 8.3333333333%
    }

    .ast-col-sm-push-2 {
        left: 16.6666666667%
    }

    .ast-col-sm-push-3 {
        left: 25%
    }

    .ast-col-sm-push-4 {
        left: 33.3333333333%
    }

    .ast-col-sm-push-5 {
        left: 41.6666666667%
    }

    .ast-col-sm-push-6 {
        left: 50%
    }

    .ast-col-sm-push-7 {
        left: 58.3333333333%
    }

    .ast-col-sm-push-8 {
        left: 66.6666666667%
    }

    .ast-col-sm-push-9 {
        left: 75%
    }

    .ast-col-sm-push-10 {
        left: 83.3333333333%
    }

    .ast-col-sm-push-11 {
        left: 91.6666666667%
    }

    .ast-col-sm-push-12 {
        left: 100%
    }

    .ast-col-sm-offset-0 {
        margin-left: 0
    }

    .ast-col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .ast-col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .ast-col-sm-offset-3 {
        margin-left: 25%
    }

    .ast-col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .ast-col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .ast-col-sm-offset-6 {
        margin-left: 50%
    }

    .ast-col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .ast-col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .ast-col-sm-offset-9 {
        margin-left: 75%
    }

    .ast-col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .ast-col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .ast-col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .ast-col-md-1,.ast-col-md-10,.ast-col-md-11,.ast-col-md-12,.ast-col-md-2,.ast-col-md-3,.ast-col-md-4,.ast-col-md-5,.ast-col-md-6,.ast-col-md-7,.ast-col-md-8,.ast-col-md-9 {
        float:left
    }

    .ast-col-md-1 {
        width: 8.3333333333%
    }

    .ast-col-md-2 {
        width: 16.6666666667%
    }

    .ast-col-md-3 {
        width: 25%
    }

    .ast-col-md-4 {
        width: 33.3333333333%
    }

    .ast-col-md-5 {
        width: 41.6666666667%
    }

    .ast-col-md-6 {
        width: 50%
    }

    .ast-col-md-7 {
        width: 58.3333333333%
    }

    .ast-col-md-8 {
        width: 66.6666666667%
    }

    .ast-col-md-9 {
        width: 75%
    }

    .ast-col-md-10 {
        width: 83.3333333333%
    }

    .ast-col-md-11 {
        width: 91.6666666667%
    }

    .ast-col-md-12 {
        width: 100%
    }

    .ast-col-md-pull-0 {
        right: auto
    }

    .ast-col-md-pull-1 {
        right: 8.3333333333%
    }

    .ast-col-md-pull-2 {
        right: 16.6666666667%
    }

    .ast-col-md-pull-3 {
        right: 25%
    }

    .ast-col-md-pull-4 {
        right: 33.3333333333%
    }

    .ast-col-md-pull-5 {
        right: 41.6666666667%
    }

    .ast-col-md-pull-6 {
        right: 50%
    }

    .ast-col-md-pull-7 {
        right: 58.3333333333%
    }

    .ast-col-md-pull-8 {
        right: 66.6666666667%
    }

    .ast-col-md-pull-9 {
        right: 75%
    }

    .ast-col-md-pull-10 {
        right: 83.3333333333%
    }

    .ast-col-md-pull-11 {
        right: 91.6666666667%
    }

    .ast-col-md-pull-12 {
        right: 100%
    }

    .ast-col-md-push-0 {
        left: auto
    }

    .ast-col-md-push-1 {
        left: 8.3333333333%
    }

    .ast-col-md-push-2 {
        left: 16.6666666667%
    }

    .ast-col-md-push-3 {
        left: 25%
    }

    .ast-col-md-push-4 {
        left: 33.3333333333%
    }

    .ast-col-md-push-5 {
        left: 41.6666666667%
    }

    .ast-col-md-push-6 {
        left: 50%
    }

    .ast-col-md-push-7 {
        left: 58.3333333333%
    }

    .ast-col-md-push-8 {
        left: 66.6666666667%
    }

    .ast-col-md-push-9 {
        left: 75%
    }

    .ast-col-md-push-10 {
        left: 83.3333333333%
    }

    .ast-col-md-push-11 {
        left: 91.6666666667%
    }

    .ast-col-md-push-12 {
        left: 100%
    }

    .ast-col-md-offset-0 {
        margin-left: 0
    }

    .ast-col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .ast-col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .ast-col-md-offset-3 {
        margin-left: 25%
    }

    .ast-col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .ast-col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .ast-col-md-offset-6 {
        margin-left: 50%
    }

    .ast-col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .ast-col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .ast-col-md-offset-9 {
        margin-left: 75%
    }

    .ast-col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .ast-col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .ast-col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .ast-col-lg-1,.ast-col-lg-10,.ast-col-lg-11,.ast-col-lg-12,.ast-col-lg-2,.ast-col-lg-3,.ast-col-lg-4,.ast-col-lg-5,.ast-col-lg-6,.ast-col-lg-7,.ast-col-lg-8,.ast-col-lg-9 {
        float:left
    }

    .ast-col-lg-1 {
        width: 8.3333333333%
    }

    .ast-col-lg-2 {
        width: 16.6666666667%
    }

    .ast-col-lg-3 {
        width: 25%
    }

    .ast-col-lg-4 {
        width: 33.3333333333%
    }

    .ast-col-lg-5 {
        width: 41.6666666667%
    }

    .ast-col-lg-6 {
        width: 50%
    }

    .ast-col-lg-7 {
        width: 58.3333333333%
    }

    .ast-col-lg-8 {
        width: 66.6666666667%
    }

    .ast-col-lg-9 {
        width: 75%
    }

    .ast-col-lg-10 {
        width: 83.3333333333%
    }

    .ast-col-lg-11 {
        width: 91.6666666667%
    }

    .ast-col-lg-12 {
        width: 100%
    }

    .ast-col-lg-pull-0 {
        right: auto
    }

    .ast-col-lg-pull-1 {
        right: 8.3333333333%
    }

    .ast-col-lg-pull-2 {
        right: 16.6666666667%
    }

    .ast-col-lg-pull-3 {
        right: 25%
    }

    .ast-col-lg-pull-4 {
        right: 33.3333333333%
    }

    .ast-col-lg-pull-5 {
        right: 41.6666666667%
    }

    .ast-col-lg-pull-6 {
        right: 50%
    }

    .ast-col-lg-pull-7 {
        right: 58.3333333333%
    }

    .ast-col-lg-pull-8 {
        right: 66.6666666667%
    }

    .ast-col-lg-pull-9 {
        right: 75%
    }

    .ast-col-lg-pull-10 {
        right: 83.3333333333%
    }

    .ast-col-lg-pull-11 {
        right: 91.6666666667%
    }

    .ast-col-lg-pull-12 {
        right: 100%
    }

    .ast-col-lg-push-0 {
        left: auto
    }

    .ast-col-lg-push-1 {
        left: 8.3333333333%
    }

    .ast-col-lg-push-2 {
        left: 16.6666666667%
    }

    .ast-col-lg-push-3 {
        left: 25%
    }

    .ast-col-lg-push-4 {
        left: 33.3333333333%
    }

    .ast-col-lg-push-5 {
        left: 41.6666666667%
    }

    .ast-col-lg-push-6 {
        left: 50%
    }

    .ast-col-lg-push-7 {
        left: 58.3333333333%
    }

    .ast-col-lg-push-8 {
        left: 66.6666666667%
    }

    .ast-col-lg-push-9 {
        left: 75%
    }

    .ast-col-lg-push-10 {
        left: 83.3333333333%
    }

    .ast-col-lg-push-11 {
        left: 91.6666666667%
    }

    .ast-col-lg-push-12 {
        left: 100%
    }

    .ast-col-lg-offset-0 {
        margin-left: 0
    }

    .ast-col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .ast-col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .ast-col-lg-offset-3 {
        margin-left: 25%
    }

    .ast-col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .ast-col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .ast-col-lg-offset-6 {
        margin-left: 50%
    }

    .ast-col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .ast-col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .ast-col-lg-offset-9 {
        margin-left: 75%
    }

    .ast-col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .ast-col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .ast-col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .ast-col-xl-1,.ast-col-xl-10,.ast-col-xl-11,.ast-col-xl-12,.ast-col-xl-2,.ast-col-xl-3,.ast-col-xl-4,.ast-col-xl-5,.ast-col-xl-6,.ast-col-xl-7,.ast-col-xl-8,.ast-col-xl-9 {
        float:left
    }

    .ast-col-xl-1 {
        width: 8.3333333333%
    }

    .ast-col-xl-2 {
        width: 16.6666666667%
    }

    .ast-col-xl-3 {
        width: 25%
    }

    .ast-col-xl-4 {
        width: 33.3333333333%
    }

    .ast-col-xl-5 {
        width: 41.6666666667%
    }

    .ast-col-xl-6 {
        width: 50%
    }

    .ast-col-xl-7 {
        width: 58.3333333333%
    }

    .ast-col-xl-8 {
        width: 66.6666666667%
    }

    .ast-col-xl-9 {
        width: 75%
    }

    .ast-col-xl-10 {
        width: 83.3333333333%
    }

    .ast-col-xl-11 {
        width: 91.6666666667%
    }

    .ast-col-xl-12 {
        width: 100%
    }

    .ast-col-xl-pull-0 {
        right: auto
    }

    .ast-col-xl-pull-1 {
        right: 8.3333333333%
    }

    .ast-col-xl-pull-2 {
        right: 16.6666666667%
    }

    .ast-col-xl-pull-3 {
        right: 25%
    }

    .ast-col-xl-pull-4 {
        right: 33.3333333333%
    }

    .ast-col-xl-pull-5 {
        right: 41.6666666667%
    }

    .ast-col-xl-pull-6 {
        right: 50%
    }

    .ast-col-xl-pull-7 {
        right: 58.3333333333%
    }

    .ast-col-xl-pull-8 {
        right: 66.6666666667%
    }

    .ast-col-xl-pull-9 {
        right: 75%
    }

    .ast-col-xl-pull-10 {
        right: 83.3333333333%
    }

    .ast-col-xl-pull-11 {
        right: 91.6666666667%
    }

    .ast-col-xl-pull-12 {
        right: 100%
    }

    .ast-col-xl-push-0 {
        left: auto
    }

    .ast-col-xl-push-1 {
        left: 8.3333333333%
    }

    .ast-col-xl-push-2 {
        left: 16.6666666667%
    }

    .ast-col-xl-push-3 {
        left: 25%
    }

    .ast-col-xl-push-4 {
        left: 33.3333333333%
    }

    .ast-col-xl-push-5 {
        left: 41.6666666667%
    }

    .ast-col-xl-push-6 {
        left: 50%
    }

    .ast-col-xl-push-7 {
        left: 58.3333333333%
    }

    .ast-col-xl-push-8 {
        left: 66.6666666667%
    }

    .ast-col-xl-push-9 {
        left: 75%
    }

    .ast-col-xl-push-10 {
        left: 83.3333333333%
    }

    .ast-col-xl-push-11 {
        left: 91.6666666667%
    }

    .ast-col-xl-push-12 {
        left: 100%
    }

    .ast-col-xl-offset-0 {
        margin-left: 0
    }

    .ast-col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .ast-col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .ast-col-xl-offset-3 {
        margin-left: 25%
    }

    .ast-col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .ast-col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .ast-col-xl-offset-6 {
        margin-left: 50%
    }

    .ast-col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .ast-col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .ast-col-xl-offset-9 {
        margin-left: 75%
    }

    .ast-col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .ast-col-xl-offset-11 {
        margin-left: 91.6666666667%
    }

    .ast-col-xl-offset-12 {
        margin-left: 100%
    }
}

h1,h2,h3,h4,h5,h6 {
    clear: both
}

.entry-content h1,h1 {
    color: #808285;
    font-size: 2em;
    line-height: 1.2
}

.entry-content h2,h2 {
    color: #808285;
    font-size: 1.7em;
    line-height: 1.3
}

.entry-content h3,h3 {
    color: #808285;
    font-size: 1.5em;
    line-height: 1.4
}

.entry-content h4,h4 {
    color: #808285;
    line-height: 1.5;
    font-size: 1.3em
}

.entry-content h5,h5 {
    color: #808285;
    line-height: 1.6;
    font-size: 1.2em
}

.entry-content h6,h6 {
    color: #808285;
    line-height: 1.7;
    font-size: 1.1em
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

body {
    color: #808285;
    background: #fff;
    font-style: normal
}

ol,ul {
    /* margin: 0 0 1.5em 3em; */
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal
}

li>ol,li>ul {
    /* margin-bottom: 0; */
    /* margin-left: 1.5em; */
}

dt {
    font-weight: 700
}

dd {
    /* margin: 0 1.5em 1.5em; */
}

b,strong {
    font-weight: 700
}

cite,dfn,em,i {
    font-style: italic
}

blockquote,q {
    quotes: "" ""
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

blockquote {
    border-left: 5px solid var(--ast-border-color);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative
}

address {
    margin: 0 0 1.5em
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

pre {
    background: var(--ast-code-block-background);
    font-family: "Courier 10 Pitch",Courier,monospace;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em
}

code,kbd,tt,var {
    font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

img {
    height: auto;
    max-width: 100%
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

.ast-button,.button,button,input,select,textarea {
    color: #808285;
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,input {
    line-height: normal
}

big {
    font-size: 125%
}

ins,mark {
    background: 0 0;
    text-decoration: none
}

table,td,th {
    border: 1px solid var(--ast-border-color)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

td,th {
    padding: 8px;
    border-width: 0 1px 1px 0
}

.ast-button,.button,button,input[type=button],input[type=reset],input[type=submit] {
    border: 1px solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #e6e6e6;
    padding: .6em 1em .4em;
    color: #fff
}

.ast-button:focus,.ast-button:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover {
    color: #fff;
    border-color: var(--ast-border-color)
}

.ast-button:active,.ast-button:focus,.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color: var(--ast-border-color);
    outline: 0
}

input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {
    color: #666;
    border: 1px solid var(--ast-border-color);
    border-radius: 2px;
    -webkit-appearance: none
}

input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
    color: #111
}

textarea {
    padding-left: 3px;
    width: 100%
}

a {
    color: #4169e1
}

a:focus,a:hover {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:hover {
    outline: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: .875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#primary:after,#primary:before,#secondary:after,#secondary:before,.ast-container:after,.ast-container:before,.ast-row:after,.ast-row:before,.clear:after,.clear:before,.sidebar-main:after,.sidebar-main:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-main:after,.site-main:before {
    content: "";
    display: table
}

#primary:after,#secondary:after,.ast-container:after,.ast-row:after,.clear:after,.sidebar-main:after,.site-content:after,.site-footer:after,.site-header:after,.site-main:after {
    clear: both
}

.entry-content[ast-blocks-layout]>embed,.entry-content[ast-blocks-layout]>iframe,.entry-content[ast-blocks-layout]>object,embed,iframe,object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

::selection {
    color: #fff;
    background: #0274be
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body:not(.logged-in) {
    position: relative
}

#page {
    position: relative
}

a,a:focus {
    text-decoration: none
}

.secondary a *,.site-footer a *,.site-header a *,a {
    transition: all .2s linear
}

.capitalize {
    text-transform: uppercase
}

img {
    vertical-align: middle
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    margin-bottom: 20px
}

p {
    margin-bottom: 1.75em
}

blockquote {
    margin: 1.5em 1em 1.5em 3em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative
}

.ast-button,.button,input[type=button],input[type=submit] {
    border-radius: 0;
    padding: 18px 30px;
    border: 0;
    box-shadow: none;
    text-shadow: none
}

.ast-button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover {
    box-shadow: none
}

.ast-button:active,.ast-button:focus,.button:active,.button:focus,input[type=button]:active,input[type=button]:focus,input[type=submit]:active,input[type=submit]:focus {
    box-shadow: none
}

.site-title {
    font-weight: 400
}

.site-description,.site-title {
    margin-bottom: 0
}

.site-description a,.site-description:focus a,.site-description:hover a,.site-title a,.site-title:focus a,.site-title:hover a {
    transition: all .2s linear
}

.site-title a,.site-title a:focus,.site-title a:hover,.site-title a:visited {
    color: #222
}

.site-description a,.site-description a:focus,.site-description a:hover,.site-description a:visited {
    color: #999
}

.search-form .search-field {
    outline: 0
}

.ast-search-menu-icon {
    position: relative;
    z-index: 3
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    color: #21759b;
    display: block;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: 0;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
    outline: thin dotted
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
    font-family: "Open Sans",sans-serif
}

input,select {
    line-height: 1
}

.ast-button,.ast-custom-button,body,button,input[type=button],input[type=submit],textarea {
    line-height: 1.85714285714286
}

.site-title a {
    line-height: 1.2
}

.site-header .site-description {
    line-height: 1.5
}

.ast-single-post .entry-title,.ast-single-post .entry-title a {
    line-height: 1.2
}

.entry-title,.entry-title a {
    font-weight: 400
}

.ast-oembed-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.ast-oembed-container embed,.ast-oembed-container iframe,.ast-oembed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body .ast-oembed-container * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ast-hidden {
    display: none!important
}

body {
    background-color: #fff
}

#page {
    display: block
}

#primary,#secondary {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

#primary {
    margin: 0;
}

.ast-separate-container {
    background-color: #f5f5f5
}

.ast-separate-container #primary {
    padding: 4em 0;
    margin: 0;
    border: 0
}

.ast-separate-container .site-main>.ast-row {
    margin-left: 0;
    margin-right: 0
}

.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #fff
}

.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single {
    border-bottom: 1px solid var(--ast-border-color);
    margin: 0;
    padding: 5.34em 6.67em
}

.ast-separate-container .blog-layout-1 {
    padding: 0;
    border-bottom: 0
}

.ast-separate-container .ast-article-single {
    border-bottom: 0
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single {
        margin:0;
        padding: 3.34em 2.4em
    }
}

.ast-page-builder-template .hentry {
    margin: 0
}

.ast-page-builder-template .site-content>.ast-container {
    max-width: 100%;
    padding: 0
}

.ast-page-builder-template .site-content #primary {
    padding: 0;
    margin: 0
}

.ast-page-builder-template .no-results {
    text-align: center;
    margin: 4em auto
}

.ast-page-builder-template .entry-header {
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
    margin-top: 0
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
    margin-top: 0;
    margin-bottom: 0
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
    margin-bottom: 0
}

.ast-page-builder-template.single .post-navigation {
    padding-bottom: 2em
}

.ast-page-builder-template .ast-archive-description {
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 993px) {
    .ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary {
        margin:4em 0;
        padding: 0
    }

    .ast-right-sidebar #primary {
        padding-right: 60px
    }

    .ast-left-sidebar #primary {
        padding-left: 60px
    }
}

@media (max-width: 992px) {
    .ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary {
        padding-left:0;
        padding-right: 0
    }

    .ast-right-sidebar #primary {
        padding-right: 30px
    }

    .ast-left-sidebar #primary {
        padding-left: 30px
    }
}

.ast-search-icon .astra-search-icon {
    font-size: 1.3em
}

.main-navigation {
    height: 100%;
    -js-display: inline-flex;
    display: inline-flex
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative
}

.main-header-menu .menu-link,.main-header-menu>a {
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear
}

.main-header-menu .menu-item {
    position: relative
}

.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu,.main-header-menu .menu-item>.sub-menu.toggled-on {
    right: auto;
    left: 0;
    visibility: visible
}

.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on {
    left: 100%;
    right: auto;
    visibility: visible
}

.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu {
    right: 0;
    left: auto
}

@media (min-width: 769px) {
    .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
        left:-100%
    }

    .main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu {
        left: -100%
    }
}

.main-header-menu .sub-menu {
    width: 240px;
    background: #fff;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden
}

@media (min-width: 769px) {
    .main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu {
        left:100%;
        right: auto
    }

    .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
        left: -100%
    }

    .main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
        left: -100%
    }
}

.main-header-menu .sub-menu .menu-link {
    padding: .9em 1em;
    display: block;
    word-wrap: break-word
}

.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
    display: none
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow {
    display: none
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
    position: absolute;
    right: .6em;
    top: 50%;
    transform: translate(0,-50%) rotate(270deg)
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow {
    display: block
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg {
    margin: 0
}

.main-header-menu .sub-menu .sub-menu {
    top: 0
}

.submenu-with-border .sub-menu {
    border-width: 1px;
    border-style: solid
}

.submenu-with-border .sub-menu .menu-link {
    border-width: 0 0 1px;
    border-style: solid
}

.submenu-with-border .sub-menu .sub-menu {
    top: -2px
}

.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link {
    border-bottom-width: 0
}

.ast-header-break-point .main-navigation {
    padding-left: 0
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color)
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type {
    margin-right: 5px
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
    display: inline
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    padding-left: 30px
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
    padding-left: 40px
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link {
    padding-left: 50px
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
    padding-left: 60px
}

.ast-header-break-point .main-header-menu {
    background-color: #f9f9f9;
    border-top-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color)
}

.ast-header-break-point .main-header-menu .sub-menu {
    background-color: #f9f9f9;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    width: auto
}

.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
    left: 0
}

.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
    left: 0
}

.ast-header-break-point .submenu-with-border .sub-menu {
    border: 0
}

.ast-header-break-point .dropdown-menu-toggle {
    display: none
}

.ast-mobile-menu-buttons {
    display: none
}

.ast-button-wrap {
    display: inline-block
}

.ast-button-wrap button {
    box-shadow: none;
    border: none
}

.ast-button-wrap .menu-toggle {
    padding: 0;
    width: 2.2em;
    height: 2.1em;
    font-size: 1.5em;
    font-weight: 400;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.85714285714286
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0 .5em;
    width: auto;
    text-align: center
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit
}

.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2) {
    display: none
}

.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before {
    content: "\e5cd"
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child {
    display: none
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2) {
    display: block
}

.ast-button-wrap .menu-toggle .mobile-menu-wrap {
    display: inline-block
}

.ast-button-wrap .menu-toggle:focus {
    outline: thin dotted
}

.header-main-layout-1 .ast-main-header-bar-alignment {
    margin-left: auto
}

.site-navigation {
    height: 100%
}

.site-header .menu-link * {
    transition: none
}

.ast-icon.icon-arrow svg {
    height: .6em;
    width: .6em;
    position: relative;
    margin-left: 10px
}

.ast-icon.icon-search svg {
    height: 1em;
    width: .9em;
    margin-top: 3px;
    margin-right: 2px
}

.ast-header-break-point .user-select {
    clear: both
}

.ast-header-break-point .ast-mobile-menu-buttons {
    display: block;
    align-self: center
}

.ast-header-break-point .main-header-bar-navigation {
    flex: auto
}

.ast-header-break-point .ast-main-header-bar-alignment {
    display: block;
    width: 100%;
    flex: auto;
    order: 4
}

.ast-header-break-point .ast-icon.icon-arrow svg {
    height: .85em;
    width: .95em;
    position: relative;
    margin-left: 10px
}

.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-next,.comment-navigation .nav-previous,.post-navigation .nav-next,.post-navigation .nav-previous,.posts-navigation .nav-next,.posts-navigation .nav-previous {
    width: 50%;
    display: inline-block
}

.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next {
    text-align: right
}

.ast-icon svg {
    fill: currentColor
}

.post-navigation a {
    background: 0 0;
    font-size: 16px;
    font-size: 1.06666rem;
    padding: 0 1.5em;
    height: 2.33333em;
    line-height: calc(2.33333em - 3px)
}

.main-header-bar {
    z-index: 1
}

.header-main-layout-1.ast-primary-menu-disabled .ast-masthead-custom-menu-items {
    text-align: right
}

.header-main-layout-1 .main-header-bar-navigation {
    text-align: right
}

.header-main-layout-1 .main-header-bar-navigation .sub-menu {
    text-align: left
}

.header-main-layout-1 .main-navigation {
    padding-left: 15px;
    vertical-align: top
}

.header-main-layout-1 .main-header-container {
    align-items: stretch
}

.header-main-layout-2 .main-header-container {
    display: block
}

.header-main-layout-2 .site-branding {
    text-align: center;
    padding-bottom: 1em
}

.header-main-layout-2 .site-title {
    justify-content: center
}

.header-main-layout-2 .main-navigation ul {
    justify-content: center
}

.header-main-layout-2 .main-header-bar-navigation {
    text-align: center
}

.header-main-layout-2 .main-header-bar-navigation .sub-menu {
    text-align: left
}

.header-main-layout-2 .ast-header-custom-item {
    justify-content: center;
    line-height: 1.85714285714286
}

.header-main-layout-2 .ast-masthead-custom-menu-items {
    position: relative
}

.header-main-layout-2 .widget {
    text-align: center
}

.ast-header-custom-item-outside .header-main-layout-2 .main-header-container {
    -js-display: flex;
    display: flex;
    justify-content: center
}

.ast-header-custom-item-outside .header-main-layout-2 .site-branding {
    flex: 0 0 100%
}

.header-main-layout-3 .ast-site-identity {
    text-align: right
}

.header-main-layout-3 .main-header-container {
    flex-direction: row-reverse;
    align-items: stretch
}

.header-main-layout-3 .main-navigation {
    padding-right: 15px
}

.header-main-layout-3 .main-navigation ul {
    justify-content: flex-start
}

.header-main-layout-3 .main-header-bar-navigation {
    text-align: left
}

.header-main-layout-3 .ast-header-custom-item {
    justify-content: flex-start
}

.header-main-layout-3 .ast-masthead-custom-menu-items {
    position: relative
}

.header-main-layout-3 li .ast-search-icon {
    padding-left: .5em
}

.header-main-layout-3 .ast-search-menu-icon {
    left: 0;
    right: 0
}

.header-main-layout-3 li .ast-search-menu-icon {
    left: 1em;
    right: 0
}

.header-main-layout-3 .main-header-bar .ast-search-menu-icon .search-form {
    padding: 0 0 0 3em
}

.header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form {
    left: -1em;
    right: auto
}

.ast-header-break-point .header-main-layout-1 .site-branding {
    padding-right: 1em
}

.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation {
    text-align: left
}

.ast-header-break-point .header-main-layout-1 .main-navigation {
    padding-left: 0
}

.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items {
    flex: 1 1 100%
}

.ast-header-break-point .ast-mobile-header-stack .site-branding {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em;
    flex: 1 1 100%
}

.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items,.ast-header-break-point .ast-mobile-header-stack .ast-site-identity,.ast-header-break-point .ast-mobile-header-stack .site-branding,.ast-header-break-point .ast-mobile-header-stack .site-title {
    justify-content: center;
    text-align: center
}

.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-title {
    text-align: left
}

.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
    flex: 1 1 100%;
    text-align: center;
    justify-content: center
}

.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .main-header-container {
    flex-direction: initial
}

.ast-header-break-point .header-main-layout-2 .ast-mobile-menu-buttons {
    -js-display: flex;
    display: flex;
    justify-content: center
}

.ast-header-break-point .header-main-layout-2 .main-header-bar-navigation,.ast-header-break-point .header-main-layout-2 .widget {
    text-align: left
}

.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-3 .main-header-bar .ast-search-icon {
    margin-right: auto;
    margin-left: 1em
}

.ast-header-break-point .header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form {
    right: auto;
    left: 0
}

.ast-header-break-point .header-main-layout-3.ast-mobile-header-inline .ast-mobile-menu-buttons {
    justify-content: flex-start
}

.ast-header-break-point .header-main-layout-3 li .ast-search-menu-icon {
    left: 0
}

.ast-header-break-point .header-main-layout-3 .site-branding {
    padding-left: 1em;
    justify-content: flex-end
}

.ast-header-break-point .header-main-layout-3 .main-navigation {
    padding-right: 0
}

.ast-logo-title-inline .ast-site-identity {
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all .2s linear
}

.ast-logo-title-inline .site-logo-img {
    padding-right: 1em
}

.ast-logo-title-inline.header-main-layout-2 .site-logo-img+.ast-site-title-wrap .site-title {
    justify-content: flex-start
}

@media (max-width: 544px) {
    .ast-header-custom-item-outside .ast-mobile-header-stack .site-branding {
        padding-right:0
    }

    .ast-header-custom-item-outside .ast-mobile-header-stack .site-title {
        justify-content: center;
        text-align: center
    }

    .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons,.ast-header-break-point .ast-mobile-header-stack .site-branding {
        justify-content: center;
        text-align: center;
        padding-bottom: 0
    }
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding {
    text-align: left
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-title {
    justify-content: left
}

.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons {
    padding-bottom: 1em
}

.ast-header-break-point .ast-mobile-header-inline .main-header-container,.ast-header-break-point .ast-mobile-header-stack .main-header-container {
    -js-display: flex;
    display: flex
}

.site-header {
    z-index: 99;
    position: relative
}

.main-header-container {
    position: relative
}

.main-header-bar-wrap {
    position: relative
}

.main-header-bar {
    background-color: #fff;
    border-bottom-color: var(--ast-border-color);
    border-bottom-style: solid
}

.ast-header-break-point .main-header-bar {
    border: 0
}

.ast-header-break-point .main-header-bar {
    border-bottom-color: var(--ast-border-color);
    border-bottom-style: solid
}

.main-header-bar {
    margin-left: auto;
    margin-right: auto
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.1)
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
    display: none
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
    display: none
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
    display: block
}

.nav-style {
    display: block;
    padding: 0 15px
}

.site-branding {
    line-height: 1;
    align-self: center
}

.ast-no-menu-items .main-navigation {
    display: none
}

.ast-menu-toggle {
    display: none;
    background: 0 0;
    color: inherit;
    border-style: dotted;
    border-color: transparent
}

.ast-menu-toggle:focus,.ast-menu-toggle:hover {
    background: 0 0;
    border-color: inherit;
    color: inherit
}

.ast-menu-toggle:focus {
    outline: thin dotted
}

.ast-main-header-nav-open .main-header-bar {
    padding-bottom: 0
}

.main-header-bar {
    z-index: 4;
    position: relative;
    line-height: 4
}

.main-header-bar .main-header-bar-navigation {
    height: 100%
}

.main-header-bar .main-header-bar-navigation:empty {
    padding: 0
}

.main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: 1.45
}

.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
    line-height: normal
}

.main-header-bar .main-header-bar-navigation .ast-search-icon {
    display: block;
    z-index: 4;
    position: relative
}

.main-header-bar .ast-search-menu-icon .search-form {
    background-color: #fff
}

.ast-primary-menu-disabled .main-header-bar .main-header-bar-navigation.toggle-on {
    padding-top: 0
}

.ast-flyout-menu-enable .main-header-bar .ast-masthead-custom-menu-items .ast-custom-button-link {
    border: none
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {
    visibility: visible;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none
}

.ast-above-header-section .user-select .ast-dropdown-active .slide-search.astra-search-icon,.ast-masthead-custom-menu-items .ast-dropdown-active .slide-search.astra-search-icon,.below-header-user-select .ast-dropdown-active .slide-search.astra-search-icon {
    color: #757575
}

.ast-search-menu-icon.slide-search .search-form {
    backface-visibility: visible;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    z-index: 3;
    right: -1em;
    top: 50%;
    transform: translateY(-50%)
}

.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form {
    visibility: visible;
    opacity: 1
}

.ast-search-menu-icon .search-form {
    border: 1px solid var(--ast-border-color);
    line-height: normal;
    padding: 0 3em 0 0;
    border-radius: 2px;
    display: inline-block;
    backface-visibility: hidden;
    position: relative;
    color: inherit;
    background-color: #fff
}

.ast-search-menu-icon .astra-search-icon {
    -js-display: flex;
    display: flex;
    line-height: normal
}

.ast-search-menu-icon .astra-search-icon:focus {
    outline: 0
}

.ast-search-menu-icon .search-field {
    border: none;
    background-color: transparent;
    transition: width .2s;
    border-radius: inherit;
    color: inherit;
    font-size: inherit;
    width: 0;
    color: #757575
}

.ast-search-menu-icon .search-submit {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.3em;
    color: #757575
}

.ast-search-menu-icon.ast-dropdown-active {
    visibility: visible;
    opacity: 1;
    position: relative
}

.ast-search-menu-icon.ast-dropdown-active .search-field {
    width: 235px
}

li.ast-masthead-custom-menu-items {
    padding: 0 1em
}

li.ast-masthead-custom-menu-items a {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle
}

li.ast-masthead-custom-menu-items a,li.ast-masthead-custom-menu-items a:focus,li.ast-masthead-custom-menu-items a:hover {
    background: 0 0
}

li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon {
    line-height: 1
}

.ast-search-icon {
    z-index: 4;
    position: relative;
    line-height: normal
}

.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items {
    text-align: right
}

.ast-primary-menu-disabled .ast-masthead-custom-menu-items {
    flex: 1
}

.ast-primary-menu-disabled.header-main-layout-2 .ast-masthead-custom-menu-items {
    text-align: center
}

.ast-primary-menu-disabled.header-main-layout-3 .ast-masthead-custom-menu-items {
    text-align: left
}

.ast-masthead-custom-menu-items {
    padding: 0 1em
}

.search-custom-menu-item {
    position: relative
}

.custom-mobile-logo-link {
    display: none
}

.ast-site-identity {
    padding: 1em 0
}

.ast-header-break-point .ast-mobile-header-stack .site-description {
    text-align: center
}

.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-description {
    text-align: left
}

.ast-header-break-point.ast-header-custom-item-outside .ast-primary-menu-disabled .ast-mobile-menu-buttons {
    display: none
}

.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
    display: none
}

.ast-header-break-point .ast-mobile-header-inline .site-branding {
    text-align: left;
    padding-bottom: 0
}

.ast-header-break-point .ast-mobile-header-inline.header-main-layout-3 .site-branding {
    text-align: right
}

.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
    -js-display: flex;
    display: flex;
    flex: 1;
    align-self: center
}

.ast-header-break-point ul li.ast-masthead-custom-menu-items a {
    padding: 0;
    display: inline-block;
    width: auto;
    border: 0
}

.ast-header-break-point li.ast-masthead-custom-menu-items {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 1em;
    margin-top: 1em
}

.ast-header-break-point .ast-site-identity {
    width: 100%
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
    display: none
}

.ast-header-break-point .main-header-bar {
    display: block;
    line-height: 3
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation {
    line-height: 3;
    display: none
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: 3
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
    display: none
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: -1px;
    right: 20px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .907em;
    font-weight: 400;
    line-height: inherit;
    transition: all .2s
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle .icon-arrow svg,.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
    transform: rotateX(180deg)
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
    border-top-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color)
}

.ast-header-break-point.ast-header-custom-item-inside .ast-search-menu-icon {
    position: relative;
    display: block;
    right: auto;
    transform: none
}

.ast-header-break-point .main-navigation {
    display: block;
    width: 100%
}

.ast-header-break-point .main-navigation ul>.menu-item:first-child {
    border-top: 0
}

.ast-header-break-point .main-navigation ul ul {
    left: auto;
    right: auto
}

.ast-header-break-point .main-navigation li {
    width: 100%
}

.ast-header-break-point .main-navigation .widget {
    margin-bottom: 1em
}

.ast-header-break-point .main-navigation .widget li {
    width: auto
}

.ast-header-break-point .main-navigation .widget:last-child {
    margin-bottom: 0
}

.ast-header-break-point .main-header-bar-navigation {
    width: calc(100% + 40px);
    margin: 0 -20px
}

.ast-header-break-point .main-header-menu ul ul {
    top: 0
}

.ast-header-break-point .ast-has-mobile-header-logo .custom-logo-link {
    display: none
}

.ast-header-break-point .ast-has-mobile-header-logo .custom-mobile-logo-link {
    display: inline-block
}

.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg,.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link {
    display: block
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-menu-buttons {
    order: 2
}

.ast-header-break-point.ast-header-custom-item-outside .main-header-bar-navigation {
    order: 3
}

.ast-header-break-point.ast-header-custom-item-outside .ast-masthead-custom-menu-items {
    order: 1
}

.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-masthead-custom-menu-items {
    text-align: center
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-mobile-menu-buttons,.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding {
    -js-display: flex;
    display: flex
}

.ast-header-break-point.ast-header-custom-item-outside.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons {
    padding-bottom: 0
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-site-identity {
    width: 100%
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-3 .ast-site-identity {
    width: auto
}

.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-2 .site-branding {
    flex: 1 1 auto
}

@media (max-width: 544px) {
    .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
        width:100%
    }

    .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons,.ast-header-break-point .ast-mobile-header-stack .site-branding {
        justify-content: center
    }

    .ast-header-break-point .ast-mobile-header-stack .main-header-bar-wrap .site-branding {
        flex: 1 1 auto
    }

    .ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
        padding-top: .8em
    }

    .ast-header-break-point .ast-mobile-header-stack.header-main-layout-2 .ast-mobile-menu-buttons {
        padding-top: .8em
    }

    .ast-header-break-point .ast-mobile-header-stack.header-main-layout-1 .site-branding {
        padding-bottom: 0
    }

    .ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items {
        padding: .8em 1em 0 1em;
        text-align: center;
        width: 100%
    }

    .ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-masthead-custom-menu-items,.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-mobile-menu-buttons {
        padding-top: .8em
    }
}

.customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button {
    display: none
}

.ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button {
    display: inline-block
}

.customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button {
    display: none
}

.ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button {
    display: inline-block
}

.customize-partial-edit-shortcut-astra-settings-display-site-title-responsive button.customize-partial-edit-shortcut-button {
    display: none
}

.customize-partial-edit-shortcut-astra-settings-display-site-tagline-responsive button.customize-partial-edit-shortcut-button {
    display: none
}

.customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button {
    display: none
}

.site-logo-img:hover .customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button {
    display: inline-block
}

.customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button {
    display: none
}

.main-navigation:hover .customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button {
    display: inline-block
}

.ast-primary-sticky-header-active .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button {
    left: 100px
}

.ast-primary-sticky-header-active.ast-full-width-header .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button {
    left: 5px
}

.customize-partial-edit-shortcut-astra-settings-disable-primary-nav .customize-partial-edit-shortcut-button {
    top: 15px
}

.ast-masthead-custom-menu-items.search-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button {
    left: -30px;
    top: -7px;
    display: none
}

.ast-masthead-custom-menu-items.search-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button {
    display: block
}

.ast-masthead-custom-menu-items.button-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-button-text .customize-partial-edit-shortcut-button {
    top: -14px;
    display: none
}

.ast-masthead-custom-menu-items.button-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-button-text .customize-partial-edit-shortcut-button {
    display: block
}

.ast-masthead-custom-menu-items.text-html-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-html .customize-partial-edit-shortcut-button {
    left: -30px;
    top: 15px;
    display: none
}

.ast-masthead-custom-menu-items.text-html-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-html .customize-partial-edit-shortcut-button {
    display: block
}

.ast-masthead-custom-menu-items.widget-custom-menu-item {
    text-align: left
}

.ast-masthead-custom-menu-items.widget-custom-menu-item .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
    left: -25px;
    top: -8px;
    display: none
}

.ast-masthead-custom-menu-items.widget-custom-menu-item:hover .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
    display: block
}

.ast-masthead-custom-menu-items.woocommerce-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button {
    top: -20px;
    left: -25px;
    display: none
}

.ast-masthead-custom-menu-items.woocommerce-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button {
    display: block
}

.ast-below-header .below-header-user-select .ast-search-menu-icon,.ast-below-header .below-header-user-select .ast-site-header-cart,.ast-below-header .below-header-user-select.below-header-widget {
    text-align: left
}

.ast-below-header .customize-partial-edit-shortcut {
    top: 1em
}

.ast-above-header-section .user-select .ast-search-menu-icon {
    text-align: left
}

.ast-above-header .customize-partial-edit-shortcut {
    top: .3em
}

.ast-above-header-section-1 .ast-above-header-navigation .customize-partial-edit-shortcut-astra-settings-above-header-section-1 .customize-partial-edit-shortcut-button {
    left: -14px
}

.ast-above-header-section-1 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-above-header-section-1-search-box-type .customize-partial-edit-shortcut-button {
    left: -25px;
    top: -10px
}

.ast-above-header-section-1.woocommerce-above-header .customize-partial-edit-shortcut-astra-settings-above-header-section-1 .customize-partial-edit-shortcut-button {
    left: -25px;
    top: -15px
}

.ast-above-header-section-1 .customize-partial-edit-shortcut-astra-settings-above-header-section-1-html .customize-partial-edit-shortcut-button {
    left: -25px
}

.ast-above-header-section-2 .ast-above-header-navigation .customize-partial-edit-shortcut-astra-settings-above-header-section-2 .customize-partial-edit-shortcut-button {
    left: -14px
}

.ast-above-header-section-2 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-above-header-section-2-search-box-type .customize-partial-edit-shortcut-button {
    top: -10px;
    left: -25px
}

.ast-above-header-section-2.woocommerce-above-header .customize-partial-edit-shortcut-astra-settings-above-header-section-2 .customize-partial-edit-shortcut-button {
    left: -25px
}

.below-header-section-1.ast-below-header-navigation .customize-partial-edit-shortcut-astra-settings-below-header-section-1 .customize-partial-edit-shortcut-button {
    left: -14px
}

.below-header-section-1 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-below-header-section-1-search-box-type .customize-partial-edit-shortcut-button {
    top: -10px;
    left: -25px
}

.below-header-section-1 .ast-site-header-cart .customize-partial-edit-shortcut-astra-settings-below-header-section-1 .customize-partial-edit-shortcut-button {
    left: -25px
}

.below-header-section-1 .customize-partial-edit-shortcut-astra-settings-below-header-section-1-html .customize-partial-edit-shortcut-button {
    left: -25px
}

.below-header-section-2.ast-below-header-navigation .customize-partial-edit-shortcut-astra-settings-below-header-section-2 .customize-partial-edit-shortcut-button {
    left: -14px
}

.below-header-section-2 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-below-header-section-2-search-box-type .customize-partial-edit-shortcut-button {
    top: -10px;
    left: -25px
}

.below-header-section-2 .ast-site-header-cart .customize-partial-edit-shortcut-astra-settings-below-header-section-2 .customize-partial-edit-shortcut-button {
    left: -25px
}

.below-header-section-2 .customize-partial-edit-shortcut-astra-settings-below-header-section-2-html .customize-partial-edit-shortcut-button {
    left: -25px
}

.customize-partial-edit-shortcut-astra-settings-above-header-layout .customize-partial-edit-shortcut-button,.customize-partial-edit-shortcut-astra-settings-below-header-layout .customize-partial-edit-shortcut-button {
    left: -60px
}

.ast-header-break-point .ast-mobile-menu-buttons {
    text-align: right;
    -js-display: flex;
    display: flex;
    justify-content: flex-end
}

.ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
    font-size: 1.7em
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline {
    display: none
}

.group-blog .byline,.single .byline {
    display: inline
}

.page-links {
    clear: both;
    margin-top: 1em
}

.page-links a {
    display: inline-block
}

.page-links a .page-link {
    border-color: var(--ast-border-color);
    background: 0 0
}

.page-links .page-link {
    padding: 0;
    margin: 0 0 .3em .3em;
    border: 2px solid var(--ast-border-color);
    color: #000;
    background: 0 0;
    font-size: .8em;
    width: 2.5em;
    height: 2.5em;
    line-height: calc( 2.5em - 4px);
    display: inline-block;
    text-align: center;
    transition: all .2s linear
}

.page-links .page-link:focus,.page-links .page-link:hover {
    color: #000
}

@media (max-width: 768px) {
    .page-links .page-link {
        margin-bottom:6px
    }
}

.entry-content>:last-child,.entry-summary>:last-child,.page-content>:last-child {
    margin-bottom: 0
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin: 20px auto
}

.bypostauthor {
    display: block
}

body {
    overflow-x: hidden
}

.widget-title {
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5
}

.widget {
    margin: 0 0 2.8em 0
}

.widget:last-child {
    margin-bottom: 0
}

.widget select {
    max-width: 100%
}

.widget ul {
    margin: 0;
    list-style-type: none
}

.no-widget-text {
    margin-bottom: 0
}

.widget_nav_menu ul ul.sub-menu {
    margin-top: .25em
}

.widget_nav_menu ul ul.sub-menu li {
    padding-left: 20px
}

.widget_nav_menu ul ul.sub-menu a:after {
    left: -20px
}

.widget_nav_menu ul ul.sub-menu ul a:after {
    left: -40px
}

.widget_nav_menu ul ul.sub-menu ul ul a:after {
    left: -60px
}

.widget_nav_menu li {
    transition: all .2s linear
}

#secondary .wp-block-search__input {
    line-height: 1
}

#secondary .wp-block-search__button {
    padding: .7em 1em
}

.widget_search .search-form {
    position: relative;
    padding: 0;
    background: initial;
    color: inherit
}

.widget_search .search-form>label {
    position: relative
}

.widget_search .search-form i {
    color: #3a3a3a
}

.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    border: none;
    padding: 0;
    cursor: pointer;
    background: 0 0
}

.widget_search .search-form input[type=submit],.widget_search .search-form input[type=submit]:focus,.widget_search .search-form input[type=submit]:hover {
    padding: 13px 20px;
    border-radius: 2px;
    border: none;
    top: 0;
    right: 0;
    position: absolute;
    color: transparent;
    background: 0 0;
    max-width: 45px;
    z-index: 2
}

.widget_search .search-form .search-field {
    background: #fafafa;
    border-width: 1px;
    border-color: var(--ast-border-color);
    border-radius: 2px
}

.widget_search .search-field,.widget_search .search-field:focus {
    width: 100%;
    padding: 16px 45px 16px 15px
}

.widget_archive ul.children,.widget_categories ul.children,.widget_pages ul.children {
    position: relative;
    margin-top: 5px;
    width: 100%
}

.widget_archive ul.children li,.widget_categories ul.children li,.widget_pages ul.children li {
    padding-left: 20px
}

.widget_archive li ul.children a:after,.widget_categories li ul.children a:after,.widget_pages li ul.children a:after {
    left: -20px
}

.widget_archive li ul.children ul a:after,.widget_categories li ul.children ul a:after,.widget_pages li ul.children ul a:after {
    left: -40px
}

.widget_tag_cloud .tagcloud {
    margin-top: 10px;
    display: inline-block
}

.widget_tag_cloud .tagcloud a {
    border: 1px solid var(--ast-border-color);
    padding: .5em .9em;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    margin-right: 4px;
    line-height: 1.5;
    transition: all .2s linear
}

.widget_calendar table,.widget_calendar td,.widget_calendar th {
    padding: 0;
    text-align: center
}

.widget_calendar table,.widget_calendar th {
    border: none
}

.widget_calendar td {
    border-right: none;
    border-left: none
}

.widget_calendar caption {
    line-height: 2.7em
}

.widget_calendar thead {
    line-height: 2.5em
}

.widget_calendar thead a {
    color: #0274be;
    font-size: 1rem;
    vertical-align: middle
}

.widget_calendar thead td {
    vertical-align: middle;
    font-weight: 700
}

.widget_calendar thead>tr>th {
    line-height: 2.5em;
    border-bottom: 2px solid var(--ast-border-color);
    border-top: 2px solid var(--ast-border-color)
}

.widget_calendar tbody {
    line-height: 2.1em;
    text-align: center
}

.widget_calendar tbody>tr>td {
    width: 14.2857%
}

.widget_calendar tbody>tr:first-child>td {
    padding-top: 3px
}

.widget_calendar #today {
    background: #0274be
}

.ast-footer-overlay {
    background-color: #3a3a3a;
    padding-top: 2em;
    padding-bottom: 2em
}

@media (min-width: 769px) {
    .ast-footer-overlay {
        padding-top:2.66666em;
        padding-bottom: 2.66666em
    }
}

.ast-small-footer {
    line-height: 1.85714285714286;
    position: relative
}

.ast-small-footer .nav-menu a {
    padding: 0 .5em
}

.ast-small-footer .no-widget-text,.ast-small-footer .widget-title {
    margin-bottom: 0
}

.ast-small-footer .widget {
    margin-bottom: 1em
}

.ast-small-footer .widget ul {
    position: static;
    border: 0;
    width: auto
}

.ast-small-footer .widget ul a {
    border: 0
}

.ast-small-footer .widget:last-child {
    margin-bottom: 0
}

@media (min-width: 769px) {
    .ast-small-footer .nav-menu li {
        margin:0
    }

    .ast-small-footer .nav-menu li:first-child a {
        padding-left: 0
    }

    .ast-small-footer .nav-menu li:last-child a {
        padding-right: 0
    }
}

.ast-footer-site-title .customize-partial-edit-shortcut-button {
    display: none
}

.footer-sml-layout-1 {
    text-align: center
}

.footer-sml-layout-1 .ast-small-footer-section-2 {
    margin-top: 1em
}

.footer-sml-layout-2 .ast-small-footer-section-1,.footer-sml-layout-2 .ast-small-footer-section-2 {
    text-align: center
}

@media (min-width: 769px) {
    .footer-sml-layout-2 .ast-small-footer-section-1 {
        text-align:left
    }

    .footer-sml-layout-2 .ast-small-footer-section-1 .menu-item .menu-link {
        padding: 0 1em 0 0
    }

    .footer-sml-layout-2 .ast-small-footer-section-2 {
        text-align: right
    }

    .footer-sml-layout-2 .ast-small-footer-section-2 .menu-item .menu-link {
        padding: 0 0 0 1em
    }
}

@media (max-width: 768px) {
    .ast-header-break-point .footer-sml-layout-2 .ast-small-footer-section-2 {
        margin-top:1em
    }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio:0) {
    .ast-small-footer-wrap .ast-row:before {
        display:block
    }
}

.site-footer {
    color: #fff
}

.site-footer .widget-title {
    color: var(--ast-border-color)
}

.site-footer a {
    color: var(--ast-border-color)
}

.site-footer a:focus,.site-footer a:hover {
    color: #fff
}

.site-footer ul {
    margin: 0;
    list-style-type: none
}

.site-footer .nav-menu li {
    display: inline-block
}

.footer-adv-overlay {
    background-color: #3a3a3a;
    padding-top: 70px;
    padding-bottom: 70px
}

.footer-adv p:last-child {
    margin-bottom: 0
}

.footer-adv .widget_calendar table {
    margin-bottom: 0
}

@media all and (max-width: 768px) {
    .footer-adv-widget-1 .widget:last-child {
        margin:0 0 2.8em
    }
}

.footer-adv .ast-no-widget-row .widget-title {
    text-transform: capitalize
}

@media all and (max-width: 768px) {
    .footer-adv-layout-4 .footer-adv-widget-2 .widget:last-child,.footer-adv-layout-4 .footer-adv-widget-3 .widget:last-child {
        margin:0 0 2.8em
    }
}

input[type=email],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear
}

input[type=email]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    background-color: #fff;
    border-color: var(--ast-border-color);
    box-shadow: none
}

input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover {
    box-shadow: none
}

textarea {
    width: 100%
}

input[type=search]:focus {
    outline: thin dotted
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5.7px 0;
    padding: 0;
    border: none
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: 2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;
    background: rgba(255,255,255,.2);
    border-radius: 13.6px;
    border: 0 solid #fff
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.7px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255,255,255,.2)
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: 2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;
    background: rgba(255,255,255,.2);
    border-radius: 13.6px;
    border: 0 solid #fff
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: rgba(199,199,199,.2);
    border: 0 solid #fff;
    border-radius: 27.2px;
    box-shadow: 2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9
}

input[type=range]::-ms-fill-upper {
    background: rgba(255,255,255,.2);
    border: 0 solid #fff;
    border-radius: 27.2px;
    box-shadow: 2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9
}

input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer;
    height: 8.6px
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(255,255,255,.2)
}

input[type=range]:focus::-ms-fill-upper {
    background: rgba(255,255,255,.2)
}

input[type=color] {
    border: none;
    width: 100px;
    padding: 0;
    height: 30px;
    cursor: pointer
}

input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none
}

input[type=color]::-webkit-color-swatch {
    border: none
}

.page .entry-header {
    margin-bottom: 1.5em
}

.search .entry-header {
    margin-bottom: 1em
}

.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
    margin-bottom: 0
}

.entry-header {
    margin-bottom: 1em;
    word-wrap: break-word
}

.entry-header+.ast-blog-featured-section {
    margin-top: .5em
}

.entry-content {
    word-wrap: break-word
}

.entry-content p {
    margin-bottom: 1.6em
}

.read-more {
    margin-bottom: 0
}

.read-more .ast-right-arrow {
    font-size: 1em
}

.ast-no-thumb .ast-blog-featured-section {
    margin-bottom: 0
}

.ast-no-thumb .entry-header+.ast-blog-featured-section {
    margin-top: 0
}

.ast-blog-featured-section {
    margin-bottom: 1.5em
}

.error404 .page-header {
    margin-bottom: 1.5em
}

.error404 .page-header .page-title {
    margin-bottom: 0
}

.archive .entry-title,.blog .entry-title,.search .entry-title {
    line-height: 1.3
}

.archive .format-aside .entry-title,.archive .format-status .entry-title,.blog .format-aside .entry-title,.blog .format-status .entry-title {
    display: none
}

.page-title {
    margin-bottom: 1em;
    font-weight: 400
}

.entry-title {
    margin-bottom: .2em
}

.ast-article-post {
    margin-bottom: 2.5em
}

.ast-article-post:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.search .site-content .content-area .search-form {
    margin-bottom: 3em
}

.blog-layout-1 .post-thumb {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.blog .posted-on {
    z-index: 1
}

.ast-blog-featured-section .posted-on {
    width: 5.714285714em;
    height: 5.714285714em;
    padding: .7em
}

.ast-blog-featured-section .posted-on .date-month,.ast-blog-featured-section .posted-on .date-year {
    font-size: .8571428571em;
    line-height: 1em
}

.ast-blog-featured-section .posted-on .date-day {
    font-size: 2.5em;
    line-height: .9em;
    font-weight: 900;
    margin: .1em 0
}

.ast-author-box img.avatar {
    border-radius: 50%;
    margin: 0 0 0 20px
}

.ast-archive-description {
    margin-bottom: 2.5em;
    padding-bottom: 1.3333em;
    border-bottom: 1px solid var(--ast-border-color)
}

.ast-archive-description .ast-archive-title {
    margin-bottom: 4px;
    font-size: 40px;
    font-size: 2.85714rem;
    font-weight: 300
}

.ast-archive-description p {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.65;
    font-weight: 300
}

.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box {
    background-color: #eee;
    padding-bottom: 0;
    border-bottom: 0
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-archive-description {
        margin:0;
        padding: 3.34em 2.4em
    }
}

@media (max-width: 992px) {
    .ast-separate-container .ast-archive-description {
        padding:2.14em
    }
}

@media (min-width: 1201px) {
    .ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box {
        margin:0;
        padding: 5em 6.67em 3.33333em
    }
}

.single .entry-header {
    margin-bottom: 2em
}

.single .post-navigation {
    margin: 0;
    padding: 2em 0 0;
    border-top: 1px solid var(--ast-border-color)
}

@media (max-width: 768px) {
    .single .post-navigation {
        padding-top:1.5em
    }
}

.single .post-navigation a {
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #000
}

@media (min-width: 421px) {
    .single .post-navigation .nav-links {
        -js-display:flex;
        display: flex
    }

    .single .post-navigation .nav-next,.single .post-navigation .nav-previous {
        flex: auto
    }
}

@media (max-width: 420px) {
    .single .post-navigation .ast-left-arrow,.single .post-navigation .ast-right-arrow {
        display:none
    }

    .single .post-navigation .nav-next,.single .post-navigation .nav-previous {
        width: 100%
    }

    .single .post-navigation .nav-next a,.single .post-navigation .nav-previous a {
        width: 100%
    }

    .single .post-navigation .nav-previous {
        margin-bottom: 1em
    }
}

.single .entry-header .post-thumb {
    margin-bottom: 2em
}

.single .entry-header .post-thumb img {
    margin-top: 0;
    margin-bottom: 0
}

.page .has-post-thumbnail .post-thumb img {
    margin-bottom: 1.5em
}

.post-password-form {
    text-align: center
}

@media (max-width: 420px) {
    .post-password-form input[type=password] {
        display:block;
        margin: 10px auto
    }
}

.post-password-form input[type=submit] {
    padding: 10px 20px;
    border-radius: 2px
}

.ast-separate-container .post-navigation {
    border-top: 0;
    padding-left: 3.33333em;
    padding-right: 3.33333em
}

@media (max-width: 420px) {
    .ast-separate-container .post-navigation {
        padding-left:0;
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .ast-separate-container .entry-header {
        margin-bottom:1em
    }
}

.ast-404-layout-1 {
    text-align: center;
    margin: 4em auto
}

.ast-404-layout-1 .page-sub-title {
    font-size: 1.5rem;
    font-weight: 700
}

.ast-404-layout-1 .widget_search {
    padding-top: .5em
}

.ast-404-search {
    margin-top: 1.5em
}

.ast-404-search .widget_search {
    max-width: 370px;
    margin: 0 auto
}

.ast-separate-container .error-404,.ast-separate-container .no-results {
    background-color: #fff
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results {
        margin:0;
        padding: 3.34em 2.4em
    }
}

@media (max-width: 768px) {
    .ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results {
        padding:1.5em 2.14em
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results {
        padding:1.5em 1em
    }
}

@media (min-width: 1201px) {
    .ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results {
        margin:0;
        padding: 5.34em 6.67em
    }
}

.blog-layout-1 {
    width: 100%;
    display: inline-block;
    padding-bottom: 2em;
    vertical-align: middle;
    border-bottom: 1px solid var(--ast-border-color)
}

.blog-layout-1 .posted-on {
    left: 0
}

.blog-layout-1 .post-content,.blog-layout-1 .post-thumb {
    padding-left: 0;
    padding-right: 0
}

.ast-flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap
}

.ast-flex-1 {
    flex: 1
}

.ast-flex-2 {
    flex: 2
}

.ast-flex-3 {
    flex: 3
}

.ast-flex-4 {
    flex: 4
}

.ast-flex-5 {
    flex: 5
}

.ast-inline-flex {
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.ast-flex-direction-row {
    flex-direction: row
}

.ast-flex-direction-row-reverse {
    flex-direction: row-reverse
}

.ast-flex-direction-column {
    flex-direction: column
}

.ast-flex-direction-column-reverse {
    flex-direction: column-reverse
}

.ast-flex-wrap-nowrap {
    flex-wrap: nowrap
}

.ast-flex-wrap-wrap {
    flex-wrap: wrap
}

.ast-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse
}

.ast-justify-content-flex-start {
    justify-content: flex-start
}

.ast-justify-content-flex-end {
    justify-content: flex-end
}

.ast-justify-content-center {
    justify-content: center
}

.ast-justify-content-space-between {
    justify-content: space-between
}

.ast-justify-content-space-around {
    justify-content: space-around
}

.ast-align-items-flex-start {
    align-items: flex-start
}

.ast-align-items-flex-end {
    align-items: flex-end
}

.ast-align-items-center {
    align-items: center
}

.ast-align-items-baseline {
    align-items: baseline
}

.ast-align-items-stretch {
    align-items: stretch
}

.ast-align-content-flex-start {
    align-content: flex-start
}

.ast-align-content-flex-end {
    align-content: flex-end
}

.ast-align-content-center {
    align-content: center
}

.ast-align-content-space-between {
    align-content: space-between
}

.ast-align-content-space-around {
    align-content: space-around
}

.ast-align-content-stretch {
    align-content: stretch
}

.ast-order-1 {
    order: 1
}

.ast-order-2 {
    order: 2
}

.ast-order-3 {
    order: 3
}

.ast-order-4 {
    order: 4
}

.ast-order-5 {
    order: 5
}

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

.ast-flex-grow-2 {
    flex-grow: 2
}

.ast-flex-grow-3 {
    flex-grow: 3
}

.ast-flex-grow-4 {
    flex-grow: 4
}

.ast-flex-grow-5 {
    flex-grow: 5
}

.ast-flex-shrink-1 {
    flex-shrink: 1
}

.ast-flex-shrink-2 {
    flex-shrink: 2
}

.ast-flex-shrink-3 {
    flex-shrink: 3
}

.ast-flex-shrink-4 {
    flex-shrink: 4
}

.ast-flex-shrink-5 {
    flex-shrink: 5
}

.ast-align-self-auto {
    align-self: auto
}

.ast-align-self-flex-start {
    align-self: flex-start
}

.ast-align-self-flex-end {
    align-self: flex-end
}

.ast-align-self-center {
    align-self: center
}

.ast-align-self-baseline {
    align-self: baseline
}

.ast-align-self-stretch {
    align-self: stretch
}

.ahfb-svg-iconset {
    -js-display: inline-flex;
    display: inline-flex;
    align-self: center
}

.ahfb-svg-iconset svg {
    width: 17px;
    height: 17px;
    transition: none
}

.ahfb-svg-iconset svg>* {
    transition: none
}

.ast-no-sidebar .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw
}

.ast-no-sidebar .entry-content .alignwide {
    margin-left: calc(-41vw + 50%);
    margin-right: calc(-41vw + 50%);
    max-width: unset;
    width: unset
}

.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wp-block-gallery,.blocks-gallery-grid {
    margin: 0
}

.wp-block-separator {
    max-width: 100px
}

.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots {
    max-width: none
}

.entry-content .has-2-columns .wp-block-column:first-child {
    padding-right: 10px
}

.entry-content .has-2-columns .wp-block-column:last-child {
    padding-left: 10px
}

@media (max-width: 782px) {
    .entry-content .wp-block-columns .wp-block-column {
        flex-basis:100%
    }

    .entry-content .has-2-columns .wp-block-column:first-child {
        padding-right: 0
    }

    .entry-content .has-2-columns .wp-block-column:last-child {
        padding-left: 0
    }
}

body .entry-content .wp-block-latest-posts {
    margin-left: 0
}

body .entry-content .wp-block-latest-posts li {
    list-style: none
}

.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {
    margin-left: 0
}

.ast-header-break-point .entry-content .alignwide {
    margin-left: auto;
    margin-right: auto
}

.entry-content .blocks-gallery-item img {
    margin-bottom: auto
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

:root {
    --ast-container-default-xlg-padding: 6.67em;
    --ast-container-default-lg-padding: 5.67em;
    --ast-container-default-slg-padding: 4.34em;
    --ast-container-default-md-padding: 3.34em;
    --ast-container-default-sm-padding: 6.67em;
    --ast-container-default-xs-padding: 2.4em;
    --ast-container-default-xxs-padding: 1.4em;
    --ast-code-block-background: #eee;
    --ast-comment-inputs-background: #fafafa
}

html {
    font-size: 100%
}

a,.page-title {
    color: #004e9d
}

a:hover,a:focus {
    color: var(--ast-global-color-8)
}

body,button,input,select,textarea,.ast-button,.ast-custom-button {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em
}

blockquote {
    color: var(--ast-global-color-2)
}

p,.entry-content p {
    margin-bottom: 1.2em;
    line-height: 1.8;
}

h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a {
    font-weight: 700
}

.site-title {
    font-size: 35px;
    font-size: 2.1875rem;
    display: none
}

header .custom-logo-link img {
    max-width: 160px
}

.astra-logo-svg {
    width: 160px
}

.site-header .site-description {
    font-size: 15px;
    font-size: .9375rem;
    display: none
}

.entry-title {
    font-size: 40px;
    font-size: 2.5rem
}

h1,.entry-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em
}

h2,.entry-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em
}

h3,.entry-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2em
}

h4,.entry-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em
}

h5,.entry-content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em
}

h6,.entry-content h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25em
}

::selection {
    background-color: #004e9d;
    color: #fff
}

body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6 {
    color: var(--ast-global-color-2)
}

.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item {
    color: #fff;
    border-color: #004e9d;
    background-color: #004e9d
}

input:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,textarea:focus {
    border-color: #004e9d
}

input[type=radio]:checked,input[type=reset],input[type=checkbox]:checked,input[type=checkbox]:hover:checked,input[type=checkbox]:focus:checked,input[type=range]::-webkit-slider-thumb {
    border-color: #004e9d;
    background-color: #004e9d;
    box-shadow: none
}

.site-footer a:hover+.post-count,.site-footer a:focus+.post-count {
    background: #004e9d;
    border-color: #004e9d
}

.single .nav-links .nav-previous,.single .nav-links .nav-next {
    color: #004e9d
}

.entry-meta,.entry-meta * {
    line-height: 1.45;
    color: #004e9d
}

.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links>.page-link,.page-links .page-link:hover,.post-navigation a:hover {
    color: var(--ast-global-color-8)
}

#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited {
    color: #004e9d
}

.secondary .calendar_wrap #today,.ast-progress-val span {
    background: #004e9d
}

.secondary a:hover+.post-count,.secondary a:focus+.post-count {
    background: #004e9d;
    border-color: #004e9d
}

.calendar_wrap #today>a {
    color: #fff
}

.page-links .page-link,.single .post-navigation a {
    color: #004e9d
}

.widget-title {
    font-size: 22px;
    font-size: 1.375rem;
    color: var(--ast-global-color-2)
}

.single .ast-author-details .author-title {
    color: var(--ast-global-color-8)
}

#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea {
    font-size: 16px;
    font-size: 1rem
}

a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible {
    outline-style: dotted;
    outline-color: inherit;
    outline-width: thin;
    border-color: transparent
}

input:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,textarea:focus,.wp-block-search__input:focus,[data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus {
    border-style: dotted;
    border-color: inherit;
    border-width: thin;
    outline-color: transparent
}

.main-header-menu .menu-link,.ast-header-custom-item a {
    color: var(--ast-global-color-2)
}

.main-header-menu .menu-item:hover>.menu-link,.main-header-menu .menu-item:hover>.ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item.focus>.menu-link,.main-header-menu .menu-item.focus>.ast-menu-toggle,.main-header-menu .current-menu-item>.menu-link,.main-header-menu .current-menu-ancestor>.menu-link,.main-header-menu .current-menu-item>.ast-menu-toggle,.main-header-menu .current-menu-ancestor>.ast-menu-toggle {
    color: #004e9d
}

.header-main-layout-3 .ast-main-header-bar-alignment {
    margin-right: auto
}

.header-main-layout-2 .site-header-section-left .ast-site-identity {
    text-align: left
}

.ast-logo-title-inline .site-logo-img {
    padding-right: 1em
}

.site-logo-img img {
    transition: all .2s linear
}

.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
    background: 0 0;
    color: #004e9d
}

.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle {
    background: 0 0;
    border: 1px solid #004e9d;
    color: #004e9d
}

.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle {
    background: #004e9d;
    color: var(--ast-global-color-5)
}

#secondary {
    margin: 0 0 2.5em;
    word-break: break-word;
    line-height: 2
}

#secondary li {
    margin-bottom: .25em
}

#secondary li:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .js_active .ast-plain-container.ast-single-post #secondary {
        margin-top:1.5em
    }
}

.ast-separate-container.ast-two-container #secondary .widget {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 2em
}

@media (min-width: 993px) {
    .ast-left-sidebar #secondary {
        padding-right:60px
    }

    .ast-right-sidebar #secondary {
        padding-left: 60px
    }
}

@media (max-width: 993px) {
    .ast-right-sidebar #secondary {
        padding-left:30px
    }

    .ast-left-sidebar #secondary {
        padding-right: 30px
    }
}

.ast-small-footer {
    color: #a8bbd1
}

.ast-small-footer>.ast-footer-overlay {
    background-color: #0032a0
}

.ast-small-footer a {
    color: var(--ast-global-color-5)
}

.ast-small-footer a:hover {
    color: #a8bbd1
}

.footer-adv .footer-adv-overlay {
    border-top-style: solid;
    border-top-width: 0;
    border-top-color: #0032a0
}

.footer-adv .widget-title,.footer-adv .widget-title a {
    color: var(--ast-global-color-5)
}

.footer-adv {
    color: #6f8bc9
}

.footer-adv a {
    color: #6f8bc9
}

.footer-adv .tagcloud a:hover,.footer-adv .tagcloud a.current-item {
    border-color: #6f8bc9;
    background-color: #6f8bc9
}

.footer-adv a:hover,.footer-adv .no-widget-text a:hover,.footer-adv a:focus,.footer-adv .no-widget-text a:focus {
    color: var(--ast-global-color-5)
}

.footer-adv .calendar_wrap #today,.footer-adv a:hover+.post-count {
    background-color: #6f8bc9
}

.footer-adv-overlay {
    background-color: #0032a0
}

.wp-block-buttons.aligncenter {
    justify-content: center
}

@media (min-width: 1200px) {
    .ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignfull {
        margin-left:-6.67em;
        margin-right: -6.67em;
        max-width: unset;
        width: unset
    }

    .ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignwide {
        margin-left: -20px;
        margin-right: -20px;
        max-width: unset;
        width: unset
    }
}

@media (min-width: 1200px) {
    .wp-block-group .has-background {
        padding:20px
    }
}

@media (min-width: 1200px) {
    .ast-separate-container.ast-right-sidebar .entry-content .wp-block-group.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-group.alignwide,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignwide {
        margin-left:-20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .ast-separate-container.ast-right-sidebar .entry-content .wp-block-group.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-group.alignfull,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignfull {
        margin-left: -6.67em;
        margin-right: -6.67em;
        padding-left: 6.67em;
        padding-right: 6.67em
    }
}

@media (min-width: 1200px) {
    .wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container {
        width:100%
    }
}

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

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

@media (max-width: 921px) {
    .ast-separate-container #primary,.ast-separate-container #secondary {
        padding:1.5em 0
    }

    #primary,#secondary {
        padding: 1.5em 0;
        margin: 0
    }

    .ast-left-sidebar #content>.ast-container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%
    }

    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single {
        padding: 1.5em 2.14em
    }

    .ast-author-box img.avatar {
        margin: 20px 0 0
    }
}

@media (max-width: 921px) {
    #secondary.secondary {
        padding-top:0
    }

    .ast-separate-container.ast-right-sidebar #secondary {
        padding-left: 1em;
        padding-right: 1em
    }

    .ast-separate-container.ast-two-container #secondary {
        padding-left: 0;
        padding-right: 0
    }

    .ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary {
        margin-top: 1.5em
    }
}

@media (max-width: 921px) {
    .ast-right-sidebar #primary {
        padding-right:0
    }

    .ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary {
        padding-right: 20px;
        padding-left: 20px
    }

    .ast-right-sidebar #secondary,.ast-left-sidebar #primary {
        padding-left: 0
    }

    .ast-left-sidebar #secondary {
        padding-right: 0
    }
}

@media (min-width: 922px) {
    .ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary {
        border:0
    }

    .search-no-results.ast-separate-container #primary {
        margin-bottom: 4em
    }
}

@media (min-width: 922px) {
    .ast-right-sidebar #primary {
        border-right:1px solid var(--ast-border-color)
    }

    .ast-left-sidebar #primary {
        border-left: 1px solid var(--ast-border-color)
    }

    .ast-right-sidebar #secondary {
        border-left: 1px solid var(--ast-border-color);
        margin-left: -1px
    }

    .ast-left-sidebar #secondary {
        border-right: 1px solid var(--ast-border-color);
        margin-right: -1px
    }

    .ast-separate-container.ast-two-container.ast-right-sidebar #secondary {
        padding-left: 30px;
        padding-right: 0
    }

    .ast-separate-container.ast-two-container.ast-left-sidebar #secondary {
        padding-right: 30px;
        padding-left: 0
    }

    .ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary {
        border: 0;
        margin-left: auto;
        margin-right: auto
    }

    .ast-separate-container.ast-two-container #secondary .widget:last-child {
        margin-bottom: 0
    }
}

.wp-block-button .wp-block-button__link {
    color: var(--ast-global-color-5)
}

.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus {
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-8);
    border-color: var(--ast-global-color-8)
}

.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h2.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h3.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h4.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h5.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h6.elementor-heading-title {
    line-height: 1.25em
}

.wp-block-button .wp-block-button__link {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: #004e9d;
    background-color: #004e9d;
    color: var(--ast-global-color-5);
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px
}

.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=button],input[type=submit],input[type=reset] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: var(--ast-global-color-5);
    border-color: #004e9d;
    background-color: #004e9d;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=button]:hover,input[type=button]:focus,input[type=submit]:hover,input[type=submit]:focus {
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-8);
    border-color: var(--ast-global-color-8)
}

@media (max-width: 921px) {
    .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
        display:inline-block
    }

    .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
        margin: 0
    }

    .ast-comment-avatar-wrap img {
        max-width: 2.5em
    }

    .ast-separate-container .ast-comment-list li.depth-1 {
        padding: 1.5em 2.14em
    }

    .ast-separate-container .comment-respond {
        padding: 2em 2.14em
    }

    .ast-comment-meta {
        padding: 0 1.8888em 1.3333em
    }
}

@media (min-width: 544px) {
    .ast-container {
        max-width:100%
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description {
        padding:1.5em 1em
    }

    .ast-separate-container #content .ast-container {
        padding-left: .54em;
        padding-right: .54em
    }

    .ast-separate-container .ast-comment-list li.depth-1 {
        padding: 1.5em 1em;
        margin-bottom: 1.5em
    }

    .ast-separate-container .ast-comment-list .bypostauthor {
        padding: .5em
    }

    .ast-search-menu-icon.ast-dropdown-active .search-field {
        width: 170px
    }

    .ast-separate-container #secondary {
        padding-top: 0
    }

    .ast-separate-container.ast-two-container #secondary .widget {
        margin-bottom: 1.5em;
        padding-left: 1em;
        padding-right: 1em
    }

    .site-branding img,.site-header .site-logo-img .custom-logo-link img {
        max-width: 100%
    }
}

@media (max-width: 921px) {
    .ast-header-break-point .ast-search-menu-icon.slide-search .search-form {
        right:0
    }

    .ast-header-break-point .ast-mobile-header-stack .ast-search-menu-icon.slide-search .search-form {
        right: -1em
    }
}

.footer-adv .tagcloud a:hover,.footer-adv .tagcloud a.current-item {
    color: #000
}

.footer-adv .calendar_wrap #today {
    color: #000
}

body,.ast-separate-container {
    background-color: var(--ast-global-color-5);
    background-image: none
}

.ast-no-sidebar.ast-separate-container .entry-content .alignfull {
    margin-left: -6.67em;
    margin-right: -6.67em;
    width: auto
}

@media (max-width: 1200px) {
    .ast-no-sidebar.ast-separate-container .entry-content .alignfull {
        margin-left:-2.4em;
        margin-right: -2.4em
    }
}

@media (max-width: 768px) {
    .ast-no-sidebar.ast-separate-container .entry-content .alignfull {
        margin-left:-2.14em;
        margin-right: -2.14em
    }
}

@media (max-width: 544px) {
    .ast-no-sidebar.ast-separate-container .entry-content .alignfull {
        margin-left:-1em;
        margin-right: -1em
    }
}

.ast-no-sidebar.ast-separate-container .entry-content .alignwide {
    margin-left: -20px;
    margin-right: -20px
}

.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignwide {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width: 921px) {
    .site-title {
        display:none
    }

    .site-header .site-description {
        display: none
    }

    .entry-title {
        font-size: 30px
    }

    h1,.entry-content h1 {
        font-size: 30px
    }

    h2,.entry-content h2 {
        font-size: 25px
    }

    h3,.entry-content h3 {
        font-size: 20px
    }

    body,.ast-separate-container {
        background-color: var(--ast-global-color-5);
        background-image: none
    }
}

@media (max-width: 544px) {
    .site-title {
        display:none
    }

    .site-header .site-description {
        display: none
    }

    .entry-title {
        font-size: 30px
    }

    h1,.entry-content h1 {
        font-size: 30px
    }

    h2,.entry-content h2 {
        font-size: 25px
    }

    h3,.entry-content h3 {
        font-size: 20px
    }

    body,.ast-separate-container {
        background-color: var(--ast-global-color-5);
        background-image: none
    }
}

@media (max-width: 921px) {
    html {
        font-size:91.2%
    }
}

@media (max-width: 544px) {
    html {
        font-size:91.2%
    }
}

@media (min-width: 922px) {
    .ast-container {
        /* max-width:1210px; */
    }
}

@font-face {
    font-family: "Astra";
    src: url(../fonts/astra.woff) format("woff"),url(../fonts/astra.ttf) format("truetype"),url(../fonts/astra.svg#astra) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@media (max-width: 991px) {
    .main-header-bar .main-header-bar-navigation {
        display:none
    }
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
    border-color: #dedede
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu {
    top: -1px
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dedede
}

@media (min-width: 922px) {
    .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover>.sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus>.sub-menu {
        margin-left:-2px
    }
}

.ast-small-footer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #385ca9
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {
    display: none
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {
    padding: 0;
    display: block;
    overflow: hidden
}

.ast-header-break-point .ast-header-custom-item .widget:last-child {
    margin-bottom: 1em
}

.ast-header-custom-item .widget {
    margin: .5em;
    display: inline-block;
    vertical-align: middle
}

.ast-header-custom-item .widget p {
    margin-bottom: 0
}

.ast-header-custom-item .widget li {
    width: auto
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
    display: none
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
    display: none
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
    display: block
}

.ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon {
    margin-right: 1em
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field,.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field {
    width: 100%;
    padding-right: 5.5em
}

.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 1em;
    border-radius: 0
}

.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 1em;
    margin-top: 1em
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.astra-icon-down_arrow:after {
    content: "\e900";
    font-family: Astra
}

.astra-icon-close:after {
    content: "\e5cd";
    font-family: Astra
}

.astra-icon-drag_handle:after {
    content: "\e25d";
    font-family: Astra
}

.astra-icon-format_align_justify:after {
    content: "\e235";
    font-family: Astra
}

.astra-icon-menu:after {
    content: "\e5d2";
    font-family: Astra
}

.astra-icon-reorder:after {
    content: "\e8fe";
    font-family: Astra
}

.astra-icon-search:after {
    content: "\e8b6";
    font-family: Astra
}

.astra-icon-zoom_in:after {
    content: "\e56b";
    font-family: Astra
}

.astra-icon-check-circle:after {
    content: "\e901";
    font-family: Astra
}

.astra-icon-shopping-cart:after {
    content: "\f07a";
    font-family: Astra
}

.astra-icon-shopping-bag:after {
    content: "\f290";
    font-family: Astra
}

.astra-icon-shopping-basket:after {
    content: "\f291";
    font-family: Astra
}

.astra-icon-circle-o:after {
    content: "\e903";
    font-family: Astra
}

.astra-icon-certificate:after {
    content: "\e902";
    font-family: Astra
}

blockquote {
    padding: 1.2em
}

:root .has-ast-global-color-0-color {
    color: #004e9d
}

:root .has-ast-global-color-0-background-color {
    background-color: #004e9d
}

:root .wp-block-button .has-ast-global-color-0-color {
    color: #004e9d
}

:root .wp-block-button .has-ast-global-color-0-background-color {
    background-color: #004e9d
}

:root .has-ast-global-color-1-color {
    color: var(--ast-global-color-1)
}

:root .has-ast-global-color-1-background-color {
    background-color: var(--ast-global-color-1)
}

:root .wp-block-button .has-ast-global-color-1-color {
    color: var(--ast-global-color-1)
}

:root .wp-block-button .has-ast-global-color-1-background-color {
    background-color: var(--ast-global-color-1)
}

:root .has-ast-global-color-2-color {
    color: var(--ast-global-color-2)
}

:root .has-ast-global-color-2-background-color {
    background-color: var(--ast-global-color-2)
}

:root .wp-block-button .has-ast-global-color-2-color {
    color: var(--ast-global-color-2)
}

:root .wp-block-button .has-ast-global-color-2-background-color {
    background-color: var(--ast-global-color-2)
}

:root .has-ast-global-color-3-color {
    color: var(--ast-global-color-3)
}

:root .has-ast-global-color-3-background-color {
    background-color: var(--ast-global-color-3)
}

:root .wp-block-button .has-ast-global-color-3-color {
    color: var(--ast-global-color-3)
}

:root .wp-block-button .has-ast-global-color-3-background-color {
    background-color: var(--ast-global-color-3)
}

:root .has-ast-global-color-4-color {
    color: var(--ast-global-color-4)
}

:root .has-ast-global-color-4-background-color {
    background-color: var(--ast-global-color-4)
}

:root .wp-block-button .has-ast-global-color-4-color {
    color: var(--ast-global-color-4)
}

:root .wp-block-button .has-ast-global-color-4-background-color {
    background-color: var(--ast-global-color-4)
}

:root .has-ast-global-color-5-color {
    color: var(--ast-global-color-5)
}

:root .has-ast-global-color-5-background-color {
    background-color: var(--ast-global-color-5)
}

:root .wp-block-button .has-ast-global-color-5-color {
    color: var(--ast-global-color-5)
}

:root .wp-block-button .has-ast-global-color-5-background-color {
    background-color: var(--ast-global-color-5)
}

:root .has-ast-global-color-6-color {
    color: var(--ast-global-color-6)
}

:root .has-ast-global-color-6-background-color {
    background-color: var(--ast-global-color-6)
}

:root .wp-block-button .has-ast-global-color-6-color {
    color: var(--ast-global-color-6)
}

:root .wp-block-button .has-ast-global-color-6-background-color {
    background-color: var(--ast-global-color-6)
}

:root .has-ast-global-color-7-color {
    color: var(--ast-global-color-7)
}

:root .has-ast-global-color-7-background-color {
    background-color: var(--ast-global-color-7)
}

:root .wp-block-button .has-ast-global-color-7-color {
    color: var(--ast-global-color-7)
}

:root .wp-block-button .has-ast-global-color-7-background-color {
    background-color: var(--ast-global-color-7)
}

:root .has-ast-global-color-8-color {
    color: var(--ast-global-color-8)
}

:root .has-ast-global-color-8-background-color {
    background-color: var(--ast-global-color-8)
}

:root .wp-block-button .has-ast-global-color-8-color {
    color: var(--ast-global-color-8)
}

:root .wp-block-button .has-ast-global-color-8-background-color {
    background-color: var(--ast-global-color-8)
}

:root {
    --ast-global-color-0: #0044d7;
    --ast-global-color-1: #0036ac;
    --ast-global-color-2: #858a93;
    --ast-global-color-3: #4b4b4b;
    --ast-global-color-4: #f5f5f5;
    --ast-global-color-5: #fff;
    --ast-global-color-6: #f2f5f7;
    --ast-global-color-7: #424242;
    --ast-global-color-8: #000
}

:root {
    --ast-border-color: #ddd
}

.ast-single-entry-banner {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #eee
}

.ast-single-entry-banner[data-banner-layout=layout-1] {
    max-width: 1170px;
    background: inherit;
    padding: 20px 0
}

.ast-single-entry-banner[data-banner-width-type=custom] {
    margin: 0 auto;
    width: 100%
}

.ast-single-entry-banner+.site-content .entry-header {
    margin-bottom: 0
}

header.entry-header .entry-title {
    color: #004e9d;
    font-size: 40px;
    font-size: 2.5rem
}

header.entry-header>*:not(:last-child) {
    margin-bottom: 10px
}

.ast-archive-entry-banner {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #eee
}

.ast-archive-entry-banner[data-banner-width-type=custom] {
    margin: 0 auto;
    width: 100%
}

.ast-archive-entry-banner[data-banner-layout=layout-1] {
    background: inherit;
    padding: 20px 0;
    text-align: left
}

body.archive .ast-archive-description {
    max-width: 1170px;
    width: 100%;
    text-align: left;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em
}

body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title * {
    color: #004e9d;
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: capitalize
}

body.archive .ast-archive-description>*:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 921px) {
    body.archive .ast-archive-description {
        text-align:left
    }
}

@media (max-width: 544px) {
    body.archive .ast-archive-description {
        text-align:left
    }
}

.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: inherit;
    text-indent: 0;
    text-decoration: none
}

.ast-breadcrumbs .trail-browse {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit
}

.ast-breadcrumbs .trail-items {
    list-style: none
}

.trail-items li:after {
    padding: 0 .3em;
    content: "\00bb"
}

.trail-items li:last-of-type:after {
    display: none
}

.trail-items li:after {
    content: "\003E"
}

.ast-breadcrumbs-wrapper .trail-items a {
    color: #004e9d
}

.ast-breadcrumbs-wrapper .trail-items .trail-end {
    color: var(--ast-global-color-8)
}

.ast-breadcrumbs-wrapper .trail-items a:hover {
    color: var(--ast-global-color-8)
}

.ast-breadcrumbs-wrapper .trail-items li:after {
    color: var(--ast-global-color-8)
}

.ast-breadcrumbs-wrapper,.ast-breadcrumbs-wrapper * {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase
}

.ast-breadcrumbs-wrapper,.main-header-bar.ast-header-breadcrumb {
    background-color: var(--ast-global-color-5)
}

.main-header-bar.ast-header-breadcrumb,.ast-header-break-point .main-header-bar.ast-header-breadcrumb,.ast-header-break-point .header-main-layout-2 .main-header-bar.ast-header-breadcrumb,.ast-header-break-point .ast-mobile-header-stack .main-header-bar.ast-header-breadcrumb,.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar-wrap .main-header-bar.ast-header-breadcrumb,.ast-main-header-nav-open .main-header-bar-wrap .main-header-bar.ast-header-breadcrumb {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0
}

.ast-header-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%
}

.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar.ast-header-breadcrumb,.ast-main-header-nav-open .main-header-bar.ast-header-breadcrumb {
    padding-top: 1em;
    padding-bottom: 1em
}

.ast-header-break-point .main-header-bar.ast-header-breadcrumb {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid
}

.ast-breadcrumbs-wrapper {
    line-height: 1.4
}

.ast-breadcrumbs-wrapper .rank-math-breadcrumb p {
    margin-bottom: 0
}

.ast-breadcrumbs-wrapper {
    display: block;
    width: 100%
}

h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6 {
    color: var(--ast-global-color-8)
}

.ast-header-break-point .main-header-bar {
    border-bottom-width: 1px
}

@media (min-width: 922px) {
    .main-header-bar {
        border-bottom-width:1px
    }
}

@media (min-width: 922px) {
    #primary {
        width: 64%;
    }

    #secondary {
        width: 31%;
        margin-left: 5%;
    }
}

.main-header-menu .menu-item,#astra-footer-menu .menu-item,.main-header-bar .ast-masthead-custom-menu-items {
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-header-menu>.menu-item>.menu-link,#astra-footer-menu>.menu-item>.menu-link {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex
}

.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items {
    flex: unset
}

.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0,-50%) rotate(270deg)
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle:before,.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle:before,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle:before,.ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle:before {
    font-weight: 700;
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
    display: inline-block
}

.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 5px
}

.widget_search .search-form:after {
    font-family: Astra;
    font-size: 1.2em;
    font-weight: 400;
    content: "\e8b6";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%)
}

.astra-search-icon:before {
    content: "\e8b6";
    font-family: Astra;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 3
}

.main-header-bar .main-header-bar-navigation .page_item_has_children>a:after,.main-header-bar .main-header-bar-navigation .menu-item-has-children>a:after,.menu-item-has-children .ast-header-navigation-arrow:after {
    content: "\e900";
    display: inline-block;
    font-family: Astra;
    font-size: .6rem;
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal
}

.menu-item-has-children .sub-menu .ast-header-navigation-arrow:after {
    margin-left: 0
}

.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle:before {
    transform: rotateX(180deg)
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
    display: none
}

.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3 {
    background-color: transparent;
    background-image: none
}

.ast-separate-container .ast-article-post {
    background-color: #fff;
    background-image: none
}

@media (max-width: 921px) {
    .ast-separate-container .ast-article-post {
        background-color:#fff;
        background-image: none
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post {
        background-color:#fff;
        background-image: none
    }
}

.ast-separate-container .ast-article-single:not(.ast-related-post),.ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li,.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .comments-area .comments-title,.ast-narrow-container .site-content {
    background-color: #fff;
    background-image: none
}

@media (max-width: 921px) {
    .ast-separate-container .ast-article-single:not(.ast-related-post),.ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li,.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .comments-area .comments-title,.ast-narrow-container .site-content {
        background-color:#fff;
        background-image: none
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-single:not(.ast-related-post),.ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li,.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .comments-area .comments-title,.ast-narrow-container .site-content {
        background-color:#fff;
        background-image: none
    }
}

#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #fff;
    border-radius: 2px;
    content: "";
    outline: inherit
}

@media (min-width: 769px) {
    #ast-scroll-top {
        content:"769"
    }
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0;
    vertical-align: middle;
    transform: translate(0,-20%) rotate(180deg);
    width: 1.6em
}

.ast-scroll-to-top-right {
    right: 30px;
    bottom: 30px
}

.ast-scroll-to-top-left {
    left: 30px;
    bottom: 30px
}

#ast-scroll-top {
    color: var(--ast-global-color-5);
    background-color: #004e9d;
    font-size: 16px;
    font-size: 1rem;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px
}

#ast-scroll-top:hover {
    color: var(--ast-global-color-5);
    background-color: #004e9d
}

.ast-scroll-top-icon:before {
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit
}

.ast-scroll-top-icon {
    transform: rotate(180deg)
}

@media (max-width: 921px) {
    #ast-scroll-top .ast-icon.icon-arrow svg {
        width:1em
    }
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrldz8z11lfc-k.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrldz8z1jlfc-k.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrldz8z1xlfq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/pxieyp8kv8jhgfvrjjbecmne.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/pxieyp8kv8jhgfvrjjnecmne.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/pxieyp8kv8jhgfvrjjfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrlej6z11lfc-k.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrlej6z1xlfq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrlcz7z11lfc-k.woff2) format('woff2');
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/pxibyp8kv8jhgfvrlcz7z1xlfq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--ast-global-color-0: #004e9d;
    --wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
    --wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
    --wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
    --wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
    --wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
    --wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
    --wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
    --wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0,0,0,1)
}

body {
    margin: 0;
    --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
    --wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size)
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.wp-site-blocks>* {
    margin-block-start:0;margin-block-end:0}

.wp-site-blocks>*+* {
    margin-block-start:24px}

body {
    --wp--style--block-gap: 24px
}

body .is-layout-flow>* {
    margin-block-start:0;margin-block-end:0}

body .is-layout-flow>*+* {
    margin-block-start:24px;margin-block-end:0}

body .is-layout-constrained>* {
    margin-block-start:0;margin-block-end:0}

body .is-layout-constrained>*+* {
    margin-block-start:24px;margin-block-end:0}

body .is-layout-flex {
    gap: 24px
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start:0;margin-inline-end:2em}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start:2em;margin-inline-end:0}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start:0;margin-inline-end:2em}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start:2em;margin-inline-end:0}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

a:where(:not(.wp-element-button)) {
    text-decoration: none
}

.wp-element-button,.wp-block-button__link {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-ast-global-color-0-color {
    color: var(--wp--preset--color--ast-global-color-0) !important
}

.has-ast-global-color-1-color {
    color: var(--wp--preset--color--ast-global-color-1) !important
}

.has-ast-global-color-2-color {
    color: var(--wp--preset--color--ast-global-color-2) !important
}

.has-ast-global-color-3-color {
    color: var(--wp--preset--color--ast-global-color-3) !important
}

.has-ast-global-color-4-color {
    color: var(--wp--preset--color--ast-global-color-4) !important
}

.has-ast-global-color-5-color {
    color: var(--wp--preset--color--ast-global-color-5) !important
}

.has-ast-global-color-6-color {
    color: var(--wp--preset--color--ast-global-color-6) !important
}

.has-ast-global-color-7-color {
    color: var(--wp--preset--color--ast-global-color-7) !important
}

.has-ast-global-color-8-color {
    color: var(--wp--preset--color--ast-global-color-8) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-ast-global-color-0-background-color {
    background-color: var(--wp--preset--color--ast-global-color-0) !important
}

.has-ast-global-color-1-background-color {
    background-color: var(--wp--preset--color--ast-global-color-1) !important
}

.has-ast-global-color-2-background-color {
    background-color: var(--wp--preset--color--ast-global-color-2) !important
}

.has-ast-global-color-3-background-color {
    background-color: var(--wp--preset--color--ast-global-color-3) !important
}

.has-ast-global-color-4-background-color {
    background-color: var(--wp--preset--color--ast-global-color-4) !important
}

.has-ast-global-color-5-background-color {
    background-color: var(--wp--preset--color--ast-global-color-5) !important
}

.has-ast-global-color-6-background-color {
    background-color: var(--wp--preset--color--ast-global-color-6) !important
}

.has-ast-global-color-7-background-color {
    background-color: var(--wp--preset--color--ast-global-color-7) !important
}

.has-ast-global-color-8-background-color {
    background-color: var(--wp--preset--color--ast-global-color-8) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-ast-global-color-0-border-color {
    border-color: var(--wp--preset--color--ast-global-color-0) !important
}

.has-ast-global-color-1-border-color {
    border-color: var(--wp--preset--color--ast-global-color-1) !important
}

.has-ast-global-color-2-border-color {
    border-color: var(--wp--preset--color--ast-global-color-2) !important
}

.has-ast-global-color-3-border-color {
    border-color: var(--wp--preset--color--ast-global-color-3) !important
}

.has-ast-global-color-4-border-color {
    border-color: var(--wp--preset--color--ast-global-color-4) !important
}

.has-ast-global-color-5-border-color {
    border-color: var(--wp--preset--color--ast-global-color-5) !important
}

.has-ast-global-color-6-border-color {
    border-color: var(--wp--preset--color--ast-global-color-6) !important
}

.has-ast-global-color-7-border-color {
    border-color: var(--wp--preset--color--ast-global-color-7) !important
}

.has-ast-global-color-8-border-color {
    border-color: var(--wp--preset--color--ast-global-color-8) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6
}

#content:before {
    content: "921";
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

.single .ast-author-details .author-title {
    color: #004e9d
}

@media (max-width: 921px) {
    .single.ast-separate-container .ast-author-meta {
        padding:1.5em 2.14em
    }

    .single .ast-author-meta .post-author-avatar {
        margin-bottom: 1em
    }

    .ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post {
        width: 100%
    }

    .blog-layout-1 .post-content,.blog-layout-1 .ast-blog-featured-section {
        float: none
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
        margin-top: 0
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: 1em
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.5em
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -2.14em;
        margin-right: -2.14em
    }

    .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
        margin-top: -1.5em
    }

    .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
        margin-left: -2.14em;
        margin-right: -2.14em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: -1.5em;
        margin-right: -1.5em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -.5em;
        margin-right: -.5em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
        margin-top: 0
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: 1em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.5em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -1.5em;
        margin-right: -1.5em
    }

    .blog-layout-2 {
        display: flex;
        flex-direction: column-reverse
    }

    .ast-separate-container .blog-layout-3,.ast-separate-container .blog-layout-1 {
        display: block
    }

    .ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post,.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post {
        width: 100%
    }
}

@media (max-width: 921px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-top:0;
        margin-left: -2.14em
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-top: 0;
        margin-left: -1.14em
    }
}

@media (min-width: 922px) {
    .ast-separate-container.ast-blog-grid-2 .ast-archive-description,.ast-separate-container.ast-blog-grid-3 .ast-archive-description,.ast-separate-container.ast-blog-grid-4 .ast-archive-description {
        margin-bottom:1.33333em
    }

    .blog-layout-2.ast-no-thumb .post-content,.blog-layout-3.ast-no-thumb .post-content {
        width: calc(100% - 5.714285714em)
    }

    .blog-layout-2.ast-no-thumb.ast-no-date-box .post-content,.blog-layout-3.ast-no-thumb.ast-no-date-box .post-content {
        width: 100%
    }

    .ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts {
        border-bottom: 0
    }

    .ast-separate-container .ast-grid-2>.site-main>.ast-row,.ast-separate-container .ast-grid-3>.site-main>.ast-row,.ast-separate-container .ast-grid-4>.site-main>.ast-row {
        margin-left: -1em;
        margin-right: -1em;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch
    }

    .ast-separate-container .ast-grid-2>.site-main>.ast-row:before,.ast-separate-container .ast-grid-2>.site-main>.ast-row:after,.ast-separate-container .ast-grid-3>.site-main>.ast-row:before,.ast-separate-container .ast-grid-3>.site-main>.ast-row:after,.ast-separate-container .ast-grid-4>.site-main>.ast-row:before,.ast-separate-container .ast-grid-4>.site-main>.ast-row:after {
        flex-basis: 0;
        width: 0
    }

    .ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post {
        display: flex;
        padding: 0
    }

    .ast-plain-container .ast-grid-2>.site-main>.ast-row,.ast-plain-container .ast-grid-3>.site-main>.ast-row,.ast-plain-container .ast-grid-4>.site-main>.ast-row,.ast-page-builder-template .ast-grid-2>.site-main>.ast-row,.ast-page-builder-template .ast-grid-3>.site-main>.ast-row,.ast-page-builder-template .ast-grid-4>.site-main>.ast-row {
        margin-left: -1em;
        margin-right: -1em;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch
    }

    .ast-plain-container .ast-grid-2>.site-main>.ast-row:before,.ast-plain-container .ast-grid-2>.site-main>.ast-row:after,.ast-plain-container .ast-grid-3>.site-main>.ast-row:before,.ast-plain-container .ast-grid-3>.site-main>.ast-row:after,.ast-plain-container .ast-grid-4>.site-main>.ast-row:before,.ast-plain-container .ast-grid-4>.site-main>.ast-row:after,.ast-page-builder-template .ast-grid-2>.site-main>.ast-row:before,.ast-page-builder-template .ast-grid-2>.site-main>.ast-row:after,.ast-page-builder-template .ast-grid-3>.site-main>.ast-row:before,.ast-page-builder-template .ast-grid-3>.site-main>.ast-row:after,.ast-page-builder-template .ast-grid-4>.site-main>.ast-row:before,.ast-page-builder-template .ast-grid-4>.site-main>.ast-row:after {
        flex-basis: 0;
        width: 0
    }

    .ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post,.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post {
        display: flex
    }

    .ast-plain-container .ast-grid-2 .ast-article-post:last-child,.ast-plain-container .ast-grid-3 .ast-article-post:last-child,.ast-plain-container .ast-grid-4 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-2 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-3 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-4 .ast-article-post:last-child {
        margin-bottom: 2.5em
    }

    .single .ast-author-meta .ast-author-details {
        display: flex
    }
}

@media (min-width: 922px) {
    .single .post-author-avatar,.single .post-author-bio {
        float:left;
        clear: right
    }

    .single .ast-author-meta .post-author-avatar {
        margin-right: 1.33333em
    }

    .single .ast-author-meta .about-author-title-wrapper,.single .ast-author-meta .post-author-bio {
        text-align: left
    }

    .blog-layout-2 .post-content {
        padding-right: 2em
    }

    .blog-layout-2.ast-no-date-box.ast-no-thumb .post-content {
        padding-right: 0
    }

    .blog-layout-3 .post-content {
        padding-left: 2em
    }

    .blog-layout-3.ast-no-date-box.ast-no-thumb .post-content {
        padding-left: 0
    }

    .ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1) {
        padding: 0 1em 0
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top:.5em
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: -1em;
        margin-right: -1em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -.5em;
        margin-right: -.5em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: .5em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.33333em
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -1em;
        margin-right: -1em
    }

    .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3 {
        padding: 1.33333em 1em
    }

    .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-1 {
        padding: 1.33333em 1em
    }

    .single.ast-separate-container .ast-author-meta {
        padding: 1.5em 1em
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left:-1em
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -.5em
    }
}

@media (min-width: 922px) {
    .ast-hide-display-device-desktop {
        display:none
    }
}

@media (min-width: 545px) and (max-width:921px) {
    .ast-hide-display-device-tablet {
        display:none
    }
}

@media (max-width: 544px) {
    .ast-hide-display-device-mobile {
        display:none
    }
}

.ast-article-post .ast-date-meta .posted-on,.ast-article-post .ast-date-meta .posted-on * {
    background: #004e9d;
    color: #fff
}

.ast-article-post .ast-date-meta .posted-on .date-month,.ast-article-post .ast-date-meta .posted-on .date-year {
    color: #fff
}

.ast-load-more:hover {
    color: #fff;
    border-color: #004e9d;
    background-color: #004e9d
}

.ast-loader>div {
    background-color: #004e9d
}

.ast-pagination .page-numbers {
    color: var(--ast-global-color-2);
    border-color: #004e9d
}

.ast-pagination .page-numbers.current,.ast-pagination .page-numbers:focus,.ast-pagination .page-numbers:hover {
    color: #fff;
    background-color: #004e9d;
    border-color: #004e9d
}

.entry-title a {
    color: #004e9d;
}

.ast-small-footer {
    color: #a8bbd1
}

.ast-small-footer a {
    color: var(--ast-global-color-5)
}

.ast-small-footer a:hover {
    color: #a8bbd1
}

.main-header-menu .current-menu-item>.menu-link,.main-header-menu .current-menu-ancestor>.menu-link {
    color: #004e9d
}

.main-header-menu .menu-link:hover,.ast-header-custom-item a:hover,.main-header-menu .menu-item:hover>.menu-link,.main-header-menu .menu-item.focus>.menu-link {
    color: #004e9d
}

.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item:hover>.ast-menu-toggle,.main-header-menu .menu-item.focus>.ast-menu-toggle {
    color: #004e9d
}

.main-header-menu,.main-header-menu .menu-link,.ast-header-custom-item,.ast-header-custom-item a,.ast-masthead-custom-menu-items,.ast-masthead-custom-menu-items a {
    color: var(--ast-global-color-8)
}

.main-header-menu .sub-menu,.main-header-menu .sub-menu .menu-link {
    color: #333
}

.main-header-menu .sub-menu .menu-link:hover,.main-header-menu .sub-menu .menu-item:hover>.menu-link,.main-header-menu .sub-menu .menu-item.focus>.menu-link {
    color: #333;
    background-color: #dedede
}

.main-header-menu .sub-menu .menu-item:hover>.ast-menu-toggle,.main-header-menu .sub-menu .menu-item.focus>.ast-menu-toggle {
    color: #333
}

.main-header-menu .sub-menu .menu-item.current-menu-item>.menu-link,.main-header-menu .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-header-break-point .main-header-menu .sub-menu .menu-item.current-menu-item>.menu-link {
    color: #333;
    background-color: #dedede
}

.main-navigation .sub-menu,.ast-header-break-point .main-header-menu .sub-menu {
    background-color: var(--ast-global-color-5)
}

.ast-header-search .ast-search-menu-icon .search-field {
    border-radius: 2px
}

.ast-header-search .ast-search-menu-icon .search-submit {
    border-radius: 2px
}

.ast-header-search .ast-search-menu-icon .search-form {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #ddd;
    border-radius: 2px
}

.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.single.ast-separate-container .ast-author-details,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.single.ast-narrow-container .ast-author-details,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .ast-author-details,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container {
    padding-right: 20px;
    padding-left: 20px
}

.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .ast-author-details,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container {
    padding-right: 20px;
    padding-left: 20px
}

.ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull {
    margin-right: -20px;
    margin-left: -20px
}

.ast-separate-container.ast-single-post .ast-article-post,.ast-separate-container.ast-single-post .ast-article-single,.ast-separate-container.ast-single-post .ast-comment-list li.depth-1,.ast-separate-container.ast-single-post .comment-respond,.ast-separate-container.ast-single-post .ast-related-posts-wrap,.ast-separate-container.ast-single-post .ast-woocommerce-container,.single.ast-separate-container.ast-single-post .ast-author-meta {
    padding-top: 20px;
    padding-bottom: 20px
}

.ast-narrow-container.ast-single-post .ast-article-post,.ast-narrow-container.ast-single-post .ast-article-single,.ast-narrow-container.ast-single-post .ast-comment-list li.depth-1,.ast-narrow-container.ast-single-post .comment-respond,.ast-narrow-container.ast-single-post .ast-related-posts-wrap,.ast-narrow-container.ast-single-post .ast-woocommerce-container,.single.ast-narrow-container.ast-single-post .ast-author-meta,.ast-narrow-container.ast-single-post .ast-single-related-posts-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.ast-separate-container.ast-single-post .ast-article-post,.ast-separate-container.ast-single-post .ast-article-single,.ast-separate-container.ast-single-post .comments-count-wrapper,.ast-separate-container.ast-single-post .ast-comment-list li.depth-1,.ast-separate-container.ast-single-post .comment-respond,.ast-separate-container.ast-single-post .related-posts-title-wrapper,.ast-separate-container.ast-single-post .related-posts-title-wrapper,.single.ast-separate-container.ast-single-post .ast-author-meta,.ast-separate-container.ast-single-post .ast-related-posts-wrap,.ast-separate-container.ast-single-post .ast-woocommerce-container {
    padding-right: 20px;
    padding-left: 20px
}

.ast-narrow-container.ast-single-post .ast-article-post,.ast-narrow-container.ast-single-post .ast-article-single,.ast-narrow-container.ast-single-post .comments-count-wrapper,.ast-narrow-container.ast-single-post .ast-comment-list li.depth-1,.ast-narrow-container.ast-single-post .comment-respond,.ast-narrow-container.ast-single-post .related-posts-title-wrapper,.ast-narrow-container.ast-single-post .related-posts-title-wrapper,.single.ast-narrow-container.ast-single-post .ast-author-meta,.ast-narrow-container.ast-single-post .ast-related-posts-wrap,.ast-narrow-container.ast-single-post .ast-woocommerce-container,.ast-narrow-container.ast-single-post .ast-single-related-posts-container {
    padding-right: 20px;
    padding-left: 20px
}

.ast-right-sidebar #secondary,.ast-left-sidebar #secondary,.ast-separate-container.ast-two-container.ast-left-sidebar #secondary,.ast-separate-container.ast-two-container.ast-right-sidebar #secondary,.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary {
    padding-left: 30px
}

.ast-separate-container .ast-grid-2 .blog-layout-1,.ast-separate-container .ast-grid-2 .blog-layout-2,.ast-separate-container .ast-grid-2 .blog-layout-3,.ast-separate-container .ast-grid-3 .blog-layout-1,.ast-separate-container .ast-grid-3 .blog-layout-2,.ast-separate-container .ast-grid-3 .blog-layout-3,.ast-separate-container .ast-grid-4 .blog-layout-1,.ast-separate-container .ast-grid-4 .blog-layout-2,.ast-separate-container .ast-grid-4 .blog-layout-3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.ast-narrow-container .ast-grid-2 .blog-layout-1,.ast-narrow-container .ast-grid-2 .blog-layout-2,.ast-narrow-container .ast-grid-2 .blog-layout-3,.ast-narrow-container .ast-grid-3 .blog-layout-1,.ast-narrow-container .ast-grid-3 .blog-layout-2,.ast-narrow-container .ast-grid-3 .blog-layout-3,.ast-narrow-container .ast-grid-4 .blog-layout-1,.ast-narrow-container .ast-grid-4 .blog-layout-2,.ast-narrow-container .ast-grid-4 .blog-layout-3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

@media (max-width: 921px) {
    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.single.ast-separate-container .ast-author-details,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container {
        padding-top:1.5em;
        padding-bottom: 1.5em
    }

    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .ast-author-details,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container,.ast-separate-container .ast-single-related-posts-container {
        padding-right: 2.14em;
        padding-left: 2.14em
    }

    .ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.single.ast-narrow-container .ast-author-details,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container {
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }

    .ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .ast-author-details,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container {
        padding-right: 2.14em;
        padding-left: 2.14em
    }

    .ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-plain-container #primary,.ast-narrow-container #primary {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }

    .ast-left-sidebar #primary,.ast-right-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-narrow-container #primary {
        padding-left: 0;
        padding-right: 0
    }

    .ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull {
        margin-right: -2.14em;
        margin-left: -2.14em
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.single.ast-separate-container .ast-author-details,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container {
        padding-top:1.5em;
        padding-bottom: 1.5em
    }

    .ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.single.ast-narrow-container .ast-author-details,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container {
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }

    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .ast-author-details,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container {
        padding-right: 1em;
        padding-left: 1em
    }

    .ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .ast-author-details,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container {
        padding-right: 1em;
        padding-left: 1em
    }

    .ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull {
        margin-right: -1em;
        margin-left: -1em
    }
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    right: calc(15px - .907em)
}

.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu>.menu-item-has-children>.ast-menu-toggle {
    right: calc(15px - .907em)
}

@media (max-width: 921px) {
    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
        top:0;
        right: calc(20px - .907em)
    }

    .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu>.menu-item-has-children>.ast-menu-toggle {
        right: calc(20px - .907em)
    }
}

@media (max-width: 544px) {
    .ast-header-break-point .header-main-layout-2 .site-branding,.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
        padding-bottom:0
    }
}

@media (max-width: 921px) {
    .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container #secondary .widget {
        margin-bottom:1.5em
    }
}

@media (max-width: 921px) {
    .ast-separate-container #primary,.ast-narrow-container #primary {
        padding-top:0
    }
}

@media (max-width: 921px) {
    .ast-separate-container #primary,.ast-narrow-container #primary {
        padding-bottom:0
    }
}

.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-post,.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-separate-posts.ast-article-post {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.site-header .ast-sticky-shrunk .ast-site-identity,.ast-sticky-shrunk .main-header-menu>.menu-item>.menu-link,.ast-sticky-shrunk li.ast-masthead-custom-menu-items {
    padding-top: 0;
    padding-bottom: 0
}

.ast-header-break-point .ast-sticky-shrunk.main-navigation .sub-menu .menu-item .menu-link {
    padding-top: 0;
    padding-bottom: 0
}

.ast-sticky-shrunk .main-header-menu .sub-menu .menu-link {
    padding-top: .9em;
    padding-bottom: .9em
}

.site-header .ast-sticky-shrunk .ast-site-identity,.ast-sticky-shrunk li.ast-masthead-custom-menu-items {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar,.ast-main-header-nav-open .main-header-bar {
    padding-bottom: 0
}

.main-navigation ul .menu-item .menu-link,.ast-header-break-point .main-navigation ul .menu-item .menu-link,.ast-header-break-point li.ast-masthead-custom-menu-items,li.ast-masthead-custom-menu-items {
    padding-right: 15px;
    padding-left: 15px
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu>.menu-item-has-children>.ast-menu-toggle {
    right: 0
}

.ast-desktop .main-navigation .ast-mm-template-content,.ast-desktop .main-navigation .ast-mm-custom-content,.ast-desktop .main-navigation .ast-mm-custom-text-content,.main-navigation .sub-menu .menu-item .menu-link,.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    padding-top: 10px;
    padding-bottom: 10px
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children>.ast-menu-toggle {
    top: 10px
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children>.ast-menu-toggle {
    right: 0
}

.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu .ast-menu-toggle {
    top: 10px
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link {
    padding-top: 10px;
    padding-bottom: 10px
}

.ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-navigation .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    padding-top: 10px;
    padding-bottom: 10px
}

.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-below-menu-enable.ast-header-break-point .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children>.menu-link {
    padding-right: 0
}

.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children>.ast-menu-toggle {
    right: 0
}

.ast-fullscreen-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
    right: 0
}

.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children>.menu-link {
    padding-right: 0
}

.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children>.ast-menu-toggle {
    right: 0
}

.ast-fullscreen-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
    right: 0
}

.ast-footer-overlay {
    padding-top: 20px;
    padding-bottom: 18px
}

@media (max-width: 921px) {
    .main-header-bar,.ast-header-break-point .main-header-bar,.ast-header-break-point .header-main-layout-2 .main-header-bar {
        padding-top:1.5em;
        padding-bottom: 1.5em
    }

    .ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar,.ast-main-header-nav-open .main-header-bar {
        padding-bottom: 0
    }

    .main-navigation ul .menu-item .menu-link,.ast-header-break-point .main-navigation ul .menu-item .menu-link,.ast-header-break-point li.ast-masthead-custom-menu-items,li.ast-masthead-custom-menu-items {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu>.menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
        top: 0
    }

    .ast-desktop .main-navigation .ast-mm-template-content,.ast-desktop .main-navigation .ast-mm-custom-content,.ast-desktop .main-navigation .ast-mm-custom-text-content,.main-navigation .sub-menu .menu-item .menu-link,.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 30px
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
        padding-left: calc(30px + 10px)
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(30px + 20px)
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(30px + 30px)
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(30px + 40px)
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children>.ast-menu-toggle {
        top: 0;
        right: calc(20px - .907em)
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children>.ast-menu-toggle {
        margin-right: 20px;
        right: 0
    }

    .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children>.ast-menu-toggle {
        right: calc(20px - .907em)
    }

    .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu .ast-menu-toggle {
        top: 0
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-navigation .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px
    }

    .ast-below-header,.ast-header-break-point .ast-below-header {
        padding-top: 1em;
        padding-bottom: 1em
    }

    .ast-below-header-menu .menu-link,.below-header-nav-padding-support .below-header-section-1 .below-header-menu>.menu-item>.menu-link,.below-header-nav-padding-support .below-header-section-2 .below-header-menu>.menu-item>.menu-link,.ast-header-break-point .ast-below-header-actual-nav>.ast-below-header-menu>.menu-item>.menu-link {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px
    }

    .ast-desktop .ast-below-header-menu .ast-mm-template-content,.ast-desktop .ast-below-header-menu .ast-mm-custom-text-content,.ast-below-header-menu .sub-menu .menu-link,.ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-link {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px
    }

    .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 10px)
    }

    .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 20px)
    }

    .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 30px)
    }

    .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 40px)
    }

    .ast-default-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children>.ast-menu-toggle,.ast-flyout-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-flyout-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children>.ast-menu-toggle {
        top: 0;
        right: calc(20px - .907em)
    }

    .ast-default-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle,.ast-flyout-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        top: 0;
        right: calc(20px - .907em)
    }

    .ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-fullscreen-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        right: 0
    }

    .ast-above-header {
        padding-top: 0;
        padding-bottom: 0
    }

    .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu>.menu-item>.menu-link,.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu>.menu-item:first-child>.menu-link,.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu>.menu-item:last-child>.menu-link {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px
    }

    .ast-header-break-point .ast-above-header-navigation>ul>.menu-item-has-children>.ast-menu-toggle {
        top: 0
    }

    .ast-desktop .ast-above-header-navigation .ast-mm-custom-text-content,.ast-desktop .ast-above-header-navigation .ast-mm-template-content,.ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-link,.ast-above-header-enabled .ast-above-header-menu>.menu-item:first-child .sub-menu .menu-item .menu-link {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px
    }

    .ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-link {
        padding-left: calc(20px + 10px)
    }

    .ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 20px)
    }

    .ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 30px)
    }

    .ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
        padding-left: calc(20px + 40px)
    }

    .ast-default-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children>.ast-menu-toggle,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children>.ast-menu-toggle {
        top: 0;
        right: calc(20px - .907em)
    }

    .ast-default-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle,.ast-flyout-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        top: 0;
        right: calc(20px - .907em)
    }

    .ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-fullscreen-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        margin-right: 20px;
        right: 0
    }

    .ast-footer-overlay {
        padding-top: 2em;
        padding-bottom: 2em
    }

    .ast-small-footer .nav-menu a,.footer-sml-layout-2 .ast-small-footer-section-1 .menu-item a,.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a {
        padding-top: 0;
        padding-right: .5em;
        padding-bottom: 0;
        padding-left: .5em
    }
}

@media (max-width: 544px) {
    .main-header-bar,.ast-header-break-point .main-header-bar,.ast-header-break-point .header-main-layout-2 .main-header-bar,.ast-header-break-point .ast-mobile-header-stack .main-header-bar {
        padding-top:1em;
        padding-bottom: 1em
    }

    .ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar,.ast-main-header-nav-open .main-header-bar {
        padding-bottom: 0
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu>.menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-desktop .main-navigation .ast-mm-template-content,.ast-desktop .main-navigation .ast-mm-custom-content,.ast-desktop .main-navigation .ast-mm-custom-text-content,.main-navigation .sub-menu .menu-item .menu-link,.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        padding-right: 0
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link {
        padding-right: 0
    }

    .ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link {
        padding-right: 0
    }

    .ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-fullscreen-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        right: 0
    }

    .ast-above-header {
        padding-top: .5em
    }

    .ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children>.menu-link,.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children>.menu-link,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children>.menu-link {
        padding-right: 0
    }

    .ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children>.ast-menu-toggle {
        right: 0
    }

    .ast-fullscreen-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        right: 0
    }
}

@media (max-width: 544px) {
    .ast-header-break-point .header-main-layout-2 .site-branding,.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
        padding-bottom:0
    }
}

.site-title,.site-title a {
    font-family: 'Poppins',sans-serif;
    line-height: 1.23em
}

.secondary .widget-title,.woocommerce-page #secondary .widget .widget-title {
    font-family: 'Poppins',sans-serif;
    line-height: 1.23em
}

.ast-small-footer {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1
}

.blog .entry-title,.blog .entry-title a,.archive .entry-title,.archive .entry-title a,.search .entry-title,.search .entry-title a {
    font-family: 'Poppins',sans-serif;
    line-height: 1.23em
}

.main-navigation {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.main-header-bar {
    line-height: 1
}

.main-header-bar .main-header-bar-navigation {
    text-transform: uppercase
}

.main-header-menu>.menu-item>.sub-menu:first-of-type,.main-header-menu>.menu-item>.astra-full-megamenu-wrapper:first-of-type {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: 1;
    text-transform: none
}

.elementor-widget-heading h4.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h5.elementor-heading-title {
    line-height: 1.2em
}

.elementor-widget-heading h6.elementor-heading-title {
    line-height: 1.25em
}

.ast-header-sections-navigation,.ast-above-header-menu-items,.ast-below-header-menu-items {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.ast-header-sections-navigation li>.sub-menu:first-of-type,.ast-above-header-menu-items .menu-item>.sub-menu:first-of-type,.ast-below-header-menu-items li>.sub-menu:first-of-type {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.ast-header-sections-navigation .sub-menu,.ast-above-header-menu-items .sub-menu,.ast-below-header-menu-items .sub-menu, {
    line-height: 1;
    text-transform: none
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .menu-item .menu-link:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .menu-item .menu-link:focus {
    background-color: #575757
}

.ast-desktop .ast-below-header-navigation .astra-megamenu-li .menu-item .menu-link:hover,.ast-desktop .ast-below-header-navigation .astra-megamenu-li .menu-item .menu-link:focus {
    color: #fff
}

.ast-above-header-menu .astra-full-megamenu-wrapper {
    box-shadow: 0 5px 20px rgba(0,0,0,.06)
}

.ast-above-header-menu .astra-full-megamenu-wrapper .sub-menu,.ast-above-header-menu .astra-megamenu .sub-menu {
    box-shadow: none
}

.ast-below-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper {
    border-color: #fff
}

.ast-below-header-menu .astra-full-megamenu-wrapper {
    box-shadow: 0 5px 20px rgba(0,0,0,.06)
}

.ast-below-header-menu .astra-full-megamenu-wrapper .sub-menu,.ast-below-header-menu .astra-megamenu .sub-menu {
    box-shadow: none
}

.ast-desktop .main-header-menu.submenu-with-border .astra-megamenu,.ast-desktop .main-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dedede
}

.main-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper {
    border-color: #dedede
}

.main-header-menu.ast-mega-menu-enabled .astra-full-megamenu-wrapper {
    background-color: var(--ast-global-color-5)
}

.ast-desktop .main-header-menu .astra-megamenu-li .menu-item .menu-link:hover,.ast-desktop .main-header-menu .astra-megamenu-li .menu-item .menu-link:focus {
    color: #004e9d
}

.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item .menu-link:hover,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item .menu-link:focus {
    color: #333
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item .menu-link:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item .menu-link:focus {
    background-color: #dedede
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item-heading>.menu-link {
    color: var(--ast-global-color-8)
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item.menu-item-heading>.menu-link:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item.menu-item-heading>.menu-link:focus {
    color: var(--ast-global-color-8)
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item-heading>.menu-link {
    font-weight: 700;
    font-size: 1.1em
}

.ast-desktop .ast-above-header .submenu-with-border .astra-full-megamenu-wrapper {
    border-top-width: 2px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-style: solid
}

.ast-desktop .ast-below-header .submenu-with-border .astra-full-megamenu-wrapper {
    border-top-width: 2px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-style: solid
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link .sub-arrow:after {
    content: "\e900";
    display: inline-block;
    font-family: Astra;
    font-size: .6rem;
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal
}

.ast-search-box.header-cover #close:before,.ast-search-box.full-screen #close:before {
    font-family: Astra;
    content: "\e5cd";
    display: inline-block;
    transition: transform .3s ease-in-out
}

#masthead .site-logo-img .astra-logo-svg,.ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img {
    max-width: 160px
}

.ast-transparent-header.ast-primary-sticky-header-active .main-header-bar-wrap .main-header-bar,.ast-primary-sticky-header-active .main-header-bar-wrap .main-header-bar,.ast-primary-sticky-header-active.ast-header-break-point .main-header-bar-wrap .main-header-bar,.ast-transparent-header.ast-primary-sticky-enabled .ast-main-header-wrap .main-header-bar.ast-header-sticked,.ast-primary-sticky-enabled .ast-main-header-wrap .main-header-bar.ast-header-sticked,.ast-primary-sticky-header-ast-primary-sticky-enabled .ast-main-header-wrap .main-header-bar.ast-header-sticked {
    backdrop-filter: unset
}

.ast-primary-sticky-header-active .site-title a,.ast-primary-sticky-header-active .site-title a:focus,.ast-primary-sticky-header-active .site-title a:hover,.ast-primary-sticky-header-active .site-title a:visited {
    color: #222
}

.ast-primary-sticky-header-active .site-header .site-description {
    color: var(--ast-global-color-2)
}

.ast-below-sticky-header-active .ast-below-header-wrap .ast-below-header {
    background: #414042
}

.ast-fullscreen-below-menu-enable.ast-below-sticky-header-active .ast-below-header-menu .sub-menu .menu-item:hover>.menu-link,.ast-fullscreen-below-menu-enable.ast-below-sticky-header-active .ast-below-header-menu .sub-menu .menu-item:focus>.menu-link,.ast-fullscreen-below-menu-enable.ast-below-sticky-header-active .ast-below-header-menu .sub-menu .menu-item.focus>.menu-link {
    background-color: transparent
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

a:empty {
    visibility: none
}

.gallery-item {
    float: left
}

.gallery-caption {
    background: 0 0 !important;
    border: none !important
}

a.commonBtn,.contactForm input[type=submit],.quickQuote input[type=submit],.pd2ContactForm input[type=submit],.MTcontactForm input[type=submit],.MTcatForm input[type=submit],.MTcontactPageForm input[type=submit],.contactFormBtn input[type=submit],.fluentform button[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none !important;
    background: #004e9d;
    border: 1px solid #004e9d;
    transition: all .3s
}

a.commonBtn:hover,.contactForm input[type=submit]:hover,.quickQuote input[type=submit]:hover,.pd2ContactForm input[type=submit]:hover,.MTcontactForm input[type=submit]:hover,.MTcatForm input[type=submit]:hover,.MTcontactPageForm input[type=submit]:hover,.contactFormBtn input[type=submit]:hover {
    background: #111;
    border: 1px solid #111;
    color: #fff !important
}

.fluentform button[type=submit] {
    background: #0044d7 !important
}

.fluentform button[type=submit]:hover {
    background: #333 !important;
    border: 1px solid #111
}

.contactFormBtn input[type=submit] {
    min-width: 130px;
    padding: 15px 30px
}

a.sliderBtn {
    padding: 15px 35px;
    color: #fff !important
}

a.minwidth185 {
    min-width: 185px
}

a.minwidth245 {
    min-width: 245px
}

a.minwidth265 {
    min-width: 265px
}

.contactForm input[type=submit],.MTcontactForm input[type=submit],.MTcatForm input[type=submit],.MTcontactPageForm input[type=submit] {
    min-width: 145px
}

a.sliderBtn {
    color: #fff !important
}

a.whiteBtn {
    color: #0044d7;
    background: #fff
}

a.whiteBtn:hover {
    color: #fff
}

.doubleBtn a.commonBtn {
    margin: 0 10px
}

.page-template-template-home10 #content a.commonBtn {
    padding: 23px 40px
}

.uploadBTN {
    margin-bottom: 15px
}

.greySection {
    background: #f6f6f6
}

.darkGreySection {
    background: #e9e9e9
}

.blueSection {
    background: #0044d7
}

.ltBlueSection {
    background: #f4f6f9
}

.clrWhite {
    color: #fff !important
}

.clrBlue {
    color: #0044d7 !important
}

.goTranslate {
    display: inline-block;
    margin-top: 6px
}

ul.astra-megamenu>li>a {
    font-weight: 600
}

.ast-mm-widget-item {
    padding: 10px !important
}

.astra-megamenu.sub-menu>li {
    border-right: 1px solid #dadada !important
}

.astra-megamenu.sub-menu>li:last-child {
    border-right: none !important
}

.stickyContacts {
    position: fixed;
    content: '';
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: rgba(0,0,0,.3) !important;
    z-index: 99
}

.stickyContacts ul {
    margin: 0 !important;
    padding: 20px 0 !important;
    list-style-type: none
}

.stickyContacts ul li a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2
}

.stickyContacts ul li a span {
    position: absolute;
    top: 0;
    right: -400px;
    width: 300px;
    height: 100%;
    background: #0044d7;
    border-radius: 25px;
    color: #fff;
    padding: 10px 55px 10px 15px;
    transition: all .3s;
    z-index: -1;
    visibility: hidden
}

.stickyContacts ul li a:hover span {
    right: 0;
    visibility: visible
}

.stickyContacts ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sidebarsprit.png) 0 0 no-repeat
}

.stickyContacts ul li.email a:before {
    background-position: 12px 17px
}

.stickyContacts ul li.mobile a:before {
    background-position: 12px -80px
}

.stickyContacts ul li.wechat a:before {
    background-position: 11px -133px
}

.stickyContacts ul li.whatsapp a:before {
    background-position: 14px -178px
}

.footer-adv-overlay {
    background-image: url(../images/footerbg.png);
    background-position: right center;
    background-repeat: no-repeat
}

.footerLogo {
    margin-bottom: 20px
}

.footerText {
    font-size: 14px;
    line-height: 22px
}

ul.footerSocial li {
    display: inline-block;
    margin: 0 6px
}

ul.footerSocial li a {
    display: block
}

ul.footerSocial li a:hover {
    opacity: .8
}

.footer-adv-overlay .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px !important
}

.footer-adv-overlay ul.menu li {
    margin-bottom: 15px
}

.footer-adv-overlay ul.menu li a {
    display: block;
    font-size: 14px;
    line-height: 22px
}

ul.footerDetails {
    position: relative
}

ul.footerDetails li {
    font-size: 16px;
    line-height: 24px;
    padding: 2px 0 2px 40px;
    margin-bottom: 10px;
    position: relative
}

ul.footerDetails li.location {
    padding: 0 0 0 40px
}

ul.footerDetails li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../images/footersprite.png) 0 0 no-repeat
}

ul.footerDetails li.phone:before {
    background-position: 0 10px
}

ul.footerDetails li.email:before {
    background-position: 0 -62px
}

ul.footerDetails li.address:before {
    background-position: 0 -105px
}

ul.homeSlider {
    margin: 0 auto !important;
    max-width: 550px;
    padding: 0 !important;
    list-style-type: none;
    position: relative;
    z-index: 1
}

ul.homeSlider li.slick-slide {
    outline: none
}

ul.homeSlider ul.slick-dots {
    margin: 17px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.homeSlider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 100%;
    margin: 0 2px
}

ul.homeSlider ul.slick-dots li.slick-active {
    background: #0044d7
}

.iconList ul {
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    position: relative
}

.iconList ul li {
    font-size: 16px;
    line-height: 22px;
    color: #3e3e3e;
    padding-left: 20px;
    margin-bottom: 20px !important;
    position: relative
}

.iconList ul li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../images/listicon.png)
}

.homeSection1 .iconList ul li {
    font-weight: 500
}

.homeSection2 h2 {
    color: #0044d7;
    margin-bottom: 30px
}

.homeSection2 h2 b {
    display: block;
    font-size: 24px;
    color: #222;
    margin-top: 15px
}

.section2Img {
    max-width: 550px;
    margin: 0 auto
}

.productBox {
    display: inline-block;
    max-width: 370px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.productImg {
    overflow: hidden
}

.productImg a {
    display: block;
    transition: all .3s
}

.productImg a:hover {
    transform: scale(1.1)
}

.productContent {
    padding: 25px 0 0;
    background: #fff
}

.productTitle a {
    font-size: 22px;
    color: #222;
    line-height: 32px;
    font-weight: 500
}

.productTitle a:hover {
    color: #0044d7
}

.productText {
    font-size: 16px;
    color: #222;
    line-height: 22px
}

.productText a {
    font-weight: 600
}

.homeSection4 p {
    font-size: 16px;
    color: #494949;
    line-height: 28px
}

.dblBtn a {
    margin: 0 8px
}

.homeSection6 {
    border-top: 3px solid #0044d7
}

.videoImg {
    text-align: center
}

.videoImg a {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.videoImg a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    margin: -52px 0 0 -52px;
    background: url(../images/playicon.png) 0 0 no-repeat;
    transition: all .3s
}

.videoImg a:hover:before {
    transform: scale(1.1)
}

.sec6Box {
    display: inline-block;
    max-width: 370px;
    background: #fff;
    padding: 70px 24px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s
}

.sec6Title {
    font-size: 24px;
    line-height: 28px;
    color: #0044d7;
    font-weight: 600;
    padding-bottom: 15px
}

.sec6Text {
    font-size: 16px;
    line-height: 22px;
    color: #222
}

.sec6Box:hover {
    background: #0044d7
}

.sec6Box:hover .sec6Title,.sec6Box:hover .sec6Text {
    color: #fff
}

.featuredBox {
    display: inline-block;
    max-width: 370px
}

.featuredImg {
    border-radius: 10px;
    overflow: hidden
}

.featuredTitle {
    font-size: 22px;
    font-weight: 500;
    color: #0044d7;
    padding: 25px 0 10px
}

.faqSection {
    position: relative
}

.faqSection:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 982px;
    min-height: 100%;
    background: #0044d7
}

.homeContactSection h2 {
    margin-bottom: 45px
}

.formWrapper {
    max-width: 490px;
    margin: 0 auto
}

.contactForm input[type=text],.contactForm input[type=email],.contactForm textarea {
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    color: #363636;
    line-height: 18px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    padding: 20px
}

.contactForm textarea {
    min-height: 210px;
    max-height: 210px
}

.contactForm input[type=text]::placeholder,.contactForm input[type=email]::placeholder,.contactForm textarea::placeholder {
    color: #363636 !important;
    font-size: 14px
}

.faqWrapper {
    padding-left: 50px;
    counter-reset: step-counter;
    z-index: 1;
    position: relative
}

.accordionWraper .accordion {
    position: relative;
    color: #fff;
    padding: 10px 35px 10px 40px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 10px;
    background: 0 0;
    min-height: 60px;
    overflow: hidden;
    position: relative;
    counter-increment: step-counter;
    transition: all .3s
}

.accordionWraper .active .accordion {
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 10px 10px 0 0
}

.accordionWraper .accordion:before {
    position: absolute;
    content: '+';
    top: 0;
    right: 15px;
    text-align: center;
    font-size: 34px;
    line-height: 55px;
    color: #fff
}

.accordionWraper .active .accordion:before {
    content: '-'
}

.accordionWraper .accordion:after {
    position: absolute;
    content: counter(step-counter)" )";
    top: 10px;
    left: 13px;
    font-size: 16px;
    color: #fff
}

.accordionWraper .panel {
    padding: 15px;
    display: none;
    background: 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    position: relative
}

.accordionWraper .panel p {
    font-size: 14px;
    line-height: 18px
}

.sec5Box {
    display: inline-block;
    margin-bottom: 30px;
    position: relative
}

.sec5Img {
    width: 102px;
    height: 102px;
    float: left;
    border: 1px solid #f6f6f6;
    border-radius: 100%;
    overflow: hidden
}

.sec5Content {
    width: calc(100% - 102px);
    padding-left: 10px;
    float: left
}

.sec5Title {
    font-size: 18px;
    line-height: 22px;
    color: #0044d7;
    font-weight: 500;
    margin-bottom: 10px
}

.sec5Text {
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.bannerWraper {
    position: relative
}

.bannerImg {
    text-align: center
}

.bannerImg img {
    width: 100%
}

.bannerWraper .bannerContent {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1170px;
    margin-top: 6%
}

.bannerOverlay {
    padding: 20px 20px 40px
}

.bannerImg {
    text-align: center
}

.bannerImg img {
    width: 100%
}

.bannerText {
    font-size: 1.8vw;
    line-height: 2.5vw;
    color: #fff;
    padding: 5px 0 20px
}

.bannerText ul,.bannerText ol {
    margin: 0 !important
}

.bannerHeading {
    font-size: 4vw;
    line-height: 4vw;
    color: #fff
}

.categoryBanner .bannerHeading {
    padding-bottom: 20px
}

.bannerBtn a.commonBtn {
    min-width: 215px
}

.aboutList ul {
    padding: 0;
    margin: 0 0 20px !important;
    list-style-type: none;
    border-radius: 5px;
    position: relative
}

.aboutList ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative
}

.aboutList ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 15px;
    height: 19px;
    background: url(../images/abtlisticon.png)
}

.aboutProductDetails h2 {
    margin-bottom: 20px
}

.aboutContactForm {
    max-width: 1020px;
    margin: 0 auto
}

.aboutContactForm input[type=textarea] {
    min-height: 360px;
    max-height: 360px
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%
}

.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    text-align: left
}

.wpcf7 form>div,.wpcf7 form>p {
    margin-bottom: 0 !important
}

.wpcf7 .ajax-loader {
    margin: 0 !important
}

.categorySection1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.cBannerContent {
    padding-top: 90px;
    padding-bottom: 90px
}

.chevronList ul {
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    position: relative
}

.chevronList ul li {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative
}

.chevronList ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 9px;
    height: 16px;
    background: url(../images/listarrows.png)
}

.categoryFormSection {
    position: relative;
    z-index: 1;
    padding: 90px 0
}

.categoryForm {
    margin: 0 auto;
    background: rgba(255,255,255,.2);
    padding: 20px
}

.cFormTitle {
    font-size: 24px;
    font-weight: 500
}

.categoryForm input[type=text],.categoryForm input[type=email],.categoryForm textarea {
    width: 100%;
    background: 0 0;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 12px;
    color: #fff
}

.categoryForm textarea {
    min-height: 135px;
    max-height: 135px
}

.categoryForm input[type=text]::placeholder,.categoryForm input[type=email]::placeholder,.categoryForm textarea::placeholder {
    color: #fff;
    font-size: 16px
}

.categoryForm input[type=submit] {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    min-width: 138px;
    font-weight: 500;
    padding: 20px 10px;
    border-radius: 5px
}

.videoBox {
    max-width: 550px;
    margin: 0 auto
}

.videoBox a {
    display: block;
    position: relative
}

.videoBox a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -37px;
    width: 75px;
    height: 76px;
    background: url(../images/playicon.png);
    transition: all .3s
}

.videoBox a:hover:before {
    transform: scale(1.1)
}

.tabsWrapper {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    overflow: hidden
}

.tabsWrapper ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    background: #fff
}

.tabsWrapper ul.tabs li {
    display: inline-block;
    padding: 0 0 15px;
    color: #0044d7;
    font-size: 18px;
    font-weight: 500;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
    transition: all .3s;
    cursor: pointer;
    position: relative
}

.tabsWrapper ul.tabs li.current {
    color: #0044d7;
    border-bottom: 3px solid #0044d7
}

.tabsWrapper .tab-content {
    display: none;
    padding: 40px 0 0
}

.tabsWrapper .tab-content.current {
    display: block
}

.relatedProductImg {
    overflow: hidden;
    padding: 7px;
    border-radius: 5px;
    background: rgba(0,0,0,.1);
    position: relative
}

.relatedProductTitle a {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500
}

.redCircleList ul {
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    position: relative
}

.redCircleList ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.redCircleList ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #0044d7;
    border-radius: 100%
}

.categoryProductSection .productBox .productContent {
    padding: 25px 0 0
}

.contactBox {
    display: inline-block;
    max-width: 270px;
    position: relative
}

.contactImg {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.contactTitle {
    font-size: 24px;
    line-height: 24px;
    color: #0044d7;
    font-weight: 500;
    padding-bottom: 20px
}

.contactTitle a {
    font-size: 24px;
    line-height: 24px;
    color: #0044d7
}

.contactText,.contactText a {
    font-size: 20px;
    line-height: 30px;
    color: #494949
}

.contactSection2 h2 {
    margin-bottom: 30px
}

.contactSection2 {
    overflow: hidden
}

.cPageformSection {
    position: relative;
    z-index: 1
}

.cPageformSection:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2000px;
    height: 2000px;
    background: #f7f7f7;
    z-index: -1
}

.contactSection2 .contactForm {
    padding: 40px 25px
}

.locationSection {
    padding-left: 60px !important
}

.locationImg {
    border: 2px solid #d7d7d7;
    padding: 4px;
    max-width: 550px
}

.productSliderWraper {
    max-width: 640px;
    margin: 0 auto
}

ul.detailProductSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.detailProductSlider .slick-slide {
    outline: none;
    overflow: hidden;
    margin: 0;
    max-height: 450px;
    text-align: center
}

ul.detailProductSlider .slick-slide img {
    display: inline-block
}

ul.productSliderPager {
    margin: 35px -10px 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.productSliderPager .slick-slide {
    margin: 0 10px;
    outline: none;
    max-height: 99px;
    display: flex;
    align-items: center;
    overflow: hidden
}

ul.productSliderPager .slick-slide a {
    outline: none;
    display: block
}

ul.productSliderPager .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 26px;
    padding: 0;
    margin-top: -13px;
    text-indent: -999999px;
    border: none;
    background: url(../images/pd2sliderarrows.png) 0 0 no-repeat transparent;
    z-index: 2
}

ul.productSliderPager .slick-prev {
    left: -20px
}

ul.productSliderPager .slick-next {
    right: -20px;
    background-position: -13px 0
}

.pd6liderWraper {
    max-width: 625px
}

.pd6liderWraper ul.detailProductSlider .slick-slide {
    max-height: 320px
}

.pd6liderWraper ul.productSliderPager .slick-slide {
    max-height: 70px
}

.diamondList ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    position: relative
}

.diamondList ul li {
    font-size: 16px;
    line-height: 22px;
    color: #636363;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative
}

.diamondList ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #aeaeae;
    transform: rotate(45deg)
}

.catalogTitle a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #0044d7;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid #0044d7
}

.dProductBox {
    display: inline-block;
    max-width: 270px
}

.dProductImg {
    overflow: hidden;
    border-radius: 20px
}

.dProductImg a {
    display: block;
    transition: all .3s
}

.dProductImg a:hover {
    transform: scale(1.1)
}

.dproductTitle a {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0 0
}

#stickyForm {
    width: 240px;
    background: #fff;
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 9;
    display: none;
    border: 1px solid #dadada
}

.stickyForm,.existPopupForm {
    padding: 5px 15px 15px
}

.closeForm,.closeExistPopup {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #333
}

.stickyFormHeading h3,.existPopupHeading h3 {
    margin: 0;
    padding: 15px 10px;
    background: #0044d7;
    color: #fff;
    text-align: center;
    font-size: 16px;
    word-spacing: 5px
}

.stickyFormHeading p {
    padding: 10px 0 5px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #61676d;
    box-shadow: inset 0 5px 7px -5px #333
}

.stickyForm input[type=text],.stickyForm input[type=email],.stickyForm textarea {
    border: 1px solid #dedede;
    background: 0 0;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 5px
}

.stickyForm input[type=text],.stickyForm input[type=email] {
    height: 28px
}

.stickyForm textarea {
    height: 75px;
    padding-top: 12px
}

.stickyForm input[type=submit] {
    height: 42px;
    width: 100%;
    background: #0044d7;
    color: #fff;
    border: none;
    border-bottom: 3px solid #003bbc !important;
    font-size: 20px
}

.stickyForm input[type=submit]:hover {
    background: #003bbc
}

.popupOverlay {
    position: relative;
    display: none
}

.popupOverlay.activeExitPopup {
    display: block
}

.popupOverlay {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999
}

#existPopup {
    width: 340px;
    background: #fff;
    position: fixed;
    top: -1000px;
    left: calc(50% - 170px);
    z-index: 1000;
    border: 1px solid #dadada;
    transition: all .2s
}

#existPopup.active {
    top: 200px
}

.existPopupForm input[type=text],.existPopupForm input[type=email],.existPopupForm textarea {
    padding: 12px;
    height: auto;
    position: relative
}

.existPopupForm textarea {
    height: 125px
}

.ast-article-post,.single .ast-article-single {
    margin-bottom: 0px !important;
    padding: 35px !important;
    border: none !important
}

.ast-blog-featured-section {
    margin-top: 0 !important
}

.blog .entry-title,.archive .entry-title {
    margin-bottom: 0 !important
}

.blog .read-more a,.archive .read-more a {
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    text-align: center;
    background-color: #0044d7;
    border-color: #0044d7;
    font-size: 1rem;
    font-weight: 100 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    transition: all .2s ease-in-out;
    line-height: 1;
    padding: 15px 0
}

.blog .read-more a:hover,.archive .read-more a:hover {
    background-color: #003bbc;
    border-color: #003bbc
}

.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box {
    padding: 15px !important
}

.entry-content {
    display: block
}

.sidebar-main .widget-title {
    background: #0044d7;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 0
}

.sidebar-main .widgetBox {
    background: #fff;
    padding: 20px
}

.sidebarWidget1 {
    background: #f1f1f1;
    padding: 20px;
    border: 1px solid #dadada
}

.sidebarAuthorImg {
    max-width: 170px;
    border-radius: 100%;
    overflow: hidden
}

.sidebarAuthorName {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.sidebarWidget1 a.commonBtn {
    padding: 8px 25px
}

.sidebarWidgetBtn {
    width: 100%;
    max-width: 370px
}

h2.sepHead {
    position: relative;
    display: inline-block;
    padding-bottom: 10px
}

h2.sepHead:before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 3px;
    background: #0044d7
}

.xyzSlider {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.xyzSlider .slick-slide {
    outline: none;
    margin: 0 5px
}

.xyzSlideTitle {
    font-weight: 600;
    color: #000;
    margin: 15px 0 5px
}

.xyzSlider .slick-arrow {
    position: absolute;
    top: 90px;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background: url(../images/sliderhoverarrows.png) 0 0 no-repeat;
    text-indent: -99999999px;
    border: none;
    z-index: 2;
    padding: 0
}

.xyzSlider .slick-prev {
    background-position: 0 0;
    left: -45px
}

.xyzSlider .slick-prev:hover {
    background: url(../images/sliderarrows.png) 0 0 no-repeat;
    background-position: 36px 0
}

.xyzSlider .slick-next {
    background-position: -44px 0;
    right: -45px
}

.xyzSlider .slick-next:hover {
    background: url(../images/sliderarrows.png) 0 0 no-repeat;
    background-position: -44px 0
}

.xyzProductSection h2 b {
    color: #0044d7
}

.xyzSectionText p {
    font-size: 24px;
    line-height: 28px
}

.xyzProductBox {
    display: inline-block;
    max-width: 370px;
    border: 1px solid #ebeaea
}

.xyzProductImg {
    overflow: hidden
}

.xyzProductImg a {
    display: block;
    transition: all .3s
}

.xyzProductImg a:hover {
    transform: scale(1.1)
}

.xyzProductTitle {
    position: relative;
    padding: 45px 0 25px
}

.xyzProductTitle a {
    font-size: 20px;
    line-height: 36px;
    color: #032527
}

.xyzProductTitle:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 2px;
    background: #0044d7
}

.xyzProductText {
    padding: 20px 20px 5px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    background: #f6f6f6;
    width: 100%;
    max-width: 340px;
    margin: 0 auto -70px
}

.xyzSeperator {
    border-top: 1px solid #dcdcdc
}

.xyzSection5 h2 b {
    display: block;
    color: #0044d7;
    padding-bottom: 10px
}

.xyzFeaturedPointImg {
    width: 88px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 5px
}

.xyzFeaturedPointContent {
    width: calc(100% - 88px);
    float: left;
    padding-left: 25px
}

.xyzFeaturedPointTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 0 0 13px;
    margin: 0 0 15px;
    position: relative
}

.xyzFeaturedPointTitle:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background: #fff
}

.xyzFeaturedPointText {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.xyzFeaturedPointSection {
    background: #0044d7
}

.about2Banner .bannerContent {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9%
}

.bannerHeading {
    font-weight: 600
}

.about2Sec1Wrapper {
    padding: 65px 10px 20px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #e9e9e9
}

.about2SecTitle {
    font-size: 40px;
    font-weight: 700;
    color: #0044d7;
    padding-bottom: 20px
}

.about2SecBoxWrapper {
    position: relative
}

.about2SecBoxWrapper:before {
    position: absolute;
    content: '';
    top: -10px;
    right: 0;
    width: 1px;
    height: 80px;
    background: #ccc
}

.about2SecBoxWrapper4:before {
    display: none
}

.timelineWrapper {
    position: relative
}

.timelineWrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 100%;
    background: rgba(0,68,215,.6)
}

.timelineBox {
    padding: 20px 30px 30px;
    position: relative
}

.timelineBoxLeft {
    box-shadow: 1px 8px 15px 0px rgba(0,0,0,.1);
    margin-right: 20px
}

.timelineBoxRight {
    box-shadow: -3px 8px 15px 0px rgba(0,0,0,.1);
    margin-left: 20px
}

.timelineBoxLeft .timelineTitle,.timelineBoxLeft .timelineText {
    text-align: right
}

.timelineBox:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -12px
}

.timelineBoxLeft:before {
    right: -12px;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.timelineBoxRight:before {
    left: -12px;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.timelineBox:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #0044d7
}

.timelineBoxLeft:after {
    right: -43px
}

.timelineBoxRight:after {
    left: -43px
}

.timelineTitle {
    font-weight: 600;
    color: #0044d7;
    padding-bottom: 10px
}

.about2Section4 {
    position: relative;
    background: #f1f1f1
}

.about2Section4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff
}

.about2Sec5Box {
    display: inline-block;
    padding: 50px 20px 20px;
    max-width: 370px;
    min-height: 280px;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,.1);
    position: relative
}

.about2Sec5Box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    width: 32px;
    height: 46px;
    background: url(../images/checkflag.jpg)
}

.about2Sec5Title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 20px
}

.LP2Section1 h1 b,.LP2Section2 h2 b {
    color: #0044d7;
    font-weight: 500
}

.LP2ProductBox {
    padding-bottom: 29px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ebebeb
}

.LP2ProductImg {
    width: 370px;
    float: left;
    border: 2px solid #d8d8d8
}

.LP2ProductContent {
    width: calc(100% - 370px);
    float: left;
    padding-left: 30px
}

.LP2ProductTitle {
    font-size: 26px;
    line-height: 30px
}

.LP2ProductTitle span {
    color: #0044d7
}

.LP2dblBtn a {
    margin: 0 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 200px;
    position: relative
}

.LP2dblBtn a.redBtn {
    padding-left: 30px;
    background: #da251c
}

.LP2dblBtn a.redBtn:hover {
    background: #333
}

.LP2dblBtn a.blueBtn {
    padding-right: 30px
}

.LP2dblBtn a.redBtn:before {
    position: absolute;
    content: '';
    top: 14px;
    left: 25px;
    width: 19px;
    height: 17px;
    background: url(../images/downloadicon.png);
    transition: all .3s
}

.LP2dblBtn a.redBtn:hover:before {
    top: 18px
}

.LP2dblBtn a.blueBtn:before {
    position: absolute;
    content: '';
    top: 18px;
    right: 25px;
    width: 11px;
    height: 11px;
    background: url(../images/doublearrow.png);
    transition: all .5s
}

.LP2dblBtn a.blueBtn:hover:before {
    right: 10px
}

.LP2Section2 {
    position: relative
}

.LP2Section2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -36px;
    border-top: 32px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent
}

.LP2featuredProductBox {
    display: inline-block;
    max-width: 270px
}

.LP2featuredProductImg {
    position: relative;
    overflow: hidden
}

.LP2FeaturedProductExtra {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,97,172,.8);
    text-align: center;
    padding-top: 18%;
    display: none
}

.LP2featuredProductBox:hover .LP2FeaturedProductExtra {
    display: block
}

.LP2FProductExtraTitle {
    color: #fff;
    font-weight: 600;
    padding-top: 10px
}

.LP2FeaturedProductTitle {
    padding: 23px 0 17px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #cacaca
}

.LP2featuredProductBox:hover .LP2FeaturedProductTitle {
    border-bottom: 1px solid #0044d7
}

.productMenu .widget-title {
    font-size: 30px;
    font-weight: 600;
    background: #0044d7;
    padding: 20px 10px;
    color: #fff;
    margin: 0 !important
}

.productMenu {
    background: #f1f1f1
}

.productMenu ul.menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

.productMenu ul.menu>li>a {
    background: #dadada;
    padding: 15px 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: block
}

.productMenu ul.menu>li>a:hover {
    background: #0044d7;
    color: #fff
}

.productMenu ul.sub-menu {
    padding: 0 10px !important;
    margin: 0 !important;
    list-style-type: none
}

.productMenu ul.sub-menu>li {
    padding: 0 !important
}

.productMenu ul.sub-menu>li>a {
    font-size: 14px;
    padding: 8px 0;
    display: block;
    border-bottom: 1px dashed #0044d7;
    transition: all .3s
}

.productMenu ul.sub-menu>li>a:hover {
    padding-left: 20px
}

.productMenu ul.sub-menu>li:last-child>a {
    border-bottom: none
}

#menu-product-sidebar-menu>li>ul.sub-menu {
    display: none
}

#menu-product-sidebar-menu>li.menu-item-has-children>a {
    position: relative;
    padding-right: 25px
}

#menu-product-sidebar-menu>li.menu-item-has-children>a:before {
    position: absolute;
    content: "\e900";
    top: 18px;
    right: 5px;
    font-family: Astra;
    font-size: 14px;
    color: #000;
    transform: rotate(270deg);
    transition: all .3s
}

#menu-product-sidebar-menu>li.menu-item-has-children>a:hover:before {
    color: #fff
}

#menu-product-sidebar-menu>li.menu-item-has-children.active>a:before {
    transform: rotate(0deg)
}

.productMenuSection .quickQuote {
    margin-top: 35px
}

.LP3Section1 {
    border-bottom: 1px dashed #dadada
}

.LP3ProductBox {
    display: inline-block;
    transition: all .3s
}

.LP3ProductImg {
    overflow: hidden
}

.LP3ProductImg a {
    display: block;
    transition: all .3s
}

.LP3ProductImg a:hover {
    transform: scale(1.1)
}

.LP3ProductTitle {
    min-height: 68px
}

.LP3ProductTitle a {
    display: inline-block;
    color: #000;
    padding: 15px 0 5px;
    font-weight: 600
}

.LP3ProductTitle a:hover {
    color: #0044d7
}

.LP3ProductText p {
    margin-bottom: 8px !important
}

.LP3ProductBtn a.commonBtn {
    padding: 8px 15px
}

.LP3ProductBtn {
    visibility: hidden
}

.LP3ProductBox:hover .LP3ProductBtn {
    visibility: visible
}

.LP3Section2 {
    background: top center no-repeat
}

.LP3FeaturedBox {
    display: inline-block;
    max-width: 370px
}

.LP3FeaturedImg {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%
}

.LP3FeaturedTitle {
    font-weight: 700;
    padding: 10px 0
}

.LP3Section3 {
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d9d9d9',GradientType=0)
}

.pc3TotalProducts {
    padding: 7px 8px;
    background: #f5f5f5;
    display: inline-block
}

.pageNo a {
    padding: 10px;
    border: 1px solid #0044d7;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    min-width: 36px;
    text-align: center
}

.pageNo a:hover,.pageNo .current {
    background: #0044d7;
    color: #fff
}

.pageNo .current {
    padding: 8px 10px 9px;
    height: auto;
    margin: 0;
    position: relative;
    border: 1px solid #0044d7;
    display: inline-block;
    min-width: 36px;
    text-align: center;
    line-height: 1
}

.youtube-player {
    position: relative;
    padding-bottom: 63%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/txzc70f.png") no-repeat;
    cursor: pointer
}

.videoWidth {
    margin: 0 auto
}

.width400 {
    width: 400px
}

.width500 {
    width: 500px
}

.width600 {
    width: 600px
}

.width700 {
    width: 700px
}

#contactPopUpForm .quickQuote {
    padding: 20px;
    width: 340px
}

table tr th {
    background: #f1f1f1
}

table tr:nth-child(odd) td {
    background: #f1f1f1
}

.h3CertificateWrapper {
    width: 100%;
    max-width: 730px;
    margin: -30px auto 0;
    padding: 13px 20px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
    z-index: 1
}

.h3Certificates ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none
}

.h3Certificates ul li {
    display: inline-block;
    margin: 0 19px 0 0
}

.h3CertificateTitle {
    font-size: 24px;
    font-weight: 700
}

ul.h3Slider {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style-type: none;
    position: relative;
    z-index: 1;
    max-width: 570px
}

ul.h3Slider li.slick-slide {
    outline: none
}

ul.h3Slider ul.slick-dots {
    margin: 0 !important;
    padding: 10px 0 0 !important;
    list-style-type: none;
    text-align: center;
    background: #fff;
    line-height: 0;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    min-width: 58px;
    bottom: 15px;
    left: 50%;
    margin-left: -29px !important;
    position: absolute
}

ul.h3Slider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 9px;
    height: 9px;
    background: 0 0;
    border: 1px solid #0044d7;
    border-radius: 100%;
    margin: 0 1px
}

ul.h3Slider ul.slick-dots li.slick-active {
    background: #0044d7
}

.h3PageDetails ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    position: relative
}

.h3PageDetails ul li {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative
}

.h3PageDetails ul li:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 19px;
    height: 15px;
    background: url(../images/h3checkicon.png)
}

.h3Section1 {
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,.1)
}

.h3ProductBox {
    display: inline-block;
    max-width: 370px
}

.h3ProductImg {
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    overflow: hidden
}

.h3ProductImg a {
    display: block;
    transition: .3s
}

.h3ProductImg a:hover {
    transform: scale(1.1)
}

.h3ProductTitle {
    padding: 40px 0 5px
}

.h3ProductTitle a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.h3Section3 h2 span {
    font-size: 17px;
    color: #0044d7;
    display: block
}

.h3VideoBox {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden
}

.h3VideoBox a,.h3Sec9VideoImg a {
    display: block;
    position: relative
}

.h3VideoBox a:before,.h3Sec9VideoImg a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    width: 67px;
    height: 67px;
    background: url(../images/h3playicon.png);
    transition: all .3s
}

.h3VideoBox a:hover:before,.h3Sec9VideoImg a:hover:before {
    transform: scale(1.1)
}

.h3BorderSection {
    border-top: 2px solid #f2f2f2
}

.h3Sec4Subheading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

a.transparentBtn {
    background: 0 0;
    border: 1px solid #0044d7;
    color: #0044d7
}

a.transparentBtn:hover {
    color: #fff
}

.h3Section5VideoBox,.h3Sec8VideoBox {
    display: inline-block;
    max-width: 270px
}

.h3Section5Img,.h3Sec8VideoImg {
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    overflow: hidden
}

.h3Section5Img a {
    display: block;
    transition: .3s
}

.h3Section5Img a:hover {
    transform: scale(1.1)
}

.h3Section5Title a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #333
}

.h3Section5Text .tableScroll {
    overflow-x: visible
}

.h3Section5Text table {
    margin: 10px 0 15px !important;
    border: none
}

.h3Section5Text table td,.h3Section5Text table th {
    border: none;
    padding: 0
}

.h3Section5Text table th {
    width: 120px
}

.h3FeaturedImg {
    max-width: 200px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.1)
}

.h3FeaturedContent {
    width: calc(100% - 200px);
    float: left;
    padding-left: 20px
}

.h3FeaturedTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    padding-bottom: 20px
}

.h3Section7 {
    background: center 0 no-repeat;
    background-size: cover
}

.h3Sec8VideoImg a {
    display: block;
    position: relative
}

.h3Sec8VideoImg a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -26px;
    width: 53px;
    height: 53px;
    background: url(../images/h3playiconsm.png);
    transition: all .3s
}

.h3Sec8VideoImg a:hover:before {
    transform: scale(1.1)
}

.h3Sec8VideoTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #333
}

.h3Sec9VideoBox {
    display: inline-block;
    max-width: 570px
}

.h3Sec9VideoImg {
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1)
}

.h3Sec9VideoTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #333
}

.h3Sec9VideoImg a {
    display: block;
    transition: all .3s
}

.h3ContactSection {
    background: url(../images/h3accordicon.png) top 100px left 20px no-repeat
}

.h3ContactSection {
    counter-reset: step-counter
}

.h3ContactSection .accordionWraper .accordion,.h3ContactSection .accordionWraper .panel {
    color: #333;
    border: 1px solid #0044d7;
    background: #fff
}

.h3ContactSection .accordionWraper .accordion:before,.h3ContactSection .accordionWraper .accordion:after {
    color: #333
}

.pc2Banner {
    position: relative
}

.pc2BannerContentWraper {
    position: absolute;
    padding-top: 4%;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 830px
}

.pc2BannerContent {
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    border: 2px solid rgba(255,255,255,.9);
    padding: 50px 30px
}

.pc2BannerTitle {
    font-size: 2.9vw;
    line-height: 3.5vw;
    color: #fff;
    font-weight: 700
}

.pc2BannerTitle b {
    display: block;
    font-size: 2.1vw
}

.pc2BannerBtn {
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -100px
}

.sectionShadow {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1)
}

.pc2ProductBox,.pc2FeaturedProductBox {
    display: inline-block;
    max-width: 370px
}

.pc2ProductBox {
    text-align: left
}

.pc2ProductImg,.pc2FearturedProductImg {
    padding: 4px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    overflow: hidden
}

.pc2ProductImg a,.pc2FearturedProductImg a {
    display: block;
    transition: all .3s
}

.pc2ProductImg a:hover,.pc2FearturedProductImg a:hover {
    transform: scale(1.1)
}

.pc2ProductTitle a,.pc2FeaturedProductTitle a {
    font-size: 20px;
    font-weight: 600
}

.pc2Section4 {
    border-top: 1px solid #cbcbcb
}

.pcSection4 .tableScroll {
    overflow-x: inherit
}

.pcSection4 table {
    border: none
}

.pcSection4 table th,.pcSection4 table td {
    border: none;
    padding: 3px
}

.pcSection4 table th {
    width: 20%
}

.pcSection4 table td {
    width: 30%
}

.pc2TabsWrapper {
    border: 1px solid #ededed;
    border-radius: 5px;
    overflow: hidden
}

.pc2TabsWrapper ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,.1);
    background: #fbfbfb;
    position: relative
}

.pc2TabsWrapper ul.tabs li {
    display: inline-block;
    padding: 20px 25px;
    color: #6a6b6b;
    font-size: 16px;
    transition: all .3s;
    border: none;
    cursor: pointer
}

.pc2TabsWrapper ul.tabs li.current {
    background: #0044d7;
    color: #fff;
    border: none
}

.pc2TabsWrapper .tab-content {
    display: none;
    background: #fff;
    padding: 25px 15px 15px
}

.pc2TabsWrapper .tab-content.current {
    display: block
}

.pc2CatalogBox {
    max-width: 270px;
    margin: 0 auto
}

.pc2CatalogImg {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 8px 8px 0px 0px #d5d5d5;
    display: inline-block
}

.productSliderWraper {
    max-width: 650px;
    margin: 0 auto
}

ul.productSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.productSlider .slick-slide {
    outline: none;
    border-radius: 8px;
    overflow: hidden
}

.pd2Details h1 {
    font-size: 28px !important
}

.pd2Section1 .tableScroll {
    overflow-x: inherit
}

.pd2Section1 table {
    border: none
}

.pd2Section1 table th,.pd2Section1 table td {
    border: none
}

.pd2Section4Details ul li {
    margin-bottom: 5px
}

.pd2RelatedProductSection {
    border-top: 1px solid #dfdfdf
}

.pd2ProductBox,.pd2RelatedProductBox {
    display: inline-block;
    max-width: 270px
}

.pd2ProductImg,.pd2RelatedProductImg {
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1)
}

.pd2ProductImg a,.pd2RelatedProductImg a {
    display: block;
    transition: all .3s
}

.pd2ProductImg a:hover,.pd2RelatedProductImg a:hover {
    transform: scale(1.1)
}

.pd2ProductTitle a,.pd2RelatedProductTitle a {
    font-size: 20px;
    font-weight: 600
}

.pd2ContactForm {
    max-width: 1022px;
    margin: 0 auto
}

.pd2ContactForm input[type=text],.pd2ContactForm input[type=email],.pd2ContactForm textarea {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    border: 1px solid #bfbfbf;
    background: #fff;
    margin-bottom: 10px
}

.pd2ContactForm textarea {
    min-height: 330px
}

.pd2ContactForm input[type=submit] {
    min-width: 118px
}

.lp4BannreContentWraper {
    padding-top: 7%
}

.lp4ProductBox {
    display: inline-block;
    max-width: 262px
}

.lp4ProductImg,.lp4SliderImg {
    border-radius: 5px;
    padding: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    overflow: hidden
}

.lp4ProductImg a,.lp4SliderImg a {
    display: block;
    transition: all .3s
}

.lp4ProductImg a:hover,.lp4SliderImg a:hover {
    transform: scale(1.1)
}

.lp4ProductTitle a,.lp4FeaturedTitle,.lp4SliderTitle a {
    font-size: 20px;
    font-weight: 600
}

.lp4FeaturedImg {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    padding: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1)
}

.lp4FeaturedImg img {
    display: inline-block;
    border-radius: 100%
}

.lp4SliderSection {
    border-top: 1px solid #cbcbcb
}

.landingPage4Slider {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.landingPage4Slider .slick-slide {
    outline: none;
    margin: 10px 15px;
    text-align: center
}

.landingPage4Slider .slick-arrow {
    position: absolute;
    top: 30%;
    width: 56px;
    height: 56px;
    padding: 0;
    background: url(../images/lp4sliderarrows.png) 0 0 no-repeat;
    text-indent: -99999999px;
    border: none;
    z-index: 2
}

.landingPage4Slider .slick-prev {
    background-position: 0 0;
    left: -58px
}

.landingPage4Slider .slick-next {
    background-position: -56px 0;
    right: -58px
}

.landingPage4Slider .slick-prev:hover,.landingPage4Slider .slick-next:hover {
    background: url(../images/lp4sliderarrowhvr.png)
}

.landingPage4Slider .slick-next:hover {
    background-position: -56px 0
}

.tcContactDetailWrapper {
    border-radius: 5px;
    background: #0044d7;
    min-height: 567px
}

.tcContactDetailContent,.tcContactDetails {
    padding: 30px 20px 25px
}

.tcContactDetailContent {
    border-bottom: 1px solid rgba(255,255,255,.5)
}

.tcContactDetailTitle {
    font-size: 24px;
    font-weight: 600
}

.tcContactDetailWrapper ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    position: relative
}

.tcContactDetailWrapper ul li {
    position: relative;
    padding: 2px 0 2px 45px;
    margin-bottom: 15px
}

.tcContactDetailWrapper ul li,.tcContactDetailWrapper ul li a {
    font-size: 16px;
    color: #fff
}

.tcContactDetailWrapper ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../images/tccontactsprite-1.png) 0 0 no-repeat
}

.tcContactDetailWrapper ul li.email:before {
    width: 22px;
    height: 21px;
    background-position: 0 0
}

.tcContactDetailWrapper ul li.whatsapp:before {
    width: 24px;
    height: 23px;
    background-position: 0 -22px
}

.tcContactDetailWrapper ul li.phone:before {
    width: 22px;
    height: 22px;
    background-position: 0 -45px
}

.tcContactDetailWrapper ul li.mobile:before {
    width: 18px;
    height: 32px;
    background-position: -3px -67px
}

.tcContactDetailWrapper ul li.location:before {
    width: 24px;
    height: 27px;
    background-position: 0 -100px
}

ul.taAboutProductSlider {
    margin: 0 auto !important;
    max-width: 363px;
    padding: 0 !important;
    list-style-type: none;
    position: relative;
    z-index: 1
}

ul.taAboutProductSlider li.slick-slide {
    outline: none;
    margin: 10px
}

ul.taAboutProductSlider ul.slick-dots {
    margin: 25px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.taAboutProductSlider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #0044d7;
    background: 0 0;
    margin: 0 1px
}

ul.taAboutProductSlider ul.slick-dots li.slick-active {
    background: #0044d7
}

.taAboutSliderImg {
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1)
}

.taAboutSliderTitle,.taAboutSec3SliderTitle,.taAboutVideoTitle {
    font-size: 20px;
    font-weight: 600
}

.taAboutSection3 .youtube-player {
    padding-bottom: 76%
}

.taAboutClientSection {
    border-top: 1px solid #cbcbcb
}

.taAboutClientSlider {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.taAboutClientSlider .slick-slide {
    outline: none;
    max-width: 166px;
    margin: 3px 15px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.1);
    text-align: center
}

.taAboutClientSlider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 23px;
    margin-top: -11px;
    padding: 0;
    background: url(../images/tasliderarrows.png) 0 0 no-repeat;
    text-indent: -99999999px;
    border: none;
    z-index: 2
}

.taAboutClientSlider .slick-prev {
    background-position: 0 0;
    left: -35px
}

.taAboutClientSlider .slick-next {
    background-position: -13px 0;
    right: -35px
}

.taAboutClientSlider .slick-prev:hover,.taAboutClientSlider .slick-next:hover {
    background: url(../images/tasliderarrowshvr.png)
}

.taAboutClientSlider .slick-next:hover {
    background-position: -13px 0
}

.taAboutTeamBox {
    display: inline-block;
    max-width: 270px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 3px;
    position: relative;
    padding: 70px 15px 35px
}

.taAboutTeamImg {
    position: absolute;
    display: inline-block;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 100%;
    top: -60px;
    left: 50%;
    margin-left: -60px
}

.taAboutTeamImg img {
    border-radius: 100%
}

.taTimelineBox {
    position: relative;
    margin-bottom: 70px
}

.taAboutTeamTitle {
    font-size: 20px;
    font-weight: 600
}

.taTimelineYear {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.taTimelineYearRight {
    top: 7px;
    left: -110px
}

.taTimelineYearLeft {
    top: 7px;
    right: -110px
}

.taTimelineBoxLeft .taTimelineText {
    text-align: right
}

.taTimelineBoxLeft {
    padding-right: 15px
}

.taTimelineBoxRight {
    padding-left: 15px
}

.taTimelineBox:before {
    position: absolute;
    content: '';
    width: 167px;
    height: 117px;
    background: url(../images/timelinesprite.png)
}

.taTimelineBoxLeft:before {
    top: -30px;
    right: -170px
}

.taTimelineBoxRight:before {
    top: -30px;
    left: -166px
}

.taTimelineBox1:before,.taTimelineBox14:before {
    background-position: 0 0
}

.taTimelineBox2:before,.taTimelineBox8:before {
    background-position: 0 -117px
}

.taTimelineBox3:before,.taTimelineBox9:before {
    background-position: 0 -237px
}

.taTimelineBox4:before,.taTimelineBox10:before {
    background-position: 0 -355px
}

.taTimelineBox5:before,.taTimelineBox11:before {
    background-position: 0 -474px
}

.taTimelineBox6:before,.taTimelineBox12:before {
    background-position: 0 -593px
}

.taTimelineBox7:before,.taTimelineBox13:before {
    background-position: 0 -711px
}

.MThomeVideoBox {
    max-width: 570px;
    margin: -50px auto 0;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,.1)
}

.MThomeVideoBox a {
    display: block;
    position: relative
}

.MThomeVideoBox a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    width: 67px;
    height: 67px;
    background: url(../images/h3playicon.png);
    transition: all .3s
}

.MThomeVideoBox a:hover:before {
    transform: scale(1.1)
}

.MTcertificatesTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.homeCertificates ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none
}

.homeCertificates ul li {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 5px
}

.MThomeSection1 h1 {
    text-transform: uppercase
}

.MThomeSection1 h1 span,.MThomeText span,.MThomeFeaturedProducts h2 span,.MTcatProductSection h2 span,.MTaboutProductSection h2 span {
    color: #0044d7
}

.MThomeSection1 h1 span,.MThomeFeaturedProducts h2 span,.MTcatProductSection h2 span {
    display: block
}

.MThomeText {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600
}

.MTcircleList ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none
}

.MTcircleList ul li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative
}

.MTcircleList ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 1px solid #0044d7;
    border-radius: 100%
}

.MThomeProductBox {
    display: inline-block;
    max-width: 370px
}

.MThomeProductText ul li {
    margin-bottom: 10px
}

.MThomeProductTitle {
    padding-left: 20px;
    margin: 15px 0;
    position: relative
}

.MThomeProductTitle:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 4px;
    height: 24px;
    border-radius: 5px;
    background: #0044d7
}

.MThomeProductTitle a {
    font-weight: 600;
    color: #363636;
    font-size: 20px
}

.MThomeProductImg {
    overflow: hidden
}

.MThomeProductImg a {
    display: block;
    transition: all .3s
}

.MThomeProductImg a:hover {
    transform: scale(1.1)
}

.MTfeaturedProductBox {
    display: inline-block;
    max-width: 270px
}

.MTfeaturedProductImg {
    padding: 9px;
    border: 1px solid #c3c5c7;
    position: relative
}

.MTfeaturedProductTitle {
    font-size: 20px;
    font-weight: 600;
    color: #363636
}

.MTfeaturedProductText {
    font-size: 16px line-height:22px
}

.MTborderSection {
    position: relative
}

.MTborderSection:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 1170px;
    height: 3px;
    margin-left: -585px;
    background: #0044d7
}

.MTborderSection:before {
    bottom: 0
}

.MTwhyusTitle {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 15px
}

.MTwhyusBox {
    padding-left: 70px;
    margin-bottom: 30px;
    position: relative
}

.MTwhyusBox:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../images/mthomespritebl.png)
}

.MTwhyusBox1:before {
    width: 51px;
    height: 33px;
    background-position: 0 0
}

.MTwhyusBox2:before {
    width: 49px;
    height: 47px;
    background-position: 0 -33px
}

.MTwhyusBox3:before {
    width: 49px;
    height: 50px;
    background-position: 0 -80px
}

.MTwhyusBox4:before {
    width: 49px;
    height: 53px;
    background-position: -1px -130px
}

.MTwhyusBtn {
    margin-left: 70px
}

ul.MTwhyusSlider {
    margin: 0 auto !important;
    max-width: 470px;
    padding: 0 !important;
    list-style-type: none;
    position: relative;
    z-index: 1
}

ul.MTwhyusSlider li.slick-slide {
    outline: none;
    border-radius: 3px;
    overflow: hidden
}

ul.MTwhyusSlider ul.slick-dots,ul.MTDSlider5 ul.slick-dots {
    margin: 20px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.MTwhyusSlider ul.slick-dots li,ul.MTDSlider5 ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: 0 0;
    border-radius: 100%;
    margin: 0 1px;
    border: 1px solid #0044d7
}

ul.MTwhyusSlider ul.slick-dots li.slick-active,ul.MTDSlider5 ul.slick-dots li.slick-active {
    background: #0044d7
}

.MTDSlider5 {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.MTDSlider5 .slick-slide {
    outline: none;
    text-align: center
}

.homeSliderLGwrapper {
    position: relative
}

.homeSliderLGTitle {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
    background: #0044d7;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1170px;
    padding: 22px 10px
}

.homeSliderLGTitle:before {
    content: '';
    top: 0;
    left: -30px;
    border-top: 80px solid #0044d7;
    z-index: 1;
    border-left: 30px solid transparent;
    position: absolute
}

.homeSliderLGTitle:after {
    content: '';
    top: 0;
    right: -10px;
    border-bottom: 80px solid #0044d7;
    z-index: 1;
    border-right: 10px solid transparent;
    position: absolute
}

.MTslider5Btn {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

ul.MTtradeSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    position: relative;
    z-index: 1
}

ul.MTtradeSlider li.slick-slide {
    outline: none;
    margin: 5px 15px
}

ul.MTtradeSlider ul.slick-dots {
    margin: 60px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.MTtradeSlider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: 0 0;
    border-radius: 100%;
    border: 1px solid #0044d7;
    margin: 0 1px
}

ul.MTtradeSlider ul.slick-dots li.slick-active {
    background: #0044d7
}

.MTtradeBox {
    display: inline-block;
    max-width: 270px;
    cursor: pointer
}

.MTtradeImg {
    overflow: hidden;
    border: 1px solid transparent
}

.MTtradeTitle {
    font-size: 30px;
    letter-spacing: 3px;
    padding: 40px 0 25px
}

.MTtradeBox:hover .MTtradeImg {
    border: 1px solid #1675aa;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1)
}

.MTtradeTitle span {
    color: #0044d7
}

.MThomeContactForm {
    border-radius: 5px;
    box-shadow: -2px 2px 5px 2px rgb(0 0 0/10%);
    padding: 0 80px 55px
}

.MThomeContactForm h2 {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    letter-spacing: 2px;
    position: relative;
    bottom: 18px
}

.MThomeContactForm input[type=text],.MThomeContactForm input[type=email],.MThomeContactForm textarea,.MTcontactPageForm input[type=text],.MTcontactPageForm input[type=email],.MTcontactPageForm textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 30px 15px;
    margin-bottom: 15px;
    border-radius: 0
}

.MThomeContactForm textarea,.MTcontactPageForm textarea {
    min-height: 170px;
    border: 1px solid #ddd;
    padding: 20px 45px !important
}

.MTnameField,.MTemailField {
    margin-bottom: 70px
}

.MTnumberField,.MTcompanyField,.MTtextField {
    margin-bottom: 20px
}

.MTnameField {
    background: url(../images/mtnameicon.png) #fff no-repeat top left !important
}

.MTemailField {
    background: url(../images/mtmailicon.png) #fff no-repeat top left !important
}

.MTnumberField {
    background: url(../images/mtnumbericon.png) #fff no-repeat top left !important
}

.MTcompanyField {
    background: url(../images/mtcompanyicon.png) #fff no-repeat top left !important
}

.MTtextField {
    background: url(../images/mtmessgicon.png) #fff no-repeat top 20px left 10px !important
}

.MTproductSliderWraper {
    max-width: 650px;
    margin: 0 auto
}

ul.MTproductSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.MTproductSlider .slick-slide {
    outline: none;
    overflow: hidden;
    border-radius: 8px
}

ul.MTproductSliderPager {
    margin: 30px 0 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.MTproductSliderPager .slick-slide {
    padding: 3px 15px;
    outline: none
}

ul.MTproductSliderPager .slick-slide a {
    outline: none;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid transparent
}

ul.MTproductSliderPager .slick-current a {
    box-shadow: 0px 0px 5px 1px rgb(0 0 0/10%)
}

ul.MTproductSliderPager .slick-arrow {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    padding: 0;
    margin-top: -18px;
    text-indent: -999999px;
    border: none;
    background: url(../images/mtproductsliderarrows.png) 0 0 no-repeat transparent;
    z-index: 2
}

ul.MTproductSliderPager .slick-prev {
    left: -25px
}

ul.MTproductSliderPager .slick-next {
    right: -25px;
    background-position: -37px 0
}

.MTdetailSection1 h1 {
    font-size: 32px;
    line-height: 26px;
    color: #000
}

.MTdetailSection1 h1 span {
    color: #0044d7
}

.MTdiamondList ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    position: relative
}

.MTdiamondList ul li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 10px
}

.MTdiamondList ul li:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #0044d7;
    transform: rotate(45deg)
}

.MTcatalogBox {
    max-width: 300px;
    margin: 0 auto;
    position: relative
}

.MTcatalogBtn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

.MTDetailVideoSection .youtube-player {
    position: relative;
    padding-bottom: 44%;
    align-content}

.MTdRelatedProductBox {
    display: inline-block;
    max-width: 270px
}

.MTdRelatedProductImg {
    padding: 9px;
    border: 1px solid #c3c5c7;
    position: relative
}

.MTdRelatedProductImg:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    width: 270px;
    height: 9px;
    background: #fff
}

.MTdRelatedProductImg:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -1px;
    width: 270px;
    height: 9px;
    background: #fff
}

.MTdRelatedProductTitle a {
    font-size: 20px;
    font-weight: 600;
    color: #363636
}

.gallery-icon {
    display: inline-block !important
}

.gallery-caption {
    background: #f19f14;
    margin: 0 10px !important
}

.MTaboutEntrySection .MTaboutBannerDetails p {
    font-weight: 400
}

ul.MTaboutFactorySlider {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style-type: none;
    z-index: 1;
    max-width: 370px
}

ul.MTaboutFactorySlider li.slick-slide {
    outline: none
}

ul.MTaboutFactorySlider ul.slick-dots {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    float: right;
    position: relative;
    bottom: 15px
}

ul.MTaboutFactorySlider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 1px solid #0044d7;
    border-radius: 100%;
    margin: 0 1px
}

ul.MTaboutFactorySlider ul.slick-dots li.slick-active {
    background: #0044d7
}

.MTfactorySliderTitle {
    font-size: 20px;
    font-weight: 500;
    color: #363636;
    padding-top: 20px
}

ul.MTaboutClientSlider {
    margin: 0;
    padding: 0;
    position: relative
}

ul.MTaboutClientSlider .slick-slide {
    outline: none;
    text-align: center;
    margin: 0 5px
}

ul.MTaboutClientSlider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    padding: 0;
    background: url(../images/mtclientsliderarws.png) 0 0 no-repeat;
    text-indent: -99999999px;
    border: none;
    z-index: 2
}

ul.MTaboutClientSlider .slick-prev {
    background-position: 0 0;
    left: -30px
}

ul.MTaboutClientSlider .slick-next {
    background-position: -19px 0;
    right: -30px
}

.MTcontactBanner,.tcBannerImg,.au5Banner,.lp4BannerImg {
    text-align: center
}

.MTcontactBanner img,.tcBannerImg img,.au5Banner img,.lp4BannerImg img {
    width: 100%
}

.MTcontactDetailWrapper {
    background: #0044d7
}

.MTcontactDetailContent {
    padding: 40px 25px 30px
}

.MTcontactDetailTitle {
    font-size: 50px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    display: block;
    letter-spacing: 2px;
    padding-top: 15px
}

.MTcontactDetailTitle span {
    font-size: 16px;
    display: block;
    padding-bottom: 15px
}

.MTcontactDetailSep {
    border-bottom: 1px solid #fff
}

.MTcontactDetails {
    padding: 35px 25px
}

.MTcontactDetails ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative
}

.MTcontactDetails ul li {
    position: relative;
    padding: 7px 0 6px 40px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.MTcontactDetails ul li a {
    color: #fff
}

.MTcontactDetails ul li span {
    display: block;
    padding-top: 10px
}

.MTcontactDetails ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../images/cu3contactsprite.png)
}

.MTcontactDetails ul li.email:before {
    background-position: 0 0
}

.MTcontactDetails ul li.location1:before {
    background-position: 0 -33px
}

.MTcontactDetails ul li.location2:before {
    display: none
}

.MTcontactDetails ul li.whatsapp:before {
    background-position: 0 -66px;
    height: 32px
}

.MTcontactDetails ul li.address:before {
    background-position: 0 -98px
}

.MTcontactQuote {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 80px;
    padding: 40px 0 30px
}

.MTcontactQuote:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    background: url(../images/mtcontactquote.png)
}

.MTcontactQuote:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 36px;
    height: 30px;
    background: url(../images/contactquote.png);
    transform: scale(-1,-1)
}

.MTcontactPageForm {
    padding: 75px 40px
}

.MTaboutContactWrapper {
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1)
}

.MTcontactDetailSection {
    padding: 0
}

.MTformProductsTitle {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 20px 0 20px 15px
}

.checkBoxLabel {
    display: inline-block
}

.contactLabelRow {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.textLink {
    text-align: right;
    font-weight: 600;
    font-size: 20px
}

h2 span,h3 span {
    color: #0044d7
}

.hp4Section2 {
    background-size: cover;
    background-position: center
}

ul.hp4Slider,ul.hp4Slider ul.slick-dots {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp4Slider ul.slick-dots {
    margin: 8px 0 0 !important;
    text-align: center
}

ul.hp4Slider .slick-dots li {
    display: inline-block;
    text-indent: -999999px;
    padding: 0;
    background: #fff;
    border: 1px solid #0044d7;
    width: 20px;
    height: 8px;
    margin: 0 2px
}

ul.hp4Slider .slick-dots li.slick-active {
    background: #0044d7
}

.hp4ProductBox {
    display: inline-block
}

.hp4ProductBox .hp4Image {
    overflow: hidden;
    transition: all .3s;
    border: 2px solid #e5eaf1
}

.hp4ProductBox .hp4Image a {
    display: block
}

.hp4ProductBox .hp4Image a:hover {
    transform: scale(1.1)
}

.hp4ProductBox .hp4Title {
    margin-top: 10px
}

.hp4ProductBox .hp4Title a {
    color: #273d57;
    display: inline-block
}

.hp4ProductBox .hp4Title a:hover {
    color: #277ce2
}

.hp4SearchBar {
    background: #277ce2;
    background: -moz-linear-gradient(left,#277ce2 0%,#37afee 50%,#277ce2 100%);
    background: -webkit-linear-gradient(left,#277ce2 0%,#37afee 50%,#277ce2 100%);
    background: linear-gradient(to right,#277ce2 0%,#37afee 50%,#277ce2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#277ce2',endColorstr='#277ce2',GradientType=1)
}

.hp4SearchBar .searchTitle {
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    line-height: 40px
}

.hp4Process {
    counter-reset: step-counter
}

.hp4ProcessBox {
    padding: 20px 20px 1px;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0/5%);
    text-align: left
}

.hp4ProcessBox .hp4Title {
    position: relative;
    margin: 30px 0 10px;
    counter-increment: step-counter
}

.hp4ProcessBox .hp4Title:before {
    position: absolute;
    content: '0'counter(step-counter);
    top: -35px;
    left: 0;
    font-size: 32px;
    font-weight: 600;
    color: #0044d7
}

.hp4ProcessBox .hp4Title a {
    display: inline-block;
    color: #484848;
    font-size: 24px;
    font-weight: 600
}

.hp4ProcessBox .hp4Text {
    font-size: 16px;
    padding-top: 10px
}

.hp4Section4 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.hp4SliderBox {
    position: relative;
    padding: 90px 0 60px
}

.hp4SliderBox:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    background: #edf0f3
}

.hp4QualityBox:before {
    background: #777c84
}

.hp4QualityBox .hp4SliderBoxDetails {
    color: #fff
}

.hp4SliderBoxDetails {
    padding: 0 60px 0 20px
}

.hp4TeamSection {
    position: relative
}

.hp4TeamSection:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4000px;
    height: 520px;
    background: #edf0f3
}

.hp4TeamBox {
    background: #fff;
    max-width: 320px;
    display: inline-block;
    box-shadow: 0 0 7px rgb(0 0 0/5%)
}

.hp4Team1 {
    text-align: left
}

.hp4Team3 {
    text-align: right
}

.hp4TeamImg {
    padding: 50px 50px 0
}

.hp4TeamTitle {
    color: #0044d7;
    font-weight: 600;
    margin: 10px 0;
    font-size: 22px;
    text-align: center
}

.hp4TeamTitle span {
    font-size: 18px;
    display: block;
    color: #273d57
}

.hp4TeamText {
    padding: 0 40px 20px;
    font-size: 16px;
    text-align: center
}

.hp4ContactForm {
    box-shadow: 0 0 10px rgb(134 189 255/29%);
    padding: 50px;
    border-radius: 3px
}

.hp4ContactForm input[type=text],.hp4ContactForm input[type=email],.hp4ContactForm textarea {
    width: 100%;
    border: none;
    background: #ecf3fc !important;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none !important
}

.hp4ContactForm input[type"text"]::placeholder,.hp4ContactForm input[type"email"]::placeholder,.hp4ContactForm textarea::placeholder {
    color: #8597ab
}

.hp4ContactForm textarea {
    min-height: 180px
}

.hp4ContactForm input[type=submit] {
    width: 100%;
    border-radius: 10px;
    padding: 16px
}

.hp4VideoText {
    padding-top: 20px
}

.hp4CEO {
    text-align: right;
    font-weight: 600
}

.hp4Video a:before {
    background: url(../images/videoplayicon.png) 0 0 no-repeat
}

.hp4SearchBar .astra-search-shortcode {
    display: block
}

.hp4SearchBar .search-form {
    border: none !important;
    line-height: 1 !important;
    border-radius: 5px !important;
    background-color: #e4ecf7 !important;
    width: 100%
}

.hp4SearchBar .astra-search-icon:before {
    font-size: 34px
}

.h5section1 {
    position: relative;
    margin-top: -50px
}

.h5featuredPointsBox {
    display: inline-block;
    padding: 140px 30px 20px;
    position: relative;
    max-width: 370px;
    min-height: 266px;
    box-shadow: 3px 3px 3px 1px rgb(0 0 0/10%)
}

.h5featuredPointsBox1 {
    background: #fca601
}

.h5featuredPointsBox2 {
    background: #91ad0e
}

.h5featuredPointsBox3 {
    background: #c94c0f
}

.h5featuredPointsBox:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    height: 96px;
    background: url(../images/fs-sprite.png) #fff no-repeat;
    border-radius: 100%
}

.h5featuredPointsBox1:before {
    background-position: 15px 21px
}

.h5featuredPointsBox2:before {
    background-position: 20px -53px
}

.h5featuredPointsBox3:before {
    background-position: 17px -123px
}

.h5featuredPointsTitle {
    font-size: 22px;
    font-weight: 600
}

.h5circleList ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    position: relative
}

.h5circleList ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #111;
    font-weight: 600;
    position: relative
}

.h5circleList ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #0044d7;
    border-radius: 100%;
    background: 0 0
}

.h5videoBox {
    max-width: 550px;
    margin: 0 auto
}

.h5videoBox a {
    display: block;
    position: relative
}

.h5videoBox a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    width: 67px;
    height: 67px;
    background: url(../images/h3playicon.png);
    transition: all .3s
}

.h5videoBox a:hover:before {
    transform: scale(1.1)
}

.h5productHeading h2 {
    display: inline-block;
    padding: 0 25px;
    z-index: 1;
    position: relative;
    background: #fff
}

.h5productHeading {
    display: block;
    padding: 0 25px;
    background: #fff;
    position: relative
}

.h5productHeading:before {
    position: absolute;
    content: '';
    top: 30%;
    left: 0;
    width: 100%;
    border: 1px solid #bababa
}

.h5productBox {
    display: inline-block;
    max-width: 370px
}

.h5productImgWrapper {
    padding: 6px;
    background: #fff;
    border: 1px solid #dddedf;
    cursor: pointer
}

.h5productImg {
    position: relative
}

.h5productImg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s
}

.h5productImg:hover:before {
    background: rgba(0,0,0,.4)
}

.h5productImg a {
    display: block
}

.h5productTitle a {
    font-size: 22px;
    color: #233645;
    font-weight: 600
}

.h5tabSection,.h5section8 {
    border-top: 1px solid #bababa;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0/10%)
}

.h5TabsWrapper ul.tabs,.h5TabsWrapper ul.tabs2 {
    margin: 0 0 30px !important;
    padding: 0 !important;
    list-style-type: none;
    border-bottom: 2px solid #bababa;
    text-align: left
}

.h5TabsWrapper ul.tabs li,.h5TabsWrapper ul.tabs2 li {
    display: inline-block;
    padding: 0 0 8px;
    margin-right: 20px;
    color: #233645;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
    position: relative
}

.h5TabsWrapper ul.tabs li:before,.h5TabsWrapper ul.tabs2 li:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: 0 0
}

.h5TabsWrapper ul.tabs li.current,.h5TabsWrapper ul.tabs2 li.current {
    color: #0044d7
}

.h5TabsWrapper ul.tabs li.current:before,.h5TabsWrapper ul.tabs2 li.current:before {
    background: #0044d7
}

.h5TabsWrapper ul.tabs li.current:after,.h5TabsWrapper ul.tabs2 li.current:after {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid #0044d7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.h5TabsWrapper .tab-content,.h5TabsWrapper .tab-content2 {
    display: none;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 20px
}

.h5TabsWrapper .tab-content.current,.h5TabsWrapper .tab-content2.current {
    display: block
}

.pd7Section6 .h5TabsWrapper .tab-content2 {
    border-radius: 0
}

.h5whyusSection {
    padding-top: 190px;
    position: relative;
    background: #228dc3
}

.h5whyusSection:before {
    position: absolute;
    content: '';
    top: -40px;
    left: 0;
    width: 1920px;
    height: 190px;
    background: url(../images/h5whyusshape.jpg)
}

.h5whyusBox {
    padding-left: 115px;
    position: relative;
    min-height: 90px
}

.h5whyusBox:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border: 3px solid #228dc3;
    box-shadow: 0px 0px 3px #fff;
    background: url(../images/fs-sprite.png) #fff no-repeat;
    border-radius: 100%
}

.h5whyusBox1:before {
    background-position: 13px -202px
}

.h5whyusBox2:before {
    background-position: 13px -282px
}

.h5whyusBox3:before {
    background-position: 14px -361px
}

.h5whyusBox4:before {
    background-position: 14px -445px
}

.h5whyusBox5:before {
    background-position: 14px -519px
}

.h5whyusBox6:before {
    background-position: 14px -590px
}

.h5QuoteBox {
    margin-bottom: 20px
}

.h5QuoteText {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-bottom: 15px
}

.h5QuoteName {
    font-size: 14px;
    color: #ff7b10
}

.h5clientBox {
    display: inline-block;
    max-width: 270px
}

.h5clientTitle {
    font-size: 22px;
    font-weight: 600;
    color: #112534
}

.h5clientImg {
    padding: 6px;
    border: 2px solid #edeeee;
    border-radius: 2px
}

.h5featuredProductBox {
    display: inline-block;
    padding: 6px;
    background: #fff;
    border: 2px solid #edeeee;
    border-radius: 2px;
    max-width: 370px
}

.h5featuredProductTitle a {
    font-size: 22px;
    font-weight: 600;
    color: #233645
}

.h5featuredProductText {
    color: #111
}

.h5featuredProductLink a {
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
    position: relative
}

.h5featuredProductLink a:before {
    position: absolute;
    content: "\e900";
    top: 1px;
    right: 0;
    font-family: Astra;
    font-size: 12px;
    transform: rotate(270deg);
    font-weight: 600
}

.h5processSection {
    counter-reset: step-counter
}

.h5processBox {
    display: inline-block;
    max-width: 270px;
    position: relative;
    counter-increment: step-counter
}

.h5processBox:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: #0044d7;
    border: 1px solid #fff;
    transform: rotate(45deg)
}

.h5processBox:after {
    position: absolute;
    content: counter(step-counter);
    top: -10px;
    left: 50%;
    margin-left: -6px;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.h5processImg {
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid #e8e8e8;
    max-width: 200px;
    margin: 0 auto
}

.h5processTitle {
    font-size: 22px;
    font-weight: 600;
    color: #112534
}

.au5videoSection {
    border-top: 2px solid #bababa
}

.au5sectionText {
    padding: 10px;
    position: relative
}

.au5sectionText:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background: 0 0;
    border-top: 3px solid #0044d7;
    border-left: 3px solid #0044d7
}

.au5teamImg {
    width: 200px;
    float: left;
    border: 4px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden
}

.au5teamTitle {
    font-size: 22px;
    line-height: 24px;
    color: #112534;
    font-weight: 600
}

.au5teamContent {
    width: calc(100% - 200px);
    float: left;
    padding: 15px 0 0 25px
}

.au5contactForm {
    max-width: 970px;
    margin: 0 auto
}

.au5contactForm input[type=text],.au5contactForm input[type=email],.au5contactForm textarea {
    margin-bottom: 5px !important;
    box-shadow: 2px 2px 7px 0px rgb(0 0 0/10%)
}

.au5contactForm textarea {
    height: 215px !important;
    padding: 15px;
    background: #fff
}

ul.timelineSlider {
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

ul.timelineSlider:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 100%;
    height: 10px;
    background: #e8e8e8
}

li.au5TimelineBox {
    text-align: center;
    margin: 0 5px
}

.au5TimelineYear {
    color: #233645;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.au5TimelineText {
    color: #111;
    font-size: 14px;
    line-height: 22px
}

.au5TimelineImg {
    display: inline-block;
    border: 7px solid;
    position: relative
}

.au5TimelineImg:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.imgUpper .au5TimelineImg:before {
    bottom: -19px;
    border-top: 12px solid
}

.imgLower .au5TimelineImg:before {
    top: -19px;
    border-bottom: 12px solid
}

.au5TimelineImg:after {
    position: absolute;
    content: '';
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 3px solid;
    background: #fff;
    border-radius: 100%
}

.imgUpper .au5TimelineImg:after {
    bottom: -65px
}

.imgLower .au5TimelineImg:after {
    top: -56px
}

.imgUpper .au5TimelineYear {
    padding-top: 50px;
    margin-top: 35px
}

.imgLower .au5TimelineText {
    padding-bottom: 60px;
    min-height: 190px
}

.imgLower .au5TimelineImg {
    color: #fca601;
    border-color: #fca601
}

.imgUpper .au5TimelineImg {
    color: #00c0ff;
    border-color: #00c0ff
}

ul.timelineSlider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background: url(../images/timelinearrows.png) 0 0 no-repeat;
    text-indent: -999999999px;
    z-index: 4;
    padding: 0
}

ul.timelineSlider .slick-prev {
    left: -60px
}

ul.timelineSlider .slick-next {
    right: -60px;
    background-position: -34px 0
}

.cu4banner {
    padding-bottom: 150px
}

.cu4BannerHeading {
    font-size: 33px;
    line-height: 38px;
    font-weight: 500;
    color: #233645;
    padding-bottom: 20px
}

.cu4contactWrapper {
    margin-top: -100px;
    background: #fff
}

.cu4contactForm {
    width: 660px;
    float: left;
    padding: 60px 35px 80px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0/10%)
}

.cu4contactDetails {
    width: 506px;
    float: left
}

.cu4contactDetails {
    padding: 50px 30px 40px;
    background: #0044d7
}

.cu4formTitle {
    font-size: 33px;
    color: #333;
    font-weight: 500;
    padding-bottom: 40px
}

.cu4contactForm input[type=text],.cu4contactForm input[type=email],.cu4contactForm textarea {
    box-shadow: 2px 2px 7px 0px rgb(0 0 0/10%)
}

.cu4contactForm textarea {
    height: 215px;
    padding: 15px
}

.cu4contactDetailHeading {
    font-size: 33px;
    font-weight: 500
}

.cu4contactDetails ul {
    padding: 0 !important;
    margin: 60px 0 30px !important;
    list-style-type: none;
    position: relative
}

.cu4contactDetails ul li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-left: 50px;
    margin-bottom: 25px;
    position: relative
}

.cu4contactDetails ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../images/cu4sprite.png)
}

.cu4contactDetails ul li.cu4contactDetail1:before {
    background-position: 0 0
}

.cu4contactDetails ul li.cu4contactDetail2:before {
    background-position: 0 -36px
}

.cu4contactDetails ul li.cu4contactDetail3:before {
    background-position: 0 -71px
}

.cu4contactDetails ul li.cu4contactDetail4:before {
    background-position: 0 -108px
}

.cu4contactDetails ul li span {
    display: block;
    font-weight: 300
}

.cu4contactDetails ul li a {
    color: #fff
}

.cu4contactDetails ul li a:hover {
    text-decoration: underline
}

.cu4ceoBox {
    padding: 20px 0 13px;
    border-radius: 5px;
    background: #ff7b10
}

.cu4ceoQuote {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 0 20px
}

.cu4ceoName {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #228dc3;
    background: #f4f4f4;
    padding: 5px 20px
}

.cu4ceoDesignation {
    font-size: 14px;
    color: #fff;
    padding: 0 5px
}

.pc4section3 {
    border-top: 2px solid #bababa;
    border-bottom: 2px solid #bababa
}

.pc4video {
    max-width: 100%
}

.pc4supportImg {
    width: 193px;
    float: left;
    border: 4px solid #228dc3;
    box-shadow: 0px 0px 0px 2px #fff;
    border-radius: 15px;
    overflow: hidden
}

.pc4supportContent {
    width: calc(100% - 193px);
    float: left;
    padding-left: 20px
}

.pc4supportTitle {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 10px
}

.pc4quickQuote {
    border-radius: 3px;
    border-top: 4px solid #0044d7;
    padding: 45px 30px 60px;
    background: #fff
}

.pc4quickQuoteTitle {
    font-size: 22px;
    font-weight: 500;
    color: #112534
}

.fsContactForm input[type=text],.fsContactForm input[type=email],.fsContactForm textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 8px
}

.fsContactForm input[type=text],.fsContactForm input[type=email] {
    padding: 15px 15px 15px 45px
}

.fsContactForm input[type=text] {
    background: url(../images/fs-name-icon.png) #fff no-repeat center left 15px
}

.fsContactForm input[type=email] {
    background: url(../images/fs-mail-icon.png) #fff no-repeat center left 15px
}

.fsContactForm textarea {
    background: #fff
}

.pc4quickQuote textarea {
    height: 148px
}

fsContactForm input[type=submit] {
    min-width: 130px
}

.hp5ProcessImg {
    border: 3px solid #dadada;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden
}

.hp5ProcessTitle {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px
}

.dp4productSliderWraper {
    max-width: 640px;
    margin: 0 auto
}

ul.dp4productSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.dp4productSlider .slick-slide {
    padding: 6px;
    border: 2px solid #e3e4e4;
    background: #fff;
    border-radius: 5px;
    outline: none;
    overflow: hidden
}

ul.dp4productSliderPager {
    margin: 30px 0 0 !important;
    padding: 8px 15px !important;
    list-style-type: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    box-shadow: 3px 4px 5px 0px rgb(0 0 0/10%)
}

ul.dp4productSliderPager .slick-slide {
    padding: 0;
    outline: none
}

ul.dp4productSliderPager .slick-slide a {
    margin: 0 6px;
    padding: 2px;
    border: 1px solid #e2e2e2;
    outline: none;
    display: block;
    overflow: hidden
}

ul.dp4productSliderPager .slick-current a {
    border: 1px solid #0044d7
}

ul.dp4productSliderPager .slick-arrow {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 34px;
    padding: 0;
    margin-top: -21px;
    text-indent: -999999px;
    border: none;
    background: url(../images/mtclientsliderarws.png) 0 0 no-repeat transparent;
    z-index: 2
}

ul.dp4productSliderPager .slick-prev {
    left: -30px
}

ul.dp4productSliderPager .slick-next {
    right: -30px;
    background-position: -19px 0
}

.pd4DetailWrapper {
    border: 1px solid #e3e4e4;
    border-radius: 3px;
    background: #fff
}

.pd4DetailHeading {
    padding: 40px 30px 5px;
    border-bottom: 1px solid #d8d8d8
}

.pd4DetailContent {
    padding: 25px 30px 20px
}

.dp4relatedProductTitle {
    font-size: 22px;
    font-weight: 500;
    color: #233645
}

.dp4relatedProductTitle a {
    color: #233645
}

.dp4relatedProduct:hover .dp4relatedProductTitle a {
    color: #0044d7
}

.pc3Banner {
    background-position: center center;
    background-size: cover
}

.pc3BannerHeading {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: #fff
}

.pc3BannerLayer {
    padding: 40px 20px 70px;
    background: rgba(0,0,0,.7)
}

.pc3BannerDetails p {
    font-size: 17px;
    color: #fff;
    font-weight: 500
}

.pc3BannerDetails ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    position: relative
}

.pc3BannerDetails ul li {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative
}

.pc3BannerDetails ul li:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 100%
}

.pc3Form {
    padding: 20px;
    background: rgba(0,68,215,.6)
}

.pc3FormTitle {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 50px
}

.pc3Form input[type=text],.pc3Form input[type=email],.pc3Form input[type=tel],.pc3Form textarea {
    width: 100%;
    border: none;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    padding: 0 0 15px !important;
    margin-bottom: 20px;
    color: #fff;
    background-color: transparent !important
}

.pc3Form input[type=text]:focus,.pc3Form input[type=email]:focus,.pc3Form input[type=tel]:focus,.pc3Form textarea:focus {
    background-color: transparent !important
}

.pc3Form input[type=text]::placeholder,.pc3Form input[type=email]::placeholder,.pc3Form input[type=tel]::placeholder,.pc3Form textarea::placeholder,.pc3Form input[type=file],.cFileUpload {
    color: #fff !important
}

.pc3Form textarea {
    height: 135px
}

.pc3ProductSection h2 span {
    display: block
}

.c1ProductBox {
    background: #fff;
    box-shadow: 0 0 10px rgba(48,49,51,.2);
    max-width: 370px;
    display: inline-block
}

.c1ProductContent {
    padding: 20px
}

.c1ProductTitle {
    padding: 10px 0;
    font-size: 24px;
    color: #222;
    line-height: 28px;
    font-weight: 500
}

.c1ProductTitle a {
    color: #222
}

.c1ProductText {
    font-size: 16px;
    line-height: 24px
}

.c1ProductBtn a {
    display: block;
    color: #0044d7;
    background: #fff;
    border: solid 1px #0044d7;
    border-radius: 5px;
    padding: 6px 15px;
    text-align: center
}

.c1ProductBtn a:hover {
    background: #0044d7;
    color: #fff
}

.pc3Section4img,.pc3Section3img {
    text-align: center
}

.pc3SliderSection .pc3sProductCount {
    font-size: 28px
}

ul.pc3ProductSlider,ul.pc3ProductSlider ul.slick-dots,ul.img3Slider,ul.img4Slider,ul.img6Slider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.pc3ProductSlider .slick-slide,ul.img3Slider .slick-slide,ul.img4Slider .slick-slide,ul.img6Slider .slick-slide {
    margin: 10px 15px
}

ul.pc3ProductSlider .slick-arrow,ul.img3Slider .slick-arrow,ul.img4Slider .slick-arrow,ul.img6Slider .slick-arrow {
    position: absolute;
    content: '';
    top: 50%;
    width: 23px;
    height: 19px;
    background: url(../images/pc3arrows.png) 0 0 no-repeat;
    padding: 0;
    text-indent: -999999999px;
    z-index: 1
}

ul.pc3ProductSlider .slick-prev,ul.img3Slider .slick-prev,ul.img4Slider .slick-prev,ul.img6Slider .slick-prev {
    left: -50px
}

ul.pc3ProductSlider .slick-next,ul.img3Slider .slick-next,ul.img4Slider .slick-next,ul.img6Slider .slick-next {
    right: -50px;
    background-position: -24px 0
}

ul.pc3ProductSlider .slick-prev.slick-disabled {
    background-position: 0 -19px
}

ul.pc3ProductSlider .slick-next.slick-disabled {
    background-position: -24px -19px
}

ul.pc3ProductSlider .slick-arrow button,ul.pc3ProductSlider ul.slick-dots li button {
    visibility: hidden
}

ul.pc3ProductSlider ul.slick-dots {
    margin-top: 10px !important
}

ul.pc3ProductSlider ul.slick-dots li {
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #676767;
    border-radius: 100%;
    margin: 0 3px;
    position: relative
}

ul.pc3ProductSlider ul.slick-dots li.slick-active {
    border-color: #0044d7
}

ul.pc3ProductSlider ul.slick-dots li.slick-active:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background: #0044d7
}

.pc3s5ProductBox {
    padding: 25px 15px;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0/10%);
    border-radius: 8px;
    overflow: hidden
}

.pc3s5ProductImg {
    width: 270px;
    float: left
}

.pc3s5Content {
    width: calc(100% - 270px);
    float: left;
    padding-left: 30px
}

.pc3s5ProductTitle {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.pc3s5ProductTitle a {
    color: #000
}

.pc3s5ProductTitle a:hover {
    color: #007cbf
}

.pc3s5Btns a.commonBtn {
    margin: 0 5px
}

.pc3s6Box {
    display: inline-block;
    max-width: 570px;
    text-align: left
}

.pc3s6Img {
    position: relative;
    overflow: hidden
}

.pc3s6Img a {
    display: block
}

.pc3s6Box:hover .pc3s6Img a {
    transform: scale(1.1)
}

.pc3s6Caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.2);
    font-size: 18px;
    color: #fff
}

.pc3s6Title {
    margin: 15px 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.pc3s6Title a {
    color: #333
}

.pc3s6Box:hover .pc3s6Title a {
    color: #0044d7
}

ul.pc3TestimonialSlider {
    margin: 0 !important;
    padding: 50px 0 0 !important;
    list-style-type: none;
    position: relative
}

ul.pc3TestimonialSlider:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -14px;
    width: 27px;
    height: 27px;
    background: url(../images/quoteicon.png) 0 0 no-repeat
}

ul.pc3TestimonialSlider li.slick-slide {
    outline: none
}

ul.pc3TestimonialSlider .pc3TestimonialBox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

ul.pc3TestimonialSlider .pc3TestimonialText {
    font-style: italic
}

ul.pc3TestimonialSlider .pc3TestimonialTitle {
    margin-top: 20px;
    font-weight: 600
}

ul.pc3TestimonialSlider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 37px;
    height: 71px;
    background: url(../images/testimonialarrow.png) 0 0 no-repeat;
    z-index: 1;
    padding: 0;
    text-indent: -999999999px
}

ul.pc3TestimonialSlider .slick-prev {
    left: 0
}

ul.pc3TestimonialSlider .slick-next {
    right: 0;
    transform: rotate(180deg)
}

ul.pc3TestimonialSlider .slick-dots {
    margin: 20px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.pc3TestimonialSlider .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    padding: 0
}

ul.pc3TestimonialSlider .slick-dots li button {
    width: 42px;
    height: 42px;
    padding: 0;
    background: 0 0;
    color: #000
}

ul.pc3TestimonialSlider .slick-dots li.slick-active button {
    background: #0044d7;
    color: #fff
}

.pc3s7Box {
    display: inline-block;
    width: 100%;
    max-width: 270px
}

.pc3s7Img {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff
}

.pc3s7Title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 10px 0
}

.videoSection2Title {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600
}

.videoCOntent,.videoHeading {
    padding: 0 !important
}

.videoBanner .bannerContent {
    padding: 0 !important
}

.videoSection2Box {
    max-width: 370px;
    display: inline-block
}

.hp6Btn {
    display: inline-block;
    border: 2px solid #0044d7;
    background: #0044d7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 25px;
    min-width: 260px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s
}

a.blueBorder {
    background: 0 0;
    color: #0044d7
}

a.whiteBorder {
    border-color: #fff
}

.hp6Btn:hover {
    border: 2px solid #343434;
    background: #343434;
    color: #fff
}

.hp6Section1 {
    background-position: center !important;
    background-repeat: no-repeat
}

.hp6Section1Details h1 {
    margin-top: 35px
}

.hp6ListArrow ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp6ListArrow ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px
}

.hp6Section1Details ul li {
    margin-bottom: 20px
}

.hp6ListArrow ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 13px;
    height: 10px;
    background: url(../images/hp6checkicon1.png) 0 0 no-repeat
}

.hp6s3Product {
    display: inline-block;
    background: #fff;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px
}

.hp6s3ProductImg {
    display: inline-block;
    overflow: hidden
}

.hp6s3ProductImg a {
    display: block;
    transition: all .3s
}

.hp6s3Product:hover .hp6s3ProductImg a {
    transform: scale(1.1)
}

.hp6s3ProductTitle {
    margin: 10px
}

.hp6s3ProductTitle a {
    font-size: 24px;
    font-weight: 700;
    color: #0f1126;
    display: inline-block
}

.hp6s3Product:hover .hp6s3ProductTitle a {
    color: #0044d7
}

.hp6s3ProductText,.hp6s3ProductBtn {
    padding: 5px 15px
}

ul.hp6Slider {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style-type: none;
    position: relative;
    z-index: 1
}

ul.hp6Slider li.slick-slide {
    outline: none
}

ul.hp6Slider ul.slick-dots {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px
}

ul.hp6Slider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 18px;
    height: 18px;
    background: #e7edf2;
    border: 2px solid #e7edf2;
    margin: 0 5px
}

ul.hp6Slider ul.slick-dots li.slick-active {
    background: #0044d7
}

.hp6Section4Wraper {
    position: relative
}

.hp6Section4Content {
    position: absolute;
    top: 55px;
    left: 65px;
    max-width: 424px;
    min-height: 455px;
    padding: 35px 30px;
    background: rgba(255,255,255,.88);
    border-radius: 10px;
    z-index: 1
}

.hp6Section4Content .title {
    font-size: 22px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 15px
}

.hp6Section4Content ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp6Section4Content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #343434
}

.hp6Section4Content ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #0044d7
}

.hp6s5FeaturedBox {
    border: 3px solid #eaeaea;
    display: inline-block;
    max-width: 524px;
    padding: 45px 50px;
    text-align: left
}

.hp6s5ProductTitle {
    font-weight: 700;
    color: #747474;
    position: relative;
    padding-left: 15px;
    margin: 20px 0 10px
}

.hp6s5ProductTitle:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0044d7
}

.hp6s5ProductHeading {
    font-size: 22px;
    font-weight: 700;
    color: #0f1126;
    margin-bottom: 10px
}

.hp6s5ProductText {
    min-height: 165px
}

.hp6s6Details ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp6s6Details ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px
}

.hp6s6Details ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 22px;
    height: 16px;
    background: url(../images/hp6checkicon2.png) 0 0 no-repeat
}

.hp6s7Details {
    color: #000
}

.hp6FaqWraper .accordiaBox {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 8px
}

.hp6FaqWraper .accordion {
    color: #000;
    font-weight: 600;
    padding: 11px 30px 11px 15px;
    position: relative
}

.hp6FaqWraper .accordion:before {
    position: absolute;
    content: '+';
    top: 8px;
    right: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.hp6FaqWraper .accordiaBox.active .accordion:before {
    content: '-'
}

.hp6FaqWraper .panel {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    display: none
}

.productFAQs .accordiaBox {
    border: 1px solid #dadada;
    margin-bottom: 15px;
    background: #fff
}

.productFAQs .accordion {
    color: #000;
    font-weight: 500;
    padding: 8px 30px 8px 10px;
    position: relative;
    background: #dadada
}

.productFAQs .accordion:before {
    position: absolute;
    content: '+';
    top: 2px;
    right: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #000
}

.productFAQs .accordiaBox.active .accordion:before {
    content: '-'
}

.productFAQs .panel {
    padding: 15px;
    display: none
}

ul.hp6Slider li.slick-slide {
    position: relative
}

.hp6s8Content {
    background: #0044d7;
    display: inline-block;
    max-width: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px 15px
}

.hp6s8Content a {
    font-size: 20px;
    color: #fff;
    display: block
}

.hp6Section1Details h1,.hp6Section2Details h2,.hp6Section6 h2,.hp6s7Details h2 {
    font-size: 46px
}

.hp6Section9 h2,.hp6Section13 h2,.hp6Section11 h2,.hp6Section12 h2,.hp6Section10 h2 {
    margin-bottom: 10px !important
}

.hp6s9Text,.hp6s11Text,.hp6s13Text {
    font-size: 20px;
    text-transform: uppercase
}

ul.hp6s9Slider,ul.hp6s13Slider {
    margin: 0 -15px !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp6s9Slider li.slick-slide {
    margin: 0 15px;
    outline: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center
}

ul.hp6s9Slider .hp6s9Img img {
    display: inline-block
}

ul.hp6s9Slider .slick-arrow,ul.hp6s13Slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 34px;
    margin-top: -17px;
    background: url(../images/mtclientsliderarws.png) 0 0 no-repeat;
    padding: 0;
    z-index: 9;
    text-indent: -9999999999px
}

ul.hp6s9Slider .slick-prev,ul.hp6s13Slider .slick-prev {
    left: -30px
}

ul.hp6s9Slider .slick-next,ul.hp6s13Slider .slick-next {
    right: -30px;
    background-position: -19px;
    0}

.hp6s9Title {
    position: absolute;
    bottom: -60px;
    background: #0044d7;
    text-align: center;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    transition: all .3s
}

ul.hp6s9Slider li.hps9Slide:hover .hps9Title {
    bottom: 0
}

.hp6s9Title a {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

ul.hp6s13Slider {
    margin: 0 !important
}

ul.hp6s13Slider li.slick-slide {
    outline: none;
    text-align: center;
    margin: 0 2px
}

ul.hp6s13Slider li.slick-slide img {
    display: inline-block
}

.hp6s11Box {
    display: inline-block;
    max-width: 370px;
    text-align: left
}

.hp6s11ProductTitle {
    position: relative;
    padding: 10px 0 10px 55px;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #1e1e22
}

.hp6s11ProductTitle:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(../images/hp6checkicon3.png) 0 0 no-repeat
}

.hp6s11Box2 .hp6s11ProductTitle:before {
    background-position: 0 -54px
}

.hp6s11Box3 .hp6s11ProductTitle:before {
    background-position: 0 -106px
}

.hp6s12Img {
    box-shadow: 0 0 12px rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: hidden
}

.hp6s11ProductText ul li {
    font-size: 18px;
    color: #1e1e22;
    margin-bottom: 5px
}

.hp6s12Text ul li {
    font-size: 18px;
    color: #1e1e22;
    margin-bottom: 5px
}

.hp6s10Text {
    font-size: 18px;
    color: #1e1e22
}

ul.hp6s10List {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

ul.hp6s10List li {
    width: 46%;
    float: left;
    margin: 0 2%
}

ul.hp6s10List li a {
    background: #fff;
    display: block;
    box-shadow: 0 0 6px rgb(0 0 0/10%);
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 20px 0 20px 60px;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    position: relative
}

ul.hp6s10List li a:before {
    position: absolute;
    content: '';
    top: 13px;
    left: 8px;
    width: 44px;
    height: 44px;
    background: url(../images/hp6checkicon4.png) 0 0 no-repeat
}

ul.hp6s10List li a:hover {
    color: #0044d7
}

.hp6s10Btn a {
    display: inline-block;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 700
}

.hp6s10Btn a:hover {
    text-decoration: none
}

.pd6s1Slider {
    position: relative
}

.pd6s1Slider .homeSlider {
    max-width: 850px
}

.pd6s1Btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 5px 25px;
    background: #f33e3e;
    color: #fff;
    font-size: 22px;
    box-shadow: inset 0 0 10px #c10c0c;
    border: 2px solid #b70000;
    border-radius: 30px;
    line-height: 1
}

.pd6s1Btn:hover {
    background: #dd2323;
    color: #fff
}

.pd6s1DetailsTitle {
    color: #fff;
    background: #0044d7;
    font-size: 18px;
    padding: 4px 10px
}

.pd6s1DetailsBody {
    border: 1px solid #c9c9c9;
    padding: 30px;
    color: #3e3e3e
}

a.pd6QuoteBtn {
    background: #f33e3e;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1
}

a.pd6QuoteBtn:hover {
    background: #dd2323;
    color: #fff
}

.pd6s1Tabs {
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0/10%);
    padding: 30px
}

.pd6s1Tabs ul.tabs {
    border-bottom: 1px solid #a2a2a2;
    padding: 0 !important;
    margin: 0 0 20px !important
}

.pd6s1Tabs ul.tabs li {
    display: inline-block !important;
    margin: 0 10px !important;
    padding: 3px 19px !important;
    border: 1px solid #a2a2a2 !important;
    border-bottom: none !important;
    background-color: #eee !important;
    color: #3e3e3e !important;
    cursor: pointer
}

.pd6s1Tabs ul.tabs li.current {
    border: 1px solid #0044d7 !important;
    border-bottom: none !important;
    background-color: #0044d7 !important;
    color: #fff !important;
    line-height: inherit !important
}

.pd6s1Tabs .tab-content {
    display: none
}

.pd6s1Tabs .tab-content.current {
    display: block
}

.lp5BannerHeading {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600
}

.lp5S1Content {
    padding: 70px 0 50px
}

.lp5FPTitle {
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 20px
}

.lp5FPTitle:before {
    position: absolute;
    content: '\e901';
    top: 2px;
    left: 0;
    font-family: Astra;
    font-size: 14px;
    color: #0044d7
}

.lp5FPText {
    font-size: 14px
}

.lp5Testimonial {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.lp5Review {
    margin-bottom: 10px
}

.lp5Author {
    font-size: 14px;
    font-weight: 600
}

.lp5Author img {
    max-width: 50px;
    border-radius: 100%;
    border: 2px solid #dadada;
    margin-right: 10px
}

.lp5FAQs .accordiaBox {
    border-top: 1px solid #ebebeb
}

.lp5FAQs .accordiaBox:last-child {
    border-bottom: 1px solid #ebebeb
}

.lp5FAQs .accordion {
    color: #000;
    font-weight: 600;
    padding: 40px 30px 40px 0;
    position: relative;
    font-size: 20px
}

.lp5FAQs .accordion:before {
    position: absolute;
    content: "\e900";
    top: 42px;
    right: 0;
    font-family: Astra;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    transform: rotate(270deg);
    transition: all .3s
}

.lp5FAQs .accordiaBox.active .accordion:before {
    transform: rotate(0deg)
}

.lp5FAQs .panel {
    color: #000;
    display: none
}

.serchPalette input[name=search] {
    width: 100%;
    border: 1px solid #dadada;
    background: url(../images/search.png) 98% 10px no-repeat #fff
}

.tempFAQsSection>h2 {
    font-weight: 700;
    font-size: 28px
}

.tempFAQs .accordiaBox {
    border: 1px solid #ebebeb;
    border-bottom: none
}

.tempFAQs .accordiaBox:last-child {
    border-bottom: 1px solid #ebebeb
}

.tempFAQs .accordion {
    color: #004e9d;
    padding: 15px 30px 15px 15px;
    position: relative;
    cursor: pointer
}

.tempFAQs .accordion:hover {
    text-decoration: underline
}

.tempFAQs .accordion:before {
    position: absolute;
    content: '+';
    top: 2px;
    right: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #004e9d;
    transition: all .3s
}

.tempFAQs .accordiaBox.active .accordion:before {
    transform: rotate(45deg)
}

.tempFAQs .panel {
    padding: 15px;
    display: none
}

.tempFAQsSidebar>h3 {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 40px
}

.tempFAQsSidebar>h3:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/shareicon.png) 0 0 no-repeat #0044d7;
    box-shadow: 0 0 0 10px rgb(0 0 0/5%);
    border-radius: 100%
}

.tempFAQsSidebar ol li {
    margin-bottom: 10px
}

.tempFAQsSidebar.divScroll.side-fixed {
    box-shadow: none
}

.pc5s5Content {
    background: #f2f2f2;
    padding: 30px 40px
}

.pc5s5ContentRight {
    text-align: right
}

.pc5s5Content .pc5s5SubTitle {
    text-transform: uppercase;
    color: #676767;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 8px
}

.pc5s5Content .pc5s5Title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 33px;
    margin-bottom: 16px
}

.pc5s5Img {
    text-align: center
}

.pc5Gallery {
    max-width: 370px;
    display: inline-block;
    position: relative
}

.pc5GalleryImg {
    position: relative;
    overflow: hidden
}

.pc5GalleryImg:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: .8;
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(180deg,transparent,#000);
    z-index: 1
}

.pc5GalleryImg a {
    display: block;
    transition: all 1.5s
}

.pc5Gallery:hover .pc5GalleryImg a {
    transform: scale(1.3)
}

.pc5Gallery .pc5GalleryContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 0 20px 20px;
    font-weight: 600;
    z-index: 1
}

.pc5GalleryTitle {
    color: #fff;
    font-size: 22px
}

.pc5GalleryTitle a {
    color: #fff;
    font-size: 22px
}

.pc5GalleryLink a {
    position: relative
}

.pc5Gallery:hover .pc5GalleryLink a {
    color: #fff
}

.pc5ScrollSection {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 -4px 7px rgb(0 0 0/10%);
    padding: 15px 0
}

.pc5ssContent {
    text-align: center
}

.pc5ssContent ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.pc5ssContent ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative
}

.pc5ssContent ul li:not(:last-child):before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5
}

.pc5ssContent ul li a {
    text-transform: uppercase;
    display: block;
    color: #676767;
    font-weight: 600;
    cursor: pointer
}

.pc5ssContent ul li a:hover {
    color: #0044d7
}

.scrollTop {
    position: relative;
    padding-right: 30px !important
}

.scrollTop:before {
    position: absolute;
    content: '\2191';
    top: -10px;
    right: 0;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #676767;
    transition: all .3s
}

.scrollTop:hover:before {
    color: #0044d7
}

.pc5ScrollSection.fixed {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9
}

.logged-in .pc5ScrollSection.fixed {
    top: 105px
}

.pc5BG {
    background: url(../images/pc5bg.jpg) 0 0 no-repeat;
    background-size: cover
}

body .pds1Heading {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px !important
}

.pd7s1Link a {
    position: relative;
    padding-left: 25px
}

.pd7s1Link a:before {
    position: absolute;
    content: '\2191';
    top: 0;
    left: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #676767;
    transform: rotate(180deg)
}

.pd7s1Link a:hover,.pd7s1Link a:hover:before {
    color: #0044d7
}

.pd7s3Tabs {
    position: relative
}

.pd7s3Tabs ul.tabs {
    position: absolute;
    top: -90px;
    right: 0;
    margin: 0 !important;
    padding: 2px 4px 4px !important;
    list-style-type: none;
    text-transform: uppercase;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    border-radius: 16px
}

.pd7s3Tabs ul.tabs li {
    display: inline-block;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 16px;
    color: #676767;
    border-radius: 13px;
    outline: none;
    cursor: pointer
}

.pd7s3Tabs ul.tabs li.current {
    background: #333;
    color: #fff
}

.pd7s3Tabs .tab-content {
    display: none
}

.pd7s3Tabs .tab-content.current {
    display: block
}

.pd7s4Category {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    position: relative;
    padding-top: 20px
}

.pd7s4Category:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: #0044d7
}

.pd7s5Img {
    max-width: 80px;
    float: left
}

.pd7s5Title {
    width: calc(100% - 80px);
    float: left;
    padding-left: 20px;
    font-weight: 600
}

.pd7s6Tabs ul.tabs2 {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    position: relative
}

.pd7s6Tabs ul.tabs2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -100%;
    width: 300%;
    height: 200px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#f4f4f4 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom,#fff 0%,#f4f4f4 100%);
    z-index: -1
}

.pd7s6Tabs ul.tabs2 li {
    display: inline-block;
    color: #676767;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 24px;
    border-bottom: 3px solid transparent
}

.pd7s6Tabs ul.tabs2 li.current {
    color: #0044d7;
    border-color: #0044d7
}

.pd7s6Tabs .tab-content2 {
    display: none;
    padding-top: 40px
}

.pd7s6Tabs .tab-content2.current {
    display: block
}

.pd7Section10 h3 {
    font-weight: 600
}

.pd7Section10 ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.pd7Section10 ul li {
    position: relative;
    padding: 25px 0 25px 40px;
    border-top: 1px solid #e5e5e5
}

.pd7Section10 ul li:last-child {
    border-bottom: 1px solid #e5e5e5
}

.pd7Section10 ul li:before {
    position: absolute;
    content: '';
    top: 26px;
    left: 10px;
    width: 20px;
    height: 24px;
    background: url(../images/playicon.png) 0 0 no-repeat
}

.pd7Section10 ul li a {
    color: #676767;
    font-weight: 600
}

.pd7Section10 ul li a:hover {
    color: #0044d7
}

.pds11Text {
    font-size: 26px;
    line-height: 42px
}

.pd7s8Box {
    padding: 30px 40px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    background-color: #fff;
    margin-bottom: 15px
}

.pd7s8Box>a {
    display: block;
    position: relative;
    padding-left: 110px
}

.pd7s8Box>a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(../images/downloadicon.png) center no-repeat #f4f4f4;
    border-radius: 100%;
    transition: all .3s
}

.pd7s8DCategory,.pd7s8Title,.pd7s1Link a {
    font-weight: 600;
    color: #676767;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px
}

.pd7s8DTitle {
    font-size: 24px;
    font-weight: 600;
    color: #333
}

.pd7s8DFile {
    font-size: 14px;
    font-weight: 600;
    color: #676767
}

.pd7s8Box>a:hover .pd7s8DCategory,.pd7s8Box>a:hover .pd7s8DTitle {
    color: #0044d7
}

.pd7s8Box>a:hover:before {
    transform: rotate(360deg)
}

.pd7s8Text {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color: #333
}

.readmoreBtn {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    color: #0044d7
}

.readmoreBtn:before {
    position: absolute;
    content: "\e900";
    top: -1px;
    left: 0;
    font-family: Astra;
    font-size: 18px;
    font-weight: 600;
    color: #0044d7;
    transition: all .3s
}

.readmoreBtn.read-more:before {
    transform: rotate(180deg)
}

.lp6Section1 h1 {
    font-weight: 800;
    font-size: 44px !important
}

.lp6s1SubHeading {
    color: #0044d7;
    font-size: 24px;
    padding: 10px 0 20px
}

.lp6s2Box {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #f7f7f7;
    margin-bottom: 30px
}

.lp6s2Row1 {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 20px 25px
}

.lp6s2Img {
    width: 110px;
    float: left
}

.lp6s2Content {
    width: calc(100% - 110px);
    float: left;
    padding-left: 25px
}

.lp6s2Heading {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px
}

.lp6s2SubHeading {
    color: #222;
    padding-left: 35px;
    background: url(../images/lp6s2icon.png) 0 2px no-repeat;
    font-size: 18px
}

.lp6s2Row2 {
    padding: 20px
}

.lp6s2Title {
    font-size: 24px;
    font-weight: 600;
    color: #0044d7;
    margin-bottom: 20px
}

.lp6Sidebar #secondary {
    width: 100% !important;
    margin: 0;
    padding: 0 !important
}

.hp7Sep {
    width: 100%;
    max-width: 600px;
    height: 1px;
    margin: 0 auto;
    background: #bcbcbc;
    position: relative
}

.hp7Sep:before,.hp7List ul li:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 50%;
    width: 11px;
    height: 11px;
    background: #0044d7;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #0044d7;
    transform: rotate(45deg)
}

.hp7List ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp7List ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.hp7List ul li:before {
    top: 6px;
    left: 0
}

.hp7s2Content {
    position: relative
}

.hp7s2Video {
    position: absolute;
    top: 0;
    left: 100%;
    width: 870px;
    height: 100%;
    overflow: hidden
}

.hp7s2Video a:before {
    left: 100px
}

.hp7s2Video:after {
    position: absolute;
    content: '';
    top: -15px;
    left: -55px;
    width: 100px;
    height: calc(100% + 40px);
    background: #fff;
    transform: rotate(10deg)
}

.hp7Section3,.hp7Section6 {
    border-top: 1px solid #bfbfbf;
    position: relative
}

.hp7Section3:before,.hp7Section3:after,.hp7Section6:before {
    position: absolute;
    content: '';
    width: 571px;
    height: 320px;
    background: url(../images/pattern.png) 0 0 no-repeat;
    z-index: -1
}

.hp7Section3:before,.hp7Section6:before {
    top: 0;
    left: 0
}

.hp7Section3:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg)
}

.hp7s3Box {
    display: inline-block;
    max-width: 370px;
    background: #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all .3s;
    padding-bottom: 30px
}

.hp7s3Box:hover {
    border-bottom: 4px solid #0044d7
}

.hp7s3Img {
    overflow: hidden
}

.hp7s3Img a {
    display: inline-block
}

.hp7s3Box:hover .hp7s3Img a {
    transform: scale(1.1)
}

.hp7s3Title {
    margin: 0 10px 10px
}

.hp7s3Title a {
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.hp7s3Box:hover .hp7s3Title a {
    color: #0044d7
}

.hp7s3Text {
    padding: 0 10px 15px
}

.hp7s4Video {
    text-align: center
}

.hp7s6Box,.hp7s10Box {
    display: inline-block;
    max-width: 370px
}

.hp7s6Title a,.hp7s7Title a,.hp7s10Title a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 10px
}

.hp7s6Box:hover .hp7s6Title a,.hp7s7Box:hover .hp7s7Title a,.hp7s10Box:hover .hp7s10Title a {
    color: #0044d7
}

.hp7s6Img {
    overflow: hidden
}

.hp7s6Img a {
    display: inline-block
}

.hp7s6Box:hover .hp7s6Img a,.hp7s10Box:hover .hp7s10Img a {
    transform: scale(1.1)
}

.hp7s7Box {
    max-width: 570px;
    display: inline-block;
    text-align: left
}

.hp7s7Img {
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 5px;
    border-radius: 3px
}

.hp7s7Img a {
    display: block
}

.hp7s7Img a:before {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background-size: 100%
}

.hp7Section8,.hp7Section11 {
    position: relative;
    background-size: cover
}

.hp7Section8:before,.hp7Section11:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

.hp7s8Title,.hp7s8Text,.hp7s11Title,.hp7s11Text {
    color: #fff !important
}

.hp7s8SubTitle {
    color: #fccd48
}

.hp7Section9 h3 b {
    color: #0044d7
}

.hp7s10Img {
    box-shadow: 0 0 10px rgb(0 0 0/15%);
    overflow: hidden
}

.hp7s10Img a {
    display: block
}

.hp7s10box:hover .hp7s10Img a {
    transform: scale(1.1)
}

.hp7Section8,.hp7Section11 {
    background-size: cover
}

ul.hp7Brands {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp7Brands li {
    display: inline-block;
    padding: 0 8px 10px
}

.hp8s1Box {
    max-width: 370px;
    display: inline-block
}

.hp8s1Img {
    display: inline-block
}

.hp8s1Icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #eee;
    background: #fff;
    transition: all .3s;
    z-index: 1
}

.hp8s1Icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #ccc;
    z-index: -1;
    transition: all .3s
}

.hp8s1Icon:hover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hp8s1Title,.hp8s4Title {
    font-size: 22px;
    color: #0044d7;
    font-weight: 600;
    margin-top: 15px
}

.hp8Section2,.hp8Section5,.hp8Section8 {
    background-size: cover;
    color: #fff
}

.hp8Section2 a.commonBtn:hover,.hp8Section5 a.commonBtn:hover,.hp8Section8 a.commonBtn:hover {
    border-color: #fff;
    color: #fff !important
}

.hp8s2Video {
    display: inline-block
}

.hp8s2Video a {
    display: block;
    border-radius: 100%
}

.hp8s2Video a:hover {
    background: #0044d7
}

.hp8s4Box {
    max-width: 270px;
    display: inline-block
}

.hp8s4Img {
    overflow: hidden
}

.hp8s4Img a {
    display: block
}

.hp8s4Box:hover .hp8s4Img a {
    transform: scale(1.1)
}

.hp8s5Text ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp8s5Text ul li,.hp8s8List,.hp8s9List {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px
}

.hp8s5Text ul li:before,.hp8s8List:before,.hp8s9List:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 22px;
    height: 21px;
    background: url(../images/checklist.png) 0 0 no-repeat
}

.hp8s5Text ul li b {
    display: block;
    font-size: 22px
}

.hp8s5ImgWrapper {
    display: inline-block;
    position: relative;
    z-index: 1
}

.hp8s5ImgWrapper:before {
    position: absolute;
    content: '';
    bottom: -28px;
    right: -50px;
    width: 122px;
    height: 47px;
    background: url(../images/dots.png) 0 0 no-repeat;
    z-index: -1
}

.hp8s5ImgWrapper .hp8s5Img {
    border-radius: 30px 0;
    border: 7px solid #fff;
    border-radius: 30px 0;
    overflow: hidden;
    transition: all .3s
}

.hp8s5ImgWrapper .hp8s5Img:hover {
    border-radius: 0 30px
}

.hp8QuickQuote {
    background: url(../images/hp8s6bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 20px 60px
}

.hp8QuickQuoteTitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.hp8QuickQuote input[type=text],.hp8QuickQuote input[type=email],.hp8QuickQuote textarea {
    width: 100%;
    border: 1px solid #fff !important;
    border-radius: 3px;
    padding: 8px 10px;
    margin-bottom: 4px;
    background: 0 0 !important;
    color: #fff !important
}

.hp8QuickQuote textarea {
    height: 130px
}

.hp8QuickQuote input[type=text]::placeholder,.hp8QuickQuote input[type=email]::placeholder,.hp8QuickQuote textarea::placeholder {
    color: #fff !important
}

.hp8QuickQuote input[type=text]:focus,.hp8QuickQuote input[type=email]:focus,.hp8QuickQuote textarea:focus {
    background: 0 0 !important
}

.hp8QuickQuote .fluentform button[type=submit]:hover {
    background: 0 0 !important;
    border: 1px solid #fff
}

.hp8s6Box {
    margin-bottom: 15px
}

.hp8s6Icon {
    float: left;
    width: 74px;
    height: 74px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    padding: 17px 0 0 18px
}

.hp8s6Icon img {
    max-width: 38px
}

.hp8s6Content {
    width: calc(100% - 74px);
    float: left;
    padding-left: 30px
}

.hp8s6Title {
    font-size: 22px;
    font-weight: 600;
    color: #0044d7
}

.hp8s7Box {
    max-width: 570px;
    display: inline-block;
    text-align: left
}

.hp8s7ImgWraper {
    position: relative;
    z-index: 1
}

.hp8s7ImgWraper:before {
    position: absolute;
    content: '';
    width: 122px;
    height: 47px;
    background: url(../images/dots.png) 0 0 no-repeat;
    z-index: -1
}

.hp8s7Box1 .hp8s7ImgWraper:before {
    top: -10px;
    left: -35px
}

.hp8s7Box2 .hp8s7ImgWraper:before {
    bottom: -20px;
    right: -35px
}

.hp8s7Img {
    overflow: hidden;
    border-radius: 30px 0;
    transition: all .3s
}

.hp8s7Img:hover {
    border-radius: 0 30px
}

.hp8s7Title {
    font-size: 28px;
    font-weight: 700;
    color: #0044d7;
    margin: 20px 0 5px
}

.hp8s7Text {
    min-height: 140px
}

.hp8s8Text {
    font-size: 20px
}

.hp8s8List,.hp8s9List {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px
}

.hp8s9Text {
    font-size: 22px;
    color: #3b3b3b
}

.hp8s9List {
    color: #0044d7
}

.hp8s9List:before {
    background: url(../images/checklist2.png) 0 0 no-repeat
}

.hp8s11Box {
    max-width: 370px;
    display: inline-block;
    background: #fff
}

.hp8s11Img {
    overflow: hidden
}

.hp8s11Img a {
    display: block
}

.hp8s11Box:hover .hp8s11Img a {
    transform: scale(1.1)
}

.hp8s11Content {
    padding: 20px
}

.hp8s11Title {
    min-height: 60px
}

.hp8s11Title a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #0044d7
}

.hp8s11Box:hover .hp8s11Title a {
    color: #000
}

.hp8s11Text {
    line-height: 24px;
    min-height: 135px
}

.hp8s11Link a {
    display: inline-block;
    color: #0044d7;
    font-weight: 600;
    text-decoration: underline
}

.hp8s11Box:hover .hp8s11Link a {
    color: #000;
    text-decoration: none
}

ul.hp8s12Brands {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

ul.hp8s12Brands li {
    display: inline-block;
    margin: 0 5px 10px;
    text-align: center
}

ul.hp8s10Slider,ul.hp8s10Slider ul.slick-dots {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp8s10Slider li {
    margin: 0 5px
}

ul.hp8s10Slider ul.slick-dots {
    text-align: center;
    margin-top: 15px !important
}

ul.hp8s10Slider ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    text-indent: -9999999999px;
    width: 15px;
    height: 15px;
    border: 1px solid #0044d7;
    border-radius: 100%
}

ul.hp8s10Slider ul.slick-dots li.slick-active {
    background: #0044d7
}

.hp8s10Box {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: 10px
}

.hp8s10Text {
    line-height: 24px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 30px
}

.hp8s10Text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 18px;
    height: 15px;
    background: url(../images/quoteicon-1.png) 0 0 no-repeat
}

.hp8s10Img {
    width: 72px;
    float: left;
    border-radius: 100%;
    overflow: hidden
}

.hp8s10Content {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
    line-height: 1.2
}

.hp8s10Name {
    font-weight: 700;
    color: #0044d7
}

.about6Banner .bannerVideo a {
    display: inline-block
}

.bannerVideo a:hover {
    transform: scale(1.1)
}

.about6Banner .bannerText {
    padding-top: 20px !important
}

.au6s2Box {
    position: relative;
    padding: 70px 20px 30px;
    background: #f1f1f1;
    border: 1px solid #dadadada;
    border-radius: 20px
}

.au6s2Img {
    position: absolute;
    top: -50px;
    left: calc(50% - 54px);
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #dadada
}

.au6s2Title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px
}

.au6s3Img {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff
}

.au6s3Text {
    font-size: 22px
}

.au6s3Title {
    font-size: 40px;
    font-weight: 600;
    color: #0044d7
}

.au6s4Title {
    font-size: 26px
}

.au6Section4 ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    text-align: center
}

.au6Section4 ul li {
    display: inline-block;
    margin: 0 8px 12px
}

.au6s6Text {
    font-size: 22px
}

.au6s6Img {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden
}

.au6s6Title {
    font-size: 22px;
    font-weight: 600;
    color: #0044d7
}

.au6s6Text,.au6s6Text b {
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.au6s6Text b {
    display: block;
    color: #999
}

.hp9s1Box {
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    display: inline-block;
    max-width: 270px;
    border-radius: 30px;
    padding: 20px 20px 40px;
    text-align: left;
    transition: all .3s
}

.hp9s1Box:hover {
    background: #0044d7;
    color: #fff
}

.hp9s1Title {
    margin: 10px 0
}

.hp9s1Title a {
    font-size: 22px;
    color: #000
}

.hp9s1Box:hover .hp9s1Title a {
    color: #fff
}

.hp9Section2,.hp9Section6 {
    background-size: cover;
    position: relative
}

.hp9s2List ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp9s2List ul:after {
    content: "";
    display: block;
    clear: both
}

.hp9s2List ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    width: 50%;
    float: left
}

.hp9s2List ul li:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 22px;
    height: 21px;
    background: url(../images/checklist.png) 0 0 no-repeat
}

.hp9s2Content {
    color: #fff
}

.hp9s4Content .tableScroll {
    overflow-x: auto
}

.hp9s4Content table,.hp9s4Content table tr,.hp9s4Content table th,.hp9s4Content table td {
    border: none !important;
    background: 0 0 !important;
    font-weight: 500
}

.hp9s4Content table th {
    text-align: right;
    color: #00307d
}

.hp9Section5 .col20 {
    width: 20%
}

.hp9s5Img {
    transition: all .3s
}

.hp9s5Box:hover .hp9s5Img {
    transform: scale(1.1)
}

.hp9s5PaddTop {
    padding-top: 220px
}

.hp9s5PaddTop .hp9s5Title {
    padding-top: 70px;
    font-size: 22px;
    color: #000;
    position: relative
}

.hp9s5PaddTop .hp9s5Title:before,.hp9s5PaddBottom .hp9s5Text:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 46px;
    background: url(../images/hp9s5icon.png) 0 0 no-repeat
}

.hp9s5PaddTop .hp9s5Title:before {
    top: 10px
}

.hp9s5PaddBottom .hp9s5Text:before {
    bottom: 10px
}

.hp9s5Title {
    font-size: 22px;
    color: #000
}

.hp9s5PaddBottom .hp9s5Text {
    padding-bottom: 70px;
    position: relative
}

.hp9Section6 {
    color: #fff
}

.hp9s6Box {
    text-align: center
}

.hp9s6Title {
    font-size: 40px
}

.hp9s6VideoWraper {
    text-align: right
}

.hp9s7Box {
    max-width: 370px;
    display: inline-block
}

.hp9s7Img {
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    overflow: hidden
}

.hp9s7Img a {
    display: block
}

.hp9s7Box:hover .hp9s7Img a {
    transform: scale(1.1)
}

.hp9s7Title {
    margin: 30px 0 10px
}

.hp9s7Title a {
    color: #000;
    font-size: 22px;
    font-weight: 500
}

.hp9s7Box:hover .hp9s7Title a {
    color: #0044d7
}

.hp9Section8 {
    position: relative
}

.hp9Section8:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #0044d7;
    z-index: -1
}

.hp9s8Wraper {
    background: #f3f3f3;
    padding: 60px 60px 30px;
    border-radius: 30px
}

.hp9s8Content {
    text-align: center;
    border-right: 1px solid #9e9e9e;
    padding-right: 20px
}

.hp9s8Title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 40px 0 10px
}

.hp9s8Text {
    font-size: 14px;
    color: #4b4b4b
}

.hp9s8Wraper .homeSlider .slide {
    border-radius: 40px;
    overflow: hidden
}

ul.hp9Testimonials {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp9Testimonials li.slide {
    margin: 0 15px;
    text-align: center;
    color: #fff;
    font-weight: 300
}

ul.hp9Testimonials .slick-arrow {
    position: absolute;
    top: 70px;
    width: 56px;
    height: 56px;
    background: url(../images/lp4sliderarrowhvr.png) 0 0 no-repeat;
    text-indent: -99999999999px;
    padding: 0;
    z-index: 1
}

ul.hp9Testimonials .slick-prev {
    left: -35px
}

ul.hp9Testimonials .slick-next {
    right: -35px;
    transform: rotate(180deg)
}

.hp9s9Img {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    margin: 40px 0 5px;
    border: 2px solid #0044d7;
    box-shadow: 0 0 0 1px #fff
}

.hp9s9Title b {
    font-size: 16px;
    display: block;
    font-weight: 400
}

.hp9s7Text,.hp9s10Text,.hp9s11Text {
    font-size: 26px;
    font-weight: 300
}

.hp9s10Box {
    max-width: 370px;
    display: inline-block;
    text-align: left
}

.hp9s10Img {
    overflow: hidden
}

.hp9s10Img a {
    display: block
}

.hp9s10Box:hover .hp9s10Img a {
    transform: scale(1.1)
}

.hp9s10Title {
    margin: 20px 0 10px
}

.hp9s10Title a {
    font-size: 22px;
    font-weight: 500;
    color: #000
}

.hp9s10Box:hover .hp9s10Title a {
    color: #0044d7
}

.hp9s10Text2 {
    padding-left: 10px;
    position: relative
}

.hp9s10Text2:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 3px;
    height: calc(100% - 10px);
    background: #0044d7
}

.hp9FAQs .accordiaBox {
    background: #fff;
    padding: 16px 20px;
    margin-bottom: 15px
}

.hp9FAQs .accordion {
    color: #001620;
    font-weight: 500;
    padding-right: 20px;
    cursor: pointer;
    position: relative
}

.hp9FAQs .accordion:before {
    position: absolute;
    content: "\e900";
    top: 0;
    right: 0;
    font-family: Astra;
    transform: rotate(0deg);
    font-size: 20px;
    font-weight: 700;
    color: #4b4b4b;
    transition: all .3s
}

.hp9FAQs .accordiaBox.active .accordion:before {
    transform: rotate(180deg);
    color: #0044d7
}

.hp9FAQs .panel {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #0044d7
}

.hp9FAQs .accordiaBox.active .panel {
    display: block
}

.hp9Section12 h2 {
    margin: 0 !important
}

.hp9Section12 h2 b {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 56px
}

ul.hp9Brands {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp9Brands li {
    display: inline-block;
    margin: 0 6px 12px
}

.hp9Section13 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hp9Section4 ul.homeSlider,.hp9Section8 ul.homeSlider {
    max-width: 570px
}

.page-template-template-home10 #content a {
    text-decoration: underline
}

.page-template-template-home10 .ast-sticky-active {
    background: #0044d7
}

.hp10s1Box {
    display: inline-block;
    max-width: 370px
}

.hp10s1Img {
    width: 50px;
    float: left
}

.hp10s1Content {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px
}

.hp10s1Title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}

.hp10s1Text {
    color: #acc6ff;
    font-size: 14px;
    font-weight: 300
}

.hp10Section2 {
    position: relative
}

.hp10Section2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #0044d7
}

.hp10Section3 {
    background-repeat: no-repeat;
    background-position: 0 center
}

.hp10s3Content {
    font-size: 14px
}

.hp10Section3 ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

.hp10Section3 ul li {
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative
}

.hp10Section3 ul li:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/checkicon.png) 0 0 no-repeat
}

.hp10s4Box {
    max-width: 320px;
    display: inline-block;
    text-align: left
}

.hp10s4Img a {
    display: inline-block;
    position: relative
}

.hp10s4Img a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.4);
    transition: all .3s
}

.hp10s4Box:hover .hp10s4Img a:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hp10s4Img a:after {
    position: absolute;
    content: "\e8b6";
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -15px;
    font-family: Astra;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    display: none
}

.hp10s4Box:hover .hp10s4Img a:after {
    display: block
}

.hp10s4Title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 10px 0
}

.hp10s4Title a {
    color: #000;
    text-decoration: none !important
}

.hp10s4Box:hover .hp10s4Title a {
    color: #0044d7
}

.hp10Section5 {
    background-repeat: no-repeat;
    background-size: cover
}

.hp10s4Text,.hp10s5Text {
    font-size: 14px
}

.hp10s5Box {
    max-width: 305px
}

.hp10s5Title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0 10px
}

.hp10s5Text {
    color: #acc6ff
}

ul.hp10s12brands {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp10s12brands li {
    display: inline-block;
    margin: 0 25px
}

.hp10s8Content {
    padding: 20px 0 20px 55px
}

.hp10s8Content ul {
    margin: 25px 0 15px !important;
    padding: 0 !important;
    list-style-type: none;
    position: relative
}

.hp10s8Content ul:after {
    content: "";
    display: block;
    clear: both
}

.hp10s8Content ul li {
    float: left;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    color: #000;
    font-size: 18px
}

.hp10s8Content ul li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #0044d7;
    border-radius: 100%
}

ul.hp10s9List {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp10s9List li {
    width: calc(33% - 20px);
    float: left;
    margin: 0 10px 15px;
    padding: 35px 10px;
    border: 2px solid #eaedf4;
    font-size: 18px;
    color: #060a12;
    text-align: center;
    transition: all .3s;
    background: 101% 101% no-repeat
}

ul.hp10s9List li a {
    color: #060a12;
    text-decoration: none !important
}

ul.hp10s9List li:hover {
    border: 2px solid #0044d7;
    background: url(../images/s9listicon.png) 101% 101% no-repeat #0044d7;
    color: #fff
}

ul.hp10s9List li:hover a {
    color: #fff
}

.hp10Form,.quickQuote {
    box-shadow: 0 0 80px 13px rgba(141,153,204,.1);
    padding: 50px 35px 45px;
    border: 1px solid #ecf1f6;
    background: #fff
}

.hp10FormTitle {
    font-size: 32px;
    font-weight: 700;
    color: #060a12;
    margin-bottom: 25px;
    text-align: center
}

.hp10Form input[type=text],.hp10Form input[type=email],.hp10Form textarea,.quickQuote input[type=text],.quickQuote input[type=email],.quickQuote textarea {
    width: 100%;
    background: #f5f7fb;
    border: 1px solid #f5f7fb;
    padding: 20px;
    margin-bottom: 10px
}

.hp10Form input[type=text]:active,.hp10Form input[type=email]:active,.hp10Form textarea:active,.hp10Form input[type=text]:focus,.hp10Form input[type=email]:focus,.hp10Form textarea:focus,.quickQuote input[type=text]:active,.quickQuote input[type=email]:active,.quickQuote textarea:active,.quickQuote input[type=text]:focus,.quickQuote input[type=email]:focus,.quickQuote textarea:focus {
    background: #fff;
    border: 1px solid #ecf1f6
}

.hp10Form input[type=text]::placeholder,.hp10Form input[type=email]::placeholder,.hp10Form textarea::placeholder,.quickQuote input[type=text]::placeholder,.quickQuote input[type=email]::placeholder,.quickQuote textarea::placeholder {
    color: #b0b1b5
}

.hp10Form textarea {
    height: 180px
}

.quickQuote textarea {
    height: 120px
}

.hp10Form input[type=submit],.quickQuote input[type=submit] {
    display: block;
    width: 100%;
    padding: 24px
}

.quickQuote {
    padding: 20px
}

.quickQuoteTitle {
    font-size: 22px;
    font-weight: 600;
    color: #060a12;
    margin-bottom: 10px
}

.quickQuote input[type=text],.quickQuote input[type=email],.quickQuote textarea {
    padding: 10px;
    margin-bottom: 8px
}

.quickQuote .uploadBTNLabel {
    padding: 18px 45px 18px 25px
}

.quickQuote input[type=submit] {
    padding: 18px
}

.hp10Section6Content {
    padding: 30px 0 0 55px
}

.hp10Section6 h2 b {
    color: #0044d7
}

.hp10s6Box {
    position: relative;
    padding: 20px 0 0
}

.hp10s6Box:after,.hp10s7List ul:after {
    content: "";
    display: block;
    clear: both
}

.hp10s6Img {
    width: 40px;
    float: left
}

.hp10s6Content {
    width: calc(100% - 40px);
    float: left;
    padding-left: 20px
}

.hp10s6Title {
    font-size: 18px;
    color: #060a12;
    font-weight: 600;
    margin-bottom: 10px
}

.hp10s6Text {
    font-size: 14px
}

.hp10Section7,.hp10Section11 {
    position: relative
}

.hp10Section7:before,.hp10Section11:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 85%;
    height: 60%;
    background: #f5f6f9
}

ul.hp10s7Slider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp10s7Slider li {
    outline: none
}

ul.hp10s7Slider .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 61px;
    height: 61px;
    background: url(../images/s8arrow.png) 0 0 no-repeat;
    text-indent: -99999999px;
    z-index: 1;
    padding: 0
}

ul.hp10s7Slider .slick-next {
    background-position: -61px 0;
    left: 70px
}

ul.hp10s7Slider .slick-prev:hover {
    background-position: 0 -61px
}

ul.hp10s7Slider .slick-next:hover {
    background-position: -61px -61px
}

.hp10s7Img {
    position: relative
}

.hp10s7Img .hp10s7Btn {
    position: absolute;
    bottom: 0
}

.hp10s7Content {
    padding-top: 70px
}

.hp10s7List {
    padding-top: 150px
}

.hp10s7List ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    position: relative
}

.hp10s7List ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    width: 50%;
    float: left
}

.hp10s7List ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 18px;
    height: 12px;
    background: url(../images/checkicon2.png) 0 0 no-repeat
}

.hp10Section11:before {
    width: 65%;
    height: 50%
}

ul.hp10s11Slider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}

ul.hp10s11Slider li {
    outline: none;
    margin: 0 15px
}

.hp10s11Box {
    position: relative
}

.hp10s11Content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff
}

.hp10s11Title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.hp10s11Text {
    display: none
}

.hp10s11Box:hover .hp10s11Text {
    display: block
}

.hp10s11Btn {
    position: absolute;
    bottom: 20px
}

.hp10s11Btn .commonBtn {
    padding: 15px 30px;
    border-radius: 40px
}

ul.hp10s11Slider .slick-arrow {
    position: absolute;
    content: "";
    left: calc(50% - 40px);
    bottom: -50px;
    width: 40px;
    height: 40px;
    background: url(../images/s11arrow.png) no-repeat;
    text-indent: -9999999px;
    padding: 0;
    z-index: 1
}

ul.hp10s11Slider .slick-prev {
    border-right: 1px solid #cbcbcb;
    background-position: 0 10px
}

ul.hp10s11Slider .slick-next {
    left: 50%;
    background-position: 0 12px;
    transform: rotate(180deg)
}

ul.hp10s10Slider {
    margin: 0 -15px !important;
    padding: 0 !important;
    list-style-type: none
}

.hp10s10Slider li {
    outline: none;
    margin: 0 15px
}

.hp10s10Box {
    background: #fff;
    border-radius: 40px;
    padding: 30px
}

.hp10s10Img {
    float: left;
    width: 80px
}

.hp10s10Content {
    width: calc(100% - 80px);
    float: left;
    padding: 0 0 0 20px
}

.hp10s10Name {
    font-size: 20px;
    font-weight: 600;
    color: #060a12;
    margin-top: 12px
}

.hp10s10Slider .slick-arrow {
    position: absolute;
    content: '';
    top: -70px;
    width: 35px;
    height: 25px;
    background: url(../images/s10arrow.png) no-repeat;
    text-indent: -9999999px;
    z-index: 1;
    padding: 0
}

.hp10s10Slider .slick-prev {
    background-position: 0 4px;
    right: 50px
}

.hp10s10Slider .slick-next {
    transform: rotate(180deg);
    background-position: 0 5px;
    right: 15px;
    border-right: 1px solid #fff
}

.visible-sm {
    display: none
}

@media(min-width: 1200px) {
    .bannerHeading {
        font-size:45px;
        line-height: 72px
    }

    .bannerText {
        font-size: 20px;
        line-height: 28px
    }

    .about6Banner .bannerHeading {
        font-size: 60px;
        font-weight: 800
    }

    .about6Banner .bannerText {
        font-size: 30px;
        line-height: 32px
    }

    .pc2BannerTitle {
        font-size: 40px;
        line-height: 48px
    }

    .pc2BannerTitle b {
        font-size: 30px
    }

    .hp10Section3 {
        background-position: -350px center
    }
}

@media(min-width: 1300px) {
    .hp10Section3 {
        background-position:-300px center
    }
}

@media(min-width: 1400px) {
    .hp10Section3 {
        background-position:-250px center
    }
}

@media(min-width: 1500px) {
    .hp10Section3 {
        background-position:-200px center
    }
}

@media(min-width: 1600px) {
    .hp10Section3 {
        background-position:-150px center
    }
}

@media(min-width: 1700px) {
    .hp10Section3 {
        background-position:-100px center
    }
}

@media(min-width: 1800px) {
    .hp10Section3 {
        background-position:-50px center
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .faqWrapper {
        padding-left:0
    }

    .bannerWraper .bannerContent {
        max-width: 970px;
        margin-top: 4%
    }

    .bannerText {
        padding: 5px 0 0
    }

    .quickQuote {
        padding: 15px
    }

    .xyzBanner .banerContentWrapper {
        padding-top: 2%
    }

    .xyzBanner .banerContent {
        padding: 20px
    }

    .about2Banner .bannerContent {
        padding-top: 9%
    }

    .h3Sec4Content {
        padding-bottom: 30px
    }

    .h3CertificateWrapper {
        margin: 30px auto 0
    }

    .homeSliderLGTitle:before,.homeSliderLGTitle:after {
        display: none
    }

    .page-template-template-home4 .site-content h1,.page-template-template-home4 .site-content h2 {
        font-size: 38px !important
    }

    .hp4SearchBar .searchTitle {
        font-size: 32px
    }

    .cu4contactForm,.cu4contactDetails {
        float: none;
        width: 100%
    }

    .h5TabsWrapper ul.tabs li {
        margin-right: 10px
    }

    .pc4quickQuote {
        padding: 15px
    }

    .hp6Section1 {
        background: #fff !important;
        padding: 0
    }

    .hp6Section1Img {
        margin-top: 30px
    }

    .hp6Section1Details h1 {
        margin-top: 0
    }

    .hp6s3Product {
        padding-bottom: 10px
    }

    .hp6Section4Content {
        top: 25px;
        left: 40px;
        min-height: auto;
        padding: 20px
    }

    .hp6s5FeaturedBox {
        padding: 20px
    }

    ul.hp6s10List li a {
        font-size: 16px;
        font-weight: 500
    }

    .hp6s11ProductTitle {
        font-size: 22px
    }

    .hp6s11ProductTitle:before {
        top: 6px
    }

    .hp6s12Img {
        width: 220px
    }

    .hp6s12Title {
        width: calc(100% - 220px);
        padding: 40px 10px 0
    }

    .hp6Section12 h2 {
        font-size: 34px !important
    }

    .pc3BannerHeading {
        font-size: 40px;
        line-height: 48px;
        padding: 0
    }

    .pc3BannerLayer,.pc3Form {
        padding: 15px
    }

    .pc3FormTitle {
        font-size: 22px;
        padding-bottom: 20px
    }

    ul.detailProductSlider .slick-slide {
        max-height: 400px
    }

    ul.productSliderPager .slick-slide {
        max-height: 82px
    }

    .pd6liderWraper ul.productSliderPager .slick-slide {
        max-height: 56px
    }

    .hp8QuickQuote {
        padding: 20px
    }

    .hp8QuickQuoteTitle {
        font-size: 26px
    }

    .hp9s1Box {
        border-radius: 15px;
        padding: 15px
    }

    .hp9s8Wraper {
        padding: 30px 20px 30px
    }

    .hp9Section12 h2 b {
        font-size: 48px
    }

    .hp9s6VideoWraper {
        text-align: center
    }

    .hp10Section3 {
        background: #fff !important
    }

    .hp10Section6Content,.hp10s8Content {
        padding: 0 0 0 15px
    }

    .hp10s7Content {
        padding-top: 0
    }

    .hp10s7List {
        padding-top: 40px
    }

    .hp10Section7:before {
        width: 95%
    }

    .hp10s7List ul li,.hp10s8Content ul li {
        margin-bottom: 10px;
        font-size: 14px
    }

    ul.hp10s9List li {
        margin: 0 10px 10px;
        padding: 15px 5px
    }

    .hp10s10Box {
        border-radius: 10px;
        padding: 10px
    }

    ul.hp10s12brands li {
        margin: 0 5px
    }

    .pc3Banner .bannerContent {
        margin-top: 2%
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }

    .visible-sm {
        display: block !important
    }

    ul.productSliderPager .slick-slide {
        max-height: 140px
    }

    .pd6liderWraper ul.productSliderPager .slick-slide {
        max-height: 125px
    }

    .au6s2Box {
        padding: 70px 10px 20px
    }
}

@media(max-width: 991px) {
    .responsiveMargin {
        margin-top:30px
    }

    .faqWrapper {
        margin: 0 auto
    }

    .footer-adv-overlay .col1 {
        margin-bottom: 30px
    }

    .dblBtn a.commonBtn {
        margin: 0 10px
    }

    .bannerWraper .bannerContent {
        margin-top: 6%
    }

    .bannerBtn {
        display: none
    }

    .formSection:before {
        display: none
    }

    .contactPageWraper {
        background: #f5f5f5
    }

    .featuredTitle {
        padding-top: 20px
    }

    .sec6Box {
        padding: 20px 20px 0
    }

    .sec5Box {
        margin: 0 0 30px
    }

    .productContent {
        padding: 20px
    }

    .faqWrapper {
        padding-left: 0
    }

    .cBannerContent {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .categoryFormSection {
        padding: 10px 0
    }

    .quickQuote {
        padding: 15px
    }

    .cPageformSection:before {
        display: none
    }

    .locationSection {
        padding-left: 15px !important
    }

    .bannerWraper .bannerContent {
        max-width: 750px
    }

    .bannerText {
        padding: 5px 0 0
    }

    .bannerWraper .bannerContent {
        margin-top: 4%
    }

    .xyzBanner .banerBtn {
        display: none
    }

    .xyzBanner .banerText {
        padding: 30px 0 0
    }

    .about2Banner .bannerContent {
        padding-top: 9%
    }

    .about2SecBoxWrapper:before {
        display: none
    }

    .timelineWrapper:before {
        display: none
    }

    .timelineBox {
        margin: 0 0 30px
    }

    .timelineBox:before,.timelineBox:after {
        display: none
    }

    .timelineBoxLeft .timelineTitle,.timelineBoxLeft .timelineText {
        text-align: left
    }

    .LP2ProductImg,.LP2ProductContent {
        width: 100%;
        float: none
    }

    .LP2ProductContent {
        padding: 30px 0 0
    }

    .LP2ProductImg {
        max-width: 370px
    }

    .h3Sec4Content {
        padding-bottom: 30px
    }

    .h3CertificateWrapper {
        margin: 60px auto 0
    }

    .pc2BannerBtn {
        display: none
    }

    .taAboutTeamBox {
        margin-bottom: 60px
    }

    .MThomeContactForm {
        padding: 0 40px 55px
    }

    .homeSliderLGTitle {
        font-size: 24px;
        line-height: 24px;
        padding: 12px 10px
    }

    .homeSliderLGTitle:before,.homeSliderLGTitle:after {
        display: none
    }

    .page-template-template-home4 .site-content h1,.page-template-template-home4 .site-content h2 {
        font-size: 38px !important
    }

    .hp4SliderBox {
        padding: 30px 0
    }

    .hp4SliderBoxDetails {
        padding: 0
    }

    .hp4SliderBox:before {
        width: 100%
    }

    .hp4Team1,.hp4Team3 {
        text-align: center
    }

    .h5TabsWrapper ul.tabs li {
        margin-bottom: 15px
    }

    .cu4contactForm,.cu4contactDetails {
        float: none;
        width: 100%
    }

    .h5section1 {
        margin-top: 50px
    }

    .pc4quickQuote {
        padding: 15px
    }

    .hp6Section1Img {
        margin-top: 30px
    }

    .hp6Section1 {
        background: #fff !important;
        padding: 0
    }

    .hp6Section4Content {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        min-height: auto;
        padding: 0
    }

    .hp6s5FeaturedBox {
        padding: 15px
    }

    .hp6s5ProductText {
        min-height: 215px
    }

    .pc3Banner .bannerContent {
        margin-top: 1%
    }

    .pc3BannerHeading {
        font-size: 36px;
        line-height: 44px;
        padding: 0
    }

    .pc3BannerLayer,.pc3Form {
        padding: 15px
    }

    .pc3FormTitle {
        font-size: 22px;
        padding-bottom: 20px
    }

    ul.pc3ProductSlider .slick-prev {
        left: 0
    }

    ul.pc3ProductSlider .slick-next {
        right: 0
    }

    .pd7s8Box {
        padding: 15px
    }

    .pd7s8Box>a {
        padding-left: 95px
    }

    .pd7s8DTitle {
        font-size: 20px
    }

    .pd7s8Text {
        font-size: 26px;
        line-height: 36px
    }

    .pc5ssContent ul li {
        padding: 5px 15px
    }

    .pc3s5Content {
        padding-left: 15px
    }

    ul.pc3TestimonialSlider .pc3TestimonialBox {
        padding: 0 40px
    }

    .lp6Section1 h1 {
        font-size: 36px !important
    }

    .lp6s2Heading {
        font-size: 26px;
        margin-bottom: 10px
    }

    .lp6s1SubHeading {
        font-size: 20px
    }

    .hp7s2Video {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 30px
    }

    .hp7s2Video a:after {
        display: none
    }

    .hp7s2Video a:before {
        left: 50%
    }

    .hp8s11Content {
        padding: 10px
    }

    .hp8QuickQuote {
        padding: 20px
    }

    .hp8s7Text {
        min-height: auto
    }

    .hp9s6VideoWraper {
        text-align: center
    }

    .hp9s8Content {
        border-right: none
    }

    .hp10Section3 {
        background: #fff !important
    }

    .hp10Section6Content,.hp10s8Content {
        padding: 0 0 0 15px
    }

    .hp10s7Content {
        padding-top: 0
    }

    .hp10s7List {
        padding: 10px 0
    }

    .hp10Section7:before {
        width: 95%
    }

    .hp10s7List ul li,.hp10s8Content ul li {
        margin-bottom: 10px;
        font-size: 14px
    }

    ul.hp10s9List li {
        margin: 0 10px 10px;
        padding: 15px 5px;
        font-size: 16px
    }

    .hp10s10Box {
        border-radius: 10px;
        padding: 10px
    }

    ul.hp10s12brands {
        text-align: center
    }

    ul.hp10s12brands li {
        margin: 0 15px 10px
    }

    ul.hp10s7Slider .slick-arrow {
        bottom: -65px
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none
    }

    .tabsWrapper {
        padding: 10px
    }

    .tabsWrapper ul.tabs li {
        display: block;
        width: auto;
        margin: 0 0 15px;
        text-align: center
    }

    .bannerWraper .bannerContent {
        max-width: 480px
    }

    .h3Certificates ul li {
        margin: 20px 10px 0
    }

    .pc2TabsWrapper ul.tabs li {
        width: auto;
        display: block
    }

    .taTimelineBox {
        margin-bottom: 30px
    }

    .pd2ContactForm textarea {
        min-height: 130px
    }

    .MThomeContactForm {
        padding: 0 20px 45px
    }

    .hp4SearchBar .searchTitle {
        font-size: 26px
    }

    .h5TabsWrapper ul.tabs li {
        display: block;
        width: auto;
        text-align: center;
        margin-right: 0 !important
    }

    .cu4contactForm {
        padding: 15px
    }

    .cu4contactDetails {
        padding: 15px
    }

    .gallery-item {
        max-width: 100% !important
    }

    .pc3Banner .bannerContent {
        position: relative;
        background: rgba(0,0,0,.8);
        padding: 15px;
        margin: -80px 0 0 !important
    }

    .pc3BannerHeading {
        font-size: 32px;
        line-height: 40px;
        padding: 0
    }

    .c1ProductBox {
        padding: 10px
    }

    .hp6s5ProductText {
        min-height: auto !important
    }

    ul.hp6s10List li {
        width: 100%;
        margin: 0
    }

    .hp6s12Img {
        width: 220px
    }

    .hp6s12Title {
        width: calc(100% - 220px)
    }

    .hp6s12Title a {
        font-size: 20px
    }

    .hp6s3Product {
        padding-bottom: 10px
    }

    .pd6s1Tabs,.pd6s1DetailsBody {
        padding: 15px
    }

    .pd6s1Tabs ul.tabs li {
        display: block !important;
        margin: 0 !important
    }

    .lp5BannerHeading {
        font-size: 34px;
        line-height: 40px
    }

    ul.detailProductSlider .slick-slide {
        max-height: 320px
    }

    ul.productSliderPager .slick-slide {
        max-height: 94px
    }

    .pd6liderWraper ul.detailProductSlider .slick-slide {
        max-height: 290px
    }

    .pd6liderWraper ul.productSliderPager .slick-slide {
        max-height: 88px
    }

    .pd7s3Tabs ul.tabs {
        position: relative;
        top: 0;
        margin: 0 0 15px !important
    }

    .pc3s5Content {
        padding: 20px 0 0;
        width: 100%
    }

    .lp6s2Row1,.lp6s2Row2 {
        padding: 10px 10px 15px
    }

    .lp6s2Heading {
        font-size: 22px;
        line-height: 28px
    }

    .lp6s2SubHeading {
        font-size: 16px
    }

    .footer-adv-overlay .widget-title {
        margin-bottom: 20px !important
    }

    .dblBtn a.commonBtn {
        display: block;
        margin: 5px 0
    }

    .hp9Section5 .col20 {
        width: 100%;
        margin-bottom: 30px
    }

    .hp9s5PaddTop {
        padding-top: 0
    }

    .hp9s6Box {
        text-align: left
    }

    .hp9s7Title {
        margin: 10px 0
    }

    .hp9s8Wraper {
        padding: 10px;
        border-radius: 10px
    }

    ul.hp9Brands {
        text-align: center
    }

    .hp10s1Box {
        max-width: 100%
    }

    ul.hp10s9List li {
        width: calc(50% - 20px)
    }
}

@media(max-width: 479px) {
    .hidden-sXs {
        display:none
    }

    .aboutList ul {
        padding: 15px 15px 1px !important
    }

    .tabsWrapper ul.tabs li {
        padding: 0 0 15px;
        margin-right: 0;
        display: block
    }

    .ast-article-post,.single .ast-article-single {
        padding: 15px !important
    }

    .bannerWraper .bannerContent {
        max-width: 320px
    }

    .xyzBanner .banerText {
        display: none
    }

    .xyzFeaturedPointBox {
        padding-left: 0
    }

    .LP2dblBtn a.commonBtn {
        margin: 5px 0
    }

    .about2Sec5Box {
        min-height: auto
    }

    .h3FeaturedImg,.h3FeaturedContent {
        width: auto;
        float: none
    }

    .h3FeaturedContent {
        padding: 30px 0 0
    }

    .h3CertificateWrapper {
        padding: 10px
    }

    .h3Certificates ul li {
        margin: 20px 4px 0
    }

    .pc2BannerContent {
        padding: 20px
    }

    .taTimelineBoxLeft:before,.taTimelineBoxRight:before {
        top: 0
    }

    .taTimelineYearLeft,.taTimelineYearRight {
        top: 35px
    }

    .MTcontactPageForm {
        padding: 30px 10px
    }

    .MTnameField,.MTemailField {
        margin-bottom: 30px
    }

    .labelContainer {
        margin-bottom: 20px
    }

    .page-template-template-home4 .site-content h1,.page-template-template-home4 .site-content h2 {
        font-size: 34px !important
    }

    .hp4SearchBar .searchTitle {
        font-size: 18px
    }

    .hp4TeamImg {
        padding: 30px 30px 0
    }

    .hp4ContactForm {
        padding: 15px
    }

    .page-template-template-home4 .headerTopBar ul li.phone {
        margin: 0 0 20px
    }

    .page-template-template-home4 .headerTopBar ul {
        text-align: center
    }

    .au5teamImg,.au5teamContent,.pc4supportImg,.pc4supportContent {
        float: none
    }

    .au5teamContent,.pc4supportContent {
        padding: 30px 0 0;
        width: 100%
    }

    .cu4contactForm {
        padding: 30px 20px 40px
    }

    .cu4contactDetails {
        padding: 30px 20px 30px
    }

    .pd4DetailHeading {
        padding: 10px 10px 5px
    }

    .pd4DetailContent {
        padding: 10px
    }

    .hp6s11ProductTitle {
        font-size: 20px
    }

    .hp6s12ResourceBox {
        max-width: 270px;
        margin: 0 auto
    }

    .hp6s12Img {
        width: 270px
    }

    .hp6s12Title {
        width: 100%;
        padding: 20px
    }

    .hp6Section1Details h1,.hp6Section2Details h2,.hp6Section6 h2,.hp6s7Details h2 {
        font-size: 36px
    }

    .hp6Btn {
        padding: 13px 10px
    }

    a.pd6QuoteBtn {
        padding: 15px
    }

    .pc5s5Content {
        padding: 15px
    }

    ul.detailProductSlider .slick-slide {
        max-height: 210px
    }

    .pd6liderWraper ul.detailProductSlider .slick-slide {
        max-height: 200px
    }

    .h5TabsWrapper .tab-content,.h5TabsWrapper .tab-content2 {
        padding: 10px
    }

    .pc3s5Btns a.commonBtn {
        display: block;
        margin: 5px 0
    }

    .lp6Section1 h1 {
        font-size: 32px !important
    }

    .lp6s2Content {
        width: 100%;
        padding: 10px 0 0
    }

    .doubleBtn a.commonBtn {
        margin: 0 0 10px;
        display: block
    }

    .about6Banner .bannerText {
        display: none
    }

    .pc3Banner2 .bannerText {
        display: none
    }

    .hp9s1Box {
        border-radius: 15px;
        padding: 15px
    }

    .hp9s2List ul li {
        width: 100%
    }

    .hp9FAQs .accordiaBox {
        padding: 10px;
        margin-bottom: 10px
    }

    .bannerHeading {
        padding-bottom: 10px
    }

    .bannerText {
        font-size: 16px;
        line-height: 22px
    }

    .hp10Section2:before {
        height: 10%
    }

    .hp10Form {
        padding: 15px
    }

    .hp10Form input[type=text],.hp10Form input[type=email],.hp10Form textarea {
        padding: 10px
    }

    .hp10Form .uploadBTNLabel {
        padding: 25px 15px
    }

    .hp10s7List ul li,.hp10s8Content ul li,ul.hp10s9List li {
        width: 100%
    }
}

.entry-content .addthis_button,.entry-content .addthis_toolbox,.entry-header .addthis_button,.entry-header .addthis_toolbox {
    margin: 10px 0 10px 0
}

.addthis_button_tweet {
    min-width: 83px;
    float: left
}

.atwidget iframe {
    max-width: none
}

a.at-share-btn,a.at-share-btn:hover,div.addthis_native_toolbox a,div.addthis_native_toolbox a:hover,div.addthis_tool a,div.addthis_tool a:hover,div.addthis_toolbox a,div.addthis_toolbox a:hover {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

div.addthis_toolbox br {
    display: none
}

/*# sourceMappingURL=../../frontend/build/addthis_wordpress_public.min.css.map */
#wp-admin-bar-astra-advanced-layouts .astra-admin-logo {
    float: left;
    width: 20px;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    color: #a7aaad;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDE4QzEzLjk3MDcgMTggMTggMTMuOTcwNyAxOCA5QzE4IDQuMDI5MyAxMy45NzA3IDAgOSAwQzQuMDI5MyAwIDAgNC4wMjkzIDAgOUMwIDEzLjk3MDcgNC4wMjkzIDE4IDkgMThaTTQgMTIuOTk4TDguMzk2IDRMOS40NDE0MSA2LjAzMTI1TDUuODgzNzkgMTIuOTk4SDRaTTguNTM0NjcgMTEuMzc1TDEwLjM0OTEgNy43MjA3TDEzIDEzSDEwLjk3NzFMMTAuMjc5MyAxMS40NDM0SDguNTM0NjdIOC41TDguNTM0NjcgMTEuMzc1WiIgZmlsbD0iI2E3YWFhZCIvPgo8L3N2Zz4K)
}

#wpadminbar .quicklinks #wp-admin-bar-astra-advanced-layouts .ab-empty-item {
    padding: 0 5px
}

#wpadminbar #wp-admin-bar-astra-advanced-layouts .ab-submenu {
    padding: 5px 10px
}

#wpadminbar .quicklinks #wp-admin-bar-astra-advanced-layouts li {
    clear: both
}

#wp-admin-bar-ast_page_headers_group:before {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    display: block;
    float: left;
    content: "";
    margin-bottom: 10px;
    width: 100%
}

#wpadminbar #wp-admin-bar-ast_custom_layouts_group li a:before,#wpadminbar #wp-admin-bar-ast_cl_shortcode_group li a:before,#wpadminbar #wp-admin-bar-ast_page_headers_group li a:before {
    content: "\21B3";
    margin-right: .5em;
    opacity: .5;
    font-size: 13px
}

.lwptoc {
    margin: 32px 0
}

.lwptoc:first-child {
    margin-top: 16px
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left
}

.lwptoc_header {
    margin-bottom: 6px
}

.rtl .lwptoc_header {
    text-align: right
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%
}

.rtl .lwptoc_toggle {
    margin-left: 0;
    margin-right: 4px
}

.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
}

.lwptoc_toggle_label {
    margin: 0 1px
}

.lwptoc_item {
    margin-top: 2px
}

.rtl .lwptoc_item {
    text-align: right
}

LI.lwptoc_item {
    margin: 2px 0 0 0!important;
    padding: 0!important;
    list-style: none!important
}

.lwptoc_item:first-child {
    margin-top: 0
}

LI.lwptoc_item:first-child {
    margin-top: 0!important
}

.lwptoc_item_number {
    margin-right: 2px
}

.rtl .lwptoc_item_number {
    margin-right: 0;
    margin-left: 2px
}

.lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 2px 0 0 14px
}

.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-left: 0;
    margin-right: 14px
}

OL.lwptoc_itemWrap,UL.lwptoc_itemWrap {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

OL.lwptoc_itemWrap OL.lwptoc_itemWrap,OL.lwptoc_itemWrap UL.lwptoc_itemWrap,UL.lwptoc_itemWrap OL.lwptoc_itemWrap,UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin: 2px 0 0 14px!important
}

.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin-left: 0!important;
    margin-right: 14px!important
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block
}

.lwptoc-left {
    float: left;
    margin-top: 0;
    margin-right: 32px
}

.lwptoc-right {
    float: right;
    margin-top: 0;
    margin-left: 32px
}

.lwptoc-rightwithoutflow {
    text-align: right
}

.lwptoc-rightwithoutflow .lwptoc_i {
    display: inline-block
}

.lwptoc-center {
    text-align: center
}

.lwptoc-center .lwptoc_i {
    margin-left: auto;
    margin-right: auto
}

.lwptoc-baseItems .lwptoc_items {
    font-size: 90%
}

.lwptoc-notInherit .lwptoc_i DIV A {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:active,.lwptoc-notInherit .lwptoc_i DIV A:focus,.lwptoc-notInherit .lwptoc_i DIV A:hover {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 1px dotted!important
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: #fafafa
}

.lwptoc-light .lwptoc_i A {
    color: #3175e4
}

.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-light .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-dark .lwptoc_i {
    color: #d3d5d8;
    background: #2b2b2b
}

.lwptoc-dark .lwptoc_i A {
    color: #96c6ff
}

.lwptoc-dark .lwptoc_i A:active,.lwptoc-dark .lwptoc_i A:focus,.lwptoc-dark .lwptoc_i A:hover {
    color: #96c6ff;
    border-color: #71b2ff
}

.lwptoc-dark .lwptoc_items A:visited {
    color: #53a1ff
}

.lwptoc-white .lwptoc_i {
    color: #333;
    background: #fff
}

.lwptoc-white .lwptoc_i A {
    color: #3175e4
}

.lwptoc-white .lwptoc_i A:active,.lwptoc-white .lwptoc_i A:focus,.lwptoc-white .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-white .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-transparent .lwptoc_i {
    border: 1px solid #eee
}

.ast-desktop .menu-item-12895 .astra-mm-icon-label.icon-item-12895 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-12895 .astra-mm-icon-label.icon-item-12895 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-26 .astra-mm-icon-label.icon-item-26 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-26 .astra-mm-icon-label.icon-item-26 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .astra-megamenu-li.menu-item-26 .astra-megamenu>.menu-item {
    border-right: 1px solid #dadada
}

.ast-desktop .menu-item-13429 .astra-mm-icon-label.icon-item-13429 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-13429 .astra-mm-icon-label.icon-item-13429 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20039 .astra-mm-icon-label.icon-item-20039 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20039 .astra-mm-icon-label.icon-item-20039 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-8798 .astra-mm-icon-label.icon-item-8798 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-8798 .astra-mm-icon-label.icon-item-8798 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20042 .astra-mm-icon-label.icon-item-20042 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20042 .astra-mm-icon-label.icon-item-20042 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20043 .astra-mm-icon-label.icon-item-20043 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20043 .astra-mm-icon-label.icon-item-20043 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20044 .astra-mm-icon-label.icon-item-20044 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20044 .astra-mm-icon-label.icon-item-20044 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20045 .astra-mm-icon-label.icon-item-20045 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20045 .astra-mm-icon-label.icon-item-20045 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20046 .astra-mm-icon-label.icon-item-20046 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20046 .astra-mm-icon-label.icon-item-20046 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20048 .astra-mm-icon-label.icon-item-20048 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20048 .astra-mm-icon-label.icon-item-20048 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-19884 .astra-mm-icon-label.icon-item-19884 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-19884 .astra-mm-icon-label.icon-item-19884 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20055 .astra-mm-icon-label.icon-item-20055 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20055 .astra-mm-icon-label.icon-item-20055 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20052 .astra-mm-icon-label.icon-item-20052 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20052 .astra-mm-icon-label.icon-item-20052 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20056 .astra-mm-icon-label.icon-item-20056 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20056 .astra-mm-icon-label.icon-item-20056 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20054 .astra-mm-icon-label.icon-item-20054 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20054 .astra-mm-icon-label.icon-item-20054 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20059 .astra-mm-icon-label.icon-item-20059 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20059 .astra-mm-icon-label.icon-item-20059 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20053 .astra-mm-icon-label.icon-item-20053 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20053 .astra-mm-icon-label.icon-item-20053 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6241 .astra-mm-icon-label.icon-item-6241 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6241 .astra-mm-icon-label.icon-item-6241 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-19886 .astra-mm-icon-label.icon-item-19886 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-19886 .astra-mm-icon-label.icon-item-19886 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6312 .astra-mm-icon-label.icon-item-6312 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6312 .astra-mm-icon-label.icon-item-6312 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6317 .astra-mm-icon-label.icon-item-6317 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6317 .astra-mm-icon-label.icon-item-6317 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20060 .astra-mm-icon-label.icon-item-20060 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20060 .astra-mm-icon-label.icon-item-20060 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20063 .astra-mm-icon-label.icon-item-20063 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20063 .astra-mm-icon-label.icon-item-20063 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-8787 .astra-mm-icon-label.icon-item-8787 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-8787 .astra-mm-icon-label.icon-item-8787 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20061 .astra-mm-icon-label.icon-item-20061 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20061 .astra-mm-icon-label.icon-item-20061 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20064 .astra-mm-icon-label.icon-item-20064 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20064 .astra-mm-icon-label.icon-item-20064 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20065 .astra-mm-icon-label.icon-item-20065 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20065 .astra-mm-icon-label.icon-item-20065 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20062 .astra-mm-icon-label.icon-item-20062 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20062 .astra-mm-icon-label.icon-item-20062 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-8786 .astra-mm-icon-label.icon-item-8786 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-8786 .astra-mm-icon-label.icon-item-8786 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-8785 .astra-mm-icon-label.icon-item-8785 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-8785 .astra-mm-icon-label.icon-item-8785 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6041 .astra-mm-icon-label.icon-item-6041 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6041 .astra-mm-icon-label.icon-item-6041 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6330 .astra-mm-icon-label.icon-item-6330 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6330 .astra-mm-icon-label.icon-item-6330 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6332 .astra-mm-icon-label.icon-item-6332 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6332 .astra-mm-icon-label.icon-item-6332 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6333 .astra-mm-icon-label.icon-item-6333 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6333 .astra-mm-icon-label.icon-item-6333 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6335 .astra-mm-icon-label.icon-item-6335 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6335 .astra-mm-icon-label.icon-item-6335 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6336 .astra-mm-icon-label.icon-item-6336 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6336 .astra-mm-icon-label.icon-item-6336 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6341 .astra-mm-icon-label.icon-item-6341 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6341 .astra-mm-icon-label.icon-item-6341 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6342 .astra-mm-icon-label.icon-item-6342 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6342 .astra-mm-icon-label.icon-item-6342 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-6340 .astra-mm-icon-label.icon-item-6340 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-6340 .astra-mm-icon-label.icon-item-6340 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-17511 .astra-mm-icon-label.icon-item-17511 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-17511 .astra-mm-icon-label.icon-item-17511 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-13427 .astra-mm-icon-label.icon-item-13427 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-13427 .astra-mm-icon-label.icon-item-13427 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-20589 .astra-mm-icon-label.icon-item-20589 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-20589 .astra-mm-icon-label.icon-item-20589 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-13428 .astra-mm-icon-label.icon-item-13428 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-13428 .astra-mm-icon-label.icon-item-13428 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-4039 .astra-mm-icon-label.icon-item-4039 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-4039 .astra-mm-icon-label.icon-item-4039 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}

.ast-desktop .menu-item-2199 .astra-mm-icon-label.icon-item-2199 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px
}

.ast-desktop .menu-item-2199 .astra-mm-icon-label.icon-item-2199 svg {
    color: #004e9d;
    fill: #004e9d;
    width: 20px;
    height: 20px
}
