/* Slider */
.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:20px;
	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;}
.ast-search-menu-icon.slide-search input.search-field {
    width: inherit !important;
}
.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;}
	.tableScroll{overflow-x: scroll;}
}
@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: 370px;
	    z-index: 2;
	    box-shadow: 0 0 10px 1px #19588d;
	}
}
@media (min-width: 1440px) {
	.container1320{width:1320px}
	.container1420{width:1420px}
}
@media (min-width: 1600px) {
	.container1540{width:1540px}
}
.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}

iframe.embed-pdf-viewer{margin:0 auto;display:block;border-style:none}@media only screen and (max-device-width:768px){iframe.embed-pdf-viewer{width:100%;max-height:500px}}
.post-views.entry-meta>span{margin-right:0!important;font:16px/1}.post-views.entry-meta>span.post-views-icon.dashicons{display:inline-block;font-size:16px;line-height:1;text-decoration:inherit;vertical-align:middle}.post-views.load-dynamic .post-views-count{color:#0000;transition:color .3s ease-in-out;position:relative}.post-views.load-dynamic .post-views-count:after{opacity:0;transition:opacity .3s ease-in-out;position:relative;color:#6610f2}.post-views.load-dynamic.loaded .post-views-count,.post-views.load-dynamic.load-error .post-views-count{color:inherit}.post-views.load-dynamic.load-error .post-views-count:after{content:none;opacity:0;animation:none}.post-views.load-dynamic.loading .post-views-count,.post-views.load-dynamic.loading .post-views-count:after{box-sizing:border-box}.post-views.load-dynamic.loading .post-views-count:after{content:"";display:block;width:16px;height:16px;border-radius:50%;border:2px solid;border-color:initial transparent initial transparent;animation:pvc-loading 1s linear infinite;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1}@keyframes pvc-loading{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
@charset "UTF-8";address,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{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%}body{margin:0}progress{display:inline-block;vertical-align:baseline}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}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,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.8571428571;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)
 */.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-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%}@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%}}@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%}}@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%}}@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-row::after{content:"";display:table;clear:both}.ast-row{margin-left:-20px;margin-right:-20px}h1,h2,h3,h4,h5,h6{clear:both}.entry-content :where(h1),h1{color:#808285;font-size:2em;line-height:1.2}.entry-content :where(h2),h2{color:#808285;font-size:1.7em;line-height:1.3}.entry-content :where(h3),h3{color:#808285;font-size:1.5em;line-height:1.4}.entry-content :where(h4),h4{color:#808285;line-height:1.5;font-size:1.3em}.entry-content :where(h5),h5{color:#808285;line-height:1.6;font-size:1.2em}.entry-content :where(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:600}dd{margin:0 1.5em 1em}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}address,cite{font-style:italic}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:1em 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}.normal-search{margin-right:-5px}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:600}td,th{padding:.7em 1em;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[data-ast-blocks-layout]>embed,.entry-content[data-ast-blocks-layout]>iframe,.entry-content[data-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:not(.logged-in){position:relative}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#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 :where(h1,h2,h3,h4,h5,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.8571428571}.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:var(--ast-blog-title-font-weight,normal)}.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%}.ast-hidden{display:none!important}body{background-color:#fff}#page{display:block}#primary,#secondary{display:block;position:relative;float:left;width:100%}#primary{margin:4em 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.ast-no-title.ast-no-thumbnail{margin-top:0}.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-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:-.5em;top:50%;transform:translate(0,-50%) rotate(270deg);min-height:44px;min-width:44px;-js-display:flex;display:flex;align-items:center;justify-content:center}#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}#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{transform:translate(0,-50%) rotate(360deg)}.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-style:none}.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:0}.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;vertical-align:middle;line-height:1.8571428571}.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-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{position:relative;text-align:left}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{grid-column-start:2;text-align:right}.ast-icon svg:not([fill]){fill:currentColor}.post-navigation a{background:0 0;font-size:1.06666rem;font-size:1rem;padding:0 var(--ast-post-nav-space,1.5em);height:2.33333em;line-height:calc(2.33333em - 3px)}.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:var(--ast-widget-bg-color);border-width:1px;border-color:var(--ast-border-color);border-radius:2px}.widget_search .search-field,.widget_search .search-field:focus{width:100%;padding:12px 45px 12px 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{color:#0274be;font-weight:700;border-bottom:2px solid #0274be}.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere}.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap}.ast-builder-footer-grid-columns{grid-column-gap:50px}.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr}.ast-builder-layout-element{align-items:center}.ast-builder-grid-row.ast-grid-center-col-layout-only{-js-display:flex;display:flex;height:100%;justify-content:center}.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center{flex-grow:1}.site-header-section{height:100%;min-height:0;align-items:center}.site-header-section>*{padding:0 10px}.site-header-section>div:first-child{padding-left:0}.site-header-section>div:last-child{padding-right:0}.site-header-section .ast-builder-menu{align-items:center}.ast-builder-layout-element.ast-header-search{height:auto}.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1}.ast-grid-right-section{justify-content:flex-end}.ast-grid-right-section .ast-site-identity>:first-child{text-align:right}.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child{text-align:left}.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1}.elementor-nav-menu .ast-icon,.et_pb_menu__wrap .ast-icon,.fl-widget .menu-item .ast-icon{display:none}.ast-logo-title-inline .ast-site-identity{padding:1em 0;-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear}.ast-grid-section-center{justify-content:center}.ast-grid-section-center .ast-site-identity>:first-child{text-align:center}.ast-builder-social-element{line-height:1;color:#3a3a3a;background:0 0;vertical-align:middle;transition:all 10ms;margin-left:6px;margin-right:6px;justify-content:center;align-items:center}.ast-builder-social-element:hover{color:#0274be}.ast-builder-social-element .social-item-label{padding-left:6px}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element{margin-top:6px;margin-bottom:6px}.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-footer-copyright p{margin-bottom:0}.ast-builder-grid-row-container{display:grid;align-content:center}.main-header-bar .main-header-bar-navigation{height:100%}.ast-nav-menu .sub-menu{line-height:1.45}.ast-builder-menu .main-navigation{padding:0}.ast-builder-menu .main-navigation>ul{align-self:center}.ast-footer-copyright,.ast-footer-social-wrap,.site-footer-focus-item{width:100%}#astra-footer-menu{margin:0;list-style:none;background:inherit}#astra-footer-menu>ul{margin:0;list-style:none;background:inherit}.ast-header-break-point #ast-mobile-header{display:block}.ast-header-break-point .main-header-bar-navigation{line-height:3}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow{pointer-events:none}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .ast-nav-menu .sub-menu{line-height:3}.site-footer-section{justify-content:center}.site-footer-section>*{margin-bottom:10px}.site-footer-section>:last-child{margin-bottom:0}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px}.site-above-footer-wrap,.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}.ast-hfb-header.ast-header-break-point .main-header-bar-navigation{width:100%;margin:0}.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg{display:none}.ast-hfb-header .menu-toggle.toggled .ast-close-svg{display:block}.menu-toggle .ast-close-svg{display:none}.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto}.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap{align-items:center;-js-display:flex;display:flex}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex}.ast-search-menu-icon.ast-inline-search .search-field{width:100%;padding:.6em;padding-right:5.5em}.ast-header-account-type-extend-text-profile-type{-js-display:flex;display:flex;gap:10px;align-items:center}@media (min-width:769px){.footer-nav-wrap .astra-footer-horizontal-menu li{margin:0}.footer-nav-wrap .astra-footer-horizontal-menu li:first-child a{padding-left:0}.footer-nav-wrap .astra-footer-horizontal-menu li:last-child a{padding-right:0}.footer-nav-wrap .astra-footer-horizontal-menu a{padding:0 .5em}}.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 .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-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}.ast-theme-transparent-header .post-password-form{margin-top:100px}.site-branding{line-height:1;align-self:center}.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}.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}.custom-mobile-logo-link{display:none}.ast-site-identity{padding:1em 0}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{flex:1;align-self:center}.ast-header-break-point .ast-site-identity{width:100%}.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}.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::before{transform:rotateX(180deg)}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:0}.ast-header-break-point .main-navigation{display:block;width:100%}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}.ast-header-break-point .main-navigation .stack-on-mobile 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-builder-menu{width:100%}.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{flex-wrap:wrap}.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%)}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}.astra-dark-mode-enable form .form-row textarea,.astra-dark-mode-enable input[type=email],.astra-dark-mode-enable input[type=number],.astra-dark-mode-enable input[type=password],.astra-dark-mode-enable input[type=reset],.astra-dark-mode-enable input[type=search],.astra-dark-mode-enable input[type=tel],.astra-dark-mode-enable input[type=text],.astra-dark-mode-enable input[type=url],.astra-dark-mode-enable textarea{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2)!important;border:1px solid var(--ast-border-color)}.astra-dark-mode-enable form .form-row textarea:focus,.astra-dark-mode-enable input[type=email]:focus,.astra-dark-mode-enable input[type=number]:focus,.astra-dark-mode-enable input[type=password]:focus,.astra-dark-mode-enable input[type=reset]:focus,.astra-dark-mode-enable input[type=search]:focus,.astra-dark-mode-enable input[type=tel]:focus,.astra-dark-mode-enable input[type=text]:focus,.astra-dark-mode-enable input[type=url]:focus,.astra-dark-mode-enable textarea:focus{border:1px solid var(--ast-global-color-0)!important;background-color:var(--ast-global-color-secondary,--ast-global-color-5)!important}.astra-dark-mode-enable .select2-container .select2-selection--single,.astra-dark-mode-enable .select2-dropdown,.astra-dark-mode-enable select{background-color:var(--ast-global-color-secondary,--ast-global-color-5);border-color:var(--ast-border-color);color:var(--ast-global-color-2)}.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url],.astra-dark-mode-enable .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-text-input input[type=tel],.astra-dark-mode-enable .wc-block-components-text-input input[type=text],.astra-dark-mode-enable .wc-block-components-text-input input[type=url],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text]{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2)}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=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:1.2em;word-wrap:break-word}.entry-header+.ast-blog-featured-section{margin-top:.5em}.blog-layout-6 .entry-header+.ast-blog-featured-section{margin-top:0}.entry-content{word-wrap:break-word}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,.entry-content p{margin-bottom:1.6em}.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video{display:inline-block}.entry-content::after{display:table;clear:both;content:""}.post-content>.cat-links,.post-content>.read-more,.post-content>.tags-links{display:block;margin-bottom:.8em;font-weight:var(--ast-blog-meta-weight, "")}.ast-excerpt-container>p:last-child{margin-bottom:0}.post-content>.read-more{margin-top:1.5em}.ast-article-inner{width:100%;overflow-wrap:break-word}.read-more a{display:inline-block}.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}.blog-layout-2 .ast-blog-featured-section,.blog-layout-3 .ast-blog-featured-section{margin-bottom:0}.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-single-post-border,var(--ast-border-color))}@media (max-width:768px){.single .post-navigation{padding-top:1.5em}}.single .post-navigation a{margin:2px;display:inline-block;color:#000}.single .post-navigation a p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (min-width:421px){.single .post-navigation .nav-links{-js-display:flex;display:flex;width:100%}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}.single .post-navigation .nav-links .nav-previous+.nav-next{width:50%}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%}}@media (max-width:420px){.single .post-navigation .ast-left-arrow,.single .post-navigation .ast-right-arrow{display:none}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%}.single .post-navigation .nav-next a,.single .post-navigation .nav-previous a{max-width:95%;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-author-avatar{margin:0 5px}.ast-author-avatar img{border-radius:100%;width:var(--ast-author-avatar-size,30px);height:var(--ast-author-avatar-size,30px)}.ast-separate-container .post-navigation{border-top:0;padding-left:var(--ast-post-nav-space,3.33333em);padding-right:var(--ast-post-nav-space,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}
@charset "UTF-8";@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:499;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:4px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:active){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));font-weight:400;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-pressed:focus{outline:2px solid #0000}.components-button svg{fill:currentColor;flex-shrink:0;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;font-weight:400;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:32px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 24px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:499;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{font-weight:400;width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-dismissible .components-notice__content{margin-right:25px}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin-bottom:4px;margin-top:4px}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:499;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:400;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}
.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-image-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);background-size:cover;border-radius:2px;box-shadow:inset 0 0 0 1px #0003;height:20px;outline:1px solid #0000;width:20px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-inspector-edit-contents{margin:0 16px 16px}.block-editor-block-inspector-edit-contents .block-editor-block-inspector-edit-contents__button{justify-content:center}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:after{display:none}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:after{display:inline-flex}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{fill:#1e1e1e;flex-shrink:0;margin-right:12px}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-24px;left:0;margin:0 -24px -24px;padding:16px 24px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0;white-space:nowrap}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{color:#1e1e1e;padding:16px}.block-editor-block-card.is-parent{padding-bottom:4px}.block-editor-block-card.is-child{padding-top:4px}.block-editor-block-card__parent-select-button{align-items:start;height:auto!important;padding:0;text-align:start}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:499;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon,.block-editor-block-card__child-indicator-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{fill:#1e1e1e;margin-right:10px}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:499;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-quick-navigation__item{font-weight:400}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles{grid-column:1/-1}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:499;margin-bottom:12px;text-transform:uppercase}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border-radius:2px;height:100%}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;position:relative}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms{box-sizing:border-box;padding:0 16px 16px}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;min-inline-size:0}.block-editor-block-variation-transforms__button{justify-content:center;width:100%}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-right:0}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content{min-height:160px}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-fit-text-size-warning{margin:8px 0 0}.block-editor-fit-text-size-warning .components-notice__content{margin-right:0}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input{margin-bottom:16px}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.modal-open .block-editor-inspector-list-view-content-popover{z-index:99999}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.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}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .block-editor-link-control_link-information{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__preview{background:#0000;border:0;padding:16px}.block-editor-link-control__preview .block-editor-link-control__link-information{margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__preview .block-editor-link-control__link-information .block-editor-link-control__preview-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__preview.is-url-title .block-editor-link-control__preview-title{word-break:break-all}.block-editor-link-control__preview .block-editor-link-control__preview-icon,.block-editor-link-control__preview .block-editor-link-control__preview-image{background-color:#f0f0f0;border-radius:2px;flex-shrink:0;height:32px;position:relative;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-icon img{width:16px}.block-editor-link-control__preview.is-error .block-editor-link-control__preview-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-title{line-height:1.1}.block-editor-link-control__preview .block-editor-link-control__preview-title:focus{box-shadow:none}.block-editor-link-control__preview .block-editor-link-control__preview-title:focus-visible{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000;text-decoration:none}.block-editor-link-control__preview .block-editor-link-control__preview-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__preview .block-editor-link-control__preview-title span{font-weight:400}.block-editor-link-control__preview .block-editor-link-control__preview-title .components-external-link__icon{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon img,.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon svg{opacity:0}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__preview-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.link-preview-button.components-button{border-color:#949494;box-shadow:inset 0 0 0 1px #949494;height:auto;padding:12px;width:100%}.link-preview-button__image-container{flex-shrink:0;height:24px;width:24px}.link-preview-button__image{border-radius:2px;height:100%;object-fit:cover;width:100%}.link-preview-button__content,.link-preview-button__details{flex:1;min-width:0}.link-preview-button__hint,.link-preview-button__title{display:block;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.link-preview-button__title{color:#1e1e1e;display:block;font-weight:500;margin-top:4px}.link-preview-button__hint{color:#757575;font-size:12px;font-weight:400}.link-preview-button__icon{color:#1e1e1e}.link-preview-button__badges{margin-top:8px}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{z-index:99999}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #ddd;margin-top:8px;padding-bottom:8px}.block-editor-media-replace-flow__options.is-variant-toolbar .block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top-color:#1e1e1e}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__preview.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{word-wrap:break-word;overflow:hidden}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:499}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.preset-input-control__wrapper>*{flex:1}.preset-input-control__wrapper>.preset-input-control__custom-toggle,.preset-input-control__wrapper>.preset-input-control__icon{flex:none}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-content-only-controls__link{box-shadow:inset 0 0 0 1px #ccc;width:100%}.block-editor-content-only-controls__link:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__link-row{align-items:center}.block-editor-content-only-controls__link-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media{box-shadow:inset 0 0 0 1px #ccc;padding:8px;width:100%}.block-editor-content-only-controls__media:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__media-replace-flow{display:block}.block-editor-content-only-controls__media-row{align-items:center}.block-editor-content-only-controls__media-placeholder{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:2px;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:24px;padding:0;width:24px}.block-editor-content-only-controls__media-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media-thumbnail{align-self:center;border-radius:2px;height:24px;width:24px}.block-editor-content-only-controls__media-thumbnail img{height:100%!important;object-fit:cover;width:100%!important}.block-editor-content-only-controls__rich-text{background:#fff;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:#1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.block-editor-content-only-controls__rich-text{transition:box-shadow .1s linear}}@media (min-width:600px){.block-editor-content-only-controls__rich-text{font-size:13px;line-height:normal}}.block-editor-content-only-controls__rich-text:focus{border-color:var(--wp-admin-theme-color,#3858e9);box-shadow:0 0 0 .5px var(--wp-admin-theme-color,#3858e9);outline:2px solid #0000}.block-editor-content-only-controls__rich-text::placeholder{color:#1e1e1e9e}.block-editor-content-only-controls__rich-text{border-color:#949494}.block-editor-content-only-controls__rich-text::placeholder{color:color-mix(in srgb,#1e1e1e,#0000 38%)}.block-editor-content-only-controls__rich-text{min-height:40px;padding:12px}.block-editor-block-fields__container{padding:0 16px}.block-editor-block-fields__container:first-of-type{border-top:1px solid #e0e0e0;padding-block-start:8px}.block-editor-block-fields__container:last-of-type{padding-block-end:16px}.block-editor-block-fields__header{margin-bottom:4px;padding:8px 0}.block-editor-block-fields__header-icon{flex:0 0 24px}.block-editor-block-fields__header-title{flex:1;margin:0!important}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true],.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true]:hover{color:#1e1e1e}.block-editor-block-toolbar.is-connected .block-editor-block-toolbar__block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-toolbar__block-icon{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;top:15px;width:2px}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar__pattern-overrides-popover .components-popover__content{min-width:260px;padding:16px}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .block-editor-block-toolbar .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{text-wrap:nowrap;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{grid-gap:12px;display:grid;grid-template-columns:1fr 1fr}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:499;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{grid-gap:8px;display:grid;grid-template-columns:1fr 1fr}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:auto;padding:24px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-gap:32px;display:grid;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:499}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__label,.spacing-sizes-control .spacing-sizes-control__unit-control{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__preset-range{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__wrapper{align-items:center}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__wrapper .preset-input-control__icon{margin-left:-4px}.block-editor-block-visibility-modal{z-index:1000001}.block-editor-block-visibility-modal__options{border:0;list-style:none;margin:24px 0;padding:0}.block-editor-block-visibility-modal__options-item{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 0 16px}.block-editor-block-visibility-modal__options-item:last-child{margin:0}.block-editor-block-visibility-modal__options-item--everywhere{align-items:start;flex-direction:column}.block-editor-block-visibility-modal__options-checkbox--everywhere{font-weight:600}.block-editor-block-visibility-modal__options-icon--checked{fill:#ddd}.block-editor-block-visibility-modal__sub-options{padding-inline-start:12px;width:100%}.block-editor-block-visibility-modal__description{color:#757575;font-size:12px}.block-editor-block-visibility-info{align-items:center;display:flex;justify-content:start;margin:0 16px 16px;padding-bottom:4px;padding-top:4px}
.wp-block-popup-maker-cta-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-popup-maker-cta-buttons .wp-block-popup-maker-cta-button__link{width:100%}.pum-cta-wrapper .wp-block-popup-maker-cta-button__link{width:auto}.wp-block-popup-maker-cta-button__link.aligncenter,.wp-block-popup-maker-cta-button__link.has-text-align-center{text-align:center}.wp-block-popup-maker-cta-button__link.alignright,.wp-block-popup-maker-cta-button__link.has-text-align-right{text-align:right}.wp-block-popup-maker-cta-button__link.alignleft,.wp-block-popup-maker-cta-button__link.has-text-align-left{text-align:left}:where(.wp-block-popup-maker-cta-button__link){border-radius:9999px;box-shadow:none;padding:1rem 2.25rem;text-decoration:none}.wp-block-popup-maker-cta-button[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width{max-width:none}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width .wp-block-popup-maker-cta-button__link{width:100%}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em)*.75)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:calc(50% - var(--wp--style--block-gap,.5em)*.5)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:calc(75% - var(--wp--style--block-gap,.5em)*.25)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-100{flex-basis:100%;width:100%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:25%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:50%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:75%}.wp-block-popup-maker-cta-button.is-style-squared,.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button.is-style-squared{border-radius:0}.wp-block-popup-maker-cta-button.no-border-radius,.wp-block-popup-maker-cta-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-popup-maker-cta-button){font-family:inherit;font-size:var(--wp--preset--font-size--medium);font-style:normal;line-height:inherit}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline){background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 85%,#0000);border-color:#0000;color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link){border:1px solid;padding:calc(1rem - 1px)calc(2.25rem - 1px)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-background)){background-color:#0000;background-image:none}:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 5%,#0000)}.wp-block-popup-maker-cta-button__link:hover.has-background:not(.is-style-outline):hover,.wp-block-popup-maker-cta-button__link:hover[style*=background-color]:not(.is-style-outline){filter:brightness(.85)}.wp-block-popup-maker-cta-button__link:hover.is-style-outline:hover{filter:brightness(1.05)}@supports not (background-color:color-mix(in srgb,red 50%,blue)){:where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{filter:brightness(.85)}:where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){filter:brightness(1.05)}}.wp-block-popup-maker-cta-button{cursor:text;position:relative}.wp-block-popup-maker-cta-buttons{box-sizing:border-box}.wp-block-popup-maker-cta-buttons.is-vertical{flex-direction:column}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button:last-child{margin-bottom:0}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button{display:inline-block;margin:0}.wp-block-popup-maker-cta-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-center{justify-content:center}.wp-block-popup-maker-cta-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-popup-maker-cta-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-popup-maker-cta-buttons.aligncenter{text-align:center}.wp-block-popup-maker-cta-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-popup-maker-cta-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button,.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-button.aligncenter{text-align:center}:root .wp-block-popup-maker-cta-buttons.is-layout-flex:not([class*=wp-container-popup-maker-cta-buttons-is-layout-]){gap:16px}

.cfxlsft-list,.stylable-list,#menu_horizontal_flags,#sh_lsft_horizontal_flags,#sh_lsft_horizontal_codes{display:inline-flex!important;vertical-align:middle!important;align-items:center!important;height:100%!important;line-height:normal!important}#lsft-widget-lsft-horizontal-flags li:not(:last-child),#lsft-widget-lsft-horizontal-codes li:not(:last-child),#sh_lsft_horizontal_flags li:not(:last-child),#sh_lsft_horizontal_codes li:not(:last-child){margin-right:10px}.menu-item .cfxlsft-list,.menu-item .stylable-list{float:none!important}.cfxlsft-vertical,#sh_lsft_vertical_flags,#sh_lsft_vertical_codes{flex-direction:column!important}.stylable-list,.cfxlsft-list{display:inline-flex!important;list-style:none!important;margin:0!important;padding:0!important;line-height:normal!important}#stylable-list-first-item{display:flex!important;align-items:center!important;gap:8px;cursor:pointer;text-decoration:none!important;color:inherit!important;white-space:nowrap}#stylable-list-first-item,.cfxlsft-list li a{display:flex!important;align-items:center!important;height:100%!important;padding-top:0!important;padding-bottom:0!important}#stylable-list-first-item::after{content:"▾";font-size:.8em;opacity:.7}.stylable-list{position:relative!important;align-self:center}#lsft-sub-menu{display:block!important;position:absolute!important;z-index:99999!important;top:100%!important;left:0!important;visibility:hidden;opacity:0;transition:opacity .2s ease;width:fit-content!important;white-space:nowrap!important;list-style-type:none!important;margin:0!important;padding:8px 0!important;background-color:initial;border:none!important;box-shadow:0 4px 10px rgba(0,0,0,.1)}.stylable-list:hover>#lsft-sub-menu{visibility:visible;opacity:1}#lsft-sub-menu li{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:0 0!important}#lsft-sub-menu li a{display:flex!important;align-items:center!important;gap:10px;padding:6px 12px!important;color:inherit!important;text-decoration:none!important;white-space:nowrap!important;transition:background .2s}#lsft-sub-menu li a:hover{background-color:rgba(125,125,125,.1)!important;opacity:.8}.stylable-list img,.cfxlsft-list img,#lsft-sub-menu img{width:32px!important;max-width:32px!important;height:auto!important;display:inline-block!important;vertical-align:middle!important;margin:0!important}.flag-only #lsft-sub-menu li a{justify-content:center!important;padding:8px!important}.menu-item.no_translate a{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}
.ast-page-builder-template .ast-article-post{margin-bottom:2.5em}.ast-featured-post{float:none}.ast-separate-container .ast-separate-posts.ast-article-post{margin-bottom:2em}.ast-animate-hidden{visibility:hidden;opacity:0}.ast-animate-display{visibility:visible;opacity:1}.ast-no-thumb .ast-date-meta .posted-on{margin-bottom:1.5em}.ast-date-meta.circle .posted-on{border-radius:50%;overflow:hidden}.has-post-thumbnail .ast-date-meta.circle .posted-on{margin:1em}.ast-separate-container .ast-grid-1 .blog-layout-1{padding:0}.ast-separate-container .ast-grid-1 .blog-layout-2,.ast-separate-container .ast-grid-1 .blog-layout-3{padding:0;border-bottom:0}.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:2.66666em}.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:1.5em}@media(max-width:1200px){.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd){padding:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:1.5em}}.site-content .ast-grid-2 .ast-article-post,.site-content .ast-grid-3 .ast-article-post,.site-content .ast-grid-4 .ast-article-post{background:0 0}.site-content .ast-grid-2 .ast-article-post .blog-layout-2,.site-content .ast-grid-2 .ast-article-post .blog-layout-3,.site-content .ast-grid-3 .ast-article-post .blog-layout-2,.site-content .ast-grid-3 .ast-article-post .blog-layout-3,.site-content .ast-grid-4 .ast-article-post .blog-layout-2,.site-content .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-page-builder-template .ast-article-post .entry-header{margin:auto auto 1em;padding:0}.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on{position:relative;display:inline-block;margin-bottom:1em}hr.post-divider{height:0;margin:0}hr.ast-single-previous-hr{height:0;margin-top:2em}.ast-show-comments-data{padding:2em 6.67em}.ast-show-comments-data .ast-show-comments{cursor:pointer}.ast-show-comments-data .ast-show-comments,.ast-show-comments-data .ast-show-comments-count{max-width:640px;text-align:center;margin-left:auto;margin-right:auto}.ast-show-comments-data .ast-show-comments-count{margin-bottom:2em}.ast-pagination-circle .ast-pagination .page-numbers,.ast-pagination-square .ast-pagination .page-numbers{border-style:solid;border-width:1px;line-height:2.33333em}.ast-pagination-circle .ast-pagination .page-numbers{border-radius:50%}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-circle .ast-pagination .prev.page-numbers{border-radius:30px}@media all and (max-width:768px){#content:before{content:""}}.ast-pagination-infinite{text-align:center;margin:2.5em 0 0}.ast-page-builder-template .ast-pagination-infinite{margin:2.5em 0}.ast-load-more{cursor:pointer;display:none;border:2px solid var(--ast-border-color);transition:all .2s linear;color:#000}.ast-load-more.active{display:inline-block;padding:0 1.5em;line-height:3em}.ast-load-more.no-more:hover{border-color:var(--ast-border-color);color:#000}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.ast-load-more.no-more:hover{background-color:inherit}.no-more{cursor:default}.ast-loader{display:none;margin:0 auto;min-height:58px;line-height:58px;width:70px;text-align:center}.ast-loader>div{width:18px;height:18px;background-color:#0085ba;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.ast-loader .ast-loader-1{animation-delay:-.32s}.ast-loader .ast-loader-2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.ast-blog-pagination-type-infinite .ast-pagination{display:none}.ast-related-post-featured-section .post-thumb-img-content+* .posted-on{position:absolute;top:0;left:0}.ast-related-post-featured-section .posted-on{position:relative;display:inline-block;width:5.714285714em;height:5.714285714em;padding:.7em;margin-bottom:1.5em}.ast-related-post-featured-section .posted-on .entry-date span{display:block;width:100%;text-align:center}.ast-related-post-featured-section .posted-on .date-month{font-size:.8571428571em;line-height:1em}.ast-related-post-featured-section .posted-on .date-year{font-size:.8571428571em;line-height:1em}.ast-related-post-featured-section .posted-on .date-day{font-size:2.5em;line-height:.9em;font-weight:900;margin:.1em 0}.blog-layout-1 .post-thumb .posted-on{position:absolute;top:0}.blog-layout-1 .post-thumb .posted-on .entry-date span{display:block;width:100%;text-align:center}.blog-layout-1.ast-no-thumb .posted-on{position:relative;display:inline-block}.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:calc(-1 * var(--ast-container-default-xlg-padding))}@media(max-width:1200px){.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:calc(-1 * var(--ast-container-default-lg-padding))}}.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:calc(-1 * var(--ast-container-default-slg-padding))}@media(max-width:1200px){.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:calc(-1 * var(--ast-container-default-xxs-padding))}}.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:calc(-1 * var(--ast-container-default-md-padding))}@media(max-width:1200px){.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:calc(-1 * var(--ast-container-default-sm-padding))}}.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:calc(-1 * var(--ast-container-default-slg-padding))}@media(max-width:1200px){.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:calc(-1 * var(--ast-container-default-xs-padding))}}.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:calc(-1 * var(--ast-container-default-md-padding))}@media(max-width:1200px){.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:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xlg-padding));margin-right:calc(-1 * var(--ast-container-default-xlg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xs-padding));margin-right:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xlg-padding));margin-right:calc(-1 * var(--ast-container-default-xlg-padding))}@media(max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xs-padding));margin-right:calc(-1 * var(--ast-container-default-xs-padding))}}.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}@media(max-width:1200px){.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}@media(max-width:1200px){.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:-1.5em}@media(max-width:1200px){.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:-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: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}@media(max-width:1200px){.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.5em}@media(max-width:1200px){.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}@media(max-width:1200px){.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}}.ast-hb-account-login-wrapper .ast-hb-account-login{position:fixed;left:50%;top:50%;padding:35px;max-height:550px;width:340px;margin:0 0 0 -170px;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ast-hb-account-login-wrapper .ast-hb-account-login-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010;transition:all .3s}.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.4em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-hb-account-login-wrapper #loginform input[type=password],.ast-hb-account-login-wrapper #loginform input[type=text]{width:100%;max-width:100%;margin-top:10px;border:1px solid;background-color:initial;vertical-align:middle}.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after{content:"|";margin:0 .4em}.ast-header-account-link.ast-account-action-link,.ast-header-account-link.ast-account-action-login,.ast-header-account-link.ast-account-action-login.customize-unpreviewable,.ast-header-break-point .ast-header-account-link{cursor:pointer;pointer-events:all}.ast-header-account{-js-display:flex;display:flex}.ast-hb-account-login-wrapper{visibility:hidden}.ast-hb-account-login-wrapper .ast-hb-login-header{-js-display:flex;position:absolute;right:0;top:0;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-hb-account-login-wrapper .ast-hb-account-login{transform:scale(.7);opacity:0;transition:all .3s;overflow:auto}.ast-hb-account-login-wrapper.show{visibility:visible}.ast-hb-account-login-wrapper.show .ast-hb-account-login{transform:scale(1)translateY(-50%);opacity:1}.ast-hb-login-body{height:100%;position:relative;line-height:1.5}.ast-hf-account-menu-wrap.ast-main-header-bar-alignment{position:relative}.main-header-bar .main-header-bar-navigation .ast-account-nav-menu{line-height:1.45}.ast-account-nav-menu{width:240px;background:#fff;left:-999em;position:absolute;top:0;z-index:99999;list-style:none;margin:0;padding-left:0;border:0;box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-account-nav-menu .sub-menu{right:auto;top:0;margin-left:0}.ast-account-nav-menu .menu-item.focus>.sub-menu,.ast-account-nav-menu .menu-item:hover>.sub-menu{left:100%}.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu{left:-100%}.ast-account-nav-menu .menu-item .menu-link{padding:.9em 1em}.ast-account-nav-menu .menu-item{border-style:none}.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%)rotate(270deg)}.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item{height:auto;line-height:unset;bottom:-5px}.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a{background:unset}.ast-header-account-wrap .menu-item:last-child>.menu-link{border-style:none}.ast-divider-wrapper{border:0}.ast-mobile-popup-content .ast-header-divider-element{justify-content:center}.ast-header-divider-element{position:relative}.ast-fb-divider-layout-vertical{position:relative}.ast-hb-divider-layout-vertical.ast-header-divider-element{height:100%}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.footer-widget-area .ast-footer-divider-element{position:relative;align-items:center}.footer-widget-area .ast-divider-wrapper{display:inline-block}.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal{-js-display:inline-flex;display:inline-flex;vertical-align:middle}[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button{font-size:13px;padding:8px 20px}[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button{font-size:15px;padding:10px 40px}[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button{font-size:17px;padding:15px 45px}[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button{font-size:19px;padding:20px 50px}[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button{font-size:21px;padding:25px 55px}.ast-fb-divider-layout-vertical{-js-display:flex;display:flex}.site-footer-section{position:relative}.ast-builder-language-switcher .ast-builder-language-switcher-menu{list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher{display:block}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu{display:block}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher{-js-display:flex;display:flex}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu{-js-display:flex;display:flex;flex-wrap:wrap}.ast-builder-language-switcher a{-js-display:flex;display:flex;align-items:center}.ast-lswitcher-item-footer,.ast-lswitcher-item-header{-js-display:inline-flex;display:inline-flex}span.ast-lswitcher-item-footer:last-child,span.ast-lswitcher-item-header:last-child{margin-right:0}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.ast-custom-header.ast-header-sticky-active{top:0;width:100%;transition:ease-out}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}.single-astra-advanced-hook .wp-block-buttons,.single-astra-advanced-hook .wp-block-uagb-buttons{margin-bottom:1.5em}.single-astra-advanced-hook .ast-container{flex-wrap:wrap}.single-astra-advanced-hook .ast-container>*{width:100%}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px rgba(36,50,66,.075)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar{padding-bottom:0}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-below-header-wrap,.site-primary-header-wrap{transition:all .2s linear}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-mobile-header .content-align-flex-start{max-height:60vh;overflow:auto}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:initial}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:initial}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:initial;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:''}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:initial;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:initial;color:inherit}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size,1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media(max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media(max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media(max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}
html.fancybox-active:not(.fancybox-allowscroll),html.fancybox-active:not(.fancybox-allowscroll) body{touch-action:none;overscroll-behavior:none;-webkit-overflow-scrolling:auto;overflow:hidden;}html.fancybox-active:not(.fancybox-allowscroll) body{margin-right:var(--vertical-scrollbar);margin-bottom:var(--horizontal-scrollbar);}html.fancybox-active:not(.fancybox-allowscroll) body.rtl{margin-right:0;margin-left:var(--vertical-scrollbar);}#fancybox-loading,#fancybox-loading div,#fancybox-overlay,#fancybox-wrap *,#fancybox-wrap *::before,#fancybox-wrap *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#fancybox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:111100;display:none;}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:111101;display:none;outline:none!important;}#fancybox-outer{position:relative;width:100%;height:100%;box-shadow:0 0 20px #111;-moz-box-shadow:0 0 20px #111;-webkit-box-shadow:0 0 20px #111;background:#fff;}#fancybox-content{position:relative;width:100%;height:100%;overflow:hidden;z-index:111102;border:0 solid #fff;background:#fff;background-clip:padding-box;}#fancybox-content>*{max-width:100%;max-height:100%;-webkit-overflow-scrolling:touch;}#fancybox-error{color:#444;padding:14px;margin:0;}#fancybox-frame,#fancybox-img{width:100%;height:100%;border:none;}#fancybox-img{padding:0;margin:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{display:block;z-index:0}.fancy-ico{position:absolute;width:48px;height:48px;border-radius:50%;}.fancy-ico span{display:block;position:relative;left:12px;top:12px;width:24px;height:24px;border-radius:50%;background:#000;border:2px solid white;box-shadow:0 0 4px #000;transition:transform .25s ease-in-out;}#fancybox-close:hover span,#fancybox-next:hover span,body.rtl #fancybox-prev:hover span{transform:rotate(360deg);}#fancybox-prev:hover span,body.rtl #fancybox-next:hover span{transform:rotate(-360deg);}#fancybox-close{top:-24px;right:-24px;cursor:pointer;z-index:111105;display:none;}#fancybox-close span::after,#fancybox-close span::before{content:'';position:absolute;top:9px;left:4px;width:12px;height:2px;background-color:#fff;}#fancybox-close span::before{transform:rotate(45deg);}#fancybox-close span::after{transform:rotate(-45deg);}#fancybox-prev,#fancybox-next{top:50%;margin-top:-24px;cursor:pointer;z-index:111102;display:none;}#fancybox-next,body.rtl #fancybox-prev{left:auto;right:-24px;}#fancybox-prev,body.rtl #fancybox-next{left:-24px;right:auto;}#fancybox-prev span::after,#fancybox-next span::after{content:'';position:absolute;top:6px;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;}#fancybox-prev span::after,body.rtl #fancybox-next span::after{transform:rotate(-135deg);left:7px;}#fancybox-next span::after,body.rtl #fancybox-prev span::after{transform:rotate(45deg);left:initial;right:7px;}#fancybox-title-wrap{z-index:111104;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background-color:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;font-weight:600;}.fancybox-title-over{position:absolute;width:100%;bottom:0;left:0;color:#fff;text-align:left;}body.rtl .fancybox-title-over{text-align:right}.fancybox-title-over #fancybox-title{padding:10px;background:rgba(0,0,0,.6);display:block;}.fancybox-title-float{text-align:center;}.fancybox-title-float #fancybox-title{display:table;margin:-12px auto;height:24px;padding:0 15px;line-height:20px;font-size:14px;color:#fff;background:#000;border:2px solid #fff;border-radius:12px;box-shadow:0 0 4px #000;position:relative;z-index:111104;}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:rgba(0,0,0,.9);border-radius:5px;cursor:pointer;overflow:hidden;z-index:111104;display:none;}#fancybox-loading div{transform-origin:20px 20px;animation:fancybox-loading 1.2s linear infinite;}#fancybox-loading div::after{content:'';display:block;position:absolute;top:7px;left:19px;width:2px;height:7px;border-radius:20%;background:#fff;}#fancybox-loading div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s;}#fancybox-loading div:nth-child(2){transform:rotate(30deg);animation-delay:-1s;}#fancybox-loading div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s;}#fancybox-loading div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s;}#fancybox-loading div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s;}#fancybox-loading div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s;}#fancybox-loading div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s;}#fancybox-loading div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s;}#fancybox-loading div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s;}#fancybox-loading div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s;}#fancybox-loading div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s;}#fancybox-loading div:nth-child(12){transform:rotate(330deg);animation-delay:0s;}@keyframes fancybox-loading{0%{opacity:1}100%{opacity:0}}.fancybox-hidden{display:none;}#fancybox-content .fancybox-hidden,#fancybox-tmp .fancybox-hidden{display:revert;}
.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media(min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded){display:block!important}.frm-fluent-form .ff-name-address-wrapper .ff-t-cell,.frm-fluent-form .ff-name-field-wrapper .ff-t-cell{justify-content:flex-end}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media(max-width:768px){.ff-t-cell{margin-left:0!important}}.ff-cropper-lity .lity-container{max-width:960px}.ff-cropper-lity .lity-content{box-shadow:none;max-width:960px}.ff-cropper-lightbox{background:#fff;border-radius:6px;max-width:960px;overflow:hidden;width:min(960px,100vw - 40px)}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:16px 20px}.ff-cropper-lightbox__header{border-bottom:1px solid #ececec}.ff-cropper-lightbox__title{font-size:18px;font-weight:600;margin:0}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close{font-family:Arial,Baskerville,monospace;font-size:28px;height:32px;line-height:32px;padding:0;position:static;right:auto;text-align:center;text-decoration:none;top:auto;width:32px;z-index:auto}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:active,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:focus,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:hover,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:visited{background:0 0;border:0;box-shadow:none;color:#000;text-shadow:none}.ff-cropper-lightbox__body{max-height:calc(100vh - 180px);overflow:auto;padding:20px}.ff-cropper-lightbox__canvas{align-items:center;display:flex;justify-content:center;max-height:calc(100vh - 360px);min-height:320px;overflow:hidden}.ff-cropper-lightbox__canvas img{display:block;max-height:100%;max-width:100%}.ff-cropper-lightbox__error,.ff-cropper-lightbox__hint{font-size:13px;margin-top:10px}.ff-cropper-lightbox__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.ff-cropper-lightbox__toolbar-label{color:#606266;font-size:13px;font-weight:600}.ff-cropper-lightbox__ratio-list{display:flex;flex-wrap:wrap;gap:8px}.ff-cropper-lightbox__ratio-btn{background:#fff;border:1px solid #dcdfe6;border-radius:999px;color:#606266;cursor:pointer;font-size:12px;line-height:1;padding:8px 12px}.ff-cropper-lightbox__ratio-btn.is-active{background:#ecf5ff;border-color:#1a7efb;color:#1a7efb}.ff-cropper-lightbox__error{color:#f56c6c;min-height:18px}.ff-cropper-lightbox__footer{border-top:1px solid #ececec;justify-content:flex-end}.ff-cropper-lightbox__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #dcdfe6;border-radius:4px;color:#606266;cursor:pointer;font-family:inherit;line-height:1.2;padding:10px 16px}.ff-cropper-lightbox__btn:focus,.ff-cropper-lightbox__btn:hover{background:#f5f7fa;border-color:#c0c4cc;color:#303133}.ff-cropper-lightbox__btn--primary{background:#1a7efb;border-color:#1a7efb;color:#fff}.ff-cropper-lightbox__btn--primary:focus,.ff-cropper-lightbox__btn--primary:hover{background:#0f6fe8;border-color:#0f6fe8;color:#fff}@media(max-width:767px){.ff-cropper-lightbox{width:calc(100vw - 24px)}.ff-cropper-lightbox__body{max-height:calc(100vh - 150px);padding:16px}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{padding:14px 16px}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media(min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--ff-rating-inactive-color:#d4d4d4;--ff-rating-active-color:#ffb100;display:inline-flex;gap:3px;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings label{align-items:center;border-radius:4px;display:inline-flex;justify-content:center;margin-right:3px;outline:none}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within{box-shadow:0 0 0 2px rgba(255,177,0,.25)}.fluentform .ff-el-ratings label .ff-rating-icon{color:var(--ff-rating-inactive-color);display:inline-flex}.fluentform .ff-el-ratings label .ff-rating-icon-svg{display:block;height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings label .ff-rating-icon-svg.scale{transition:all .15s}.fluentform .ff-el-ratings label .ff-rating-icon-svg [fill]:not([fill=none]){fill:currentColor!important}.fluentform .ff-el-ratings label .ff-rating-icon-svg [stroke]:not([stroke=none]){stroke:currentColor!important}.fluentform .ff-el-ratings label.active .ff-rating-icon{color:var(--ff-rating-active-color)}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within,.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media(min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{align-items:stretch;display:flex;gap:12px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{align-self:stretch;flex:0 0 30%;margin-bottom:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-body,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-body{flex:auto;min-width:0}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-header--tabs-left{display:flex;flex-direction:column;margin-bottom:0}.fluentform .ff-step-header--tabs{background:#f5f8ff;border-radius:8px;display:flex;flex-direction:column;padding:16px}.fluentform .ff-step-header--tabs-top .ff-step-titles{justify-content:center}.fluentform .ff-step-header--tabs-top .ff-step-titles.ff-step-titles--overflowing{justify-content:flex-start}.fluentform .ff-step-header--tabs-top .ff-step-titles li .ff-step-title-text{flex:initial;margin:0 auto;max-width:100%;width:auto}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs{margin-top:16px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress{background:#dce7f6;border-radius:999px;height:8px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar{border-radius:inherit}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar span{display:none}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-status{color:#5f6f89;font-size:14px;font-weight:600;margin:8px 0 0;text-align:right}.fluentform .ff-step-header--tabs .ff-step-titles{counter-reset:none;display:flex;flex-wrap:nowrap;gap:12px;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:thin;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles.ff-step-titles-navs{cursor:default}.fluentform .ff-step-header--tabs .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:14px;color:#4b5563;display:flex;flex:0 0 160px;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:1.3;margin:0;min-height:48px;padding:12px 14px;text-align:center}.fluentform .ff-step-header--tabs .ff-step-titles li:after,.fluentform .ff-step-header--tabs .ff-step-titles li:before{display:none}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-icon{align-items:center;color:inherit;display:inline-flex;flex:none;font-size:16px;height:16px;justify-content:center;line-height:1;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text{align-items:center;display:flex;flex:auto;gap:8px;justify-content:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:none;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li:first-child,.fluentform .ff-step-header--tabs .ff-step-titles li:last-child{padding-left:14px;padding-right:14px}.fluentform .ff-step-header--tabs .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left{background:#f5f8ff;border-radius:12px;padding:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles{background:0 0;border:0;border-radius:0;counter-reset:step;display:block;flex:auto;margin-bottom:0;max-height:240px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-width:thin}.fluentform .ff-step-header--tabs-left .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:8px;box-sizing:border-box;color:#4b5563;display:flex;font-size:14px;font-weight:600;justify-content:flex-start;margin:0 0 16px;min-height:48px;overflow:hidden;padding:12px 14px 12px 48px;position:relative;text-align:left}.fluentform .ff-step-header--tabs-left .ff-step-titles li:before{align-items:center;background:#fff;border:1px solid #c8d1dc;border-radius:8px;color:#4b5563;content:counter(step);counter-increment:step;display:flex;font-size:13px;font-weight:700;height:28px;justify-content:center;left:12px;line-height:1;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:28px;z-index:2}.fluentform .ff-step-header--tabs-left .ff-step-titles li:after{background:#d9e0e8;content:"";height:10px;left:34px;position:absolute;top:calc(100% + 1px);width:2px}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{display:block;flex:auto;justify-content:flex-start;line-height:1.3;min-width:0;overflow:hidden;padding-left:4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:none;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs-left .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:before{background:#fff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:after{background:#9ec5fe}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active:before{background:#007bff;border-color:#007bff;color:#fff}.fluentform .ff-step-header--tabs-left .ff-step-titles li:first-child{padding-left:48px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child{margin-bottom:0;padding-left:48px;padding-right:14px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child:after{display:none}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles--clickable li,.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles--clickable li:focus-visible{outline:2px solid;outline-offset:2px}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .fluentform .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .fluentform .ff-step-titles{margin-bottom:0}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}@media(max-width:767px){.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{display:block}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{flex:unset;margin-bottom:20px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles{background:0 0;border:0;border-radius:0;display:flex;gap:10px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li{border-radius:12px;justify-content:center;margin:0;min-height:56px;padding:14px 12px;text-align:center}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before{display:none}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{justify-content:center}}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:1e4px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform .iti__search-input{min-height:30px}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto;width:100%}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:0 0;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(1e3%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgba(223,240,255,.13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgba(223,240,255,.49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .ff-other-input-wrapper input{background:inherit}.fluentform .ff-other-input-wrapper{display:none;margin-top:8px}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:0 0;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:0 0}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:0 0!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:0 0!important;border:0;padding-top:5px}table.ff_repeater_table td{background:0 0!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 15px 0 0;text-align:left}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:left;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media(max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:0 0}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-left:8px;margin-right:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}
:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}
/**
 * Do not touch this file! This file created by the Popup Maker plugin using PHP
 * Last modified time: Aug 17 2025, 02:08:34
 */


/* Popup Google Fonts */
@import url('//fonts.googleapis.com/css?family=Montserrat:100');



@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}

/* Popup Theme 19426: Light Box */
.pum-theme-19426, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-19426 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-19426 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-19426 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-19426 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 

/* Popup Theme 19427: Enterprise Blue */
.pum-theme-19427, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-19427 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-19427 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-19427 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-19427 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } 

/* Popup Theme 19428: Hello Box */
.pum-theme-19428, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-19428 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-19428 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-19428 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-19428 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 

/* Popup Theme 19429: Cutting Edge */
.pum-theme-19429, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-19429 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-19429 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-19429 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-19429 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } 

/* Popup Theme 19430: Framed Border */
.pum-theme-19430, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-19430 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-19430 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-19430 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-19430 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 

/* Popup Theme 19431: Floating Bar - Soft Blue */
.pum-theme-19431, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-19431 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-19431 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-19431 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-19431 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } 

/* Popup Theme 19432: Content Only - For use with page builders or block editor */
.pum-theme-19432, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-19432 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-19432 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-19432 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-19432 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 

/* Popup Theme 19425: Default Theme */
.pum-theme-19425, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-19425 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-19425 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-19425 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-19425 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } 



#pum-19434 {z-index: 1999999999}



*{box-sizing:border-box}html{scroll-behavior:smooth}a:empty{visibility:none}.gallery:after{content:"";display:block;clear:both}.gallery-item{float:left}.gallery-caption{background:0 0!important;border:none!important}a.commonBtn,.contactForm 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:#f8f9fc;font-size:16px;font-weight:600!important;text-align:center;border-radius:40px;text-decoration:none!important;background:#0e6aed;border:1px solid #0e6aed;transition:all .3s}a.commonBtn{padding:18px 60px 18px 30px;position:relative}a.commonBtn:before{position:absolute;content:'';top:22px;right:30px;width:14px;height:14px;background:url(https://diecut123.com/wp-content/uploads/2024/11/btnArrow.png)no-repeat;transition:all .3s}a.commonBtn:hover,.contactForm 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:#1c1d1d;border:1px solid #1c1d1d;color:#fff!important}.fluentform button[type=submit]{background:#0e6aed!important;border-color:#0e6aed}.fluentform button[type=submit]:hover{background:#1a5ade!important;border:1px solid #1a5ade}.contactFormBtn input[type=submit]{min-width:130px;padding:15px 30px}a.sliderBtn{padding:15px 35px;color:#1c1d1d!important}a.sliderBtn:before{display:none}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.whiteBtn{color:#000;background:#fff}a.whiteBtn:before{filter:invert(1)}a.whiteBtn:hover{color:#fff}a.whiteBtn:hover:before{filter:invert(0)}.doubleBtn a.commonBtn{margin:0 10px}.greySection{background:#f8f9fc}.darkGreySection{background:#e9e9e9}.blueSection{background:#0e6aed}.ltBlueSection{background:#f4f6f9}.clrWhite{color:#fff!important}.clrBlue{color:#0e6aed!important}.headerTopbar{padding:5px 0;text-align:center}.topbarBtn{display:inline-block;color:#fff;font-size:16px;text-align:center;padding:10px 20px;text-decoration:none!important;background:#0e6aed;border:1px solid #0e6aed;margin:0 0 0 20px}.topbarBtn:hover{background:#111;border:1px solid #111;color:#fff}.topbarText{font-size:18px}.goTranslate{display:inline-block;margin-top:6px}.headerTopbar .commonBtn{font-size:13px;padding:5px 10px}.main-header-bar{position:relative}.astra-megamenu{border-radius:10px}.astra-megamenu>li.menu-item{border-right:none!important}.astra-megamenu>li:first-child{border-right:1px solid #d0d3db!important}.mmText{color:#000!important;font-weight:400;font-size:14px;text-transform:capitalize}.astra-megamenu li>a{position:relative;font-weight:600!important;color:#000!important;padding-left:25px!important}.astra-megamenu>li{margin-right:20px}.astra-megamenu>li:last-child{margin-right:0}.astra-megamenu li>a:hover{text-decoration:underline!important}.astra-megamenu li>a:before{position:absolute;content:''!important;top:18px;left:0;width:10px;height:10px;background:#0e6aed}.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}#contactPopUpForm{width:340px;background:#fff;position:fixed;top:-1e3px;left:calc(50% - 170px);z-index:1000;border:1px solid #dadada;transition:all .2s}#contactPopUpForm.active{top:200px}#contactPopUpForm .quickQuote{padding:15px;width:340px}.closePopup{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;border:1px solid #fff;cursor:pointer}.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:#fe7e00;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(https://diecut123.com/wp-content/uploads/2021/08/sidebarSprit.png)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}.footerText{margin-top:30px;max-width:370px}ul.footerSocial li{display:inline-block}ul.footerSocial li a{display:block}ul.footerSocial li a:hover{opacity:.8}.site-footer ul.menu li{margin-bottom:15px}.site-footer ul.menu li a{margin-bottom:15px;position:relative;padding-left:25px}.site-footer ul.menu li a:before{position:absolute;content:'+';top:4px;left:0;width:10px;height:10px;color:#1c1d1d;background:#0e6aed;line-height:8px;font-size:17px}.footerNote{padding-bottom:10px}ul.footerDetails{position:relative}ul.footerDetails li{margin-bottom:5px}ul.footerDetails li a:hover{color:#0e6aed!important}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,ul.lp7s3Slider ul.slick-dots{margin:17px 0 0!important;padding:0!important;list-style-type:none;text-align:center}ul.homeSlider ul.slick-dots li,ul.lp7s3Slider 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,ul.lp7s3Slider ul.slick-dots li.slick-active{background:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2020/09/listIcon.png)}.homeSection1 .iconList ul li{font-weight:500}.homeSection2 h2{color:#0e6aed;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:#0e6aed}.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 #0e6aed}.videoImg{text-align:center}.videoImg a{display:inline-block;position:relative;overflow:hidden}.videoImg a:before{position:absolute;content:'';top:50%;left:50%;width:76px;height:76px;margin:-38px 0 0 -38px;background:url(https://diecut123.com/wp-content/uploads/2020/09/playIcon-1.png)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:0 0 10px rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .3s}.sec6Title{font-size:24px;line-height:28px;color:#0e6aed;font-weight:600;padding-bottom:15px}.sec6Text{font-size:16px;line-height:22px;color:#222}.sec6Box:hover{background:#0e6aed}.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:#0e6aed;padding:25px 0 10px}.faqSection{position:relative}.faqSection:before{position:absolute;content:'';top:0;left:0;width:982px;min-height:100%;background:#0e6aed}.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:0 0 10px 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:#0e6aed;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}.bannerImg{text-align:center}.bannerImg img{width:100%}.bannerText{font-size:1.6vw;line-height:2.5vw;color:#fff}.bannerText ul,.bannerText ol{margin:0!important}.bannerHeading{font-size:3.5vw;line-height:3.5vw;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(https://diecut123.com/wp-content/uploads/2020/09/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:50% 0;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(https://diecut123.com/wp-content/uploads/2020/09/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(https://diecut123.com/wp-content/uploads/2020/09/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:#0e6aed;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:#0e6aed;border-bottom:3px solid #0e6aed}.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:#0e6aed;border-radius:100%}.fluentform .ff-el-group{margin-bottom:10px!important}.ff-el-input--label{display:none}.fluentform .ff-el-group.fileUpload{margin:0!important;padding-top:10px}body .fluentform .ff_upload_btn.ff-btn{background:#fff;color:#000;font-size:14px;cursor:pointer;padding:10px 45px 10px 25px;border-radius:40px;border:1px solid #0e6aed;position:relative}body .fluentform .ff_upload_btn.ff-btn:before{position:absolute;content:'';top:8px;right:10px;width:22px;height:21px;background:url(https://diecut123.com/wp-content/uploads/2022/04/uploadFile.png)no-repeat}.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:#0e6aed;font-weight:500;padding-bottom:20px}.contactTitle a{font-size:24px;line-height:24px;color:#0e6aed}.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:2e3px;height:2e3px;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;margin:0;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(https://diecut123.com/wp-content/uploads/2021/01/pd2SliderArrows.png)no-repeat;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{padding-left:20px;margin-bottom:15px;position:relative}.diamondList ul li:before{position:absolute;content:'';top:6px;left:0;width:8px;height:8px;background:#aeaeae;transform:rotate(45deg)}.catalogTitle a{display:inline-block;font-size:16px;line-height:20px;color:#0e6aed;font-weight:500;padding-bottom:10px;border-bottom:2px solid #0e6aed}.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:#0e6aed;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:#0e6aed;color:#fff;border:none;border-bottom:3px solid #1173ea!important;font-size:20px}.stickyForm input[type=submit]:hover{background:#1173ea}.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:-1e3px;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:40px!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;min-height:45px}.blog .entry-content p:first-child,.archive .entry-content p:first-child{min-height:112px}.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:#0e6aed;border-color:#0e6aed;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:#1a5ade;border-color:#1a5ade}.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{padding:15px!important}.blog .post,.archive .post,.search .post{padding:0!important}.sidebar-main .widget-title{background:#0e6aed;border-radius:4px;font-size:24px;line-height:1;color:#fff;padding:15px 25px;margin:0!important;position:relative;cursor:pointer}.sidebar-main .widget-title:before{position:absolute;content:"\e900";top:16px;right:10px;font-family:Astra;font-size:20px;font-weight:700;color:#fff;transform:rotate(0)}.widget_recent_entries,.widget_categories{margin-bottom:30px!important;background-color:#f2f2f2;border:1px solid rgba(0,0,0,.125);border-radius:4px}.widget_recent_entries ul,.widget_categories ul{margin:0!important;padding:10px 0!important;list-style-type:none}.widget_recent_entries ul li a,.widget_categories ul li a{font-size:16px;color:#333;display:block;padding:5px 25px;margin:0;line-height:26px}.widget_recent_entries ul li a:hover,.widget_categories ul li a:hover{background-color:#0e6aed;color:#fff}#categories-2 nav{display:none}.sidebarCTABox{background:#666;background-size:cover;background-repeat:no-repeat;padding:40px 25px;border-radius:4px;text-align:center}.sidebarCTATitle{color:#fff!important;text-align:center;font-size:20px;font-weight:700;margin-bottom:25px!important;line-height:1.2}.sidebarCTABtn{text-align:center}.sidebarCTABtn a{display:inline-block;font-weight:700;text-transform:uppercase;border-radius:25px;transition:all ease .3s;background:#0e6aed;color:#fff;padding:10px 25px}.sidebarCTABtn a:hover{background:#fff;color:#000}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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2020/09/sliderHoverArrows.png)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(https://diecut123.com/wp-content/uploads/2020/09/sliderArrows.png)no-repeat;background-position:36px 0}.xyzSlider .slick-next{background-position:-44px 0;right:-45px}.xyzSlider .slick-next:hover{background:url(https://diecut123.com/wp-content/uploads/2020/09/sliderArrows.png)no-repeat;background-position:-44px 0}.xyzProductSection h2 b{color:#0e6aed}.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:#0e6aed}.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:#0e6aed;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:#0e6aed}.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:#0e6aed;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(14,106,237,.6)}.timelineBox{padding:20px 30px 30px;position:relative}.timelineBoxLeft{box-shadow:1px 8px 15px rgba(0,0,0,.1);margin-right:20px}.timelineBoxRight{box-shadow:-3px 8px 15px 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:#0e6aed}.timelineBoxLeft:after{right:-43px}.timelineBoxRight:after{left:-43px}.timelineTitle{font-weight:600;color:#0e6aed;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:0 20px 40px rgba(0,0,0,.1);position:relative}.about2Sec5Box:before{position:absolute;content:'';top:0;left:10px;width:32px;height:46px;background:url(https://diecut123.com/wp-content/uploads/2020/12/checkFlag.jpg)}.about2Sec5Title{font-size:24px;line-height:28px;font-weight:600;padding-bottom:20px}.LP2Section1 h1 b,.LP2Section2 h2 b{color:#0e6aed;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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2020/12/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(https://diecut123.com/wp-content/uploads/2020/12/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 #0e6aed}.productMenu .widget-title{font-size:30px;font-weight:600;background:#0e6aed;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:#0e6aed;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 #0e6aed;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(0)}.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:#0e6aed}.LP3ProductText p{margin-bottom:8px!important}.LP3ProductBtn a.commonBtn{padding:8px 15px}.LP3ProductBtn{visibility:hidden}.LP3ProductBox:hover .LP3ProductBtn{visibility:visible}.LP3Section2{background:50% 0 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,#fff 0%,#d9d9d9 100%);background:-webkit-linear-gradient(top,#fff 0%,#d9d9d9 100%);background:linear-gradient(to bottom,#fff 0%,#d9d9d9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d9d9d9',GradientType=0 )}.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(//i.imgur.com/TxzC70f.png)no-repeat;cursor:pointer}.videoWidth{margin:0 auto}.width400{width:400px}.width500{width:500px}.width600{width:600px}.width700{width:700px}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 #0e6aed;border-radius:100%;margin:0 1px}ul.h3Slider ul.slick-dots li.slick-active{background:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2021/01/h3CheckIcon.png)}.h3Section1{box-shadow:0 5px 8px rgba(0,0,0,.1)}.h3ProductBox{display:inline-block;max-width:370px}.h3ProductImg{border:4px solid #fff;border-radius:5px;box-shadow:0 0 10px 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:#0e6aed;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(https://diecut123.com/wp-content/uploads/2021/01/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 #0e6aed;color:#0e6aed}a.transparentBtn:hover{color:#fff}.h3Section5VideoBox,.h3Sec8VideoBox{display:inline-block;max-width:270px}.h3Section5Img,.h3Sec8VideoImg{border:4px solid #fff;border-radius:5px;box-shadow:0 0 5px 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:0 0 3px 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:50% 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(https://diecut123.com/wp-content/uploads/2021/01/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:0 0 5px 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(https://diecut123.com/wp-content/uploads/2021/01/h3accordIcon.png)20px 100px no-repeat}.h3ContactSection{counter-reset:step-counter}.h3ContactSection .accordionWraper .accordion,.h3ContactSection .accordionWraper .panel{color:#333;border:1px solid #0e6aed;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:0 5px 5px 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:0 0 10px 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:0 3px 5px 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:#0e6aed;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 #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:0 0 10px 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:0 0 10px 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:0 0 10px 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:0 0 10px 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(https://diecut123.com/wp-content/uploads/2021/01/lp4SliderArrows.png)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(https://diecut123.com/wp-content/uploads/2021/01/lp4SliderArrowHvr.png)}.landingPage4Slider .slick-next:hover{background-position:-56px 0}.tcContactDetailWrapper{border-radius:5px;background:#0e6aed;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(https://diecut123.com/wp-content/uploads/2021/01/tcContactSprite-1.png)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 #0e6aed;background:0 0;margin:0 1px}ul.taAboutProductSlider ul.slick-dots li.slick-active{background:#0e6aed}.taAboutSliderImg{padding:4px;border-radius:5px;box-shadow:0 0 10px 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:0 0 3px 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(https://diecut123.com/wp-content/uploads/2021/01/taSliderArrows.png)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(https://diecut123.com/wp-content/uploads/2021/01/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(https://diecut123.com/wp-content/uploads/2021/01/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:0 0 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(https://diecut123.com/wp-content/uploads/2021/01/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:#0e6aed}.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 #0e6aed;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:#0e6aed}.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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2021/02/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 #0e6aed}ul.MTwhyusSlider ul.slick-dots li.slick-active,ul.MTDSlider5 ul.slick-dots li.slick-active{background:#0e6aed}.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:#0e6aed;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 #0e6aed;z-index:1;border-left:30px solid transparent;position:absolute}.homeSliderLGTitle:after{content:'';top:0;right:-10px;border-bottom:80px solid #0e6aed;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 #0e6aed;margin:0 1px}ul.MTtradeSlider ul.slick-dots li.slick-active{background:#0e6aed}.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:0 0 3px 3px rgba(0,0,0,.1)}.MTtradeTitle span{color:#0e6aed}.MThomeContactForm{border-radius:5px;box-shadow:-2px 2px 5px 2px rgb(0 0 0/.1);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(https://diecut123.com/wp-content/uploads/2021/02/MTnameIcon.png)#fff no-repeat!important}.MTemailField{background:url(https://diecut123.com/wp-content/uploads/2021/02/MTmailIcon.png)#fff no-repeat!important}.MTnumberField{background:url(https://diecut123.com/wp-content/uploads/2021/02/MTnumberIcon.png)#fff no-repeat!important}.MTcompanyField{background:url(https://diecut123.com/wp-content/uploads/2021/02/MTcompanyIcon.png)#fff no-repeat!important}.MTtextField{background:url(https://diecut123.com/wp-content/uploads/2021/02/MTmessgIcon.png)#fff no-repeat 10px 20px!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:0 0 5px 1px rgb(0 0 0/.1)}ul.MTproductSliderPager .slick-arrow{position:absolute;top:50%;width:37px;height:37px;padding:0;margin-top:-18px;text-indent:-999999px;border:none;background:url(https://diecut123.com/wp-content/uploads/2021/02/MTproductSliderArrows.png)no-repeat;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:38px;color:#000}.MTdetailSection1 h1 span{color:#0e6aed}.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:#0e6aed;transform:rotate(45deg)}.MTcatalogBox{max-width:300px;margin:0 auto;position:relative}.MTcatalogBtn{position:absolute;bottom:50px;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 #0e6aed;border-radius:100%;margin:0 1px}ul.MTaboutFactorySlider ul.slick-dots li.slick-active{background:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2021/02/MTclientSliderArws.png)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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2021/05/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(https://diecut123.com/wp-content/uploads/2021/02/MTcontactQuote.png)}.MTcontactQuote:after{position:absolute;content:'';bottom:0;right:0;width:36px;height:30px;background:url(https://diecut123.com/wp-content/uploads/2022/03/contactQuote.png);transform:scale(-1,-1)}.MTcontactPageForm{padding:75px 40px}.MTaboutContactWrapper{box-shadow:0 0 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}.au4BannerLayer{padding:20px 20px 0;background:rgba(0,0,0,.7)}.textLink{text-align:right;font-weight:600;font-size:20px}h2 span,h3 span{color:#0e6aed}.hp4Section2{background-size:cover;background-position:50%}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 #0e6aed;width:20px;height:8px;margin:0 2px}ul.hp4Slider .slick-dots li.slick-active{background:#0e6aed}.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:#0e6aed}.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:4e3px;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:#0e6aed;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[typetext]::placeholder,.hp4ContactForm input[typeemail]::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(https://diecut123.com/wp-content/uploads/2021/03/videoPlayIcon.png)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/.1)}.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(https://diecut123.com/wp-content/uploads/2021/03/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 #0e6aed;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(https://diecut123.com/wp-content/uploads/2021/01/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:0 5px 5px rgb(0 0 0/.1)}.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:#0e6aed}.h5TabsWrapper ul.tabs li.current:before,.h5TabsWrapper ul.tabs2 li.current:before{background:#0e6aed}.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 #0e6aed;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(https://diecut123.com/wp-content/uploads/2021/03/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:0 0 3px #fff;background:url(https://diecut123.com/wp-content/uploads/2021/03/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:#0e6aed;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 #0e6aed;border-left:3px solid #0e6aed}.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 rgb(0 0 0/.1)}.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(https://diecut123.com/wp-content/uploads/2021/04/timelineArrows.png)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:0 0 15px rgb(0 0 0/.1)}.cu4contactDetails{width:506px;float:left}.cu4contactDetails{padding:50px 30px 40px;background:#0e6aed}.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 rgb(0 0 0/.1)}.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(https://diecut123.com/wp-content/uploads/2021/03/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:0 0 0 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 #0e6aed;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(https://diecut123.com/wp-content/uploads/2021/03/fs-name-icon.png)#fff no-repeat 15px}.fsContactForm input[type=email]{background:url(https://diecut123.com/wp-content/uploads/2021/03/fs-mail-icon.png)#fff no-repeat 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 rgb(0 0 0/.1)}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 #0e6aed}ul.dp4productSliderPager .slick-arrow{position:absolute;top:50%;width:19px;height:34px;padding:0;margin-top:-21px;text-indent:-999999px;border:none;background:url(https://diecut123.com/wp-content/uploads/2021/02/MTclientSliderArws.png)no-repeat;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}.pd4DetailHeading h1{font-size:20px}.pd4DetailContent{padding:25px 30px 20px}.dp4relatedProductTitle{font-size:22px;font-weight:500;color:#233645}.dp4relatedProductTitle a{color:#233645}.c1ProductBox{background:#fff;border-radius:5px;max-width:370px;display:inline-block;transition:all .3s}.c1ProductBox:hover{box-shadow:0 0 20px 5px #0000001a}.c1ProductContent{padding:15px}.c1ProductTitle{padding:10px 0;font-size:20px;color:#222;line-height:28px;font-weight:500}.c1ProductTitle a{color:#222}.c1ProductBox:hover .c1ProductTitle a{color:#0e6aed}.c1ProductText{font-size:14px;line-height:21px}.c1ProductBtn a{display:block;color:#0e6aed;background:#fff;border:solid 1px #0e6aed;border-radius:5px;padding:6px 15px;text-align:center}.c1ProductBtn a:hover{background:#0e6aed;color:#fff}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(https://diecut123.com/wp-content/uploads/2021/12/pc3Arrows.png)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:#0e6aed}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:#0e6aed}.pc3TotalProducts{padding:7px 8px;background:#f5f5f5;display:inline-block}.pageNo a{padding:10px;border:1px solid #0e6aed;font-size:14px;display:inline-block;line-height:1;min-width:36px;text-align:center}.pageNo a:hover,.pageNo .current{background:#0e6aed;color:#fff}.pageNo .current{padding:8px 10px 9px;height:auto;margin:0;position:relative;border:1px solid #0e6aed;display:inline-block;min-width:36px;text-align:center;line-height:1}.pc3Banner{position:relative}.bannerImg{text-align:center}.bannerImg img{width:100%}.pc3Banner .bannerContent{position:absolute;top:0;width:100%;max-width:1170px;height:100%;display:flex;align-items:center;z-index:2}.pc3Banner .bannerContainer{width:100%}.pc3BannerHeading{font-size:50px;font-weight:700}.pc3BannerDetails{max-width:550px;display:inline-block}.bannerBtn{padding-top:20px}.pc3s1SliderWraper{position:relative;max-width:655px;margin:0 auto}.pc3s1SliderWraper::after,.pc3s7Box:after,.pc3s11Box:after{content:"";display:block;clear:both}ul.pc3s1SliderPager{margin:0!important;padding:0!important;list-style-type:none;width:95px;float:left}ul.pc3s1SliderPager li{margin-bottom:10px}.pc3s1Slider{margin:0 0 0 20px!important;padding:0!important;list-style-type:none;width:calc(100% - 115px);float:left}.pc3Section1{padding:170px 0 100px}.pc3s1Content{padding-left:20px}.pc3s1Tag{font-size:20px;font-weight:600;padding-bottom:10px}.pc3s1Text{margin-bottom:30px}.pc3s1Text ul{margin:0!important;padding:0!important;list-style-type:none}.pc3s1Text ul li{font-weight:300;padding-left:30px;margin-bottom:15px;position:relative}.pc3s1Text ul li:before{position:absolute;content:'';top:0;left:0;width:20px;height:20px;background:url(https://diecut123.com/wp-content/uploads/2024/11/checkIcon.png)no-repeat}.pc3Section2{padding:70px 0 170px}.pc3s2Content{max-width:550px}.pc3s2Text{padding:10px 0 25px}.pc3Section3{padding-top:85px;color:#fff}.pc3Section3 h2{color:#fff}.pc3Section3 .readmoreBtn,.pc3Section3 .readmoreBtn:before{color:#fff}.pc3Section4{padding:150px 0}.pc3Tag{font-size:20px;font-weight:700;color:#0e6aed;padding-bottom:10px;text-transform:uppercase}.pc3SubHeading{max-width:950px;margin:0 auto 35px}.pc3s4Box{max-width:340px;display:inline-block;background:#fff;box-shadow:0 0 30px 30px rgba(219,223,231,.2)}.pc3s4Img{overflow:hidden}.pc3s4Img a{display:block}.pc3s4Box:hover .pc3s4Img a{transform:scale(1.1)}.pc3s4Content{padding:25px 20px}.pc3s4Title{font-size:18px;font-weight:700;color:#092c47;margin-bottom:10px}.pc3s4Title a{color:#092c47}.pc3s4Box:hover .pc3s4Title a{color:#0e6aed}.pc3s4Text{font-size:14px;line-height:21px}.pc3s4Btn a{display:block;text-align:center;background:#fff;color:#0e6aed;border:1px solid #0e6aed;border-radius:5px;padding:10px}.pc3s4Box:hover .pc3s4Btn a{background:#0e6aed;color:#fff;box-shadow:0 10px 10px #dce0e9}.pc3Section4 .pageNos{padding-top:40px}.pc3Section4 .pageNos a{padding:0;margin:0 15px;border:none;color:#092c47;font-size:16px;display:inline-block;line-height:1;min-width:auto;text-align:center}.pc3Section4 .pageNos .current{padding:10px 15px;margin:0 15px;border-radius:40px;position:relative;border:1px solid #0e6aed;background:#fff;color:#0e6aed;display:inline-block;text-align:center;line-height:1}.pc3Section5{padding:85px 0 80px}.pc3s5SubHeading{margin-bottom:20px}ul.pc3s5Slider,ul.pc3s17Slider{margin:0!important;padding:0!important;list-style-type:none;position:relative}ul.pc3s5Slider li{margin:0 15px}ul.pc3s5Slider .slick-arrow,ul.pc3s17Slider .slick-arrow{position:absolute;content:'';top:50%;width:20px;height:38px;background:url(https://diecut123.com/wp-content/uploads/2024/11/s5Arrow.png)no-repeat;z-index:9;padding:0;text-indent:-999999999px}ul.pc3s5Slider .slick-prev{left:-20px;transform:rotate(180deg)}ul.pc3s5Slider .slick-next{right:-20px;transform:rotate(0)}.pc3s5Box{max-width:420px;display:inline-block;background:#fff;box-shadow:0 0 10px 10px rgba(219,223,231,.2);margin:15px 0}.pc3s5Img{overflow:hidden}.pc3s5Img a{display:block}.pc3s5Box:hover .pc3s5Img a{transform:scale(1.1)}.pc3s5Content{padding:30px 25px}.pc3s5Title{font-size:22px;font-weight:700;color:#092c47;margin-bottom:15px}.pc3s5Title a{color:#092c47}.pc3s5Box:hover .pc3s5Title a{color:#0e6aed}.pc3s5Text{margin-bottom:30px}.pc3s5Btn a{display:block;text-align:center;background:#0e6aed;color:#fff;border:1px solid #0e6aed;border-radius:5px;padding:16px;box-shadow:0 10px 10px #dce0e9}.pc3s5Box:hover .pc3s5Btn a{background:#fff;color:#0e6aed;box-shadow:none}ul.pc3s5Slider ul.slick-dots{margin:0!important;padding:20px 0 0!important;list-style-type:none}ul.pc3s5Slider ul.slick-dots li{display:inline-block;margin:0 15px;width:34px;height:5px;border-radius:10px;background:#d6dae6;z-index:2}ul.pc3s5Slider ul.slick-dots li.slick-active{background:#0e6aed}ul.pc3s5Slider ul.slick-dots li button{visibility:hidden}.pc3Section6{padding:150px 0 60px}.pc3s6SubHeading,.pc3s7SubHeading{max-width:950px;margin:0 0 70px}.pc3s6Box{padding-bottom:20px}.pc3s6Title{font-size:22px;font-weight:700;color:#092c47;padding:45px 0 20px}.pc3s6Text{max-width:230px;font-size:14px;line-height:21px}.pc3Section7{padding:90px 0 60px;background-size:cover;background-position:50%;margin-bottom:100px}.pc3Section7 h2{color:#fff}.pc3s7SubHeading{color:#fff}.pc3s7Box{position:relative;color:#fff;padding-bottom:10px}.pc3s7Img{width:63px;float:left}.pc3s7Content{width:calc(100% - 63px);float:left;padding:0 0 0 30px}.pc3s7Title{font-size:20px;font-weight:600;margin-bottom:12px}.pc3s7Text{max-width:550px;font-weight:300}.pc3Section8{padding:40px 0 130px}.pc3s8Text{padding:10px 0 30px}.pc3Video,.pc3s8Img{display:inline-block;position:relative;z-index:1}.pc3Video a{display:block;position:relative}.pc3Video a:before{position:absolute;content:'';top:50%;left:50%;width:63px;height:63px;margin:-32px 0 0 -31px;background:url(https://diecut123.com/wp-content/uploads/2024/11/playIcon.png);transition:all .3s}.pc3Video a:hover:before{transform:scale(1.1)}.pc3s8ImgWraper{text-align:right}.pc3s8Img:before,.pc3s8Img:after{position:absolute;content:'';width:60px;height:60px;background:#0e6aed;z-index:-1}.pc3s8Img:before{top:-10px;left:-10px}.pc3s8Img:after{bottom:-10px;right:-10px}.pc3Section9{padding:90px 0 35px;background-size:cover;background-position:50%}.pc3Section9 h2{padding-bottom:80px}.pc3s9BoxWraper{position:relative;z-index:1}.pc3s9BoxWraper:before{position:absolute;content:'';top:-15px;left:0;width:100%;height:100%;background:#0e6aed;border-radius:0 15px 15px 15px;z-index:-1}.pc3s9BoxWraper:after{position:absolute;content:'';top:-35px;left:0;width:170px;height:20px;background:#0e6aed;border-radius:25px 25px 0 0;z-index:-1}.pc3s9Box{max-width:460px;display:inline-block;background:#fff;border-radius:15px;padding:40px;text-align:left}.pc3s9Img{width:80px;height:80px;border-radius:5px;background:#e6f0fd;text-align:center;line-height:80px}.pc3s9Title{padding:50px 0 15px;font-size:22px;font-weight:700;color:#092c47}.pc3s9Text{font-size:14px;line-height:21px}.pc3s9Link a{font-weight:600;display:inline-block;padding-right:20px;background:url(https://diecut123.com/wp-content/uploads/2024/11/pc3Arrow.png)100% no-repeat;color:#0e6aed}.pc3s9Box:hover .pc3s9Link a{padding-right:25px}.pc3Section10{padding:100px 0}.pc3Section10 h2{padding-bottom:25px}.pc3s4img{display:inline-block}.pc3s10Text{padding-top:45px;text-align:left}.pc3Section11{padding:80px 0}.pc3s11SubHeading{margin:0 0 25px}.pc3s11Box{position:relative;margin-bottom:25px;padding:25px;border-radius:10px;box-shadow:0 0 30px 30px rgba(219,223,231,.2);display:flex;align-items:center}.pc3s11Img{width:280px;float:left;border-radius:10px;overflow:hidden}.pc3s11Content{width:calc(100% - 280px);float:left;padding-left:30px}.pc3s11Title{font-size:22px;font-weight:700;color:#092c47;margin-bottom:15px}.pc3s11Text{margin-bottom:40px}.pc3s11Content a.commonBtn{padding:10px 40px 10px 20px;position:relative;font-size:14px}.pc3s11Content a.commonBtn:before{top:16px;right:15px}a.supportBtn{margin-left:30px;font-size:14px;font-weight:600;color:#092c47;text-decoration:underline;padding-right:30px;background:url(https://diecut123.com/wp-content/uploads/2024/11/s11Icon.png)100% no-repeat;display:inline-block}.pc3s11Form{background:#fff;border:1px solid #ecf1f6;border-radius:25px;padding:45px 25px 20px;position:relative}.pc3s11Form:before{position:absolute;content:'';top:-124px;right:40px;width:124px;height:123px;background:url(https://diecut123.com/wp-content/uploads/2024/11/pc3s11Icon.png)no-repeat}.pc3s11FormTitle{font-size:24px;font-weight:700;color:#092c47;text-align:center;padding-bottom:30px}.pc3s11Form input[type=text],.pc3s11Form input[type=email],.pc3s11Form input[type=tel],.pc3s11Form textarea{background:#f7f8fa!important;border:1px solid #f7f8fa!important;color:#6f86a2!important;padding:22px}.pc3s11Form input[type=text]:focus,.pc3s11Form input[type=email]:focus,.pc3s11Form input[type=tel]:focus,.pc3s11Form textarea:focus,.pc3s11Form input[type=text]:active,.pc3s11Form input[type=email]:active,.pc3s11Form input[type=tel]:active,.pc3s11Form textarea:active{background:#fff!important;border-color:#ecf1f6!important}.pc3s11Form input[type=text]::placeholder,.pc3s11Form input[type=email]::placeholder,.pc3s11Form input[type=tel]::placeholder,.pc3s11Form textarea::placeholder{color:#6f86a2!important}.pc3s11Form button[type=submit]{width:100%;border-radius:10px;padding:20px}.pc3s11Form button[type=submit]:hover{background:#000!important;border-color:#000!important}.pc3Section12{padding:100px 0 120px}.pc3s12Box{max-width:680px;display:inline-block;text-align:left;box-shadow:0 0 30px 30px rgba(219,223,231,.2)}.pc3s12Img{overflow:hidden}.pc3s12Img a{display:block}.pc3s12Box:hover .pc3s12Img a{transform:scale(1.1)}.pc3s12Content{padding:40px 35px 35px}.pc3s12Title{font-size:24px;font-weight:600;color:#092c47;padding-bottom:15px}.pc3s12Title a{color:#092c47}.pc3s12Box:hover .pc3s12Title a{color:#0e6aed}.pc3s12Text{padding-bottom:15px}.pc3s12Btn a{padding:19px;display:block;text-align:center;background:#0e6aed;color:#fff}.pc3s12Btn a span{display:inline-block;padding-right:20px;background:url(https://diecut123.com/wp-content/uploads/2024/11/whiteArrow.png)100% no-repeat;transition:all .3s}.pc3s12Box:hover .pc3s12Btn a{background:#000}.pc3s12Box:hover .pc3s12Btn a span{padding-right:25px}.pc3Section13 .pc3BannerDetails{max-width:550px}.pc3Section14{padding:150px 0 100px}.pc3tabs{text-align:center}.pc3tabs ul.tabs{margin:0!important;padding:0!important;list-style-type:none;background:#f3f6fb;border-radius:40px;display:inline-block}.pc3tabs ul.tabs li{display:inline-block;font-weight:600;color:#092c47;border:1px solid transparent;padding:18px 20px;border-radius:40px;min-width:250px;cursor:pointer}.pc3tabs ul.tabs li.current{border:1px solid #0e6aed;color:#0e6aed;background:#fff;box-shadow:0 20px 20px rgba(220,224,233,.5)}.pc3tabs .tab-content{padding-top:80px;display:none;text-align:left}.pc3tabs .tab-content.current{display:block}.pc3tabs table{text-align:center;box-shadow:0 10px 50px 30px rgba(40,62,128,.1)}.pc3tabs table,.pc3tabs table tr,.pc3tabs table tr th,.pc3tabs table tr td{border:none}.pc3tabs table tr th{background:#0e6aed;color:#fff;padding:20px 10px}.pc3tabs table tr td{padding:20px 10px;background:#fff;color:#22445f;font-weight:600}.pc3tabs table tr:nth-child(odd) td{background:#f3f6fb}.pc3Section15{padding:100px 0 150px}ul.pc3s15Slider{margin:0!important;padding:0!important;list-style-type:none;position:relative}ul.pc3s15Slider li{margin:0}ul.pc3s15Slider .slick-arrow{position:absolute;content:'';top:50%;width:14px;height:22px;background:url(https://diecut123.com/wp-content/uploads/2024/11/s15Arrow.png)no-repeat;padding:0;z-index:9;text-indent:-99999999999px}ul.pc3s15Slider .slick-prev{left:0}ul.pc3s15Slider .slick-next{right:0;transform:rotate(180deg)}ul.pc3s15Slider ul.slick-dots{margin:0!important;padding:30px 0 0!important;list-style-type:none;text-align:center}ul.pc3s15Slider ul.slick-dots li{display:inline-block;margin:0 10px;width:8px;height:8px;border-radius:40px;background:#c7c7c7;z-index:2}ul.pc3s15Slider ul.slick-dots li.slick-active{background:#0e6aed;width:35px}ul.pc3s15Slider ul.slick-dots li button{visibility:hidden;padding:0}.pc3s15Box{max-width:1130px;margin:0 auto;padding:15px 15px 0;text-align:center}.pc3s15Text{font-weight:300}.pc3s15Img{display:inline-block;margin:30px 0 15px;overflow:hidden;border-radius:100%}.pc3s15Title{font-size:20px;font-weight:600;color:#092c47;padding-bottom:10px}.pc3s15SubTitle{font-weight:300}.pc3Section16{padding:100px 0 90px}.pc3FAQs{counter-reset:step-counter}.pc3FAQs .accordiaBox{background:#fff;position:relative;padding:0 0 0 150px;margin-bottom:10px;counter-increment:step-counter;border-radius:10px;overflow:hidden;cursor:pointer}.pc3FAQs .accordiaBox:before{position:absolute;content:'0'counter(step-counter);top:0;left:0;width:100px;height:100%;background:#0e6aed;color:#fff;font-size:22px;font-weight:600;padding-top:40px;text-align:center}.pc3FAQs .accordion{font-size:22px;font-weight:600;color:#092c47;padding:40px 150px 40px 0;transition:all .3s;position:relative}.pc3FAQs .accordiaBox.active .accordion{padding-bottom:20px}.pc3FAQs .accordion:before{position:absolute;content:'+';top:40px;right:40px;font-size:30px;font-weight:600;color:#0e6aed;transition:all .3s}.pc3FAQs .accordiaBox.active .accordion:before{content:'-'}.pc3FAQs .panel{font-size:14px;padding:0 0 10px;max-width:85%;display:none}.pc3Section17{padding:140px 0}.pc3Section17 h2{padding-bottom:15px}ul.pc3s17Slider li{margin:0 15px}ul.pc3s17Slider .slick-prev{left:-40px;transform:rotate(180deg)}ul.pc3s17Slider .slick-next{right:-40px;transform:rotate(0)}.pc3s17Box{max-width:340px;display:inline-block;text-align:left}.pc3s17Img{overflow:hidden}.pc3s17Img a{display:block}.pc3s17Box:hover .pc3s17Img a{transform:scale(1.1)}.pc3s17Content{padding:15px 0 0}.pc3s17Title{font-size:18px;font-weight:700;color:#092c47;margin-bottom:10px}.pc3s17Title a{color:#092c47}.pc3s17Box:hover .pc3s17Title a{color:#0e6aed}.pc3s17Link a{font-size:14px;font-weight:600;color:#0e6aed;padding-right:25px;display:inline-block;background:url(https://diecut123.com/wp-content/uploads/2024/11/pc3Arrow.png)100% no-repeat}.pc3s17Box:hover .pc3s17Link a{padding-right:30px}.pc3Section18{padding:110px 0}.pc3s18FAQs{padding:20px 40px;background:#fff}.pc3s18FAQs .accordiaBox{border-bottom:1px solid #d1d8e2}.pc3s18FAQs .accordiaBox:last-child{border-bottom:none}.pc3s18FAQs .accordion{font-size:18px;font-weight:600;color:#092c47;position:relative;padding-right:60px;cursor:pointer;padding:30px 0;transition:all .3s}.pc3s18FAQs .accordiaBox.active .accordion{padding:30px 0 10px}.pc3s18FAQs .accordion:before{position:absolute;content:'+';top:30px;right:0;font-size:30px;font-weight:600;color:#22445f}.pc3s18FAQs .accordiaBox.active .accordion:before{content:'-'}.pc3s18FAQs .panel{display:none;padding-bottom:30px}.pc3s18FAQs .panel p:last-child{margin:0}.pc3s18FAQs .accordiaBox.active .panel{display:block}.pc3s18Form{background:#0e6aed;padding:50px 25px 25px;width:100%;max-width:370px;float:right}.pc3s18FormTitle{font-size:24px;font-weight:700;color:#fff;text-align:center;padding-bottom:30px}.pc3s18Form input[type=text],.pc3s18Form input[type=email],.pc3s18Form input[type=tel],.pc3s18Form textarea{background:#fff!important;border:1px solid #fff!important;color:#6f86a2!important;padding:22px}.pc3s18Form input[type=text]:focus,.pc3s18Form input[type=email]:focus,.pc3s18Form input[type=tel]:focus,.pc3s18Form textarea:focus,.pc3s18Form input[type=text]:active,.pc3s18Form input[type=email]:active,.pc3s18Form input[type=tel]:active,.pc3s18Form textarea:active{background:#fff!important;border-color:#fff!important}.pc3s18Form input[type=text]::placeholder,.pc3s18Form input[type=email]::placeholder,.pc3s18Form input[type=tel]::placeholder,.pc3s18Form textarea::placeholder{color:#6f86a2!important}.pc3s18Form button[type=submit]{width:100%;border-radius:10px;padding:20px;border:1px solid #fff}.pc3s18Form button[type=submit]:hover{background:#fff!important;color:#0e6aed!important;opacity:1!important}.videoSection2Title{font-size:18px;margin:10px 0}.videoCOntent,.videoHeading{padding:0!important}.videoBanner .bannerContent{padding:0!important}.hp6Btn{display:inline-block;border:2px solid #0e6aed;background:#0e6aed;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:#0e6aed}a.whiteBorder{border-color:#fff}.hp6Btn:hover{border:2px solid #343434;background:#343434;color:#fff}.hp6Section1{background-position:50%!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(https://diecut123.com/wp-content/uploads/2021/09/hp6checkIcon1.png)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:#0e6aed}.hp6s3ProductText,.hp6s3ProductBtn{padding:10px 0}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:#0e6aed}.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:#0e6aed}.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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2021/09/hp6checkIcon2.png)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;cursor:pointer}.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:#0e6aed;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(https://diecut123.com/wp-content/uploads/2021/02/MTclientSliderArws.png)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:#0e6aed;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(https://diecut123.com/wp-content/uploads/2021/09/hp6checkIcon3.png)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/.1);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(https://diecut123.com/wp-content/uploads/2021/09/hp6checkIcon4.png)no-repeat}ul.hp6s10List li a:hover{color:#0e6aed}.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:#0e6aed;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/.1);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 #0e6aed!important;border-bottom:none!important;background-color:#0e6aed!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:#0e6aed}.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(0)}.lp5FAQs .panel{color:#000;display:none}.serchPalette input[name=search]{width:100%;border:1px solid #dadada;background:url(https://diecut123.com/wp-content/uploads/2021/11/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:var(--ast-global-color-0);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:var(--ast-global-color-0);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(https://diecut123.com/wp-content/uploads/2021/11/shareIcon.png)no-repeat #0e6aed;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}.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/.1);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:#0e6aed}.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:#0e6aed}.pc5ScrollSection.fixed{position:fixed;top:73px;left:0;width:100%;background:#fff;z-index:9}.logged-in .pc5ScrollSection.fixed{top:105px}.pc5BG{background:url(https://diecut123.com/wp-content/uploads/2021/12/pc5BG.jpg)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:#0e6aed}.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 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:#0e6aed}.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,#ffffff 0%,#f4f4f4 100%);background:-webkit-linear-gradient(top,#ffffff 0%,#f4f4f4 100%);background:linear-gradient(to bottom,#ffffff 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:#0e6aed;border-color:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2021/12/playIcon.png)no-repeat}.pd7Section10 ul li a{color:#676767;font-weight:600}.pd7Section10 ul li a:hover{color:#0e6aed}.pds11Text{font-size:26px;line-height:42px}.pd7s8Box{padding:30px 40px;box-shadow:0 1px 4px 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(https://diecut123.com/wp-content/uploads/2021/12/downloadIcon.png)50% 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:#0e6aed}.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:#0e6aed;cursor:pointer}.readmoreBtn:before{position:absolute;content:"\e900";top:-1px;left:0;font-family:Astra;font-size:18px;font-weight:600;color:#0e6aed;transition:all .3s}.readmoreBtn.read-more:before{transform:rotate(180deg)}.lp6Banner .bannerContent{margin-top:10%}.lp6Section1 h1{font-weight:800;font-size:44px!important}.lp6s1SubHeading{color:#0e6aed;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(https://diecut123.com/wp-content/uploads/2022/01/lp6s2Icon.png)0 2px no-repeat;font-size:18px}.lp6s2Row2{padding:20px}.lp6s2Title{font-size:24px;font-weight:600;color:#0e6aed;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:#0e6aed;border:2px solid #fff;box-shadow:0 0 0 1px #0E6AED;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(https://diecut123.com/wp-content/uploads/2022/01/pattern.png)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 #0e6aed}.hp7s3Img{overflow:hidden}.hp7s3Img a{display:inline-block}.hp7s3Box:hover .hp7s3Img a{transform:scale(1.1)}.hp7s3Title{margin:15px 10px 10px}.hp7s3Title a{font-size:22px;font-weight:700;color:#000}.hp7s3Box:hover .hp7s3Title a{color:#0e6aed}.hp7s3Text{padding:0 10px 15px}.hp7s4Video{text-align:center}.hp7s6Box,.hp7s10Box{display:inline-block;max-width:370px}.hp7s6Title a,.hp7s7Title,.hp7s10Title a{display:inline-block;font-size:22px;font-weight:700;color:#000;margin:15px 0 10px}.hp7s7Title a{color:#000}.hp7s6Box:hover .hp7s6Title a,.hp7s7Box:hover .hp7s7Title a,.hp7s10Box:hover .hp7s10Title a{color:#0e6aed}.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,.hp12Section10:before,.hp12Section5: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:#0e6aed}.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:#0e6aed;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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2022/01/checkList.png)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(https://diecut123.com/wp-content/uploads/2022/01/dots.png)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(https://diecut123.com/wp-content/uploads/2022/01/hp8s6Bg.jpg)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:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2022/01/dots.png)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:#0e6aed;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:#0e6aed}.hp8s9List:before{background:url(https://diecut123.com/wp-content/uploads/2022/01/checkList2.png)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:#0e6aed}.hp8s11Box:hover .hp8s11Title a{color:#000}.hp8s11Text{line-height:24px;min-height:135px}.hp8s11Link a{display:inline-block;color:#0e6aed;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 #0e6aed;border-radius:100%}ul.hp8s10Slider ul.slick-dots li.slick-active{background:#0e6aed}.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(https://diecut123.com/wp-content/uploads/2022/01/quoteIcon-1.png)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:#0e6aed}.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;max-width:108px}.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;padding:10px 0}.au6s3Title{font-size:40px;font-weight:600;color:#0e6aed;line-height:1}.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:#0e6aed}.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/.1);display:inline-block;max-width:270px;border-radius:30px;padding:20px 20px 40px;text-align:left;transition:all .3s}.hp9s1Box:hover{background:#0e6aed;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(https://diecut123.com/wp-content/uploads/2022/01/checkList.png)no-repeat}.hp9s2List ul li a{color:#fff}.hp9s2List ul li a:hover{color:#666}.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(https://diecut123.com/wp-content/uploads/2022/03/hp9s5Icon.png)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:#0e6aed}.hp9Section8{position:relative}.hp9Section8:before{position:absolute;content:'';bottom:0;left:0;width:100%;height:50%;background:#0e6aed;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(https://diecut123.com/wp-content/uploads/2021/01/lp4SliderArrowHvr.png)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 #0e6aed;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:#0e6aed}.hp9s10Text2{padding-left:10px;position:relative}.hp9s10Text2:before{position:absolute;content:'';top:7px;left:0;width:3px;height:calc(100% - 10px);background:#0e6aed}.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(0);font-size:20px;font-weight:700;color:#4b4b4b;transition:all .3s}.hp9FAQs .accordiaBox.active .accordion:before{transform:rotate(180deg);color:#0e6aed}.hp9FAQs .panel{display:none;margin-top:10px;padding-top:10px;border-top:1px solid #0e6aed}.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:50%;background-size:cover;background-repeat:no-repeat}.hp9Section4 ul.homeSlider,.hp9Section8 ul.homeSlider{max-width:570px}.pc6Banner .bannerContent{max-width:600px}.pc6Section1{counter-reset:step-counter}.pc6s1Box,.pc6s4Box{display:inline-block;max-width:370px;text-align:center;background:#fcfcfc;border-radius:5px;padding:80px 20px 20px;box-shadow:0 0 4px 2px #efefef;counter-increment:step-counter;transition:all .3s}.pc6s1Box:hover,.pc6s4Box:hover{box-shadow:2px 2px 8px 2px #dedede}.pc6s1Box:before{position:absolute;content:counter(step-counter);top:20px;left:50%;width:40px;height:40px;line-height:40px;margin-left:-20px;text-align:center;background:#0e6aed;border-radius:100%;font-size:24px;color:#fff}.pc6s1Title,.pc6s4Title{font-size:18px;font-weight:600;line-height:24px;margin-bottom:10px}.pc6s2Box,.hp11s3Box{display:inline-block;max-width:270px}.pc6s2Img a,.hp11s3Img a{display:block;position:relative}.pc6s2Img .pc6s2Img2,.hp11s3Img .hp11s3Img2{display:none}.pc6s2Box:hover .pc6s2Img2,.hp11s3Box:hover .hp11s3Img2{position:absolute;top:0;left:0;display:block}.pc6s2SKU{color:#acacac;font-size:16px;line-height:20px;margin:15px 0 0;font-weight:600}.pc6s2Title a{display:inline-block;font-size:18px;font-weight:600;color:#000}.pc6s2Box:hover .pc6s2Title a,.pc6s5Box:hover .pc6s5Title a,.hp10s3Box:hover .hp10s3Title a{color:#0e6aed}.pc6CTA a{display:inline-block;padding-left:20px;position:relative;text-align:center}.pc6CTA a:before{position:absolute;content:"\e900";top:5px;left:0;width:14px;height:14px;background:#0e6aed;color:#fff;font-size:10px;font-family:Astra;transform:rotate(270deg);border-radius:100%;font-weight:600;transition:all .3s;line-height:16px}.pc6CTA a:hover:before{transform:rotate(-90deg)}.pc6s4Box{padding:20px}.pc6s4Img{display:inline-block;max-width:64px;margin-bottom:15px}ul.pc6s5Slider{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.pc6s5Slider li.slick-slide{margin:10px 12px}.pc6s5Box{display:inline-block;max-width:290px;border-radius:5px;box-shadow:0 0 4px 1px #ececec;background-color:#fff;overflow:hidden;transition:all .3s;text-align:left}.pc6s5Box:hover{box-shadow:2px 2px 8px 2px #dedede}.pc6s5Title{padding:10px}.pc6s5Title a{display:inline-block;font-size:18px;font-weight:600;color:#000}.pc6s5Link{padding:0 10px 10px}.pc6s5Link a,.hp10s3Link a{display:inline-block;position:relative;padding-right:15px}.pc6s5Link a:before,.hp10s3Link a:before{position:absolute;content:"\e900";top:1px;right:0;font-size:12px;font-weight:600;color:#0e6aed;font-family:Astra;transform:rotate(270deg);transition:all .3s}.pc6s5Box:hover .pc6s5Link a{padding-right:20px;color:#000}.pc6s5Box:hover .pc6s5Link a:before,.hp10s3Box:hover .hp10s3Link a,.hp10s3Box:hover .hp10s3Link a:before{color:#000}ul.pc6s5Slider ul.slick-dots,ul.wus1Slider ul.slick-dots{margin:10px 0 0!important;padding:0!important;list-style-type:none;line-height:1px}ul.pc6s5Slider ul.slick-dots li button,ul.wus1Slider ul.slick-dots li button{display:none}ul.pc6s5Slider ul.slick-dots li,ul.wus1Slider ul.slick-dots li{width:40px;height:3px;background-color:#c1c7d0;display:inline-block;margin:0 4px;border-radius:4px}ul.pc6s5Slider ul.slick-dots li.slick-active,ul.wus1Slider ul.slick-dots li.slick-active{background-color:#000}.pc6Banner{position:relative}.pc6BannerContent{position:absolute;top:0;margin-top:5%;background:#fff;border-radius:5px;padding:35px;max-width:520px}.wus1Title{font-size:20px;color:#000;text-align:left}ul.wus1Slider{margin:0 -15px!important;padding:0!important;list-style-type:none}ul.wus1Slider li.slide{margin:0 15px}.wuSection3 h2{position:relative;z-index:2}.wus3Count{position:absolute;content:'0'counter(step-counter);top:-60px;left:15px;color:#f2f2f2;font-size:64px;font-weight:700;z-index:1}.greySection .wus3Count{color:#e3e3e3}.hp10Section1{border-bottom:1px solid #dfdfdf}.hp10s2Box{display:inline-block;max-width:270px}.hp10s2Img{display:inline-block;max-width:88px}.hp10s2Title,.hp10s3Title a{font-size:22px;color:#000;margin:10px 0 5px}.hp10CTA{text-align:right}.hp10s3Box{display:inline-block;max-width:370px;text-align:left;background:#fcfcfc;border-radius:5px;overflow:hidden;box-shadow:0 0 4px 2px #efefef;transition:all .3s}.hp10s3Box:hover{box-shadow:2px 2px 8px 2px #dedede}.hp10s3Img{overflow:hidden}.hp10s3Img a{display:block}.hp10s3Box:hover .hp10s3Img a{transform:scale(1.1)}.hp10s3Content{padding:20px}.hp10s4Box{max-width:570px}.hp10Banner{padding:70px 0 60px;background-size:cover}.hp10FAQs{border-radius:5px;background:#fff;border:solid 1px #dfdfdf;box-shadow:0 2px 5px rgba(0,0,0,.1)}.hp10FAQs .accordiaBox{border-bottom:1px solid #dfdfdf;padding:15px 30px}.hp10FAQs .panel{display:none}.hp10FAQs .accordiaBox.active .panel{display:block}.hp10FAQs .accordion{font-size:22px;color:#03363d;font-weight:500;cursor:pointer;position:relative;padding:10px 0}.hp10FAQs .accordion:before{position:absolute;content:"\e900";top:14px;right:0;font-family:Astra;font-size:16px;font-weight:700;transform:rotate(0);transition:all .3s;color:#03363d}.hp10FAQs .accordiaBox.active .accordion:before{transform:rotate(180deg)}.pc7ScrollSection{text-align:center;background-color:#f2f2f2;font-size:16px;padding:14px 0;border-bottom:1px solid #e6e6e6}.pc7ScrollSection ul{margin:0!important;padding:0!important;list-style-type:none}.pc7ScrollSection ul li{display:inline-block;padding:0 12px;margin:0}.pc7ScrollSection ul li a{color:#42526e}.pc7s4Img{border-radius:111px 11px 111px 11px;box-shadow:16px 16px #f3f3f3;overflow:hidden}.pc7s4Box{display:inline-block;max-width:370px;text-align:left}.pc7s4Title{font-size:22px;font-weight:600;color:#000;padding:0 0 5px 30px;position:relative}.pc7s4Title:before{position:absolute;content:'';top:8px;left:0;width:23px;height:19px;background:url(https://diecut123.com/wp-content/uploads/2022/04/checkList.png)no-repeat}.pc7s4CTA{text-align:right}.pc7s3Tabs{background:#ebecf0}.pc7s3Tabs ul.tabs{margin:0!important;padding:0!important;list-style-type:none}.pc7s3Tabs ul.tabs li{display:inline-block;padding:17px 20px;color:#111;border-bottom:2px solid transparent;transition:all .3s;cursor:pointer}.pc7s3Tabs ul.tabs li.current{border-color:#111}.pc7s3TabsWraper .tab-content{display:none}.pc7s3TabsWraper .tab-content.current{display:block}.pc7s2Box,.pc7s3Box{max-width:270px}.pc7PageNo{text-align:center;margin-top:20px}.pc7PageNo .page-numbers{margin:0 5px 0 0;display:inline-block;background:#fff;border:1px solid #999;border-radius:2px;color:#706f6c;font-size:14px;width:32px;line-height:30px;text-align:center}.pc7PageNo .page-numbers.current,.pc7PageNo .page-numbers:hover{border:1px solid #0e6aed}.pc7PageNo .prev{width:80px}.pc7PageNo .next{width:60px;margin:0}.langs1Title{font-size:24px;color:#000;margin-bottom:20px}ul.langList{margin:0!important;padding:0!important;list-style-type:none}ul.langList li a{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;font-size:14px;color:#555}ul.langList li a:hover{background:#f5f5f5}ul.langList li a img,.langTranslate a img{max-width:18px;margin-right:10px;border-radius:100%;overflow:hidden}.langTranslate{display:inline-block}.langTranslate a{position:relative;display:block;font-size:16px;color:#000}.langTranslate a:hover{color:#0e6aed}.langTranslate a img{margin-right:5px;max-width:22px}.hp11s1Title{text-transform:uppercase}ul.hp11s1Brands{margin:0!important;padding:0 40px!important;list-style-type:none}ul.hp11s1Brands li.slide{outline:none;padding:0 15px}ul.hp11s1Brands li.slick-slide img{display:inline-block}.hp11s2BoxWrapper{padding:35px 20px 35px 45%;background-repeat:no-repeat;background-position:0 100%}.hp11s2Title{text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.hp11s3subHeading{font-size:22px}.hp11s3Box{text-align:left}.hp11s3Img{position:relative}.hp11s3ImgCaption{position:absolute;content:'';top:10px;right:10px;padding:5px 12px 6px;border-radius:30px;font-size:14px;font-weight:600;color:#fff;background:#0e6aed;min-width:90px}.hp11s3Title{font-weight:600;margin:10px 0 0;text-transform:uppercase}.hp11s4Box{position:relative;display:table;table-layout:fixed;height:100%}.hp11s4Box1{display:table-cell;vertical-align:middle;width:60%;padding:0 140px;color:#fff}.hp11s4Box1 ul{margin-top:40px!important;padding:0!important;list-style-type:none}.hp11s4Box1 ul li{margin-bottom:25px;position:relative;padding-left:35px}.hp11s4Box1 ul li img.hp11s4Icon{position:absolute;top:0;left:0;width:25px}.hp11s4Box1 ul li b{text-transform:uppercase;letter-spacing:2px}.hp11s4Box2{display:table-cell;vertical-align:top;width:40%;text-align:center}.hp11s4Box2Content{padding:140px 70px 0}.hp11s4Video a{display:inline-block;padding-left:40px;position:relative;text-transform:uppercase;font-weight:600;letter-spacing:1px}.hp11s4Video a:before{position:absolute;content:'';top:0;left:0;width:30px;height:30px;background:url(https://diecut123.com/wp-content/uploads/2021/01/h3PlayIconSM.png)no-repeat;background-size:100%;transition:all .3s}.hp11s4Video a:hover:before{transform:scale(1.1)}.hp11s5Box{background:#ebf0f3;min-height:385px;padding:35px 20px 20px;text-align:left}.hp11Quote img{height:30px}.hp11s5Title{padding:10px 0;font-size:22px;color:#000;line-height:24px}.hp11s5Btn{padding-top:50px}.hp11s6Box{position:relative;background:#fff;padding:40px;z-index:2}.hp11s6BoxRight{margin-left:-240px}.hp11s6BoxLeft{margin-right:-240px}.hp11s6SubHeading{text-transform:uppercase;font-size:16px;font-weight:600;letter-spacing:1px}.hp11s6Btn a{display:inline-block;text-transform:uppercase;font-weight:600;letter-spacing:1px;border-bottom:1px solid #0e6aed;line-height:1}.hp11s6Btn a:hover{border-color:#000}.hp11s6Btns{text-align:center}.hp11s6Btns a.commonBtn{margin:0 10px}.hp11FAQs .accordiaBox{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;margin-top:-1px;position:relative}.hp11FAQs .accordion{color:#000;padding:18px 20px 18px 0;font-weight:600;text-transform:uppercase;letter-spacing:2px;cursor:pointer;position:relative}.hp11FAQs .accordion:before{position:absolute;content:'+';top:10px;right:0;font-size:28px;font-weight:400;color:#0e6aed;transition:all .3s}.hp11FAQs .accordiaBox.active .accordion:before{transform:rotate(135deg)}.hp11FAQs .panel{display:none}.hp11FAQs .accordiaBox.active .panel{display:block}.hp11s8Brands ul{margin:40px 0 0!important;padding:0!important;list-style-type:none}.hp11s8Brands ul li{display:inline-block}.hp11s9Img{display:inline-block;max-width:270px;overflow:hidden}.hp11s9Img a{display:block}.hp11s9Img a:hover{transform:scale(1.1)}.hp11Section10,.lp7Section8{position:relative}.hp11Section10:before,.lp7Section8:before{position:absolute;content:'';bottom:0;left:0;width:100%;height:25%;background:#000}.hp11s10Box{display:table}.hp11s10Left,.hp11s10Right{display:table-cell;width:50%}.hp11s10Right{padding:0 20px;vertical-align:middle}.lp7Section1{background-position:50%;background-size:cover;background-repeat:no-repeat}.lp7s1Text{font-size:22px;text-transform:uppercase}.lp7s2List ul{margin:0!important;padding:0!important;list-style-type:none}.lp7s2List ul li{margin-bottom:25px;padding:10px 0 10px 70px;position:relative}.lp7s2List ul li .lp7s2ListIcon{position:absolute;top:50%;left:0;margin-top:-25px;width:50px;height:50px}.lp7s3Box{display:inline-block;max-width:270px}.lp7s3Title{font-size:20px;font-weight:600;text-transform:uppercase;color:#fff;margin-top:10px}.lp7s3SliderWraper{max-width:875px;margin:0 auto}ul.lp7s3Slider{margin:0!important;padding:0!important;list-style-type:none}ul.lp7s3Slider li{outline:none}.lp7Section3a{position:relative}.lp7Section3a:before{position:absolute;content:'';top:0;left:0;width:100%;height:60%;background:#0e6aed}.lp7s5Box{display:table;width:100%}.lp7s5Box1,.lp7s5Box2{display:table-cell;width:50%}.lp7s5Box1{vertical-align:middle;padding:0 100px}.lp7s5Title{text-transform:uppercase;font-size:16px;font-weight:600}.lp7s5Box1 h2{color:inherit!important}.lp7s6Box{max-width:270px;display:inline-block;text-align:left}.lp7s6Title{margin:15px 0 5px}.lp7s6Title a{text-transform:uppercase;color:#000;font-weight:600}.lp7s6Title a:hover{color:#0e6aed}.lp7s7BoxWraper{display:table;width:100%}.lp7s7Box{display:table-cell;width:50%;vertical-align:middle;padding:40px 30px;text-align:center}.lp7s7Box1{background:#f1f1f1}.lp7s7Box2{background:#dfdfdf}.lp7s7Text{font-size:20px;text-transform:uppercase;letter-spacing:1px}.lp7s7Btn a{display:inline-block;position:relative;padding:0 25px;font-weight:600;text-transform:uppercase}.lp7s7Btn a:before,.lp7s7Btn a:after{position:absolute;content:"\e900";top:2px;font-family:Astra;transform:rotate(270deg);font-size:15px;color:#0e6aed;font-weight:700;transition:all .3s}.lp7s7Btn a:before{left:0}.lp7s7Btn a:after{right:0;transform:rotate(90deg)}.lp7s7Btn a:hover:before{left:8px;color:#000}.lp7s7Btn a:hover:after{right:8px;color:#000}.page-template-template-home12 #content a{text-decoration:underline}.page-template-template-home12 .ast-sticky-active{background:#0e6aed}.hp12s1Box{display:inline-block;max-width:370px}.hp12s1Img{width:50px;float:left}.hp12s1Content{width:calc(100% - 50px);float:left;padding-left:15px}.hp12s1Title{font-size:16px;font-weight:600;color:#fff;margin-bottom:10px}.hp12s1Text{color:#acc6ff;font-size:14px;font-weight:300}.hp12Section2{position:relative}.hp12Section2:before{position:absolute;content:'';top:0;left:0;width:100%;height:20%;background:#0e6aed}.hp12s3Img,.hp12s3Content{float:left;width:50%;padding:0 15px}.hp12s3Content{padding:0 40px;font-size:14px}.hp12Section3{max-width:1920px;margin:0 auto}.hp12Section3 ul{margin:0!important;padding:0!important;list-style-type:none}.hp12Section3 ul li{margin-bottom:25px;padding-left:35px;position:relative}.hp12Section3 ul li:before{position:absolute;content:'';top:0;left:0;width:22px;height:21px;background:url(https://diecut123.com/wp-content/uploads/2022/01/checkList2.png)no-repeat}.hp12s4Box{max-width:320px;display:inline-block;text-align:left}.hp12s4Img a{display:inline-block;position:relative}.hp12s4Img a:before{position:absolute;content:'';top:50%;left:50%;width:0%;height:0%;background:rgba(0,0,0,.4);transition:all .3s}.hp12s4Box:hover .hp12s4Img a:before{top:0;left:0;width:100%;height:100%}.hp12s4Img 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}.hp12s4Box:hover .hp12s4Img a:after{display:block}.hp12s4Title{font-size:16px;color:#000;font-weight:600;margin:10px 0}.hp12s4Title a{color:#000;text-decoration:none!important}.hp12s4Box:hover .hp12s4Title a{color:#0e6aed}.hp12Section5{background-repeat:no-repeat;background-size:cover;position:relative}.hp12s4Text,.hp12s5Text{font-size:14px}.hp12s5Box{max-width:305px}.hp12s5Title{font-size:18px;color:#fff;font-weight:600;margin:20px 0 10px}.hp12s5Text{color:#ccc}ul.hp12s12brands{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.hp12s12brands li{display:inline-block;margin:0 5px 10px}.hp12s8Content{padding:20px 0 20px 55px}.hp12s8Content ul{margin:25px 0 15px!important;padding:0!important;list-style-type:none;position:relative}.hp12s8Content ul:after{content:"";display:block;clear:both}.hp12s8Content ul li{float:left;width:50%;padding-left:20px;margin-bottom:30px;position:relative;color:#000;font-size:18px}.hp12s8Content ul li:before{position:absolute;content:'';top:9px;left:0;width:8px;height:8px;background:#0e6aed;border-radius:100%}ul.hp12s9List{margin:0!important;padding:0!important;list-style-type:none}ul.hp12s9List 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.hp12s9List li a{color:#060a12;text-decoration:none!important}ul.hp12s9List li:hover{border:2px solid #0e6aed;background:url(https://diecut123.com/wp-content/uploads/2022/07/s9ListIcon.png)101% 101% no-repeat #0e6aed;color:#fff}ul.hp12s9List li:hover a{color:#fff}.hp12Form,.quickQuote{box-shadow:0 0 80px 13px rgba(141,153,204,.1);padding:50px 35px 45px;border:1px solid #ecf1f6}.hp12FormTitle{font-size:32px;font-weight:700;color:#060a12;margin-bottom:25px;text-align:center}.hp12Form input[type=text],.hp12Form input[type=email],.hp12Form textarea,.quickQuote input[type=text],.quickQuote input[type=email],.quickQuote textarea{width:100%;background:#f5f7fb;border:1px solid #f5f7fb!important;border-radius:0!important;padding:20px;margin-bottom:10px}.hp12Form input[type=text]:active,.hp12Form input[type=email]:active,.hp12Form textarea:active,.hp12Form input[type=text]:focus,.hp12Form input[type=email]:focus,.hp12Form 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}.hp12Form input[type=text]::placeholder,.hp12Form input[type=email]::placeholder,.hp12Form textarea::placeholder,.quickQuote input[type=text]::placeholder,.quickQuote input[type=email]::placeholder,.quickQuote textarea::placeholder{color:#b0b1b5}.hp12Form textarea{height:180px}.quickQuote textarea{height:120px}.hp12Form button[type=submit],.quickQuote button[type=submit]{display:block;width:100%;padding:20px}.quickQuote{padding:20px;width:100%;background:#fff}.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:0}.quickQuote .uploadBTNLabel{padding:18px 45px 18px 25px}.quickQuote button[type=submit]{padding:12px}.hp12Section6Content{padding:30px 0 0 55px}.hp12Section6 h2 b{color:#0e6aed}.hp12s6Box{position:relative;padding:20px 0 0}.hp12s6Box:after,.hp12s7List ul:after{content:"";display:block;clear:both}.hp12s6Img{width:40px;float:left}.hp12s6Content{width:calc(100% - 40px);float:left;padding-left:20px}.hp12s6Title{font-size:18px;color:#060a12;font-weight:600;margin-bottom:10px}.hp12s6Text{font-size:14px}.hp12Section7,.hp12Section11{position:relative}.hp12Section7:before,.hp12Section11:before{position:absolute;content:'';bottom:0;right:0;width:85%;height:60%;background:#f5f6f9}ul.hp12s7Slider{margin:0!important;padding:0!important;list-style-type:none}ul.hp12s7Slider li{outline:none}ul.hp12s7Slider .slick-arrow{position:absolute;bottom:0;left:0;width:61px;height:61px;background:url(https://diecut123.com/wp-content/uploads/2022/07/s8Arrow.png)no-repeat;text-indent:-99999999px;z-index:1;padding:0}ul.hp12s7Slider .slick-next{background-position:-61px 0;left:70px}ul.hp12s7Slider .slick-prev:hover{background-position:0 -61px}ul.hp12s7Slider .slick-next:hover{background-position:-61px -61px}.hp12s7Img{position:relative}.hp12s7Img .hp12s7Btn{position:absolute;bottom:0}.hp12s7Content{padding-top:70px}.hp12s7List{padding-top:150px}.hp12s7List ul{margin:0!important;padding:0!important;list-style-type:none;position:relative}.hp12s7List ul li{position:relative;margin-bottom:20px;padding-left:30px;width:50%;float:left}.hp12s7List ul li:before{position:absolute;content:'';top:5px;left:0;width:18px;height:12px;background:url(https://diecut123.com/wp-content/uploads/2022/07/checkIcon2.png)no-repeat}.hp12Section11:before{width:65%;height:50%}ul.hp12s11Slider{margin:0!important;padding:0!important;list-style-type:none}ul.hp12s11Slider li{outline:none;margin:0 15px}.hp12s11Box{position:relative}.hp12s11Content{position:absolute;top:0;width:100%;height:100%;padding:20px;color:#fff}.hp12s11Title{font-size:28px;font-weight:600;margin-bottom:20px}.hp12s11Text{display:none}.hp12s11Box:hover .hp12s11Text{display:block}.hp12s11Btn{position:absolute;bottom:20px}.hp12s11Btn .commonBtn{padding:15px 30px;border-radius:40px}ul.hp12s11Slider .slick-arrow{position:absolute;content:"";left:calc(50% - 40px);bottom:-50px;width:40px;height:40px;background:url(https://diecut123.com/wp-content/uploads/2022/07/s11Arrow.png)no-repeat;text-indent:-9999999px;padding:0;z-index:1}ul.hp12s11Slider .slick-prev{border-right:1px solid #cbcbcb;background-position:0 10px}ul.hp12s11Slider .slick-next{left:50%;background-position:0 12px;transform:rotate(180deg)}.hp12Section10{position:relative;background-size:cover;background-position:50%}ul.hp12s10Slider{margin:0 -15px!important;padding:0!important;list-style-type:none}.hp12s10Slider li{outline:none;margin:0 15px}.hp12s10Box{background:#fff;border-radius:40px;padding:30px}.hp12s10Img{float:left;width:80px;border-radius:100%;overflow:hidden}.hp12s10Content{width:calc(100% - 80px);float:left;padding:0 0 0 20px}.hp12s10Name{font-size:20px;font-weight:600;color:#060a12;margin-top:12px}.hp12s10Slider .slick-arrow{position:absolute;content:'';top:-70px;width:35px;height:25px;background:url(https://diecut123.com/wp-content/uploads/2022/07/s10Arrow.png)no-repeat;text-indent:-9999999px;z-index:1;padding:0}.hp12s10Slider .slick-prev{background-position:0 4px;right:50px}.hp12s10Slider .slick-next{transform:rotate(180deg);background-position:0 5px;right:15px;border-right:1px solid #fff}.page-template-template-home13 #content{background:#f6f7f9}.hp13s1wrapper{max-width:1400px;margin:0 auto;border-radius:30px;background:#fff;box-shadow:0 0 20px rgba(157,167,188,.15);position:relative;margin-top:-80px;padding:40px 0 5px}.hp13s1wrapper h2{font-size:35px}.hp13s1Link{text-align:right;text-transform:uppercase;padding-top:10px}.hp13s1Link a{font-weight:700;padding-right:25px;position:relative}.hp13s1Link a:before{position:absolute;content:"\e900";top:2px;right:0;font-family:Astra;transform:rotate(270deg);font-size:12px;font-weight:600;color:#0e6aed;transition:all .3s}.hp13s1Link a:hover:before{color:#000}.hp13s1Box{display:inline-block;max-width:340px;text-align:left}.hp13s1Img{overflow:hidden;border-radius:25px}.hp13s1Img a{display:inline-block}.hp13s1Box:hover .hp13s1Img a{transform:scale(1.1)}.hp13s1Title{padding:25px 10px 15px}.hp13s1Title a{color:#0e6aed;font-weight:700;text-transform:uppercase}.hp13s1Box:hover .hp13s1Title a{color:#000}.hp13s1Text ul{margin:0!important;padding:0 10px!important;list-style-type:none}.hp13s1Text ul li{position:relative;padding-left:12px;font-size:14px;margin-bottom:10px}.hp13s1Text ul li:before{position:absolute;content:'';top:5px;left:0;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #0e6aed}.hp13s2Box{margin-bottom:60px}.hp13s2Img{border:1px solid #c5cadb;display:inline-block;width:132px;height:132px;line-height:130px;border-radius:100%}.hp13s2Title{margin-top:15px}.hp13s2Title a{color:#7d89a3;font-weight:500}.hp13s2Box:hover .hp13s2Title a{color:#000}.hp13s3Btn{text-align:right;padding-top:20px}.hp13Section3{position:relative}.hp13Section3:before{position:absolute;content:'';bottom:0;right:0;width:50%;height:100%;background:#eef1f6}ul.hp13s3Slider{margin:0!important;padding:0!important;list-style-type:none}ul.hp13s3Slider li{outline:none}ul.hp13s3Slider .slick-arrow{position:absolute;bottom:0;left:0;width:50px;height:48px;background:url(https://diecut123.com/wp-content/uploads/2022/07/sliderArrow.png)no-repeat;text-indent:-99999999px;z-index:1;padding:0}ul.hp13s3Slider .slick-next{width:51px;background-position:-50px 0;left:70px}ul.hp13s3Slider .slick-prev:hover{background-position:0 -48px}ul.hp13s3Slider .slick-next:hover{background-position:-50px -48px}.hp13s3List{padding-top:85px}.hp13s3List ul{margin:0!important;padding:20px 0 0!important;list-style-type:none;position:relative}.hp13s3List ul li,.hp13s4Text ul li{position:relative;margin-bottom:20px;padding-left:20px}.hp13s3List ul li:before,.hp13s4Text ul li:before{position:absolute;content:'';top:7px;left:0;width:6px;height:6px;background:#0e6aed}.hp13s4Box{display:inline-block;max-width:550px;text-align:left}.hp13s4Img{overflow:hidden}.hp13s4Img a{display:block}.hp13s4Box:hover .hp13s4Img a{transform:scale(1.1)}.hp13s4Title{padding:25px 20px 15px}.hp13s4Title a{color:#0e6aed;font-size:20px;font-weight:700;text-transform:uppercase}.hp13s4Box:hover .hp13s4Title a{color:#000}.hp13s4Text{padding:0 20px}.hp13s4Text ul{margin:0!important;padding:0!important;list-style-type:none}.hp13s4Text ul li{margin-bottom:10px}.hp13Section5{background:#eef1f6}.hp13s5Box{position:relative;padding:90px 5px 20px;margin:0 14px 30px;width:195px;height:160px;float:left;font-size:14px;background:#fff;border-radius:15px;box-shadow:0 0 20px rgba(220,224,233,.5)}.hp13s5Box:before{position:absolute;content:'';top:35px;left:50%;width:40px;height:40px;margin-left:-20px;border-radius:10px;background:url(https://diecut123.com/wp-content/uploads/2021/09/hp6checkIcon2.png)50% no-repeat #0e6aed}.hp13s6Box{font-size:14px;padding:30px 30px 20px;background:#fff;border-radius:20px;box-shadow:0 0 20px rgba(220,224,233,.5)}.hp13s6Text{min-height:150px}.hp13s6Img{overflow:hidden;border-radius:100%;width:80px;float:left}.hp13s6Content{width:calc(100% - 80px);float:left;padding:10px 0 0 15px}.hp13s6Name{font-size:18px;color:#0e6aed;font-weight:600;margin-bottom:5px}.hp13Form{box-shadow:0 0 80px 13px rgba(141,153,204,.1);padding:50px 35px 45px;border:1px solid #ecf1f6;background:#fff;border-radius:30px}.hp13Section7Content,.hp13s7Img{padding-top:40px}.hp14Section1{max-width:1400px;margin:0 auto 120px;padding:60px 0 15px;box-shadow:0 0 20px rgba(152,165,191,.3);border-radius:35px;position:relative;margin-top:-90px;background:#fff}.hp14s1Box{max-width:330px}.hp14s1Title{color:#0e6aed;margin:15px 0 20px;font-weight:800;font-size:18px;text-transform:uppercase}.hp14s1Text{font-size:14px;line-height:21px}.hp14Section2{margin-bottom:140px}.hp14Sep{border-top:3px solid #f1f3f7;margin-bottom:45px}.hp14Tabs ul.tabs{margin:71px 0 0!important;padding:0!important;list-style-type:none;text-align:right}.hp14Tabs ul.tabs li{display:inline-block;margin-right:20px;border-bottom:3px solid transparent;font-size:16px;font-weight:600;color:#0e6aed;text-transform:uppercase;padding-bottom:20px;margin-bottom:-3px;position:relative;cursor:pointer;z-index:1}.hp14Tabs ul.tabs li.current{border-bottom:3px solid #0e6aed}.hp14Tabs .tab-content{display:none}.hp14Tabs .tab-content.current{display:block}ul.hp14Event{margin:0!important;padding:10px 0 0!important;list-style-type:none}ul.hp14Event li{text-transform:uppercase;font-weight:600;color:#0e6aed;padding-left:45px;margin-bottom:18px;position:relative}ul.hp14Event li:before{position:absolute;content:'';top:-3px;left:0;width:22px;height:21px;background:url(https://diecut123.com/wp-content/uploads/2022/01/checkList2.png)no-repeat}.hp14Section3{padding:85px 0;position:relative}.hp14Section3:before{position:absolute;content:'';top:0;right:0;width:45%;height:100%;background:#f9fafc}.hp14s3Img{text-align:left;max-width:650px}.hp14s3Img a{display:block}.hp14s3Text{padding-top:80px}.hp14s3Text ul,.hp14s2Content ul{margin:0!important;padding:0!important;list-style-type:none}.hp14s3Text ul li,.hp14s2Content ul li{position:relative;padding-left:35px;margin-bottom:20px;font-weight:600;text-transform:uppercase}.hp14s3Text ul li:before,.hp14s2Content ul li:before{position:absolute;content:'';top:3px;left:0;width:20px;height:20px;background:url(https://diecut123.com/wp-content/uploads/2022/07/checkIcon2.png)no-repeat}.hp14Section4{margin:110px 0}.hp14s4Box{max-width:400px;float:left;position:relative}.hp14s4Box:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1;display:none}.hp14s4Box:hover:before,.hp14s4Box:hover .hp14s4Title,.hp14s4Box:hover .hp14s4Link a{display:block}.hp14s4Title{position:absolute;width:100%;bottom:50px;text-align:center;font-weight:600;font-size:20px;color:#fff;z-index:1;display:none}.hp14s4Title a{color:#fff}.hp14s4Link a{position:absolute;top:10px;right:10px;width:59px;height:59px;background:url(https://diecut123.com/wp-content/uploads/2022/07/hp14s4Icon.png)no-repeat;text-indent:9999999999px;z-index:1;display:none}.hp14Section5{padding:110px 0;position:relative}.hp14Section5:before{position:absolute;content:'';bottom:0;right:0;width:50%;height:100%;background:#0e6aed}.hp14s5Text1{padding:20px 0;position:relative}.hp14s5Text1:after,.hp14Tabs2 ul.tabs2 li:after{content:"";display:block;clear:both}.hp14s5Text1 ul{margin:0!important;padding:0!important;list-style-type:none}.hp14s5Text1 ul li{float:left;width:50%;padding-left:25px;position:relative;margin-bottom:12px;font-size:14px}.hp14s5Text1 ul li:before{position:absolute;content:'';top:3px;left:0;width:12px;height:12px;background:url(https://diecut123.com/wp-content/uploads/2022/07/checkIcon2.png)no-repeat;background-size:100%}.hp14s5Text2{padding:30px 0}.hp14s5Btn a{display:inline-block;padding-right:25px;position:relative;color:#0e6aed}.hp14s5Btn2 a{color:#fff}.hp14s5Btn a:before{position:absolute;content:'';top:5px;right:0;width:12px;height:12px;background:url(https://diecut123.com/wp-content/uploads/2022/07/arrow2.png)no-repeat}.hp14s5Btn2 a:before{background:url(https://diecut123.com/wp-content/uploads/2022/07/arrow.png)no-repeat;background-size:100%}.hp14s6Img{position:relative;max-width:480px;display:inline-block}.hp14s6Btn{position:absolute;bottom:0;right:0}.hp14Section6{margin:130px 0}.hp14s6Text{padding-bottom:30px}.hp14s6List{padding-left:25px;position:relative;margin-bottom:25px;position:relative}.hp14s6List:before{position:absolute;content:'';top:3px;left:0;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:12px solid #0e6aed}.hp14s6ListTitle{font-weight:700;text-transform:uppercase;color:#0e6aed;margin-bottom:15px}.hp14Section7{background:url(https://diecut123.com/wp-content/uploads/2022/07/hp14Pattern.png)70% 0 no-repeat}.hp14s7Img a{display:inline-block}.hp14Section8{background:#0e6aed;margin:70px auto 110px;max-width:1400px;padding:65px 0 35px;border-radius:40px}.hp14s8Img{display:inline-block;margin-bottom:30px;border-radius:100%;box-shadow:0 10px 20px rgba(0,0,0,.15)}.hp14s8Title{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}.hp14s8Text{font-size:14px;color:#fff}.hp14Section9{margin-bottom:130px}.hp14Tabs2 ul.tabs2{margin:0!important;padding:0!important;list-style-type:none}.hp14Tabs2 ul.tabs2 li{display:block;max-width:450px;border-radius:15px;padding:20px 45px;margin-bottom:20px;cursor:pointer}.hp14Tabs2 ul.tabs2 li.current{box-shadow:3px 3px 25px -5px rgba(0,0,0,.1)}.hp14s9Img{float:left;width:67px}.hp14s9Content{float:left;width:calc(100% - 67px);padding:6px 0 0 15px}.hp14Tabs2 ul.tabs2 li .hp14s9Title{font-size:18px;font-weight:700;color:#0e6aed}.hp14s9SubTitle{font-size:14px}.hp14Tabs2 .tab-content2{display:none}.hp14Tabs2 .tab-content2.current{display:block}.hp14Tabs2 .tab-content2 .hp14s9Title{font-size:24px;font-weight:700;color:#0e6aed;margin-bottom:5px}.hp14Tabs2 .tab-content2 .hp14s9SubTitle{margin-bottom:30px}.hp14s10Box{max-width:370px;display:inline-block;text-align:left}.hp14s10Img{overflow:hidden}.hp14s10Img a{display:block}.hp14s10Box:hover .hp14s10Img a{transform:scale(1.1)}.hp14s10Title{margin-top:15px}.hp14s10Title a{font-size:20px;font-weight:700;color:#0e6aed}.hp14s10Box:hover .hp14s10Title a{color:#191919}.hp14Section11{margin:85px 0 60px}ul.hp14Brands{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.hp14Brands li{display:inline-block;margin:0 8px 10px}.hp14Section12{background-position:50%;background-size:cover;padding:110px 0}.hp14s12Btn{text-align:right}.hp15Section1{padding:110px 0 60px}.hp15s1Img{border-radius:30px;overflow:hidden;position:relative}.hp15s1Btn{position:absolute;bottom:45px;right:45px}.hp15s1Text{margin-top:50px}.hp15s1Text ul{margin:0!important;padding:0!important;list-style-type:none}.hp15s1Text ul li{font-size:14px;font-weight:600;color:#0e6aed;margin-bottom:30px;padding:13px 20px;border-radius:40px;transition:all .3s}.hp15s1Text ul li:hover{background:#0e6aed;color:#fff}.hp15Col20{width:20%!important}.hp15s2Title{color:#0e6aed;font-size:35px;font-weight:700}.hp15s2Text{padding-top:10px;color:#191919;font-weight:600}.hp15Section3{padding:70px 0 100px}.hp15s3Box{display:inline-block;max-width:370px;text-align:left}.hp15s3Img{overflow:hidden}.hp15s3Img a{display:block}.hp15s3Box:hover .hp15s3Img a{transform:scale(1.1)}.hp15s3Title{font-size:18px;font-weight:700;color:#191919;margin-top:12px}.hp15s3Title a{color:#191919}.hp15s3Box:hover .hp15s3Title a{color:#0e6aed}.hp15Section4{position:relative;padding-top:90px;counter-reset:step-counter}.hp15Section4:before{position:absolute;content:'';top:0;left:0;width:58%;height:750px;background:#0e6aed;background:linear-gradient(to bottom,#0E6AED 0%,#daeaff 100%)}.hp15s4Box{display:inline-block;max-width:570px;margin-bottom:30px;position:relative;counter-increment:step-counter}.hp15s4Box:before{position:absolute;content:'0'counter(step-counter);top:20px;right:30px;color:#fff;font-size:60px;line-height:1}.hp15s4Content{position:absolute;bottom:0;left:0;width:100%;color:#fff;padding:30px 30px 15px}.hp15s4Title{font-size:22px;font-weight:700;margin-bottom:15px}.hp15s4Title a{color:#fff}.hp15Section5{max-width:1550px;margin:50px auto 0;border-radius:55px;overflow:hidden;padding:110px 0 90px;text-align:center;color:#191919}.hp15s5Btn a.commonBtn,.hp15s8Link a.commonBtn{background:#0e6aed;border:5px solid #1173ea;border-radius:10px;font-size:16px;padding:20px 30px}.hp15s5Btn a.commonBtn:hover,.hp15s8Link a.commonBtn:hover{background:#1173ea}.hp15Section6{padding-top:110px}.hp15s6Link{text-align:right}.hp15s6Link a{display:inline-block;padding-right:15px;position:relative}.hp15s6Link a:before{position:absolute;content:"\e900";top:3px;right:0;font-family:Astra;font-size:12px;font-weight:700;color:#0e6aed;transform:rotate(270deg);transition:all .3s}.hp15s6Link a:hover:before{right:-5px;color:#000}.hp15s6Box{display:inline-block;max-width:270px}.hp15s6Img{box-shadow:0 0 30px #e8eaf0;overflow:hidden}.hp15s6Img img{display:block;transition:all .3s}.hp15s6Box:hover .hp15s6Img img{transform:scale(1.1)}.hp15s6Title{text-transform:uppercase;color:#191919;margin-top:15px}.hp15Section7{padding:80px 0}.hp15s7Box{display:inline-block;max-width:570px}.hp15s7Content{position:relative;width:calc(100% - 80px);margin:-70px auto 0;padding:40px 40px 20px;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.1);text-align:left}.hp15s7Title{font-size:24px;font-weight:700;color:#191919;margin-bottom:10px}.hp15s7Box2{margin-top:60px}.hp15Section8{padding:90px 0 60px}.hp15s8Box{max-width:370px;display:inline-block;text-align:left}.hp15s8Img{border-radius:30px;overflow:hidden}.hp15s8Img a{display:block}.hp15s8Box:hover .hp15s8Img a{transform:scale(1.1)}.hp15s8Title{margin:20px 0 15px;font-size:24px;font-weight:700;color:#191919}.hp15s8Title a{color:#191919}.hp15s8Box:hover .hp15s8Title a{color:#0e6aed}.hp15s8Text ul{margin:0!important;padding:0!important;list-style-type:none}.hp15s8Text ul li{margin-bottom:10px}.hp15s8Link a.commonBtn{padding:16px 30px}.hp15Section9{padding:110px 0}.hp15s9Box{box-shadow:3px 3px 10px rgba(0,0,0,5%)}.hp15s9Content{padding:50px 70px}.hp15s9Date,.hp15PostDate{font-size:18px;color:#9095a2;margin-bottom:15px}.hp15s9Title a{color:#191919}.hp15s9Link a,.hp15PostLink a{display:inline-block;padding-right:20px;font-size:18px;font-weight:500;text-transform:uppercase;color:#0e6aed;position:relative}.hp15s9Link a:before,.hp15PostLink a:before{position:absolute;content:'';top:7px;right:0;width:12px;height:12px;background:url(https://diecut123.com/wp-content/uploads/2022/07/arrow2.png)no-repeat;transition:all .3s}.hp15s9Link a:hover:before,.hp15PostLink a:hover:before{right:-5px}.hp15PostWrapper{box-shadow:3px 3px 10px rgba(0,0,0,5%);border-top:9px solid #0e6aed;padding:35px 40px}.hp15PostTitle{margin:16px 0}.hp15PostTitle a{font-size:24px;font-weight:600;color:#191919}.hp15s9Title a:hover,.hp15PostTitle a:hover{color:#0e6aed}.hp15PostLink{margin-top:30px}.hp15PostText{font-size:14px;line-height:21px}.hp15PostBox1{border-bottom:1px solid #ddd;padding-bottom:40px;margin-bottom:40px}.hp15Section10{margin-bottom:70px}ul.hp15brands{margin:0!important;padding:0!important;list-style-type:none}ul.hp15brands li{display:inline-block}.hp16Section1{padding:90px 0 60px}.hp16s1Content{padding:60px 0 0 60px}.hp16s2Box{float:left;max-width:390px;position:relative}.hp16s2Box:before{position:absolute;content:'';top:50%;left:50%;width:0%;height:0%;background:rgba(0,0,0,.5);z-index:1;transition:all .3s}.hp16s2Box:hover:before{top:0;left:0;width:100%;height:100%}.hp16s2Title{position:absolute;content:'';top:48%;left:0;width:100%;text-align:center;font-size:22px;font-weight:600;color:#fff;z-index:2;display:none}.hp16s2Title a{color:#fff}.hp16s2Box:hover .hp16s2Title{display:block}.hp16Section2{padding-bottom:110px}.hp16Section3{padding-top:80px;position:relative;counter-reset:step-counter}.hp16Section3:before{position:absolute;content:'';top:0;right:0;width:50%;height:600px;background:#f9fafc;border-radius:50px 0 0 50px}.hp16s3Btn{text-align:right;padding-top:40px}.hp16s3Row{padding-bottom:130px}.hp16s3Img{display:inline-block;border-radius:40px;overflow:hidden;box-shadow:10px 10px 30px rgba(0,0,0,.1)}.hp16s3RowLeft .hp16s3ImgWrapper{text-align:right}.hp16s3RowRight .hp16s3Content{padding-left:80px}.hp16s3Content{font-size:14px;font-weight:300}.hp16s3Content h4{position:relative;counter-increment:step-counter;padding-top:45px;margin-top:35px;font-size:22px}.hp16s3Content h4:before{position:absolute;content:'0'counter(step-counter);top:0;left:0;font-size:72px;font-weight:700;line-height:1;color:#f3f4f6;z-index:-1}.hp16s3Text{max-width:300px}.hp16Section4{max-width:1600px;margin:0 auto;border-radius:60px;padding:70px 0;background:#0e6aed;counter-reset:step-counter}.hp16s4Box{display:block;max-width:280px;position:relative;counter-increment:step-counter;color:#fff}.hp16s4Box:before{position:absolute;content:counter(step-counter);bottom:-20px;right:-20px;font-size:100px;font-weight:800;line-height:1;color:#6494ce;z-index:1}.hp16s4Title{font-size:22px;font-weight:600;margin:30px 0 15px}.hp16s4Text{min-height:110px}.hp16s4Text ul{margin:0!important}.hp16s4Text ul li{font-size:14px;font-weight:300px;margin-bottom:10px}.hp16Section5{margin:120px 0}.hp16s5Content{padding:60px 0 0 45px!important}.hp16s5Text ul{margin:50px 0 30px!important;padding:0!important;list-style-type:none;position:relative}.hp16s5Text ul:after{content:"";display:block;clear:both}.hp16s5Text ul li{position:relative;padding-left:20px;margin-bottom:20px;font-size:18px;color:#0e6aed;float:left;width:50%}.hp16s5Text ul li:before{position:absolute;content:'';top:5px;left:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:8px solid #0e6aed}.hp16s5Cert{padding-top:35px;border-top:1px solid #dfe3ec}.hp16Section6{padding:85px 0 60px;position:relative}.hp16Section6:before{position:absolute;content:'';top:0;left:0;width:50%;height:100%;background:#f9fafc;border-radius:0 60px 60px 0;z-index:-1}.hp16s6Box{display:inline-block;max-width:370px;position:relative;border-radius:40px;overflow:hidden}.hp16s6Img a{display:block}.hp16s6Box .hp16s6Img a:hover{transform:scale(1.1)}.hp16s6Title{position:absolute;bottom:0;left:0;width:100%;padding:40px;font-size:22px;font-weight:600;color:#fff;text-align:center;background:rgba(0,0,0,.3)}.hp16s6Title a{color:#fff}.hp16Section7{padding:120px 0}.hp16s7Box{margin-top:70px;max-width:550px}.hp16s7Img{width:76px;border-radius:20px;overflow:hidden;float:left}.hp16s7Content{width:calc(100% - 76px);float:left;padding:20px 0 0 15px}.hp16s7Title{font-size:24px;font-weight:700;color:#193e6d}.hp16s7SubTitle{font-size:14px;font-weight:300}.hp16s7Text{margin-top:30px;padding-top:30px;position:relative}.hp16s7Text:before{position:absolute;content:'';top:0;left:-12px;width:60px;height:46px;background:url(https://diecut123.com/wp-content/uploads/2022/07/quoteIcon.png)no-repeat}.hp16Section9{padding:80px 0}ul.hp16s9Brands{margin:0!important;padding:0!important;list-style-type:none}ul.hp16s9Brands li{outline:none;margin:0 5px}.hp16s8Box{display:inline-block;max-width:560px;position:relative;overflow:hidden;border-radius:20px;text-align:left}.hp16s8Img a{display:block}.hp16s8Content{position:absolute;content:'';top:60px;left:45px;width:calc(100% - 90px);height:calc(100% - 120px);background:rgba(255,255,255,.3);padding:70px 40px 40px;border-radius:20px;color:#fff;backdrop-filter:blur(10px)}.hp16s8Title{font-size:23px;font-weight:700;position:relative;padding-bottom:20px;margin-bottom:10px}.hp16s8Title:before{position:absolute;content:'';bottom:0;left:0;width:20px;height:4px;background:#fff}.hp16s8Title a{color:#fff}.hp16s8Link{margin-top:25px}.hp16s8Link a{font-size:14px;font-weight:600;color:#0e6aed}.hp16s8Box:hover .hp16s8Link a{color:#fff}.hp17Section1{margin-top:110px;position:relative}.hp17Section1:before{position:absolute;content:'';bottom:0;left:0;width:100%;height:15%;background:#f0f4f9}.hp17s1Content{padding-left:60px;margin:20px 0;position:relative}.hp17s1Content:before{position:absolute;content:'';top:0;left:0;width:4px;height:60px;background:#0e6aed}.hp17s1SubHeading{font-weight:600;color:#0e6aed;margin-bottom:25px}.hp17Section2{background:#f0f4f9;padding:110px 0 70px}.hp17s2Link a{display:inline-block;padding-right:20px;position:relative}.hp17s2Link a:before{position:absolute;content:'';top:5px;right:0;width:14px;height:14px;background:url(https://diecut123.com/wp-content/uploads/2022/11/blueArrow.png)no-repeat;transition:all .3s}.hp17s2Link a:hover:before{right:-10px}.hp17s2SubHeading{color:#0e6aed}.hp17s2Box{max-width:370px;display:inline-block}.hp17s2Img{overflow:hidden;border-radius:10px}.hp17s2Img a{display:inline-block}.hp17s2Box:hover .hp17s2Img a{transform:scale(1.1)}.hp17s2Title{font-size:18px;font-weight:700;color:#0e6aed;text-align:left;margin:20px 20px 0}.hp17s2Title a{color:#0e6aed}.hp17s2Box:hover .hp17s2Title a{color:#111}.hp17Section3{margin:110px 0 70px}.hp17s3Box{position:relative;margin-bottom:30px}.hp17s3Box:after{content:"";display:block;clear:both}.hp17s3Img{width:68px;float:left}.hp17s3Content{width:calc(100% - 68px);float:left;padding-left:20px}.hp17s3Title{font-size:20px;font-weight:700;color:#0e6aed;margin-bottom:10px}.hp17s3Text{font-size:14px}.hp17Section4{margin-bottom:120px}.hp17s4Img{display:inline-block;position:relative;z-index:1}.hp17s4Img:before{position:absolute;content:'';width:360px;height:250px;background:#0e6aed;z-index:-1}.hp17s4ImgLeft .hp17s4Img:before{top:-30px;left:-30px}.hp17s4ImgRight .hp17s4Img:before{bottom:-30px;right:-30px}.hp17s4ContentRight{text-align:right}.hp17s4Content{max-width:500px;display:inline-block;text-align:left}.hp17s4Content h2{font-size:35px}.hp17s4Text{padding:20px 0}.hp17s5Box{display:inline-block;max-width:370px;box-shadow:0 5px 20px -8px rgba(0,0,0,.15);border-radius:10px;overflow:hidden}.hp17s5Img{overflow:hidden}.hp17s5Img a{display:block}.hp17s5Box:hover .hp17s5Img a{transform:scale(1.1)}.hp17s5Content{padding:10px 30px 15px;text-align:left}.hp17s5Title{font-size:18px;font-weight:700;color:#0e6aed;margin-bottom:10px}.hp17s5Title a{color:#0e6aed}.hp17s5Box:hover .hp17s5Title a{color:#000}.hp17s5Text{font-size:14px}.hp17Section6{margin:80px 0 110px}.hp17Form{border-radius:20px;background:#fff}.hp17Form button[type=submit]{border-radius:0}ul.hp17s6Slider{margin:0!important;padding:0!important;list-style-type:none}.hp17s6Box{max-width:520px;margin-left:50px;padding-top:100px;background:url(https://diecut123.com/wp-content/uploads/2022/11/quoteIcon.png)no-repeat}.hp17s6Text{font-size:20px;color:#0e6aed;font-style:italic}.hp17s6Img{width:76px;float:left;border-radius:100%;overflow:hidden}.hp17s6Content{width:calc(100% - 76px);float:left;padding:10px 0 0 20px}.hp17s6Name{font-size:20px;font-weight:700;color:#0e6aed;margin-bottom:5px}.hp17s7Place{font-size:16px;color:#9095a6}.hp17Section7{margin-bottom:70px}ul.hp17s7Brands{margin:0!important;padding:0!important;list-style-type:none}ul.hp17s7Brands li{margin:0 10px}.hp18Section1{position:relative;margin-top:-100px;margin-bottom:90px}.hp18s1Btn{padding:20px 0 35px}.hp18Section2{padding:85px 0 55px;background:#f8f9fb}.hp18s2Box{background:#fff;padding:45px 40px 30px;border:1px solid #e0e0e0;border-radius:8px}.hp18s2Title{font-size:22px;font-weight:700;color:#0e6aed;margin-bottom:10px}.hp18s2Img{padding-top:20px}.hp18Section3{margin:110px 0 80px}.hp18s3Box{max-width:370px;display:inline-block}.hp18s3Img{position:relative}.hp18s3Content{position:absolute;top:0;left:0;width:100%;height:100%;background:#02081088;display:none}.hp18s3Box:hover .hp18s3Content{display:block}.hp18s3Text{text-align:left;color:#fff7;padding:35px 35px 0}.hp18s3Link{position:absolute;bottom:25px;right:35px}.hp18s3Link a{color:#0e6aed;font-weight:700;text-decoration:underline}.hp18s3Link a:hover{text-decoration:none;color:#fff}.hp18s3Title{font-size:22px;font-weight:700;color:#0c0c0c;margin-top:15px}.hp18s3Title a{color:#0c0c0c}.hp18s3Box:hover .hp18s3Title a{color:#0e6aed}.hp18Section4 h2 b{font-size:60px;font-weight:700;color:#0e6aed}.hp18s4Tabs ul.tabs{margin:0 0 60px!important;padding:0!important;list-style-type:none;border-bottom:2px solid #e6e6e6}.hp18s4Tabs ul.tabs li{position:relative;display:inline-block;font-size:22px;color:#545454;margin:0 90px 0 0;padding-bottom:20px;cursor:pointer;border-bottom:2px solid transparent}.hp18s4Tabs ul.tabs li:last-child{margin:0}.hp18s4Tabs ul.tabs li.current{color:#0e6aed;border-bottom:2px solid #0e6aed}.hp18s4Tabs .tab-content{display:none}.hp18s4Tabs .tab-content.current{display:block}.hp18s4Text{padding:10px 0 20px}.hp18Section5{margin:110px 0 80px}.hp18s5Box{max-width:370px;display:inline-block;position:relative}.hp18s5Img{overflow:hidden;border-radius:10px}.hp18s5Img a{display:block}.hp18s5Box:hover .hp18s5Img a{transform:scale(1.1)}.hp18s5Title{position:absolute;bottom:0;left:0;padding:0 0 35px 35px;font-size:20px;font-weight:700;color:#fff}.hp18s5Title a{color:#fff}.hp18s5Box:hover .hp18s5Title a{color:#0e6aed}.hp18Section6{padding:70px 0}.hp18Section6 h2{margin-top:90px;color:#fff}.hp18FAQs{counter-reset:step-counter}.hp18FAQs .accordiaBox{padding:40px 0;border-bottom:1px solid #dadada}.hp18FAQs .accordiaBox.active{padding:40px 0 20px}.hp18FAQs .accordion{counter-increment:step-counter;padding:0 30px 0 60px;font-size:22px;font-weight:700;color:#fff;position:relative;cursor:pointer}.hp18FAQs .accordion:before{position:absolute;content:'0'counter(step-counter);top:0;left:0;font-size:22px;font-weight:700;color:#fff}.hp18FAQs .accordion:after{position:absolute;content:"\e900";top:6px;right:0;font-family:Astra;font-size:14px;font-weight:700;color:#fff;transform:rotate(0);transition:all .3s}.hp18FAQs .accordiaBox.active .accordion:after{transform:rotate(180deg)}.hp18FAQs .panel{padding:20px 30px 0 60px;display:none;color:#fff7}.hp18FAQs .accordiaBox.active .panel{display:block}.woocommerce-Price-amount.amount{margin-bottom:10px!important;display:inline-block}ul.products.columns-4{margin:0 -15px!important;padding:0!important;list-style-type:none}ul.products.columns-4>li{padding:15px!important}.pc8ScrollLink ul{margin:0!important;padding:25px 0 50px!important;list-style-type:none;text-align:center;border-bottom:1px solid #ccc}.pc8ScrollLink ul li{display:inline-block}.pc8ScrollLink ul li a{display:block;color:#092c47;padding:14px 20px;border-radius:3px;margin:0 5px;font-weight:700}.pc8ScrollLink ul li:first-child a,.pc8ScrollLink ul li a:hover{background:#0e6aed;color:#fff}.pc8Wrapper{padding-bottom:60px}.pc8Wrapper,.pc8ProductBox{position:relative}.pc8Wrapper:after,.pc8ProductBox:after{content:"";display:block;clear:both}.pc8Products{width:calc(100% - 270px);float:left;padding:0 60px 0 0}.pc8ProductBox{padding:50px 0 35px;border-bottom:1px solid #ccc}.pc8ProductContent{width:calc(100% - 270px);float:left;padding-right:30px}.pc8ProductContent.fullWidth{width:100%}.pc8ProductImg{width:270px;float:right}.pc8ProductText a{text-decoration:underline}.pc8ProductText a:hover{text-decoration:none;color:#0e6aed}.pc8ProductBtn{margin-top:25px}.pc8Sidebar{width:270px;float:left;padding-top:50px;text-align:center}.pc8SidebarInner{display:inline-block;width:100%}.pc8SliderWraper{margin-bottom:25px}ul.pc8Slider,ul.pc8Slider ul.slick-dots{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.pc8Slider li.slick-slide{border:1px solid #e1e1e1}ul.pc8Slider ul.slick-dots{margin:15px 0 0!important}ul.pc8Slider ul.slick-dots li{display:inline-block;width:12px;height:12px;border:3px solid #000;background-color:initial;border-radius:50%;margin:0 5px}ul.pc8Slider ul.slick-dots li.slick-active{background-color:#000}ul.pc8Slider ul.slick-dots li button{visibility:hidden}.pc8SMenu{background-color:#e6e6e6;padding:0 25px;margin-bottom:40px!important;text-align:left}.pc8SMenu ul{margin:0!important;padding:0!important;list-style-type:none}.pc8SMenu ul li{font-size:18px;padding:25px 0;border-bottom:2px solid #ccc}.pc8SMenu ul li:last-child{border-bottom:none}.pc8SMenu ul li a{display:block;color:#000;position:relative}.pc8SMenu ul li a:before{position:absolute;content:"\e900";top:0;right:0;font-family:Astra;font-size:14px;font-weight:700;color:#000;transform:rotate(270deg)}.pc8SMenu ul li a:hover,.pc8SMenu ul li a:hover:before{color:#0e6aed}.pc8SidebarBtn1 a{display:block}.pc8SidebarBtn2 a{display:block;margin-top:20px}.pc8CatalogImg{display:inline-block;margin-top:20px}.pc8CatalogImg a{display:block}.hp19Section1{padding:200px 0;background:url(https://diecut123.com/wp-content/uploads/2023/11/s1BG.jpg)100% 20px no-repeat;position:relative}.hp19Tag{font-size:18px;font-weight:700;text-transform:uppercase;color:#8d8e8e;margin-bottom:20px}.hp19s1Text{max-width:510px;padding:30px 0}.hp19s1Img{display:inline-block;position:relative;border-radius:25px;z-index:1;overflow:hidden}.hp19Section1:before,.hp19s1Img:before,.hp19Section4 h2:before,.hp19s7Img:before{position:absolute;content:'';width:149px;height:126px;background:url(https://diecut123.com/wp-content/uploads/2024/02/s1Dots.png)no-repeat;z-index:-1}.hp19Section1:before{top:20px;left:13%}.hp19s1Img:before{bottom:-72px;right:-72px}.hp19Section2{padding-bottom:200px}.hp19Tabs ul.tabs{margin:0!important;padding:0 0 25px!important;list-style-type:none;text-align:right}.hp19Tabs ul.tabs li{display:inline-block;border:1px solid #1c1d1d;border-radius:40px;color:#1c1d1d;padding:13px 35px;margin:0 5px;cursor:pointer}.hp19Tabs ul.tabs li.current{background:#1c1d1d;color:#fff}.hp19Tabs .tab-content{display:none}.hp19Tabs .tab-content.current{display:block}.hp19s2Box{max-width:340px;display:inline-block;position:relative}.hp19s2Img{overflow:hidden;border-radius:20px}.hp19s2Img a{display:block;position:relative}.hp19s2Img a:before{position:absolute;content:'';bottom:0;right:0;width:100px;height:100px;background:#fff;border-radius:70px 0 0 0;transition:all .3s;display:none}.hp19s2Img a:after{position:absolute;content:'';bottom:15px;right:15px;width:55px;height:55px;background:url(https://diecut123.com/wp-content/uploads/2024/02/s5Arrow.png)50% no-repeat #0e6aed;border-radius:100%;transition:all .3s;display:none}.hp19s2Box:hover .hp19s2Img a:before,.hp19s2Box:hover .hp19s2Img a:after{display:block}.hp19s2Title{position:absolute;bottom:20px;left:20px;font-size:18px;font-weight:600;color:#fff}.hp19s2Title a{color:#fff}.hp19Section3{padding:170px 0 140px;background-size:cover;background-position:50%}.hp19Section3 h2,.hp19s3Text{color:#fff}.hp19s3Box{width:20%;float:left;padding:0 5px;min-height:130px;color:#fff;text-align:center;margin-bottom:30px}.hp19s3Img{transition:all .3s}.hp19s3Box:hover .hp19s3Img{transform:scale(1.1)}.hp19s3Title{color:#c0bebc;padding-top:15px}.hp19Section4{padding:220px 0}.hp19Section4 h2{position:relative}.hp19Section4 h2:before{top:-70px;left:-85px}.hp19s4SubHeading{max-width:750px;padding-bottom:50px}.hp19s4Btn{text-align:right}.hp19s4Box{max-width:460px;display:inline-block}.hp19s4Img{overflow:hidden;border-radius:20px}.hp19s4Img a{display:block}.hp19s4Box:hover .hp19s4Img a{transform:scale(1.1)}.hp19s4Title{font-size:18px;font-weight:600;color:#1c1d1d;padding-top:20px}.hp19s4Title a{color:#1c1d1d}.hp19s4Box:hover .hp19s4Title a{color:#0e6aed}.hp19Section5{padding-bottom:200px}.hp19s5Img{border-radius:20px;overflow:hidden;display:inline-block}.hp19s5Img a{display:block;position:relative}.hp19s5Img a:before{position:absolute;content:'';bottom:0;right:0;width:140px;height:140px;background:#fff;border-radius:100px 0 0 0}.hp19s5Img a:after{position:absolute;content:'';bottom:20px;right:20px;width:75px;height:75px;background:url(https://diecut123.com/wp-content/uploads/2024/02/s5Arrow.png)50% no-repeat #0e6aed;border-radius:100%}.hp19s5Text{padding:20px 0}.hp19s5Box{position:relative;padding-bottom:40px}.hp19s5Box:after{content:"";display:block;clear:both}.hp19s5Img1{width:45px;float:left}.hp19s5Content{width:calc(100% - 45px);float:left;padding-left:15px}.hp19s5Title1{font-size:18px;font-weight:700;color:#1c1d1d;margin-bottom:5px}.hp19s5Text1{max-width:370px}.hp19Section6{padding:110px 0 100px;background-position:50%;background-size:cover}.hp19s6Video a{display:inline-block}.hp19Section6 h3{color:#fff;padding:20px 0 10px;margin:0!important}.hp19s6Text{max-width:570px;margin:0 auto;color:#fff}.hp19Section7{padding:250px 0}.hp19s7Text{padding:10px 0 50px;margin-bottom:80px;position:relative}.hp19s7Text:before{position:absolute;content:'';bottom:0;left:0;width:200px;height:4px;background:#0e6aed}.hp19s7Img{display:inline-block;position:relative}.hp19s7Img img{border-radius:20px;overflow:hidden}.hp19s7Img:before{bottom:-70px;right:-75px}.hp19FAQs{counter-reset:step-counter}.hp19FAQs .accordiaBox{padding:40px 0;border-bottom:1px solid #f7f7f7}.hp19FAQs .accordiaBox.active{padding:40px 0 20px}.hp19FAQs .accordion{counter-increment:step-counter;padding:0 30px 0 60px;font-size:22px;font-weight:700;color:#1c1d1d;position:relative;cursor:pointer}.hp19FAQs .accordion:before{position:absolute;content:'0'counter(step-counter);top:0;left:0;font-size:22px;font-weight:700;color:#0e6aed;transition:all .3s}.hp19FAQs .accordion:after{position:absolute;content:"\e900";top:6px;right:0;font-family:Astra;font-size:14px;font-weight:700;color:#a7afb4;transform:rotate(0);transition:all .3s}.hp19FAQs .accordiaBox.active .accordion:after{transform:rotate(180deg)}.hp19FAQs .panel{padding:20px 30px 1px 60px;display:none;color:#606060}.hp19FAQs .accordiaBox.active .panel{display:block}.hp19Section8{position:relative;padding:80px 0 100px}.hp19Section8:before{position:absolute;content:'';top:0;right:0;width:40%;height:100%;background:#f7f7f7}.hp19s8SubHeading{max-width:750px;padding-bottom:50px}.hp19s8Box{max-width:460px;display:inline-block}.hp19s8Img{overflow:hidden;border-radius:20px}.hp19s8Img a{display:block}.hp19s8Box:hover .hp19s8Img a{transform:scale(1.1)}.hp19s8Title{font-size:22px;font-weight:700;color:#1c1d1d;padding-bottom:15px}.hp19s8Title a{color:#1c1d1d}.hp19s8Box:hover .hp19s8Title a{color:#0e6aed}.hp19s8Content{padding:20px 80px 0 20px;position:relative}.hp19s8Link{width:62px;height:62px;position:absolute;top:30px;right:10px;border:1px solid #c2c2c2;border-radius:100%;text-align:center;line-height:60px;background:#fff;transition:all .3s}.hp19s8Box:hover .hp19s8Link{background:#0e6aed;border-color:#0e6aed}.hp19s8Box:hover .hp19s8Link a{filter:invert(1)}.hp19Section9{padding:110px 0}ul.hp19Brands{margin:0!important;padding:0!important;list-style-type:none;text-align:center}ul.hp19Brands li img{display:inline-block}.hp20Section1{padding:100px 0}.hp20s1Content{padding-left:50px}.hp20Tag{background:#dde7f3;color:#0e6aed;display:inline-block;font-size:12px;padding:5px 10px;line-height:1;letter-spacing:2px;border-radius:4px;margin-bottom:10px}.hp20Section1 h2 b{color:#0e6aed}.hp20s1Text,.hp20s5Text{padding:30px 0 40px}.hp20s1Text b,.hp20s5Text b,.hp20s9Text b{font-weight:600;color:#0a1b34}.hp20Section2{padding-bottom:100px}.hp20s2SubHeading{max-width:700px}.hp20Section2 .flex{display:flex;flex-wrap:wrap}.indal-list{width:100%;margin-top:88px}.indal-list ul{margin:0!important;margin-left:-6px!important;padding:0!important;list-style-type:none;flex-wrap:nowrap}.indal-list li{width:110px;margin-left:6px;position:relative;height:580px;overflow:hidden}.indal-list li img{position:absolute;height:580px;left:0;top:0;object-fit:fill;max-width:none}.indal-list li:nth-child(2),.indal-list li:nth-child(4){top:-32px}.indal-list li:nth-child(3){top:-60px}.indal-list li.active{width:calc(100% - 480px)}.indal-list-link{display:block;width:100%}.indal-hint{position:absolute;z-index:4;transition:all .4s ease;writing-mode:vertical-lr;writing-mode:tb-lr;white-space:nowrap;color:#fff;width:32px;top:32px;text-align:center;left:50%;margin-left:-16px;font-size:24px;font-weight:600}.indal-cont{position:absolute;z-index:5;width:100%;top:60px;padding:0 55px;color:#fff}.indal-cont .name{line-height:1.1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;font-size:24px;font-weight:600}.indal-cont .text{line-height:24px;margin:22px 0 24px;max-width:520px}.indal-list-more{width:100%;position:absolute;left:0;top:0;height:100%;z-index:5}.indal-list-more .indal-cont{width:50%}.indal-list-more .indal-cont:last-child{left:auto;right:0}.indal-cont .name,.indal-cont .text,.indal-cont .link{opacity:0}.indal-list li.active .indal-cont .name{animation:indalRun 1s ease both .6s}.indal-list li.active .indal-cont .text{animation:indalRun 1s ease both .7s}.indal-list li.active .indal-cont .link{animation:indalRun 1s ease both .8s;pointer-events:auto}@keyframes indalRun{0%{opacity:0;transform:translateY(80px)}100%{opacity:1;transform:translateY(0)}}.indal-list li.active .indal-hint{opacity:0}.hp20Section3{padding:90px 0 70px}.hp20Section3 h2{color:#fff}.hp20s3SubHeading{max-width:900px;margin:0 auto 70px;color:#fff7}.hp20s3Box{background:#fff;text-align:center;padding:40px}.hp20s3Img{margin:0 auto 50px;width:80px}.hp20s3Title{font-size:18px;font-weight:700;color:#0a1b34;margin-bottom:20px}.hp20s3Text{font-size:14px}.hp20Section4{padding:100px 0 80px;background:#f7f9fc}.hp20s4Text{max-width:1060px;padding-bottom:30px}.hp20s4Box{max-width:355px;display:inline-block;overflow:hidden;text-align:left}.hp20s4SubHeading{max-width:1050px;margin:0 auto 50px}.hp20s4Img{overflow:hidden}.hp20s4Img a{display:block}.hp20s4Box:hover .hp20s4Img a{transform:scale(1.1)}.hp20s4Title{font-weight:700;color:#031b36;font-size:22px;margin:20px 0 10px}.hp20s4Title a{color:#031b36}.hp20s4Box:hover .hp20s4Title a{color:#0e6aed}.applicationWrapper{padding-top:40px}ul.hp20s4List{margin:0!important;padding:0!important;list-style-type:none;position:relative}ul.hp20s4List:after,.hp20s5Box:after{content:"";display:block;clear:both}ul.hp20s4List li{position:relative;padding:0 15px 0 25px;margin:0 0 40px;float:left;width:33.33%;font-weight:700;color:#031b36}ul.hp20s4List li a{color:#031b36}ul.hp20s4List li:before{position:absolute;content:'';top:2px;left:0;width:18px;height:18px;background:url(https://diecut123.com/wp-content/uploads/2024/04/checkIcon1.png)no-repeat}.hp20SearchBar{max-width:340px}.hp20SearchBar .ast-search-menu-icon .search-form{border:none!important;border-radius:6px!important;width:100%!important}.hp20SearchBar .ast-search-menu-icon.ast-inline-search .search-field{padding:13px 20px 13px 10px;outline:none}body .hp20SearchBar .search-field::placeholder{color:#80868f!important}.hp20SearchBar button[type=submit]{width:44px;height:44px!important;background:url(https://diecut123.com/wp-content/uploads/2024/04/searchIcon.jpg)#0e6aed!important;border-radius:4px!important;right:0!important;margin:2px 2px 0 0}.hp20SearchBar button[type=submit] i{display:none}.hp20Section5{padding:100px 0}.hp20s5Icon{display:inline-block;border-radius:100%;overflow:hidden}.hp20s5Tag{margin:20px 0;font-size:22px;font-weight:600;color:#0e6aed}.hp20s5Img{position:relative;display:inline-block;overflow:hidden}.hp20s5ImgCap{position:absolute;content:'';bottom:0;left:0;width:100%;background:#0e6aed77;color:#fff;font-weight:600;padding:50px}.hp20Section6{margin-bottom:100px}.hp20s6Text{padding:20px 0 40px}.hp20Section7{padding:80px 0;background-position:50%;background-size:cover}.hp20Section7 h2{margin-top:50px;font-size:42px;color:#fff}.hp20Section7 a.commonBtn{box-shadow:none}.hp20FAQs{padding-left:60px;counter-reset:step-counter}.hp20FAQs .accordiaBox{padding:40px 0;border-bottom:2px solid #fff3}.hp20FAQs .accordiaBox.active{padding:40px 0 20px}.hp20FAQs .accordion{counter-increment:step-counter;padding:0 30px 0 60px;font-size:22px;font-weight:600;color:#fff;position:relative;cursor:pointer}.hp20FAQs .accordion:before{position:absolute;content:'0'counter(step-counter);top:0;left:0;font-size:22px;font-weight:700;color:#8a919b}.hp20FAQs .accordion:after{position:absolute;content:"\e900";top:6px;right:0;font-family:Astra;font-size:14px;font-weight:700;color:#fff;transform:rotate(0);transition:all .3s}.hp20FAQs .accordiaBox.active .accordion:before{color:#fff}.hp20FAQs .accordiaBox.active .accordion:after{color:#fff;transform:rotate(180deg)}.hp20FAQs .panel{padding:20px 30px 0 60px;display:none;color:#fff7}.hp20FAQs .accordiaBox.active .panel{display:block}.hp20Section8{background:#f7f9fc;padding:100px 0}.hp20s8Row{position:relative}.hp20s8Row:before,.hp20s8Row:after{position:absolute;content:'';width:73px;height:72px;background:url(https://diecut123.com/wp-content/uploads/2024/04/quoteIcon.png)no-repeat}.hp20s8Row:before{top:-70px;left:-55px}.hp20s8Row:after{bottom:-100px;right:-55px;transform:rotate(180deg)}.hp20s8Box{max-width:480px;background:#fff;padding:40px 45px 30px;position:relative}.hp20s8Box:after{content:"";display:block;clear:both}.hp20s8Text{min-height:170px}.hp20s8Img{width:80px;float:left;border-radius:100%;overflow:hidden}.hp20s8Content{width:calc(100% - 80px);float:left;padding-left:20px}.hp20s8Name{font-size:20px;font-weight:600;color:#060a12;margin:10px 0}.hp20s8Company{font-weight:300}.hp20Section9{padding:100px 0}.hp20Section9 h2{position:relative;margin-top:30px}.hp20Section9 h2:before{position:absolute;content:'';top:-100px;left:-155px;width:283px;height:342px;background:url(https://diecut123.com/wp-content/uploads/2024/04/s9Icon.png)no-repeat}.hp20s9Text{padding-top:20px}.hp20Form .ff-el-form-hide_label{margin:0}.hp20Form input[type=text],.hp20Form input[type=email],.hp20Form input[type=tel],.hp20Form textarea{background:0 0;border:none!important;border-bottom:1px solid #e2e2e2!important;padding:20px 0!important;margin:0;width:100%;border-radius:0!important}.hp20Form textarea{height:100px!important}.hp20Form input[type=text]::placeholder,.hp20Form input[type=email]::placeholder,.hp20Form input[type=tel]::placeholder,.hp20Form textarea::placeholder{}.hp20Form input[type=submit]{padding:20px 30px}.hp20Section10{padding:100px 0;background:#f7f9fc}ul.hp20s10Brands{margin:0!important;padding:0!important;list-style-type:none}ul.hp20s10Brands li{display:inline-block;text-align:center;margin:0 10px}ul.hp20s10Brands li img{display:inline-block}.pc9Banner{position:relative}.bannerImg{text-align:center}.bannerImg img{width:100%}.pc9Banner .pc9BannerContent{position:absolute;top:0;width:100%;max-width:820px;height:100%;display:flex;align-items:center}.pc9Banner .bannerContainer{width:100%}.pc9BannerHeading{font-size:50px;line-height:58px;font-weight:700;color:#fff}.pc9BannerText{padding:10px 0 40px}.pc9Section1{padding:170px 0 140px;background:linear-gradient(to bottom,#f7f9fc 63%,#f7f9fc 63%,#ffffff 100%)}.pc9s1Row1{margin-bottom:50px!important}.pc9s1SubHeading{max-width:720px}.pc9s1Btn{text-align:right}.pc9s1Box{border-radius:20px;overflow:hidden;background:#fff;max-width:340px;display:inline-block;text-align:left}.pc9s1Img{overflow:hidden}.pc9s1Img a{display:block}.pc9s1Box:hover .pc9s1Img a{transform:scale(1.1)}.pc9s1Content{padding:5px 30px 25px}.pc9s1Title{font-size:20px;font-weight:600;padding-bottom:10px}.pc9s1Box:hover .pc9s1Title a{color:#000}.pc9Section2{max-width:1650px;margin:0 auto;border-radius:30px;padding:140px 0;color:#fff}.pc9Section2 h2{color:#fff}.pc9s2Text{max-width:1150px;margin:0 auto}.pc9Section3{padding:140px 0}.pc9s3SubHeading{max-width:720px}.pc9s3Btn{text-align:right}.pc9s3Row1{margin-bottom:50px!important}.pc9s3Box{border-radius:25px;overflow:hidden;background:#f7f9fc;max-width:340px;display:inline-block;text-align:left;position:relative}.pc9s3Img{overflow:hidden}.pc9s3Img a{display:block}.pc9s3Box:hover .pc9s3Img a{transform:scale(1.1)}.pc9s3Content{padding:5px 30px 50px}.pc9s3Title{font-size:20px;font-weight:600;padding-bottom:10px}.pc9s3Box:hover .pc9s3Title a{color:#000}.pc9s3Link{position:absolute;bottom:0;right:0}.pc9s3Link a{display:inline-block;width:60px;height:60px;background:url(https://diecut123.com/wp-content/uploads/2024/07/s3Icon.png)50% no-repeat #dee5f1;text-indent:99999999px;border-radius:25px 0}.pc9s3Box:hover .pc9s3Link a{background:url(https://diecut123.com/wp-content/uploads/2024/07/s3IconHover.png)50% no-repeat #0e6aed}.pc9Section4{padding-bottom:150px}.pc9s4Content{max-width:480px}.pc9s4Text{padding:10px 0 35px}.responsiveMargin .pc9s4Content{float:right;text-align:left}.pc9s4Img{border-radius:30px;overflow:hidden}.pc9Section5{padding:80px 0;background:#0e6aed}.pc9s5Form{background:#fff;border-radius:30px;padding:10px 75px 50px}.pc9s5Form input[type=text],.pc9s5Form input[type=email],.pc9s5Form textarea{width:100%;border:none;border-bottom:3px solid #0e6aed;border-radius:0;font-weight:700;color:#000;background:#fff;padding:40px 0}.pc9s5Form textarea{border:3px solid #0e6aed!important;min-height:220px!important;margin:30px 0;padding:20px}.pc9s5Form input[type=text]::placeholder,.pc9s5Form input[type=email]::placeholder,.pc9s5Form textarea::placeholder{color:#0e6aed!important}.pc9s5Form button[type=submit]{font-weight:600;padding:15px 30px;background:#0e6aed!important;border-color:#0e6aed}.pc9s5Content{padding-left:45px}.pc9Section5 h2{color:#fff;padding-bottom:40px}.pc9s5Text ul{margin:0!important;padding:0!important;list-style-type:none;position:relative;counter-reset:step-counter}.pc9s5Text ul:before{position:absolute;content:'';top:0;left:17px;width:1px;height:100%;border-left:1px dashed #fff}.pc9s5Text ul li{position:relative;padding:6px 0 6px 55px;margin-bottom:50px;color:#fff;font-size:20px;font-weight:700;counter-increment:step-counter}.pc9s5Text ul li:before{position:absolute;content:counter(step-counter);top:0;left:0;width:35px;height:35px;background:#fff;border-radius:5px;text-align:center;line-height:35px;color:#0e6aed;font-size:20px;font-weight:700}.pc9Section6{background:#f7f9fc;padding:180px 0}.pc9Section6 h2{max-width:450px}.pc9Section7{padding:155px 0 140px}.pc9s7Box{border:5px solid #0e6aed;border-radius:30px;padding:50px 45px 75px;text-align:center;transition:all .3s}.pc9s7Box:hover{background:#0e6aed;color:#fff}.pc9s7Img{border-radius:25px;overflow:hidden;display:inline-block}.pc9s7Content{padding:75px 20px 0}.pc9s7Box:hover h2{color:#fff}.pc9s7Text{padding:10px 0 40px}.pc9s7Box:hover .pc9s7Btn a.commonBtn{background:#fff;color:#0e6aed}.pc9Section8{background:#f7f9fc;padding:150px 0 100px}.pc9Tabs ul.tabs{margin:0!important;padding:0 0 50px!important;list-style-type:none;text-align:center}.pc9Tabs ul.tabs li{display:inline-block;min-width:200px;border:2px solid #0e6aed;border-radius:40px;padding:20px;margin:0 35px;color:#0e6aed;font-weight:700}.pc9Tabs ul.tabs li.current{background:#0e6aed;color:#fff}.pc9Tabs .tab-content{display:none}.pc9Tabs .tab-content.current{display:block}.tab-content .gallery-icon{border-radius:30px!important;   border: none !important}.pc9Section9{padding:170px 0 140px}.pc9s9SubHeading{max-width:850px}.pc9s9Btn{text-align:right}.pc9s9Row1{padding-bottom:70px}.pc9Testimonial{max-width:400px;text-align:center;padding:130px 45px 50px;background:#0e6aed;color:#fff;border-radius:30px}.pc9Testimonial:before{position:absolute;content:'';top:40px;left:35px;width:80px;height:59px;background:url(https://diecut123.com/wp-content/uploads/2024/07/quoteIcon.png)no-repeat}.pc9s9Name{font-size:20px;font-weight:700;padding:35px 0 10px}.pc9s9Note{padding-top:30px}.pc9s9Box{max-width:420px;margin:70px 0 20px}.pc9s9Title{font-size:20px;font-weight:700;padding:25px 0 20px}.pc9Section10{padding-bottom:200px}ul.pc9s10Brands{margin:0!important;padding:40px 0 0!important;list-style-type:none;text-align:center}ul.pc9s10Brands li{display:inline-block;margin:0 28px}.pc9Section11{padding:90px 0 110px;background:url(https://diecut123.com/wp-content/uploads/2024/07/s11BG.jpg)50% no-repeat;background-size:cover;position:relative}.pc9Section11:before{position:absolute;content:'';top:-53px;left:50%;width:80px;height:106px;margin-left:-40px;background:url(https://diecut123.com/wp-content/uploads/2024/07/s11Icon.png)no-repeat}.pc9FAQs{counter-reset:step-counter}.pc9FAQs .accordiaBox{padding-left:70px;position:relative;background:#fff;margin-bottom:10px;min-height:95px;border-radius:20px;overflow:hidden;counter-increment:step-counter}.pc9FAQs .accordiaBox:before{position:absolute;content:counter(step-counter);top:0;left:0;width:70px;height:100%;padding-top:35px;text-align:center;color:#fff;font-size:20px;font-weight:700;background:#0e6aed}.pc9FAQs .accordion{padding:35px 70px 20px 40px;font-size:20px;font-weight:700;position:relative}.pc9FAQs .accordion:before{position:absolute;content:'+';top:32px;right:35px;font-size:28px;font-weight:300;color:#000;transition:all .3s}.pc9FAQs .accordiaBox.active .accordion:before{content:'-'}.pc9FAQs .panel{padding:0 70px 25px 40px;display:none}.pc9FAQs .panel.active{display:block}.pc9Section12{padding:170px 0 110px}.pc9s12SubHeading{max-width:820px;margin-bottom:50px}.pc9s12Box{background:#f7f9fc;padding:30px;border-radius:30px}.pc9s12Img{border-radius:30px;overflow:hidden}.pc9s12Img a{display:block}.pc9s12Box:hover .pc9s12Img a{transform:scale(1.1)}.pc9s12Content{text-align:left;padding-top:25px}.pc9s12Title{font-size:20px;font-weight:700}.pc9s12Box:hover .pc9s12Title a{color:#000}.pc9s12Text{padding:10px 0 20px}.pc9s12Row{position:relative}.pc9s12Row:after{content:"";display:block;clear:both}.pc9s12Link,.pc9s12Date{width:50%;float:left}.pc9s12Link a{display:inline-block;background:#dee5f1;color:#0e6aed;border-radius:30px;padding:7px 15px;font-weight:600}.pc9s12Box:hover .pc9s12Link a{background:#0e6aed;color:#fff}.pc9s12Date{text-align:right}.hp21Section1{padding:200px 0 250px}.hp21s1Img{display:inline-block;position:relative}.hp21s1Img:before{position:absolute;content:'Watch Our Video';bottom:50px;left:50px;padding:15px 15px 15px 65px;background:url(https://diecut123.com/wp-content/uploads/2024/08/playIcon.png)no-repeat;font-weight:600;color:#fff}.hp21s1Content{max-width:640px;float:right}.page-template-template-home21 h2 b{font-weight:800;color:#0e6aed}.hp21s1Btn{padding-top:30px}.hp21Section2{padding:0 0 170px}.hp21s2Content{margin-top:40px;padding:0 70px;position:relative}.hp21s2Content::after{content:"";display:block;clear:both}.hp21s2Box{width:33.33%;float:left;border:1px solid #e0e0e0;position:relative;margin:-1px 0 0 -1px;padding:40px;transition:all .3s}.hp21s2Box:hover{background:#0e6aed}.hp21s2Title{font-size:20px;font-weight:700;text-transform:uppercase;color:#1c1c1c;padding:40px 0 8px;transition:all .3s}.hp21s2Title a{color:#1c1c1c}.hp21s2Text{transition:all .3s;min-height:45px}.hp21s2Box:hover .hp21s2Title a,.hp21s2Box:hover .hp21s2Text{color:#fff}.hp21Section3{padding:150px 0 470px;background-size:cover;background-position:50%}.hp21Section3 h2{padding-bottom:60px}.hp21s3Box{background:rgba(255,255,255,.8);border:2px solid #0e6aed;padding:45px 30px 30px;min-height:380px}.hp21s3Counter{font-size:80px;font-style:italic;font-weight:700;color:#0e6aed;line-height:1}.hp21s3Title{font-size:20px;font-weight:800;color:#1c1c1c;text-transform:uppercase;padding:50px 0 25px;margin-bottom:25px;position:relative}.hp21s3Title:before{position:absolute;content:'';bottom:0;left:0;width:55px;height:3px;background:#0e6aed}.hp21Section4{padding:170px 0 270px}.hp21s4Text{max-width:470px;padding-top:20px}.hp21s4Slider{margin:0!important;padding:0!important;list-style-type:none;position:relative}.hp21s4Box{position:relative}.hp21s4Content{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to bottom,transparent 0%,transparent 11%,rgba(0,0,0,.7) 100%);z-index:1;padding:60px 70px}.hp21s4Title{font-size:24px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:10px}.hp21s4Text2{color:#e7e7e7}.hp21s4Slider .slick-arrow{position:absolute;bottom:0;width:60px;height:60px;background:url(https://diecut123.com/wp-content/uploads/2024/08/s4Arrow.jpg)no-repeat;z-index:1;padding:0;text-indent:-9999999999px;border-radius:0}.hp21s4Slider .slick-arrow:hover{background:url(https://diecut123.com/wp-content/uploads/2024/08/s4ArrowOver1.jpg)no-repeat}.hp21s4Slider .slick-prev{left:-220px}.hp21s4Slider .slick-next{left:-160px;transform:rotate(180deg)}.hp21Section5{padding:80px 0 110px;background-size:cover;background-position:50% 0}.hp21Section5 h2{color:#fff}.hp21s5SubHeading{padding:10px 0 60px;font-weight:500;color:#c7c7c7}.hp21s5Box{background:rgba(255,255,255,5%);border-radius:10px;padding:35px 20px 45px}.hp21s5Title{font-weight:700;color:#fff;padding:25px 0 10px}.hp21s5Text{color:#9f9f9f;font-size:14px;font-weight:500;min-height:70px}.hp21Section6{padding:200px 0 250px}.hp19s6SubHeading{padding:10px 0 70px;font-weight:500}.hp21s6Btn{text-align:right}.hp21Tabs .tab-content{display:none}.hp21Tabs .tab-content.current{display:block}.hp21s6Box{position:relative}.hp21s6Content{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to bottom,transparent 0%,transparent 11%,rgba(0,0,0,.7) 100%);z-index:1;padding:60px}.hp21s6Title{font-size:24px;font-weight:700;text-transform:uppercase;color:#fff;padding-bottom:15px}.hp21s6Text{color:#fff;font-weight:500;max-width:720px}.hp21Tabs ul.tabs{margin:70px 0 0!important;padding:0!important;list-style-type:none}.hp21Tabs ul.tabs li{display:inline-block;padding-right:100px;font-size:20px;font-weight:800;color:#1c1c1c;text-transform:uppercase;cursor:pointer}.hp21Tabs ul.tabs li span{font-size:50px;font-weight:800;color:#d2d2d2;display:inline-block}.hp21Tabs ul.tabs li.current span{color:#0e6aed}.hp21FAQs{padding-right:60px}.hp21FAQs h2{padding-bottom:50px}.hp21FAQs .accordiaBox{padding-left:65px;position:relative;margin-bottom:40px}.hp21FAQs .accordiaBox:before{position:absolute;content:'+';top:0;left:0;width:30px;height:30px;text-align:center;line-height:30px;font-size:30px;color:#fff;background:#0e6aed}.hp21FAQs .accordiaBox.active:before{content:'-'}.hp21FAQs .accordion{font-size:20px;font-weight:700;color:#1c1c1c;cursor:pointer;padding-top:4px}.hp21FAQs .panel{padding:12px 0 0;font-size:14px;line-height:21px;color:#1c1c1c;font-weight:500;display:none}.hp21FAQs .accordiaBox.active .panel{display:block}.hp21Section7{padding:110px 0;position:relative}.hp21Section7:before{position:absolute;content:'';top:0;right:0;width:35%;height:100%;background:#0e6aed;z-index:-1}.hp21Form{padding:60px 50px;box-shadow:10px -20px 70px 20px rgba(40,62,128,.15);background:#fff}.hp21FormTitle{font-size:30px;font-weight:700;text-transform:uppercase;text-align:center;color:#000;padding-bottom:30px}.hp21Form input[type=text],.hp21Form input[type=email],.hp21Form textarea{border:1px solid #000!important;color:#000!important;border-radius:0!important;background:#fff!important;padding:15px!important}.hp21Form input[type=text]:placeholder,.hp21Form input[type=email]:placeholder,.hp21Form textarea:placeholder{color:#3a3a3a}.hp21Form textarea{height:190px}.hp21Form button[type=submit]{width:100%;padding:17px}.hp21Section8{padding:250px 0 220px}.hp21s8Btn{padding:20px 0 60px}.hp21s8Btn a{font-size:18px;font-weight:700;color:#1c1c1c;text-decoration:underline}.hp21s8Btn a:hover{text-decoration:none;color:#0e6aed}.hp21s8Box{padding:50px;border:2px solid #000}.hp21s8Img{width:85px;float:left;border-radius:100%;overflow:hidden}.hp21s8Content{padding:15px 0 0 30px;width:calc(100% - 85px);float:left}.hp21s8Name{font-size:22px;font-weight:700;color:#000;margin-bottom:15px}.hp21s8Text{font-weight:500;margin-top:35px;min-height:90px}.hp21Section9{background:#f3f3f3}.hp21s9Img{text-align:center;padding:80px 0 0}.hp21s10SubHeading{font-weight:500}.hp21s10Btn{margin-top:60px}.hp21s9Box{position:relative;background:#0e6aed;z-index:1;padding-top:125px;padding-bottom:125px;padding-left:100px}.hp21s9Box:before{position:absolute;content:'';top:0;left:0;width:1e3px;height:100%;background:#0e6aed;z-index:-1}.hp21s9Count{font-size:35px;font-weight:800;color:#fff;margin-bottom:20px}.hp21s9Title{font-size:20px;font-weight:700;color:#fff;margin-bottom:65px}.hp21s9Title a{color:#fff}.hp21s9Title a:hover{color:#000}.visible-sm{display:none}@media(min-width:1200px) and (max-width:1339px){.hp11s4Box1{padding:0 60px}.hp11s4Box2Content{padding:140px 30px 0}ul.pc9s10Brands li{margin:0 4px}}@media(min-width:1200px){.bannerHeading{font-size:44px;line-height:54px}.bannerText{font-size:22px;line-height:24px}.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}.hp13Col20{width:20%}}@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}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}.hp9Section12 h2 b{font-size:48px}.hp9s6VideoWraper{text-align:center}.pc6BannerContent{margin-top:2%;padding:15px;max-width:580px}.hp11Section8{text-align:center}.hp11s4Box1{padding:0 50px}.hp11s4Box2Content{padding:100px 20px 0}.hp11s6Box{padding:20px}.lp7s3Title,.hp11s3Title,.lp7s7Text{text-transform:none}.lp7s5Box1{padding:10px 20px}.hp12Section6Content,.hp12s8Content{padding:0 0 0 15px}.hp12s7Content{padding-top:0}.hp12s7List{padding-top:40px}.hp12Section7:before{width:95%}.hp12s7List ul li,.hp12s8Content ul li{margin-bottom:10px;font-size:14px}ul.hp12s9List li{margin:0 10px 10px;padding:15px 5px}.hp12s10Box{border-radius:10px;padding:10px}.hp12s11Title{font-size:24px}.hp13Col20{width:20%}.hp13s5Box{margin:0 6px 10px;width:170px}.hp13s1wrapper{margin-top:60px}.hp13s4Title{padding:25px 0 15px}.hp13s4Text{padding:0}.hp13s6Box{padding:20px}.hp14Tabs ul.tabs{margin:10px 0 0!important}.hp14s4Box{max-width:333px}.hp14Section1{margin-top:60px}.hp15PostWrapper{padding:15px}.hp15s9Content{padding:35px 50px}.hp15PostBox1{padding-bottom:20px;margin-bottom:20px}ul.hp15brands li{max-width:235px}.hp15s8Title,.hp15PostTitle a{font-size:20px}.hp15s1Text{margin-top:0}.hp15s2Title{font-size:26px}.hp16Section1{padding:70px 0 30px}.hp16s1Content{padding:0 0 0 15px}.hp16Section2{padding-bottom:70px}.hp16s2Box{max-width:320px}.hp16s3RowRight .hp13s3Content{padding-left:15px}.hp16s3Row{padding-bottom:70px}.hp16Section4{border-radius:0;padding:40px 0}.hp16Section5{margin:70px 0}.hp16s5Content{padding:0 0 0 15px!important}.hp16s5Text ul{margin:25px 0 15px!important}.hp16s5Text ul li{padding-left:15px;font-size:16px}.hp16s5Text ul li:before{top:3px}.hp16Section6{padding:55px 0 50px}.hp16s6Title{padding:25px}.hp16Section7{padding:70px 0}.hp16s7Box{margin-top:50px}.hp16s8Content{padding:30px}.hp16Section9{padding:40px 0 50px}.hp17s6Box{margin-left:0}.hp18s1Btn{padding:0}.hp18s2Box{padding:15px}.hp18s3Title{font-size:20px}.hp18s4Tabs ul.tabs li{margin:0 50px 0 0}.hp18s4Text{padding:0}.hp18s5Title{padding:0 0 25px 15px;font-size:18px}.hp18FAQs .accordiaBox{padding:20px 0}.hp18FAQs .accordion{padding:0 30px 0 50px;font-size:18px;font-weight:400}.hp18FAQs .accordion:before{font-size:18px;font-weight:500}.hp18FAQs .accordion:after{top:2px}.hp12s3Img,.hp12s3Content{width:100%;padding:0 30px}.hp12s3Content{margin-top:30px}.pc8Products{padding:50px 30px 0 0}.hp19Section1{padding:80px 0}.hp19Section1:before{display:none}.hp19Section2{padding-bottom:60px}.hp19Section3{padding:70px 0 50px}.hp19s3Box{min-height:150px;margin-bottom:20px}.hp19Section4{padding:80px 0}.hp19s4SubHeading{padding-bottom:20px}.hp19Section5{padding-bottom:70px}.hp19s5Text{padding:0}.hp19s5Box{padding-bottom:20px}.hp19Section6{padding:70px 0}.hp19Section7{padding:70px 0}.hp19s7Text{padding:0 0 10px;margin-bottom:40px}.hp19FAQs .accordiaBox{padding:20px 0}.hp19FAQs .accordion{padding:0 30px 0 40px;font-size:18px}.hp19FAQs .accordion:before{font-size:18px}.hp19Section8{padding:70px 0 50px}.hp19s8Content{padding:15px 75px 0 0}.hp19s8Title{font-size:18px}.hp19Section9{padding:70px 0}.hp20Section1{padding:80px 0}.hp20s1Content{padding-left:0}.hp20Section2{padding-bottom:80px}.hp20Section3{padding:80px 0 50px}.hp20s3Box{padding:15px}.hp20s3Img{margin-bottom:10px}.hp20s3Title{font-size:16px;margin-bottom:10px}.hp20Section4{padding:80px 0 40px}.hp20s4SubHeading{margin:0 auto 20px}.hp20s4Title{font-size:18px}.hp20Section5{padding:80px 0}.hp20Section6{margin-bottom:80px}.hp20Section7{padding:60px 0 70px}.hp20FAQs{padding-left:15px}.hp20Section8{padding:80px 0}.hp20s8Box{padding:15px}.hp20Section9{padding:100px 0 70px}.hp20Section10{padding:70px 0}.pc9BannerHeading{font-size:40px;line-height:48px}.pc9BannerText{padding:0 0 20px}.pc9Section1{padding:70px 0 40px}.pc9s1Content{padding:5px 10px 10px}.pc9s1Title{font-size:18px}.pc9Section2{padding:80px 0 65px}.pc9Section3{padding:70px 0}.pc9s3Content{padding:5px 10px 40px}.pc9s3Title{font-size:18px}.pc9Section4{padding-bottom:80px}.pc9s4Text{padding:0 0 10px}.pc9Section5{padding:70px 0}.pc9s5Content{padding-left:0}.pc9Section5 h2{padding-bottom:20px}.pc9Section6{padding:70px 0}.pc9Section7{padding:75px 0 50px}.pc9s7Box{border-width:3px;border-radius:20px;padding:30px 25px 45px}.pc9s7Content{padding:25px 0 0}.pc9Section8{padding:70px 0 50px}.pc9Tabs ul.tabs li{min-width:160px;padding:15px;margin:0 10px}.pc9Tabs ul.tabs{padding:0 0 30px!important}.pc9Section9{padding:70px 0 50px}.pc9s9Row1{padding-bottom:40px}.pc9Testimonial{padding:50px 20px 25px;border-radius:20px}.pc9Testimonial:before{top:10px;left:25px;width:50px;height:39px;background-size:100%}.pc9s9Box{margin:30px 0 20px}.pc9Section10{padding-bottom:100px}ul.pc9s10Brands{padding:0!important}ul.pc9s10Brands li{margin:0 8px 15px}.pc9Section11{padding:70px 0 60px}.pc9Section12{padding:70px 0 50px}.pc9s12Box{padding:15px}.pc9s12Content{padding-top:15px}.pc9s12Title{font-size:18px}.hp21Section1{padding:80px 0 100px}.page-template-template-home21 h2{font-size:40px}.hp21s2Content{margin-top:10px}.hp21Section2{padding:0 0 70px}.hp21s2Box{padding:20px}.hp21Section3{padding:70px 0 100px}.hp21Section3 h2{padding-bottom:10px}.hp21s3Box{padding:15px;min-height:410px}.hp21s3Counter{font-size:60px}.hp21s3Title{font-size:18px;padding:20px 0 15px;margin-bottom:15px}.hp21Section4{padding:70px 0}.hp21s4Content{padding:40px 30px}.hp21Section5{padding:70px 0}.hp21Section6{padding:70px 0}.hp21s6SubHeading{padding:10px 0 40px}.hp21s6Content{padding:30px}.hp21Tabs ul.tabs li{padding-right:30px;font-size:18px}.hp21Tabs ul.tabs li span{font-size:40px}.hp21Section7{padding:70px 0}.hp21Section8{padding:70px 0 50px}.hp21s8Box{padding:15px}.hp21s8Content{padding:15px 0 0 15px}.hp21s8Name{font-size:18px}.hp21s8Text{margin-top:25px;min-height:110px}.hp21s9Img{padding:50px 0 0}.hp21s9Box{padding-top:85px;padding-bottom:35px;padding-left:50px}.hp21s9Img{padding:0}.pc3Banner .bannerContent{max-width:970px}.pc3Section1{padding:70px 0}.pc3s1Content{padding-left:0}ul.pc3s1SliderPager{width:70px}.pc3s1Slider{margin:0 0 0 14px!important;width:calc(100% - 85px)}.pc3Section2{padding:50px 0 70px}.pc3Section3{padding-top:70px}.pc3Section4{padding:70px 0}.pc3s4Content{padding:15px 10px}.pc3s4Title{font-size:16px}.pc3Section5{padding:70px 0 50px}ul.pc3s5Slider li{margin:0 15px}.pc3Section5{padding:70px 0 50px}.pc3s5Content{padding:20px 15px}.pc3s5Btn a{padding:12px}.pc3Section6{padding:70px 0 60px}.pc3s6Box{padding-bottom:0}.pc3s6Title{font-size:18px;padding:30px 0 10px}.pc3Section7{padding:70px 0 40px;margin-bottom:70px}.pc3s7Box{padding-bottom:0}.pc3Section8{padding:20px 0 70px}.pc3s8Text{padding:0 0 10px}.pc3s9Box{padding:30px 20px 20px}.pc3Section9{padding:70px 0 35px}.pc3Section10{padding:70px 0 40px}.pc3Section11{padding:50px 0}.pc3s11Box{padding:15px}.pc3s11Content{padding-left:15px}.pc3s11Title{font-size:20px}.pc3s11Text{margin-bottom:20px}.pc3s11Btns{text-align:center}.pc3s11Content a.commonBtn{display:block}a.supportBtn{margin:15px 0 0;display:inline-block}.pc3s11Form{padding:35px 15px 15px}.pc3s11Form button[type=submit]{padding:14px}.pc3Section12{padding:60px 0}.pc3Banner .bannerBtn{padding-top:0}.pc3Section14{padding:80px 0 50px}.pc3tabs ul.tabs li{padding:15px 20px;min-width:200px}.pc3tabs .tab-content{padding-top:50px}.pc3Section15{padding:50px 0 70px}.pc3Section16{padding:70px 0}.pc3FAQs .accordiaBox{padding:0 0 0 125px}.pc3FAQs .accordiaBox:before{font-size:18px;padding-top:20px}.pc3FAQs .accordion{font-size:18px;padding:20px 90px 20px 0}.pc3FAQs .accordion:before{top:20px}.pc3Section17{padding:70px 0}.pc3Section18{padding:70px 0}.pc3s18FAQs{padding:10px 20px}.pc3s18FAQs .accordion{padding:20px 0}.pc3s18FAQs .accordion:before{top:20px}.pc3s18FAQs .accordiaBox.active .accordion{padding:20px 0 10px}}@media all and (max-width:1000px){.indal-hint{display:none}.indal-cont .name,.indal-cont .text,.indal-cont .link{opacity:1;animation:none!important}.indal-list ul{margin-left:0;margin-top:-12px;flex-wrap:wrap}.indal-list li{margin-top:12px;margin-left:0;top:0!important}.indal-list li img,.indal-list li{height:auto;position:relative;width:100%!important}.indal-list{margin-top:50px}.indal-list li::after{content:"";width:100%;height:100%;top:0;left:0;position:absolute;background:rgba(0,0,0,.3)}}@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}.hp14s4Box{max-width:375px}.hp20s8Text{min-height:240px}.pc9Banner .pc9BannerContent{max-width:750px}.pc3Banner .bannerContent{max-width:750px}}@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:4%}.pc3Banner .bannerContent{margin-top:0}.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}.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}.pd7s8Box{padding:15px}.pd7s8Box>a{padding-left:95px}.pd7s8DTitle{font-size:20px}.pd7s8Text{font-size:26px;line-height:36px}.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}.pc6s1Box{padding:80px 15px 15px}.pc6s4Box{padding:15px}.pc6BannerContent{position:relative;top:inherit;margin-top:-40px;max-width:570px;padding:15px;box-shadow:0 0 4px 2px #efefef}.pc5ScrollSection{display:none}.hp11s4Box{display:block}.hp11s4Box1{display:block;width:100%;padding:60px}.hp11s4Box2{padding:0 60px}.hp11s4Box2Content{padding:60px 0 0}.hp11s6Box{margin:0;max-width:670px}.hp11s8Brands ul li{max-width:140px}.hp11s10Box{display:block;max-width:570px;margin:0 auto}.hp11s10Left,.hp11s10Right,.lp7s7Box,.lp7s5Box1,.lp7s5Box2{display:block;width:100%}.hp11s10Right{padding:25px}.hp11Section8{text-align:center}.hp11s8Brands ul li{margin-bottom:10px}.hp11FAQs .accordion{text-transform:none;letter-spacing:0}.lp7s7Box,.lp7s5Box1{padding:25px}.lp7s1Text,.lp7s3Title,.hp11s3Title,.lp7s7Text,.lp7s6Title a{text-transform:none}.hp12Section6Content,.hp12s8Content{padding:0 0 0 15px}.hp12s7Content{padding-top:0}.hp12s7List{padding:10px 0}.hp12Section7:before{width:95%}.hp12s7List ul li,.hp12s8Content ul li{margin-bottom:10px;font-size:14px}ul.hp12s9List li{margin:0 10px 10px;padding:15px 5px;font-size:16px}.hp12s10Box{border-radius:10px;padding:10px}ul.hp12s12brands{text-align:center}ul.hp12s7Slider .slick-arrow{bottom:-65px}.hp13s3List{padding-top:0}ul.hp13s3Slider .slick-arrow{bottom:-60px}.hp13s1wrapper{margin-top:60px}.hp13s4Title{padding:25px 0 15px}.hp13s4Text{padding:0}.hp13s6Box{padding:20px}.hp14s1Box{max-width:100%}.hp14Tabs ul.tabs{margin:10px 0 0!important}.hp14Section2{margin-bottom:80px}.hp14Section6{margin:80px 0}.hp14Section9{margin-bottom:70px}.hp14s3Text{padding:20px 0}.hp14Section5:before{width:100%;height:46%}.hp14s10Title a{font-size:18px}.hp14Section12{padding:80px 0;text-align:center}.hp14s12Btn{text-align:center;margin-top:30px}.hp14Section3:before{width:55%}.hp14Section8{border-radius:0}.hp14Section1{margin-top:60px}.hp15s1Text{margin-top:30px}.hp15s1Text ul li{margin-bottom:10px}.hp15s2Title{font-size:20px;font-weight:600}.hp15s2Text{font-weight:400}.hp15Section4:before{width:100%;height:460px}.hp15s4Box:before{font-size:40px}.hp15s4Content{position:relative;color:#3a3c51;padding:20px 0 0}.hp15s4Title a{color:#3a3c51}.hp15Section5{padding:50px 0}.hp15s4Box{margin-bottom:0}ul.hp15brands li{margin-bottom:10px}.hp15s8Title,.hp15PostTitle a{font-size:20px}.hp15s8Title{min-height:60px}.hp15s7Box2{margin-top:30px}.hp16Section1{padding:70px 0 30px}.hp16s1Content{padding:0 0 0 15px}.hp16Section2{padding-bottom:70px}.hp16s2Box{max-width:360px}.hp16s3RowRight .hp13s3Content{padding-left:15px}.hp16s3Row{padding-bottom:70px}.hp16Section4{border-radius:0;padding:40px 0}.hp16s3Btn{padding-top:20px}.hp16s3Content h4{margin-top:0}.hp16s3Text{max-width:100%}.hp16Section5{margin:70px 0}.hp16s5Content{padding:0 0 0 15px!important}.hp16s5Text ul{margin:25px 0 15px!important}.hp16s5Text ul li{padding-left:15px;font-size:16px}.hp16s5Text ul li:before{top:3px}.hp16Section6{padding:55px 0 50px}.hp16s6Title{padding:20px;font-size:16px}.hp16Section7{padding:70px 0}.hp16s7Box{margin-top:50px}.hp16s8Content{padding:30px}.hp16Section9{padding:40px 0 50px}.hp16s3RowRight .hp16s3Content{padding-left:0}.pc3BannerDetails br{display:none}.hp17s2Link{margin-bottom:15px}.hp17s3Box{margin-bottom:30px}.hp17s4ContentRight{text-align:left}.hp17s4Content{max-width:100%}.hp17s4Text{padding:0}.hp17Section4{margin-bottom:80px}.hp17s6Box{margin-left:0}.footer-adv-overlay .widget-title{margin:20px 0 25px!important}.hp18Section1{margin-top:60px}.hp18s1Btn{padding:0}.hp18s2Box{padding:15px}.hp18s3Title{font-size:20px}.hp18s4Tabs ul.tabs li{font-size:16px;margin:0 30px 0 0;padding-bottom:10px}.hp18s4Text{padding:0}.hp18s5Title{padding:0 0 25px 15px;font-size:18px}.hp18FAQs .accordiaBox{padding:20px 0}.hp18FAQs .accordion{padding:0 30px 0 50px;font-size:18px;font-weight:400}.hp18FAQs .accordion:before{font-size:18px;font-weight:500}.hp18FAQs .accordion:after{top:2px}.hp12s3Img,.hp12s3Content{width:100%;padding:0 30px}.pc8Products{width:100%;padding:0}.pc8SidebarInner{width:270px;display:inline-block}.pc8Sidebar{width:100%;padding:50px 0}.pc8ScrollLink ul li{margin-bottom:6px}.hp19Section1{padding:80px 0}.hp19Section1:before{display:none}.hp19Section2{padding-bottom:60px}.hp19Section3{padding:70px 0 50px}.hp19s3Box{min-height:150px;margin-bottom:20px}.hp19Section4{padding:80px 0}.hp19s4SubHeading{padding-bottom:20px}.hp19s4Btn{padding-bottom:20px}.hp19Section5{padding-bottom:70px}.hp19s5Text{padding:0}.hp19s5Box{padding-bottom:20px}.hp19Section6{padding:70px 0}.hp19Section7{padding:70px 0}.hp19s7Text{padding:0 0 10px;margin-bottom:40px}.hp19FAQs .accordiaBox{padding:20px 0}.hp19FAQs .accordion{padding:0 30px 0 40px;font-size:18px}.hp19FAQs .accordion:before{font-size:18px}.hp19Section8{padding:70px 0 50px}.hp19s8Content{padding:15px 75px 0 0}.hp19s8Title{font-size:18px}.hp19Section9{padding:70px 0}.hp20Section1{padding:80px 0}.hp20s1Content{padding-left:0}.hp20Section2{padding-bottom:80px}.hp20Section3{padding:80px 0 50px}.hp20s3Box{padding:15px}.hp20s3Img{margin-bottom:10px}.hp20s3Title{font-size:16px;margin-bottom:10px}.hp20Section4{padding:80px 0 40px}.hp20s4SubHeading{margin:0 auto 20px}.hp20s4Title{font-size:18px}.hp20Section5{padding:80px 0}.hp20Section6{margin-bottom:80px}.hp20Section7{padding:60px 0 70px}.hp20FAQs{padding-left:15px}.hp20Section8{padding:80px 0}.hp20s8Box{padding:15px}.hp20Section9{padding:100px 0 70px}.hp20Section10{padding:70px 0}.hp20s1Text,.hp20s5Text{padding:10px 0}.hp20s4ListWraper{margin-top:30px}.hp20Section7 h2{margin-top:0}.pc9BannerHeading{font-size:40px;line-height:48px}.pc9BannerText{padding:0 0 20px}.pc9Section1{padding:70px 0 40px}.pc9s1Content{padding:10px 20px 15px}.pc9s1Title{font-size:18px}.pc9s1Btn,.pc9s3Btn{text-align:left;padding-top:20px}.pc9Section2{padding:80px 0 65px}.pc9Section3{padding:70px 0}.pc9s3Content{padding:10px 15px 40px}.pc9s3Title{font-size:18px}.pc9Section4{padding-bottom:80px}.pc9s4Content{max-width:100%}.pc9s4Text{padding:0 0 10px}.pc9Section5{padding:70px 0}.pc9s5Content{padding:30px 0 0}.pc9Section5 h2{padding-bottom:20px}.pc9Section6{padding:70px 0}.pc9Section7{padding:75px 0 50px}.pc9s7Box{border-width:3px;border-radius:20px;padding:30px 25px 45px}.pc9s7Content{padding:25px 0 0}.pc9Section8{padding:70px 0 50px}.pc9Tabs ul.tabs li{min-width:auto;padding:12px 25px;margin:0 10px}.pc9Tabs ul.tabs{padding:0 0 30px!important}.pc9Section9{padding:70px 0 50px}.pc9s9Btn{text-align:left;padding-top:20px}.pc9s9Row1{padding-bottom:40px}.pc9Testimonial{padding:50px 20px 25px;border-radius:20px;max-width:100%}.pc9Testimonial:before{top:10px;left:25px;width:50px;height:39px;background-size:100%}.pc9s9Box{margin:30px 0 20px}.pc9Section10{padding-bottom:100px}ul.pc9s10Brands{padding:0!important}ul.pc9s10Brands li{margin:0 5px 10px}.pc9Section11{padding:70px 0 60px}.pc9Section12{padding:70px 0 50px}.pc9s12Box{padding:15px}.pc9s12Content{padding-top:15px}.pc9s12Title{font-size:18px}.page-template-template-home21 h2{font-size:40px}.hp21Section1{padding:80px 0 100px}.hp21s1Content{max-width:100%;float:none}.hp21s2Content{margin-top:10px}.hp21Section2{padding:0 0 70px}.hp21s2Box{padding:15px;width:50%}.hp21s2Title{font-size:18px}.hp21Section3{padding:70px 0 100px}.hp21Section3 h2{padding-bottom:10px}.hp21s3Box{padding:15px;min-height:310px}.hp21s3Title{font-size:18px;padding:20px 0 15px;margin-bottom:15px}.hp21Section4{padding:70px 0}.hp21s4Slider .slick-arrow{bottom:50%}.hp21s4Slider .slick-next{left:auto;right:-30px}.hp21s4Slider .slick-prev{left:-30px}.hp21s4Content{padding:40px 30px}.hp21Section5{padding:70px 0}.hp21s5Box{padding:15px}.hp21Section6{padding:70px 0}.hp21s6SubHeading{padding:10px 0 40px}.hp21s6Content{padding:30px}.hp21Tabs ul.tabs li{padding-right:40px;font-size:16px}.hp21Tabs ul.tabs li span{font-size:30px}.hp21Section7{padding:70px 0}.hp21Section8{padding:70px 0 50px}.hp21s8Box{padding:15px}.hp21s8Content{padding:15px 0 0 15px}.hp21s8Name{font-size:18px}.hp21s8Text{margin-top:25px;min-height:110px}.hp21s9Img{padding:50px 0 0}.hp21s9Box{padding-top:85px;padding-bottom:35px;padding-left:50px}.hp21s9Img{padding:0}.hp21Section9{padding-top:50px}.hp21Section7:before{display:none}.pc3Section1{padding:70px 0}.pc3s1Content{padding-left:0}.pc3Section2{padding:50px 0 70px}.pc3Section3{padding-top:70px}.pc3Section4{padding:70px 0}.pc3Section10 h2{padding-bottom:0}.pc3s4img{margin:15px 0}.pc3s4Content{padding:15px 10px}.pc3s4Title{font-size:16px}.pc3Section5{padding:70px 0 50px}ul.pc3s5Slider li{margin:0 15px}.pc3Section5{padding:70px 0 50px}.pc3s5Content{padding:20px 15px}.pc3s5Btn a{padding:12px}.pc3Section6{padding:70px 0 60px}.pc3s6Box{padding-bottom:0}.pc3s6Title{font-size:18px;padding:30px 0 10px}.pc3Section7{padding:70px 0 40px;margin-bottom:70px}.pc3s7Box{padding-bottom:0}.pc3Section8{padding:20px 0 70px}.pc3s8Text{padding:0 0 10px}.pc3s9Box{padding:30px 20px 20px}.pc3Section9{padding:70px 0 35px}.pc3Section10{padding:70px 0 40px}.pc3Section11{padding:50px 0}.pc3s11Box{padding:15px}.pc3s11Content{padding-left:15px}.pc3s11Title{font-size:20px}.pc3s11Text{margin-bottom:20px}a.supportBtn{margin-left:15px}.pc3s11Form:before{display:none}.pc3s11Form{padding:35px 15px 15px}.pc3s11Form button[type=submit]{padding:14px}.pc3Section12{padding:60px 0}.pc3Banner .bannerBtn{padding-top:0}.pc3Section14{padding:80px 0 50px}.pc3tabs ul.tabs li{padding:12px 25px;min-width:auto}.pc3tabs .tab-content{padding-top:50px}.pc3Section15{padding:50px 0 70px}.pc3Section16{padding:70px 0}.pc3FAQs .accordiaBox{padding:0 0 0 125px}.pc3FAQs .accordiaBox:before{font-size:18px;padding-top:20px}.pc3FAQs .accordion{font-size:18px;padding:20px 90px 20px 0}.pc3FAQs .accordion:before{top:20px}.pc3Section17{padding:70px 0}.pc3Section18{padding:70px 0}.pc3s18FAQs{padding:10px 20px}.pc3s18FAQs .accordion,.pc3s18FAQs .accordiaBox.active .accordion{padding:20px 15px 20px 0}.pc3s18FAQs .accordion:before{top:20px}.pc3s18Form{max-width:100%;margin-top:30px}}@media(max-width:921px){.ast-menu-toggle{line-height:1.4!important}ul.astra-megamenu.sub-menu{padding:30px}.main-navigation .astra-megamenu .menu-item-type-custom{border-right:none}}@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}.c1ProductContent{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.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}.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}.pc6BannerContent{max-width:480px}.hp10s3Content{padding:10px}.hp10FAQs .accordiaBox{padding:0 15px}.hp10FAQs .accordion{font-size:18px;line-height:24px}.hp10CTA{text-align:center;margin-top:10px}ul.pc6s5Slider ul.slick-dots li,ul.wus1Slider ul.slick-dots li{width:20px}.pc7s3Tabs ul.tabs li{padding:12px 10px}.hp11s2BoxWrapper{padding:35px 20px 270px}.hp11s5Img,.hp11s5Btn{padding-top:30px}.hp12s1Box{max-width:100%}ul.hp12s9List li{width:calc(50% - 20px)}.headerTopbar ul li{margin-bottom:15px}.hp14Section1{margin:0 auto 40px;box-shadow:none}.hp14Tabs ul.tabs li{margin:0 0 10px;text-transform:none;display:block}.hp14s4Box{float:none;margin:0 auto}.hp14Section4{margin:70px 0}.hp14Section5{padding:60px 0}.hp14s5Text1 ul li{width:100%}.hp15Section1{padding:70px 0 60px}.hp15Col20{width:33%!important;float:left}.hp15Section3{padding:60px 0 50px}.hp15Section4{padding-top:50px}.hp15Section6{padding-top:60px}.hp15s7Content{margin:-40px auto 0;padding:20px 20px 5px}.hp15s8Title,.hp15s8Text{min-height:auto}.hp15s9Content{padding:15px}.hp15PostWrapper{padding:15px}.hp15PostBox1{padding-bottom:20px;margin-bottom:20px}.hp16s2Box{max-width:390px;margin:0 auto;float:none}.hp16s5Text ul li{width:100%}.hp17Section1{margin-top:70px}.hp17Section2{padding:70px 0 45px}.hp17Section3{margin:70px 0 40px}.hp17Section4{margin-bottom:65px}.hp17Section6{margin:60px 0 80px}.hp17s1Content{padding-left:20px}.hp17Section1:before{bottom:-20px;width:100%;height:10%}.hp18s4Tabs ul.tabs li{margin:0 0 10px;padding-bottom:10px;display:block}.hp18Section6 h2{font-size:30px;margin-top:0}.hp18Section4 h2 b{font-size:40px}.pc8ProductContent{width:100%;padding-right:0}.pc8ProductImg{margin:30px 0 0;float:left}.pc8ProductBox{padding:30px 0}.pc8BannerContent{margin:0!important;background:#000;padding:10px}.pc8BannerContent .pc3BannerHeading{margin:0!important}.hp19Tabs ul.tabs li{padding:10px 15px}.hp19s3Box{width:25%}.page-template-product-category3 #content h2{font-size:32px}.headerTopbar{padding:5px 10px}.headerTopbar .container{width:100%}.indal-cont{top:30px;padding:0 25px}.indal-cont .text{margin:10px 0 0}ul.hp20s4List li{width:50%}.pc9Banner .pc9BannerContent{max-width:480px}.pc9BannerHeading{font-size:28px;line-height:36px}.pc9Tabs ul.tabs li{display:block;margin-bottom:10px!important}ul.pc9s10Brands li{margin:0 3px 10px;max-width:140px}.pc9FAQs .accordiaBox{padding-left:50px;min-height:80px}.pc9FAQs .accordiaBox:before{position:absolute;width:50px;padding-top:15px;font-size:16px}.pc9FAQs .accordion{padding:15px 30px 10px 20px;font-size:16px}.pc9FAQs .accordion:before{top:16px;right:10px;font-size:24px}.pc9FAQs .panel{padding:0 30px 10px 20px}.pc9s5Form input[type=text],.pc9s5Form input[type=email],.pc9s5Form textarea{border-bottom-width:2px;padding:15px 0}.pc9s5Form label{padding:20px 0 10px}.pc9s5Form textarea{border-width:2px;min-height:120px;margin-bottom:10px;padding:15px}.pc9s5Form textarea{border-width:2px!important;margin:10px 0}.hp21s3Box{min-height:auto}.hp19s5Text{min-height:auto}.hp21s6Btn{text-align:left;padding:25px 0;margin-bottom:20px}.hp21Tabs ul.tabs{margin:30px 0 0!important}.hp21Tabs ul.tabs li{padding-right:0;display:block;margin-bottom:20px}.hp21Form{padding:20px}.hp21s8Text{margin-top:15px;min-height:auto}.hp21FAQs .accordiaBox{padding-left:50px;margin-bottom:20px}.hp21FAQs .accordion{font-size:18px}.hp21FAQs h2{padding-bottom:10px}.hp21s2Box{width:100%}.page-template-template-home21 h2{font-size:30px}.hp21s4Content{padding:15px}.hp21s6Content{position:relative;background:#000;padding:15px}.hp21s6Title,.hp21s4Title{font-size:20px}.hp21s4Content{position:relative;background:#000;padding:15px}.hp21FormTitle{font-size:20px}.pc3Banner .bannerContent{max-width:480px}.pc3Banner .bannerContent{position:relative;padding-top:20px}.pc3BannerHeading{font-size:30px;color:#000!important}.pc3BannerDetails{color:#000!important}.pc3s6Text{max-width:100%}.pc3s11Box{display:block}.pc3s11Img{float:none}.pc3s11Content{width:100%;padding:20px 0 0;float:none}.pc3s12Content{padding:30px 20px 25px}.pc3s12Title{font-size:20px}.pc3tabs ul.tabs{border-radius:30px;display:block;text-align:left}.pc3tabs ul.tabs li{display:block}ul.pc3s5Slider ul.slick-dots li{margin:0 5px;width:14px}.pc3FAQs .accordiaBox:before{width:50px}.pc3FAQs .accordiaBox{padding:0 0 0 60px}.pc3FAQs .accordion{font-size:16px;padding:20px 40px 20px 0}.pc3FAQs .accordion:before{right:10px}.pc3s18FAQs .accordion{font-size:16px}.pc3s18Form{padding:30px 15px 15px}.pc3s18FormTitle{font-size:20px;padding-bottom: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}.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}.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}.hp9s1Box{border-radius:15px;padding:15px}.hp9s2List ul li{width:100%}.hp9FAQs .accordiaBox{padding:10px;margin-bottom:10px}.bannerHeading{padding-bottom:10px}.pc6BannerContent{max-width:320px}.hp10Banner{padding:30px 0 20px}.pc7s3Tabs ul.tabs li{padding:10px 0;display:block}.hp11s6Box{padding:15px}.hp11s6Btns a.commonBtn{margin:5px 2px}.hp11s10Right{padding:15px}.hp12Section2:before{height:10%}.hp12Form{padding:15px}.hp12Form input[type=text],.hp12Form input[type=email],.hp12Form textarea{padding:10px}.hp12Form .uploadBTNLabel{padding:25px 15px}.hp12s7List ul li,.hp12s8Content ul li,ul.hp12s9List li{width:100%}.hp14Tabs ul.tabs li{margin-right:0;display:block;padding-bottom:10px;margin-bottom:10px}.hp14Tabs2 ul.tabs2 li{padding:20px}.hp15Col20{width:50%!important}.hp15s7Content{margin:20px 0 0;width:100%}.hp15s1Btn{bottom:5px;right:5px}.hp16s8Content{position:relative;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);padding:20px;border-radius:10px;margin-top:20px}.pc3Banner2 .bannerText{font-size:14px;line-height:21px}.hp17s4Img:before{width:200px;height:160px}.hp18FAQs .accordion{padding:0 30px 0 35px;font-size:16px}.hp18FAQs .accordion:before{font-size:16px}#contactPopUpForm{left:calc(50% - 145px)}#contactPopUpForm,#contactPopUpForm .quickQuote{width:290px}#contactPopUpForm.active{top:60px}.bannerBtn{display:none}.hp19Tabs ul.tabs li{padding:10px 25px;display:block;text-align:center;margin:5px 0}.hp19s3Box{width:33.33%}.page-template-product-category3 #content h2{font-size:28px}.topbarBtn{display:block;margin:10px 0 0}.indal-cont{top:15px;padding:0 15px}ul.hp20s4List li{width:100%}.hp2s5ImgCap{padding:15px}.hp20Section7 h2{font-size:32px}.hp20FAQs .accordion{padding:0 20px 0 40px;font-size:16px;font-weight:500}.hp20FAQs .accordion:before{font-size:16px;font-weight:500}.hp20FAQs .accordion:after{top:2px;font-size:12px}.hp20FAQs .panel{padding:10px 20px 0 40px}.pc9Banner .pc9BannerContent{max-width:320px}.pc9Banner .pc9BannerContent{position:relative;background:#000;padding:10px}.pc9s5Form{border-radius:20px;padding:10px 15px 20px}.pc9s5Text ul li{padding:5px 0 5px 50px;font-size:16px;font-weight:400}.pc9s7Box{border-radius:20px;padding:20px 15px 25px}ul.pc9s10Brands li{max-width:135px}.page-template-template-home21 h2{font-size:26px}.hp21Section3{padding:70px 0 30px}.pc3Banner .bannerContent{max-width:320px}.pc3s11Btns{text-align:center}.pc3s11Content a.commonBtn{display:block}a.supportBtn{margin:15px 0 0;display:inline-block}ul.pc3s1SliderPager{width:65px}ul.pc3s1SliderPager li{margin-bottom:5px}.pc3s1Slider{margin:0 0 0 10px!important;width:calc(100% - 75px)}.pc3s7Content{padding:0 0 0 15px}.pc3Banner .bannerBtn{display:block;transform:scale(.8)}}
@charset "UTF-8";/* framework 7.7.9 */ /*/css/base.min.css*/ :where(.tf_loader){width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}:where(.tf_overflow){overflow:hidden}.tf_box{box-sizing:border-box}:where(.tf_abs){position:absolute;inset:0}:where(.tf_abs_t){position:absolute;top:0;left:0}:where(.tf_abs_b){position:absolute;bottom:0;left:0}:where(.tf_abs_c){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tf_rel{position:relative}:where(.tf_opacity){opacity:0}.tf_clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:2.5em;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137,137,137,.2);--tf_scroll_color_hover:rgba(137,137,137,.4);scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w,10px);height:var(--tf_scroll_h,10px)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}.tf_vd_lazy:fullscreen video{height:100%;object-fit:contain}/*/css/modules/search-form.css*/ .tf_s_dropdown input[type=text]{background-color:#fff;box-shadow:none;color:#000;display:inline-block;height:auto;margin:0;max-width:100%;min-height:auto;min-width:auto;width:auto}.tf_search_icon{border-radius:50em;cursor:pointer;line-height:normal;padding:9px 11px 10px}.tf_search_icon:hover{background:hsla(0,0%,59%,.15)}.tf_search_icon .tf-ti-search{stroke-width:1.5}.tf_icon_wrap{font-size:1.2em;left:2px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.tf_icon_wrap+.tf_loader+input[type=text],.tf_icon_wrap+input[type=text]{padding-left:2.2em}.tf_s_dropdown .tf_icon_wrap{left:12px}/*/wp-content/plugins/themify-builder/css/modules/image.css*/ .module-image .image-title{font-size:1.2em;margin:0 0 .3em}.module-image .image-title a{color:inherit;font-family:inherit;text-decoration:none;text-shadow:inherit}.module-image .image-wrap{width:auto}.module-image .image-wrap img{display:inline-block;vertical-align:top}.module-image.rounded .image-wrap img{border-radius:var(--tb_rounded_corner)}.module-image.circle .image-wrap img{border-radius:50em}.module-image.bordered .image-wrap img{background:#fff;border:1px solid rgba(0,0,0,.15);box-sizing:border-box;padding:5px}.module-image.drop-shadow .image-wrap img{box-shadow:0 1px 8px 2px rgba(0,0,0,.15)}.module-image.auto_fullwidth .lightbox{display:block}.module-image.auto_fullwidth :is(.image-wrap,img){display:block;width:100%}.module-image .image-wrap .lightbox{display:inline-block;max-width:100%;position:relative}/*/wp-content/plugins/themify-builder/css/modules/image_styles/top.css*/ .module-image.image-top .image-content{margin-block:.5em 1em}/*/wp-content/plugins/themify-builder/css/modules/text.css*/ .drop-cap>:first-child:first-letter,.tb_text_dropcap>.tb_text_wrap:first-child:first-letter{background-color:var(--theme_accent,#0f70e8);color:#fff;float:left;font-size:2.85em;line-height:.4em;margin-right:.325em;margin-block:.15em .25em;padding:.425em .375em}.tb-text-more-link-indicator{background:rgba(55,55,55,.6);display:block;height:3px;margin:5px 0}/*/wp-content/plugins/themify-builder/css/modules/toc.css*/ .module-toc li,.module-toc ul{border:0;margin:0;padding:0}.module-toc ul{counter-reset:el;list-style-position:inside;list-style-type:var(--tb_tc_type,none);overflow:hidden;transition:max-height .4s}.module-toc.tb_toc_ic ul{display:grid;row-gap:.2em}.module-toc.tb_toc_ic li{align-items:center;display:flex;flex-wrap:wrap}.tb_toc_lv_1 ul{margin-left:1.15em;margin-top:3px}.tb_toc_active>a{font-weight:700}.tb_toc_show_num a:before{content:counters(el,".") ".";counter-increment:el;margin-right:7px}.tb_toc_b{--tb_tc_type:disc}.tb_toc_s{--tb_tc_type:square}.tb_toc_c{--tb_tc_type:circle}.tb_toc_ur{--tb_tc_type:upper-roman}.tb_toc_lr{--tb_tc_type:lower-roman}.tb_toc_head{display:flex}.tb_toc_head .module-title{flex:1;letter-spacing:-.03em;margin-bottom:.6em}.module-toc .tf_fa{border-radius:100%;cursor:pointer;display:inline-flex;margin-inline-start:5px;padding:8px;place-content:center;place-items:center;pointer-events:auto;position:relative}.module-toc .tf_fa:hover{background-color:hsla(0,0%,71%,.2)}.tb_toc_ic{margin-right:.2em}.module-toc .tf_hide,.tb_tc_close .tb_toc_mic_close,.tb_tc_sub_close>.tb_toc_cic{display:none}.tb_tc_close .tb_toc_mic,.tb_tc_sub_close>.tb_toc_cic_close{display:inline-flex}.module-toc span.tf_fa:before{border-bottom:1px solid;content:"";width:1em}.tb_tc_sub_close>span.tb_toc_cic_close:after{border-left:1px solid;content:"";display:none;display:block;height:1em;left:50%;position:absolute}.tb_toc_sticky_btn{appearance:none;background:var(--theme_accent,#111);border:0;border-radius:8px 0 0 8px;color:#fff;cursor:pointer;display:none;height:48px;inset-inline-end:0;margin:0;padding:0;position:fixed;top:140px;transition:inset-inline-end .45s ease;width:28px;z-index:100000}.tb_toc_sticky_btn:before{border:7px solid transparent;border-inline-end:none;border-inline-start:7px solid;content:"";height:0;inset:0;margin:auto;position:absolute;width:0}@media(max-width:680px){.module-toc.tb_toc_m_sticky{--tb_toc_sticky_w:min(300px,90%);border:0;height:0;margin:0;overflow:visible;padding:0}.module-toc.tb_toc_m_sticky .tb_toc_sticky_panel{background:var(--tb_toc_sticky_bg,#fff);box-sizing:border-box;height:100%;inset-inline-end:calc(var(--tb_toc_sticky_w)*-1);overflow:hidden auto;padding:24px 5%;pointer-events:none;position:fixed;top:0;transition:inset-inline-end .45s ease,box-shadow .45s ease;width:var(--tb_toc_sticky_w);z-index:99999}.module-toc.tb_toc_m_sticky .tb_toc_sticky_btn{display:block;pointer-events:auto}.module-toc.tb_toc_m_sticky .tb_toc_mic,.module-toc.tb_toc_m_sticky .tb_toc_mic_close{display:none}.module-toc.tb_toc_m_sticky.tb_toc_sticky_open .tb_toc_sticky_panel{box-shadow:0 0 16px 3px rgba(0,0,0,.1);inset-inline-end:0;pointer-events:auto}.module-toc.tb_toc_m_sticky.tb_toc_sticky_open .tb_toc_sticky_btn{inset-inline-end:var(--tb_toc_sticky_w)}.module-toc.tb_toc_m_sticky.tb_toc_sticky_open .tb_toc_sticky_btn:before{border-inline-end:7px solid;border-inline-start:none}}[dir=rtl] .tb_toc_sticky_btn{border-radius:0 8px 8px 0}/*/wp-content/plugins/themify-builder/css/modules/accordion.css*/ .module-accordion{margin-bottom:1em;--tb_app_glc:normal}.accordion-content{background:#fff;color:#333;padding:1em}.module-accordion:not(.rounded){--tb_app_r:0}.module-accordion:not(.gradient){--tb_app_gr:none}.module-accordion:not(.shadow):not(.embossed){--tb_app_shadow:initial}.accordion-title{--tb_app_glc:"";background-color:var(--tb_pr_bg);background-image:var(--tb_app_gr);border-radius:inherit;box-shadow:var(--tb_app_shadow);color:var(--tb_pr_color);cursor:pointer;font-size:105%;font-weight:700;line-height:140%;margin:0;transition-duration:.3s;transition-property:color,background-color,padding,border,box-shadow}.module-accordion>li,.ui.module-accordion{border:var(--tb_acc_b_w,1px) solid var(--tb_acc_b_c,rgba(0,0,0,.05))}ul.ui.module-accordion{box-shadow:none;margin:0;padding:0}.accordion-content .module_row{visibility:visible!important}.module-accordion>li{background-image:var(--tb_app_gr);border-width:1px 0 0;list-style:none;margin:0;padding:0;position:relative}.accordion-title:hover{background-color:var(--tb_pr_hover_bg)}ul>.builder-accordion-active>.accordion-content{box-shadow:var(--tb_app_shadow,inset 0 1px 1px rgba(0,0,0,.1))}.module-accordion>li:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit;border-top-width:0}.module-accordion>li:last-child,.ui>li:last-child>.accordion-content{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}ul.ui.module-accordion .accordion-title a{align-items:start;color:inherit;display:inline-flex;padding:.5em 1em;text-decoration:none}.accordion-title i{margin-inline-end:.4em}/*/wp-content/plugins/themify-builder/css/modules/appearance.css*/ .shadow{--tb_app_shadow:0 1px 8px 1px rgba(0,0,0,.1)}.embossed{--tb_app_shadow:inset 0 1px 0 hsla(0,0%,100%,.5),inset 0 -3px 0 rgba(0,0,0,.1)}.gradient{--tb_app_gr:linear-gradient(180deg,hsla(0,0%,100%,.45) 0%,hsla(0,0%,100%,0))}.rounded{--tb_app_r:var(--tb_rounded_corner)}.glossy{--tb_app_glc:"";--tb_app_gl:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.5))}.ui.glossy:before,.ui.glossy>:is(.accordion-title,.tab-nav) a:before,.ui.nav.glossy a:before{background:var(--tb_app_gl);border-top-left-radius:inherit;border-top-right-radius:inherit;content:var(--tb_app_glc);height:50%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}/*/wp-content/plugins/themify-builder/css/modules/accordion_styles/separate.css*/ ul.ui.separate{background:0;border:0}ul.ui.separate>li{background-color:var(--tb_pr_bg);background-image:var(--tb_app_gr);border-radius:var(--tb_app_r);border-width:1px;box-shadow:var(--tb_app_shadow);margin-bottom:5px}.separate>li>.accordion-content{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.separate>.builder-accordion-active>.accordion-title{border-bottom-left-radius:0;border-bottom-right-radius:0}/*/wp-content/plugins/themify-builder/css/modules/colors.css*/ .accent-color{--tb_pr_color:var(--theme_accent_contrast,#fff);--tb_pr_bg:var(--theme_accent,#4d7de1);--tb_pr_hover_bg:var(--theme_accent_hover,#000)}.white{--tb_pr_color:#222;--tb_pr_bg:#fff;--tb_pr_hover_bg:#f7f7f7}.black{--tb_pr_color:#eee;--tb_pr_bg:#000;--tb_pr_hover_bg:#595959}.blue{--tb_pr_color:#edf3ff;--tb_pr_bg:var(--blue,#4d7de1);--tb_pr_hover_bg:#6b9df9}.brown{--tb_pr_color:#ffeee0;--tb_pr_bg:var(--brown,#a35004);--tb_pr_hover_bg:#d68035}.gray{--tb_pr_color:#eee;--tb_pr_bg:var(--gray,#989797);--tb_pr_hover_bg:#c9c9c9}.green{--tb_pr_color:#e9ffdb;--tb_pr_bg:var(--green,#4aab10);--tb_pr_hover_bg:#6bbf2f}.light-blue{--tb_pr_color:#2a3e59;--tb_pr_bg:var(--light-blue,#bdd9fd);--tb_pr_hover_bg:#d3e7ff}.light-green{--tb_pr_color:#293807;--tb_pr_bg:var(--light-green,#9bd611);--tb_pr_hover_bg:#c1ed53}.light-purple{--tb_pr_color:#39355b;--tb_pr_bg:var(--light-purple,#c1bafd);--tb_pr_hover_bg:#d3ceff}.orange{--tb_pr_color:#fff2ea;--tb_pr_bg:var(--orange,#ff9600);--tb_pr_hover_bg:#ffb651}.pink{--tb_pr_color:#441e32;--tb_pr_bg:var(--pink,#feb4e4);--tb_pr_hover_bg:#ffd1ee}.purple{--tb_pr_color:#eeedff;--tb_pr_bg:var(--purple,#7a6bf8);--tb_pr_hover_bg:#9589ff}.red{--tb_pr_color:#fff;--tb_pr_bg:var(--red,#e8311f);--tb_pr_hover_bg:#ff7568}.yellow{--tb_pr_color:#594718;--tb_pr_bg:var(--yellow,#fff06c);--tb_pr_hover_bg:#fff4b2}/*/wp-content/plugins/themify-builder/css/themify-builder-style.css*/ :root{--tb_rounded_corner:12px;--tb_rounded_corner_sm:10px;--theme_accent_contrast:#fff}.module_column,.module_row,.module_row .module,.module_subrow{box-sizing:border-box;min-width:0;position:relative}.module,.module-accordion i,:is(.module-buttons,.module_row,.module_subrow,.module_column,.module-image img):hover{transition:.5s ease;transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter,transform}.entry-content>p:is(:first-of-type,:first-of-type+p):empty{margin:0;padding:0}.module_row{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-wrap:wrap}.themify_builder_slider_wrap{transition:none}[data-tbfullwidthvideo]:is(.module_row,.module_subrow,.module_column){background-size:cover}.module_subrow,.row_inner{display:grid;--gutter:3.2%;--narrow:1.6%;--none:0;--align_start:start;--align_center:center;--align_end:end;--auto_height:stretch;--align_items:var(--auto_height);--align_content:var(--align_start);--colg:var(--gutter);--c1:1fr;--c2:1fr 1fr;--c3:1fr 1fr 1fr;--c4:1fr 1fr 1fr 1fr;--c5:1fr 1fr 1fr 1fr 1fr;--c6:1fr 1fr 1fr 1fr 1fr 1fr;--c1_2:1fr 2.1025fr;--c2_1:2.1025fr 1fr;--c1_3:1fr 3.2831fr;--c3_1:3.2831fr 1fr;--c1_1_2:1fr 1fr 2.1415fr;--c1_2_1:1fr 2.1415fr 1fr;--c2_1_1:2.1415fr 1fr 1fr;--col:repeat(auto-fit,minmax(1%,1fr));align-content:var(--align_content);align-items:var(--align_items);gap:var(--rowg,0) var(--colg);grid:var(--row,none)/var(--col);grid-auto-columns:1fr;grid-template-areas:var(--area);--area5_3:"col1 col1 col2 col2 col3 col3" "col4 col4 col5 col5 . .";--area5_1_2:"col1 col2 col2" "col3 col4 col5";--area5_2_1:"col1 col1 col2" "col3 col4 col5";--area5_1_3:"col1 col2 col2 col2" "col3 col4 col4 col4" "col5 col5 col5 col5";--area5_3_1:"col1 col1 col1 col2" "col3 col4 col4 col5";--area5_1_1_2:"col1 col2 col3 col3" "col4 col4 col5 col5";--area5_1_2_1:"col1 col2 col2 col3" "col4 col4 col5 col5";--area5_2_1_1:"col1 col1 col2 col3" "col4 col4 col5 col5";--aream2_auto:"col1" "col2";--aream3_auto:"col1" "col2" "col3";--aream4_auto:"col1" "col2" "col3" "col4";--aream5_auto:"col1" "col2" "col3" "col4" "col5";--areat6_auto:"col1 col2 col3" "col4 col5 col6";--aream6_auto:"col1 col2" "col3 col4" "col5 col6";--areat7_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7";--aream7_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7";--areat8_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7" "col8 col8";--aream8_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7" "col8"}.row_inner{margin:0 auto;width:min(1160px,100%)}.module_row.fullheight .module_subrow,.module_row.fullwidth>.row_inner{max-width:100%;width:100%}@supports(-webkit-touch-callout:none){.module_column,.module_row,.module_subrow{background-attachment:scroll!important}}.module_row.fullheight{min-height:100vh}.fullheight>.row_inner,.fullheight>.row_inner>.module_column{min-height:inherit}div.module_column{align-content:inherit;align-items:inherit;display:grid;float:none;margin-inline:0;max-width:none;width:auto}.col_align_middle,.fullheight>.tb_col_count_1{--align_content:var(--align_center)}.gutter-narrow{--colg:var(--narrow)}.gutter-none{--colg:var(--none)}.module_column:first-of-type{grid-area:col1}.module_column:nth-of-type(2){grid-area:col2}.module_column:nth-of-type(3){grid-area:col3}.module_column:nth-of-type(4){grid-area:col4}.module_column:nth-of-type(5){grid-area:col5}.module_column:nth-of-type(6){grid-area:col6}.module_column:nth-of-type(7){grid-area:col7}.module_column:nth-of-type(8){grid-area:col8}.module_column:nth-of-type(9){grid-area:col9}.module_column:nth-of-type(10){grid-area:col10}.module_column:nth-of-type(11){grid-area:col11}.module_column:nth-of-type(12){grid-area:col12}.module_column:nth-of-type(13){grid-area:col13}.module_column:nth-of-type(14){grid-area:col14}.module_column:nth-of-type(15){grid-area:col15}.module_column:nth-of-type(16){grid-area:col16}.tb_col_count_1>.module_column{grid-area:auto}.tb_col_count_2{--area:"col1 col2"}.tb_col_count_3{--area:"col1 col2 col3"}.tb_col_count_4{--area:"col1 col2 col3 col4"}.tb_col_count_5{--area:"col1 col2 col3 col4 col5"}.tb_col_count_6{--area:"col1 col2 col3 col4 col5 col6"}.tb_col_count_7{--area:"col1 col2 col3 col4 col5 col6 col7"}.tb_col_count_8{--area:"col1 col2 col3 col4 col5 col6 col7 col8"}.module:after{clear:both;content:"";display:table}.module_row ul.loops-wrapper{display:block;list-style:none;margin:0;padding:0}.tb_default_color{--tb_pr_color:#333;--tb_pr_bg:#f7f7f7;--tb_pr_hover_bg:#f1f1f1}.module_row .ui{background-color:var(--tb_pr_bg,#f7f7f7);color:var(--tb_pr_color,#333)}.ui.rounded{border-radius:var(--tb_app_r,0)}.ui.gradient{background-image:var(--tb_app_gr,none)}.ui:is(.shadow,.embossed){box-shadow:var(--tb_app_shadow,none)}.ui.builder_button{border:1px solid rgba(0,0,0,.05);border-radius:var(--tb_app_r,0);font-size:var(--tb_mb_f,1em);line-height:1.35;padding:.625em 1.25em;position:relative;transition:.3s linear;transition-property:color,background-color,padding,border,box-shadow}.builder_button:not(:is(.tf_flx,.tf_in_flx)){display:inline-block}.builder_button:hover{background-color:var(--tb_pr_hover_bg,#f1f1f1);text-decoration:none}.module_row .module .ui.builder_button{text-decoration:none}.ui.transparent{--tb_pr_bg:transparent;--tb_pr_hover_bg:transparent;--tb_pr_color:#333;--tb_app_gr:none;--tb_app_shadow:none;border:0;color:inherit}.transparent.gradient{--tb_app_gr:linear-gradient(180deg,hsla(0,0%,100%,.45) 0%,hsla(0,0%,100%,0))}.module-title{font-size:1.4em;margin:0 0 .8em}.module img{border:0;vertical-align:bottom}.module-slider{margin-bottom:2.5em}.module-widget .widget{margin:0}.wp-caption{max-width:100%}.module-plain-text:after{display:contents!important}@media (max-width:1260px){.module-layout-part .row_inner,.tbp_template .row_inner .row_inner{max-width:100%}.module_row.fullwidth .module-layout-part .row_inner,.row_inner,.tbp_template .module_row.fullwidth .row_inner .row_inner{max-width:94%}.tbp_template .module_row.fullwidth .module_row.fullwidth>.row_inner{max-width:100%}}@media (max-width:760px){.module_row.fullwidth .module-layout-part .row_inner,.row_inner,.tbp_template .module_row.fullwidth .row_inner .row_inner{max-width:90%}}.themify_builder div.builder-parallax-scrolling{transition:background-position-y 0s}@supports not(cursor:grab){.builder-parallax-scrolling{background-attachment:scroll!important}}/*/wp-content/plugins/themify-builder/theme-compat/astra.css*/ body.tb_fullwidth #secondary,body.tb_hide_title .entry-header{position:absolute;clip:rect(1px,1px,1px,1px)}.entry-content[ast-blocks-layout]>*,body.tb_fullwidth #site-content .entry-content>.themify_builder_content{margin-left:auto;margin-right:auto;max-width:var(--responsive--alignfull-width);width:auto}body.tb_hide_title.tb_fullwidth #primary{margin:0 auto;width:100%}body.tb_fullwidth #primary,body.tb_fullwidth .site-content .ast-container{max-width:none;padding:0;width:auto}body.tb_fullwidth.ast-separate-container.ast-left-sidebar #primary,body.tb_fullwidth.ast-separate-container.ast-right-sidebar #primary{margin:0}body.tb_fullwidth.ast-separate-container .ast-article-single{padding:0}/*/wp-content/uploads/themify-css/themify-builder-20778-generated.css*/ .themify_builder_content-20778 .tb_nwt3657.module-image{margin-bottom:30px}.themify_builder_content-20778 .tb_4zdh302.module-toc{background-attachment:scroll;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-image:linear-gradient(251deg,rgb(46, 33, 184) 0%,rgb(105, 45, 224) 100%);margin-bottom:30px;padding-bottom:10px;padding-top:10px;background-color:transparent}.themify_builder_content-20778 .tb_4zdh302.module-toc a{color:#fff}.themify_builder_content-20778 .tb_4zdh302.module-toc a:hover{color:#fff204}
