/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2__row {
	display: flex;
	margin-top: 1.5rem;
}

.jp-related-posts-i2__row:first-child {
	margin-top: 0;
}

.jp-related-posts-i2__post {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
	max-width: calc(33% - 20px);
}

.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post {
	max-width: calc(50% - 20px);
}

.jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link,
.jp-related-posts-i2__post-date, .jp-related-posts-i2__post-context {
	flex-direction: row;
	display: block;
}

.jp-related-posts-i2__post-heading {
	margin: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-link {
	display: block;
	width: 100%;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-img-link {
	order: -1;
}
.jp-related-posts-i2__post-img-link img {
	width: 100%;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__row{
	margin-top: 0;
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	max-width: none;
	margin: 0;
}

.jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link {
	margin-top: 1rem;
}

/* Breakpoints */
@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__row {
		margin-top: 0;
		display: block;
	}
	.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
		max-width: none;
		margin: 0;
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link {
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link img {
		width: 350px;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

@media only screen and (max-width: 640px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}

#sb_instagram{width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images{width:100%;float:left;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover{border:none}#sb_instagram #sbi_images .sbi_item{display:-moz-inline-stack;display:inline-block;float:left;vertical-align:top;zoom:1;max-height:1000px;padding:inherit!important;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0;max-height:0}#sb_instagram.sbi_col_1 #sbi_images .sbi_item{width:100%}#sb_instagram.sbi_col_2 #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_3 #sbi_images .sbi_item{width:33.33%}#sb_instagram.sbi_col_4 #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_col_5 #sbi_images .sbi_item{width:20%}#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:16.66%}#sb_instagram.sbi_col_7 #sbi_images .sbi_item{width:14.28%}#sb_instagram.sbi_col_8 #sbi_images .sbi_item{width:12.5%}#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:11.11%}#sb_instagram.sbi_col_10 #sbi_images .sbi_item{width:10%}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{width:100%}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{width:33.33%}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{width:20%}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{width:16.66%}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{width:14.28%}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{width:12.5%}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{width:11.11%}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{width:10%}#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:auto}#sb_instagram .sbi_no_js img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em;display:inline-block}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:#fff;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow( 0 0 2px rgba(0,0,0,.4) );filter:drop-shadow( 0 0 2px rgba(0,0,0,.4) )}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:#000;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:sbi-sk-scaleout 1s infinite ease-in-out;animation:sbi-sk-scaleout 1s infinite ease-in-out}#sb_instagram br{display:none}#sbi_load p{display:inline;padding:0;margin:0}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important}#sb_instagram .sb_instagram_header{float:left;clear:both;margin:0 0 15px 0;padding:0;line-height:1.2;width:100%}#sb_instagram .sb_instagram_header a{float:left;display:block;text-decoration:none;transition:color .5s ease}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;width:50px;height:50px;position:relative}.sbi_no_avatar .sbi_header_hashtag_icon{display:block;color:#fff;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-ms-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background .2s linear,color .2s linear;-moz-transition:background .2s linear,color .2s linear;-ms-transition:background .2s linear,color .2s linear;-o-transition:background .2s linear,color .2s linear;transition:background .2s linear,color .2s linear}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img{width:80px;height:80px;border-radius:40px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:40px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{margin-left:95px!important;line-height:1.4}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{margin-right:-85px!important}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{margin-top:4px!important}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{padding-top:20px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img{width:120px;height:120px;border-radius:60px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:60px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{margin-left:140px!important;line-height:1.5}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{margin-right:-120px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{margin-top:12px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{padding-top:32px!important}}#sb_instagram .sb_instagram_header .sbi_header_img{float:left;position:relative;width:50px;margin:0 0 0 -100%!important;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#sb_instagram .sb_instagram_header .sbi_header_img img{float:left;margin:0!important;padding:0!important;border:none!important;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#sb_instagram .sb_instagram_header .sbi_header_img_hover{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75)}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;font-size:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-18px;margin-left:-18px;width:36px;height:36px;font-size:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-24px;margin-left:-24px;width:48px;height:48px;font-size:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden;background:url(/wp-content/plugins/instagram-feed/css/../img/small-logo.png) no-repeat 0 0}#sb_instagram .sb_instagram_header .sbi_header_img_hover{z-index:2;transition:opacity .4s ease-in-out}#sb_instagram .sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sb_instagram_header .sbi_header_img_hover{position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);-moz-opacity:0;-khtml-opacity:0;opacity:0;border-radius:40px;transition:opacity .2s}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text{float:left;width:100%;padding-top:5px}#sb_instagram .sb_instagram_header a{text-decoration:none}#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header .sbi_header_text h3{float:left;clear:both;width:auto;margin:0 0 0 60px!important;padding:0!important}#sb_instagram .sb_instagram_header h3{font-size:16px;line-height:1.3}#sb_instagram .sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram p:empty{display:none}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3{padding-top:9px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{float:left;clear:both;width:100%;text-align:center}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram #sbi_load{opacity:1;transition:all .5s ease-in}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:all .1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0 auto;background:#333;color:#eee;border:none;color:#fff;text-decoration:none;font-size:13px;line-height:1.5;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_load .sbi_load_btn{position:relative}#sb_instagram .sbi_follow_btn{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{transition:all .1s ease-in}#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover,#sb_instagram .sbi_follow_btn.sbi_custom a:focus,#sb_instagram .sbi_follow_btn.sbi_custom a:hover{box-shadow:inset 0 0 20px 20px rgba(255,255,255,.15)}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.4}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images .sbi_item,#sb_instagram.sbi_col_4 #sbi_images .sbi_item,#sb_instagram.sbi_col_5 #sbi_images .sbi_item,#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_10 #sbi_images .sbi_item,#sb_instagram.sbi_col_7 #sbi_images .sbi_item,#sb_instagram.sbi_col_8 #sbi_images .sbi_item,#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_width_resp{width:100%!important}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images .sbi_item,#sb_instagram.sbi_col_3 #sbi_images .sbi_item,#sb_instagram.sbi_col_4 #sbi_images .sbi_item,#sb_instagram.sbi_col_5 #sbi_images .sbi_item,#sb_instagram.sbi_col_6 #sbi_images .sbi_item,#sb_instagram.sbi_col_7 #sbi_images .sbi_item,#sb_instagram.sbi_col_8 #sbi_images .sbi_item,#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:100%}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;position:relative;overflow:hidden}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{position:absolute;top:0;left:0;bottom:0;right:0}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition{opacity:1;max-height:640px}#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{display:inline-block;padding:6px 10px;background:#ddd;background:rgba(0,0,0,.1);text-decoration:none;border-radius:5px;margin-top:10px;color:#444}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:#ccc;background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:28px;box-shadow:none;cursor:pointer;display:inline-block;font-size:18px;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline .wp-block-button__link,.wp-block-button__link.is-style-outline{color:#32373c;background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:8px}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:8px}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#007cba;color:var(--wp-admin-theme-color)}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 38px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:16px}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type^=core-embed],.wp-block[data-align=right]>[data-type^=core-embed]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 16px)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:20px 38px}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 20px 20px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 20px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 20px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 20px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 20px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 20px)}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),.wp-block-navigation .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color){color:#fff}.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container{background-color:#1e1e1e}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:1;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:8px}@media (min-width:782px){.has-child .wp-block-navigation__container{left:24px}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:8px;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{text-decoration:none;padding:8px 16px}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:6px 16px}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 38px}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap;line-height:1.5}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:16px}.wp-block-post-author__bio{margin-bottom:8px;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .editor-styles-wrapper .has-pale-pink-background-color,:root .has-pale-pink-background-color{background-color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-background-color,:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-background-color,:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-background-color,:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .editor-styles-wrapper .has-white-background-color,:root .has-white-background-color{background-color:#fff}:root .editor-styles-wrapper .has-very-light-gray-background-color,:root .has-very-light-gray-background-color{background-color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-background-color,:root .has-very-dark-gray-background-color{background-color:#313131}:root .editor-styles-wrapper .has-black-background-color,:root .has-black-background-color{background-color:#000}:root .editor-styles-wrapper .has-pale-pink-color,:root .has-pale-pink-color{color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-color,:root .has-vivid-red-color{color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-color,:root .has-luminous-vivid-orange-color{color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-color,:root .has-luminous-vivid-amber-color{color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-color,:root .has-light-green-cyan-color{color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-color,:root .has-vivid-green-cyan-color{color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-color,:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-color,:root .has-vivid-cyan-blue-color{color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-color,:root .has-vivid-purple-color{color:#9b51e0}:root .editor-styles-wrapper .has-white-color,:root .has-white-color{color:#fff}:root .editor-styles-wrapper .has-very-light-gray-color,:root .has-very-light-gray-color{color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-color,:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-color,:root .has-very-dark-gray-color{color:#313131}:root .editor-styles-wrapper .has-black-color,:root .has-black-color{color:#000}:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .editor-styles-wrapper .has-purple-crush-gradient-background,:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .editor-styles-wrapper .has-pale-ocean-gradient-background,:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .editor-styles-wrapper .has-electric-grass-gradient-background,:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .editor-styles-wrapper .has-subdued-olive-gradient-background,:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .editor-styles-wrapper .has-atomic-cream-gradient-background,:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .editor-styles-wrapper .has-nightshade-gradient-background,:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .editor-styles-wrapper .has-midnight-gradient-background,:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .editor-styles-wrapper .has-link-color a,:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.editor-styles-wrapper .has-small-font-size,.has-small-font-size{font-size:13px}.editor-styles-wrapper .has-normal-font-size,.editor-styles-wrapper .has-regular-font-size,.has-normal-font-size,.has-regular-font-size{font-size:16px}.editor-styles-wrapper .has-medium-font-size,.has-medium-font-size{font-size:20px}.editor-styles-wrapper .has-large-font-size,.has-large-font-size{font-size:36px}.editor-styles-wrapper .has-huge-font-size,.editor-styles-wrapper .has-larger-font-size,.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}
.has-text-align-justify{text-align:justify;}
/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/getwid/vendors/fontawesome-free/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{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}
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(/wp-content/plugins/getwid/vendors/slick/slick/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/wp-content/plugins/getwid/vendors/slick/slick/fonts/slick.eot);src:url(/wp-content/plugins/getwid/vendors/slick/slick/fonts/slick.eot?#iefix) format('embedded-opentype'),url(/wp-content/plugins/getwid/vendors/slick/slick/fonts/slick.woff) format('woff'),url(/wp-content/plugins/getwid/vendors/slick/slick/fonts/slick.ttf) format('truetype'),url(/wp-content/plugins/getwid/vendors/slick/slick/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.wp-block-getwid-section{position:relative}.wp-block-getwid-section__wrapper{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:1em;min-width:70px}.wp-block-getwid-section__background-holder{position:absolute;top:0;right:0;left:0;bottom:0}.wp-block-getwid-section__background{position:absolute;top:0;right:0;left:0;bottom:0;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}@supports (-webkit-overflow-scrolling: touch){.wp-block-getwid-section__background{background-attachment:scroll !important}}.wp-block-getwid-section__background-image-wrapper,.wp-block-getwid-section__background-slider-wrapper,.wp-block-getwid-section__background-video-wrapper{width:100%;height:100%}.wp-block-getwid-section__background-image-wrapper{display:none}.wp-block-getwid-section__background-video{height:100%;width:100%;object-fit:cover}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-getwid-section__background-video{min-width:100%;min-height:100%;height:auto;width:auto;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}}.wp-block-getwid-section__background-video-wrapper{position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-section__background-video-youtube{position:absolute;top:0;left:0;right:0;bottom:0}.wp-block-getwid-section__background-video.source-youtube{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:auto;height:auto}.wp-block-getwid-section__background-video.source-youtube.scale-youtube-low{min-width:120%;min-height:120%}.wp-block-getwid-section__background-video.source-youtube.scale-youtube-medium{min-width:150%;min-height:150%}.wp-block-getwid-section__background-video.source-youtube.scale-youtube-high{min-width:180%;min-height:180%}.wp-block-getwid-section__background-video.source-youtube.scale-youtube-huge{min-width:200%;min-height:200%}.wp-block-getwid-section__background-slider{height:100%;width:100%}.wp-block-getwid-section__background-slider.slick-initialized .wp-block-getwid-section__background-slider-item{display:block}.wp-block-getwid-section__background-slider .slick-list{height:100%}.wp-block-getwid-section__background-slider .slick-list .slick-track{height:100%}.wp-block-getwid-section .wp-block-getwid-section__background-slider-item{width:100%;height:100%;display:none}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-getwid-section .wp-block-getwid-section__background-slider-item{position:relative}}.wp-block-getwid-section .wp-block-getwid-section__background-slider-item:first-child{display:block}.wp-block-getwid-section .wp-block-getwid-section__background-slider-item img{height:100%;width:100%;object-fit:cover}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-getwid-section .wp-block-getwid-section__background-slider-item img{min-width:100%;min-height:100%;height:auto;width:auto;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}}.wp-block-getwid-section__foreground{position:absolute;top:0;right:0;left:0;bottom:0;background-position:center;background-size:cover;background-repeat:no-repeat}.wp-block-getwid-section__inner-wrapper{width:100%;max-width:768px}.wp-block-getwid-section__inner-wrapper.has-dividers-over{z-index:0}.wp-block-getwid-section__content{position:relative;z-index:1}.wp-block-getwid-section__divider{position:absolute;left:0;right:0;overflow:hidden;z-index:1;max-height:100%}.wp-block-getwid-section__divider.is-bottom-divider{bottom:0}.wp-block-getwid-section__divider.is-bottom-divider .wp-block-getwid-section__divider-svg{transform:translateX(-50%) rotate(180deg) translateY(-1px)}.wp-block-getwid-section__divider.is-bottom-divider .wp-block-getwid-section__divider-svg-negative{transform:translateX(-50%) translateY(1px)}.wp-block-getwid-section__divider.is-top-divider{top:0}.wp-block-getwid-section__divider .wp-block-getwid-section__divider-svg{position:relative;display:block;left:50%;transform:translateX(-50%) translateY(-1px);width:calc(100% + 2px)}.wp-block-getwid-section__divider .wp-block-getwid-section__divider-svg-negative{transform:translateX(-50%) rotate(180deg) translateY(1px)}.wp-block-getwid-section.getwid-section-content-full-width>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper{max-width:100% !important}.wp-block-getwid-section.has-inner-blocks-gap-small>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*{margin-top:10px;margin-bottom:10px}.wp-block-getwid-section.has-inner-blocks-gap-small>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:first-child{margin-top:0}.wp-block-getwid-section.has-inner-blocks-gap-small>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:last-child{margin-bottom:0}.wp-block-getwid-section.has-inner-blocks-gap-medium>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*{margin-top:20px;margin-bottom:20px}.wp-block-getwid-section.has-inner-blocks-gap-medium>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:first-child{margin-top:0}.wp-block-getwid-section.has-inner-blocks-gap-medium>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:last-child{margin-bottom:0}.wp-block-getwid-section.has-inner-blocks-gap-normal>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*{margin-top:40px;margin-bottom:40px}.wp-block-getwid-section.has-inner-blocks-gap-normal>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:first-child{margin-top:0}.wp-block-getwid-section.has-inner-blocks-gap-normal>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:last-child{margin-bottom:0}.wp-block-getwid-section.has-inner-blocks-gap-large>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*{margin-top:60px;margin-bottom:60px}.wp-block-getwid-section.has-inner-blocks-gap-large>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:first-child{margin-top:0}.wp-block-getwid-section.has-inner-blocks-gap-large>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:last-child{margin-bottom:0}.wp-block-getwid-section.has-inner-blocks-gap-huge>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*{margin-top:80px;margin-bottom:80px}.wp-block-getwid-section.has-inner-blocks-gap-huge>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:first-child{margin-top:0}.wp-block-getwid-section.has-inner-blocks-gap-huge>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*:last-child{margin-bottom:0}.wp-block-getwid-section.has-inner-blocks-gap-none>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>*{margin-top:0;margin-bottom:0}.getwid-background-video-controls{position:absolute;top:0;right:0;z-index:10;display:flex;flex-direction:column}.getwid-background-video-controls .getwid-background-video-play,.getwid-background-video-controls .getwid-background-video-mute{background:transparent;border:0;color:#fff;padding:1em;text-shadow:0px 0px 3px rgba(0,0,0,0.5);opacity:.75;box-shadow:none;text-decoration:none}.getwid-background-video-controls .getwid-background-video-play:before,.getwid-background-video-controls .getwid-background-video-play:after,.getwid-background-video-controls .getwid-background-video-mute:before,.getwid-background-video-controls .getwid-background-video-mute:after{display:none}.getwid-background-video-controls .getwid-background-video-play:focus,.getwid-background-video-controls .getwid-background-video-play:hover,.getwid-background-video-controls .getwid-background-video-mute:focus,.getwid-background-video-controls .getwid-background-video-mute:hover{background:transparent;border:0;color:#fff;opacity:1;text-decoration:none;box-shadow:none}.getwid-background-video-controls .getwid-background-video-play:hover,.getwid-background-video-controls .getwid-background-video-mute:hover{cursor:pointer}.getwid-background-video-controls .getwid-background-video-play:focus,.getwid-background-video-controls .getwid-background-video-mute:focus{outline:none}.getwid-background-video-controls .getwid-background-video-play:first-child,.getwid-background-video-controls .getwid-background-video-mute:first-child{padding-bottom:.5em}.getwid-background-video-controls .getwid-background-video-play:last-child,.getwid-background-video-controls .getwid-background-video-mute:last-child{padding-top:.5em}.getwid-background-video-controls .getwid-background-video-play i,.getwid-background-video-controls .getwid-background-video-mute i{width:1em;height:1em;display:flex;justify-content:center;align-items:center}.getwid-background-video-controls .getwid-icon{font-family:'Font Awesome 5 Free';font-weight:400;font-style:normal}.getwid-background-video-controls .getwid-icon-play:before{content:"\f144"}.getwid-background-video-controls .getwid-icon-pause:before{content:"\f28b"}.getwid-background-video-controls .getwid-icon-mute{font-weight:900}.getwid-background-video-controls .getwid-icon-mute:before{content:"\f6a9"}.getwid-background-video-controls .getwid-icon-volume-up{font-weight:900}.getwid-background-video-controls .getwid-icon-volume-up:before{content:"\f028"}.getwid-background-video-controls.is-position-top-left{left:0;right:auto}.getwid-background-video-controls.is-position-bottom-left{left:0;right:auto;bottom:0;top:auto}.getwid-background-video-controls.is-position-bottom-right{top:auto;bottom:0}.getwid-background-video-controls.is-position-center-center{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%, -50%);flex-direction:row}.getwid-background-video-controls.is-position-center-center .getwid-background-video-play,.getwid-background-video-controls.is-position-center-center .getwid-background-video-mute{padding:1em}
.wp-block-getwid-media-text-slider .slick-track{display:flex}.wp-block-getwid-media-text-slider__content{margin-bottom:0}.wp-block-getwid-media-text-slider-slide{height:auto}.wp-block-getwid-media-text-slider-slide__content{display:flex;justify-content:center;align-items:center;position:relative;height:100%;box-sizing:border-box;padding:100px 50px}.wp-block-getwid-media-text-slider-slide-content{max-width:80%;width:100%}.wp-block-getwid-media-text-slider-slide-content__content{transition:opacity .5s ease}.wp-block-getwid-media-text-slider-slide-content__media{margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-media-text-slider-slide-content__media img,.wp-block-getwid-media-text-slider-slide-content__media video{height:100%;width:100%;object-fit:cover}.wp-block-getwid-media-text-slider-slide-content__media-overlay{background-color:black;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0.3}.wp-block-getwid-media-text-slider-slide-content__content{position:relative;height:100%;color:#fff}.wp-block-getwid-media-text-slider-slide-content__content h1,.wp-block-getwid-media-text-slider-slide-content__content h2,.wp-block-getwid-media-text-slider-slide-content__content h3,.wp-block-getwid-media-text-slider-slide-content__content h4,.wp-block-getwid-media-text-slider-slide-content__content h5,.wp-block-getwid-media-text-slider-slide-content__content h6,.wp-block-getwid-media-text-slider-slide-content__content p{color:inherit}.wp-block-getwid-media-text-slider-slide-content__content-wrapper>*:first-child{margin-top:0}.wp-block-getwid-media-text-slider-slide-content__content-wrapper>*:last-child{margin-bottom:0}
.wp-block-getwid-images-slider .slick-initialized .wp-block-getwid-images-slider__item{display:flex}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item{display:none;height:auto;justify-content:center;align-items:center;position:relative}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a{display:block;width:100%;text-decoration:none}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a:hover{text-decoration:none}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figure{margin:0;padding:0;position:relative}.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figcaption{display:none;position:absolute;margin:0;bottom:0;left:0;right:0;text-align:center;font-style:normal;padding:40px 20px 10px;width:100%;color:#fff;background:linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3) 70%, transparent)}.wp-block-getwid-images-slider.has-captions .wp-block-getwid-images-slider__item figcaption{display:block}.wp-block-getwid-images-slider.captions-style-light .wp-block-getwid-images-slider__item figcaption{color:#000;background:linear-gradient(0deg, rgba(255,255,255,0.7), rgba(255,255,255,0.3) 70%, transparent)}.wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-center .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption{bottom:auto;top:0;padding:10px 20px 40px;background:linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3) 70%, transparent)}.wp-block-getwid-images-slider.captions-top-left.captions-style-light .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-center.captions-style-light .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-top-right.captions-style-light .wp-block-getwid-images-slider__item figcaption{background:linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.3) 70%, transparent)}.wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-bottom-left .wp-block-getwid-images-slider__item figcaption{text-align:left}.wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption,.wp-block-getwid-images-slider.captions-bottom-right .wp-block-getwid-images-slider__item figcaption{text-align:right}.wp-block-getwid-images-slider.has-cropped-images .slick-track{display:flex}.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item figure,.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item a{display:block;height:100%;width:100%}.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item img{width:100%;height:100%;object-fit:cover}.wp-block-getwid-images-slider.has-images-top .slick-track{display:flex}.wp-block-getwid-images-slider.has-images-top .wp-block-getwid-images-slider__item{align-items:flex-start}.wp-block-getwid-images-slider.has-images-center .slick-track{display:flex}.wp-block-getwid-images-slider.has-images-center .wp-block-getwid-images-slider__item{align-items:center}.wp-block-getwid-images-slider.has-images-bottom .slick-track{display:flex}.wp-block-getwid-images-slider.has-images-bottom .wp-block-getwid-images-slider__item{align-items:flex-end}
.wp-block-getwid-icon.is-aligned-left{text-align:left}.wp-block-getwid-icon.is-aligned-center{text-align:center}.wp-block-getwid-icon.is-aligned-right{text-align:right}.wp-block-getwid-icon__wrapper{line-height:1;padding:16px;font-size:32px;text-align:center;display:inline-block}.wp-block-getwid-icon i{display:block;height:1em;width:1em;position:relative}.wp-block-getwid-icon i:before{position:absolute;left:50%;transform:translateX(-50%)}.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper{text-decoration:none;transition:all .3s ease}.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper:hover{cursor:pointer}.has-layout-framed .wp-block-getwid-icon__wrapper{border-width:1px;border-style:solid;border-color:currentColor;border-radius:100%}.has-layout-stacked .wp-block-getwid-icon__wrapper{border-radius:100%}
.wp-block-getwid-icon-box.has-icon-left,.wp-block-getwid-icon-box.has-icon-right{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch}.wp-block-getwid-icon-box.has-text-left{text-align:left}.wp-block-getwid-icon-box.has-text-center{text-align:center}.wp-block-getwid-icon-box.has-text-right{text-align:right}.wp-block-getwid-icon-box__icon-container{line-height:0;margin-bottom:20px}.wp-block-getwid-icon-box__icon-container.has-layout-framed .wp-block-getwid-icon-box__icon-wrapper{border-width:1px;border-style:solid;border-color:currentColor;border-radius:100%}.wp-block-getwid-icon-box__icon-container.has-layout-stacked .wp-block-getwid-icon-box__icon-wrapper{border-radius:100%}.wp-block-getwid-icon-box__icon-container.is-position-top{align-self:flex-start}.wp-block-getwid-icon-box__icon-container.is-position-middle{align-self:center}.wp-block-getwid-icon-box__icon-container.is-position-bottom{align-self:flex-end}.wp-block-getwid-icon-box__icon-wrapper{display:inline-block;line-height:1;padding:16px;font-size:64px;text-align:center}.wp-block-getwid-icon-box__icon-wrapper i{display:block;height:1em;width:1em;position:relative}.wp-block-getwid-icon-box__icon-wrapper i:before{position:absolute;left:50%;transform:translateX(-50%)}.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper{text-decoration:none;transition:all .3s ease}.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper:hover{cursor:pointer}.wp-block-getwid-icon-box__content{order:0;flex:1 1 auto;align-self:center}.has-icon-left .wp-block-getwid-icon-box__icon-container{margin:0 20px 0 0}.has-icon-right .wp-block-getwid-icon-box__icon-container{order:1;margin:0 0 0 20px}
.wp-block-getwid-banner{position:relative;overflow:hidden;color:white}.wp-block-getwid-banner__wrapper{margin:0;padding:0;position:relative;background-color:#000}.wp-block-getwid-banner__wrapper:after{content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:inherit;opacity:.35}.wp-block-getwid-banner .wp-block-getwid-banner__link{display:block;text-decoration:none !important;color:inherit;margin:0;padding:0}.wp-block-getwid-banner .wp-block-getwid-banner__link:hover{color:inherit;text-decoration:none}.wp-block-getwid-banner .wp-block-getwid-banner__image,.wp-block-getwid-banner .wp-block-getwid-banner__video{display:block;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:cover;width:100%;height:100%;border-radius:0;transition:all .3s ease;max-width:none}.wp-block-getwid-banner__caption{min-height:450px;position:relative;display:flex;justify-content:center;align-items:center;padding:2.5rem;text-align:center;z-index:1;color:inherit;box-sizing:border-box}.wp-block-getwid-banner__caption-wrapper{z-index:1}.wp-block-getwid-banner__title{font-size:2em;display:block;line-height:1.4;color:inherit}.wp-block-getwid-banner__text{margin:0;padding:0;color:inherit}.wp-block-getwid-banner__title+.wp-block-getwid-banner__text{margin-top:.875em}.has-animation-style1 .wp-block-getwid-banner__image,.has-animation-style1 .wp-block-getwid-banner__video{width:calc(100% + 25px);transform:translateX(-25px)}.has-animation-style1:hover .wp-block-getwid-banner__image,.has-animation-style1:hover .wp-block-getwid-banner__video{transform:none}.has-animation-style2 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style2 .wp-block-getwid-banner__caption:before,.has-animation-style2 .wp-block-getwid-banner__caption:after{content:'';display:block;position:absolute;transition:all .3s ease}.has-animation-style2 .wp-block-getwid-banner__caption:before{border-left:1px solid;border-right:1px solid;left:40px;right:40px;bottom:100%;top:20px}.has-animation-style2 .wp-block-getwid-banner__caption:after{left:20px;right:100%;top:40px;bottom:40px;border-top:1px solid;border-bottom:1px solid}.has-animation-style2 .wp-block-getwid-banner__caption:hover:before{bottom:20px}.has-animation-style2 .wp-block-getwid-banner__caption:hover:after{right:20px}.has-animation-style3:hover .wp-block-getwid-banner__image,.has-animation-style3:hover .wp-block-getwid-banner__video{transform:scale(1.2)}.has-animation-style3 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style3 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;transform:scale(0.9);transition:all .3s ease-in-out}.has-animation-style3 .wp-block-getwid-banner__caption:hover:before{transform:none;opacity:1}.has-animation-style4 .wp-block-getwid-banner__image,.has-animation-style4 .wp-block-getwid-banner__video{transform:scale(1.2)}.has-animation-style4:hover .wp-block-getwid-banner__image,.has-animation-style4:hover .wp-block-getwid-banner__video{transform:none}.has-animation-style5:hover .wp-block-getwid-banner__image,.has-animation-style5:hover .wp-block-getwid-banner__video{transform:none}.has-animation-style5:hover .wp-block-getwid-banner__caption:before{transform:none;opacity:1}.has-animation-style5 .wp-block-getwid-banner__image,.has-animation-style5 .wp-block-getwid-banner__video{width:calc(100% + 25px);transform:translateX(-25px)}.has-animation-style5 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style5 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;transform:translateX(-25px);transition:all .3s ease}.has-animation-style6 .wp-block-getwid-banner__image,.has-animation-style6 .wp-block-getwid-banner__video{transform:scale(1.2);transition:all .5s ease}.has-animation-style6:hover .wp-block-getwid-banner__image,.has-animation-style6:hover .wp-block-getwid-banner__video{transform:none}.has-animation-style6:hover .wp-block-getwid-banner__caption:before{transform:none;opacity:1}.has-animation-style6 .wp-block-getwid-banner__caption{padding:3.5rem}.has-animation-style6 .wp-block-getwid-banner__caption:before{content:'';position:absolute;border:1px solid currentColor;left:30px;right:30px;top:30px;bottom:30px;opacity:0;transform:scale(1.2);transition:all .3s ease}.has-text-animation-opacity:hover .wp-block-getwid-banner__text{opacity:.85}.has-text-animation-opacity .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0}.has-text-animation-opacity-top:hover .wp-block-getwid-banner__text{opacity:.85;transform:none}.has-text-animation-opacity-top .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0;transform:translateY(-20px)}.has-text-animation-opacity-bottom:hover .wp-block-getwid-banner__text{opacity:.85;transform:none}.has-text-animation-opacity-bottom .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0;transform:translateY(20px)}.has-text-animation-opacity-left:hover .wp-block-getwid-banner__text{opacity:.85;transform:none}.has-text-animation-opacity-left .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0;transform:translateX(-20px)}.has-text-animation-opacity-right:hover .wp-block-getwid-banner__text{opacity:.85;transform:none}.has-text-animation-opacity-right .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0;transform:translateX(20px)}.has-text-animation-opacity-zoom-in:hover .wp-block-getwid-banner__text{opacity:.85;transform:none}.has-text-animation-opacity-zoom-in .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0;transform:scale(0.8)}.has-text-animation-opacity-zoom-out:hover .wp-block-getwid-banner__text{opacity:.85;transform:none}.has-text-animation-opacity-zoom-out .wp-block-getwid-banner__text{transition:all .3s ease;opacity:0;transform:scale(1.2)}.has-vertical-alignment-center .wp-block-getwid-banner__caption{align-items:center}.has-vertical-alignment-top .wp-block-getwid-banner__caption{align-items:flex-start}.has-vertical-alignment-bottom .wp-block-getwid-banner__caption{align-items:flex-end}.has-horizontal-alignment-left .wp-block-getwid-banner__caption{justify-content:flex-start;text-align:left}.has-horizontal-alignment-right .wp-block-getwid-banner__caption{justify-content:flex-end;text-align:right}.has-horizontal-alignment-center .wp-block-getwid-banner__caption{justify-content:center}.has-foreground-0 .wp-block-getwid-banner__wrapper:after{opacity:0}.has-foreground-5 .wp-block-getwid-banner__wrapper:after{opacity:.05}.has-foreground-10 .wp-block-getwid-banner__wrapper:after{opacity:.1}.has-foreground-15 .wp-block-getwid-banner__wrapper:after{opacity:.15}.has-foreground-20 .wp-block-getwid-banner__wrapper:after{opacity:.2}.has-foreground-25 .wp-block-getwid-banner__wrapper:after{opacity:.25}.has-foreground-30 .wp-block-getwid-banner__wrapper:after{opacity:.3}.has-foreground-35 .wp-block-getwid-banner__wrapper:after{opacity:.35}.has-foreground-40 .wp-block-getwid-banner__wrapper:after{opacity:.4}.has-foreground-45 .wp-block-getwid-banner__wrapper:after{opacity:.45}.has-foreground-50 .wp-block-getwid-banner__wrapper:after{opacity:.5}.has-foreground-55 .wp-block-getwid-banner__wrapper:after{opacity:.55}.has-foreground-60 .wp-block-getwid-banner__wrapper:after{opacity:.6}.has-foreground-65 .wp-block-getwid-banner__wrapper:after{opacity:.65}.has-foreground-70 .wp-block-getwid-banner__wrapper:after{opacity:.7}.has-foreground-75 .wp-block-getwid-banner__wrapper:after{opacity:.75}.has-foreground-80 .wp-block-getwid-banner__wrapper:after{opacity:.8}.has-foreground-85 .wp-block-getwid-banner__wrapper:after{opacity:.85}.has-foreground-90 .wp-block-getwid-banner__wrapper:after{opacity:.9}.has-foreground-95 .wp-block-getwid-banner__wrapper:after{opacity:.95}.has-foreground-100 .wp-block-getwid-banner__wrapper:after{opacity:1}
.wp-block-getwid-tabs{position:relative}.wp-block-getwid-tabs__nav-links{list-style:none;display:flex;flex-wrap:wrap;align-items:center;padding:0;margin:0 0 -1px 0}.wp-block-getwid-tabs__nav-link{margin:0 5px 0 0;padding:0;position:relative;border:1px solid transparent;border-bottom:0}.wp-block-getwid-tabs__nav-link:last-child{margin-right:0}.wp-block-getwid-tabs__nav-link:before,.wp-block-getwid-tabs__nav-link:after{display:none}.wp-block-getwid-tabs__nav-link:hover{border-color:#ebeef1}.wp-block-getwid-tabs__nav-link.ui-tabs-active{border-color:#ebeef1;background:#fff}.wp-block-getwid-tabs__nav-link a{padding:.5em 0.75em !important;display:block;text-decoration:none;border:0;box-shadow:none}.wp-block-getwid-tabs__nav-link a:focus{border:0;outline:none;box-shadow:none}.wp-block-getwid-tabs__nav-link a:hover{text-decoration:none}.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper{margin:0;padding:0;border:0}.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:before,.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:after{display:none}.wp-block-getwid-tabs__tab-content-wrapper{height:0;overflow:hidden;display:block !important;position:absolute}.wp-block-getwid-tabs__tab-content-wrapper.is-active-tab,.wp-block-getwid-tabs__tab-content-wrapper[aria-hidden="false"]{height:auto;overflow:visible;position:static}.wp-block-getwid-tabs__tab-content{border:1px solid #ebeef1;padding:1.5em}.wp-block-getwid-tabs__tab-content>*:first-child{margin-top:0}.wp-block-getwid-tabs__tab-content>*:last-child{margin-bottom:0}.has-layout-vertical-left,.has-layout-vertical-right,.is-style-vertical{display:flex}.has-layout-vertical-left .wp-block-getwid-tabs__nav-links,.has-layout-vertical-right .wp-block-getwid-tabs__nav-links,.is-style-vertical .wp-block-getwid-tabs__nav-links{flex-direction:column;align-items:initial;flex:1 0 auto;margin:0 -1px 0 0;max-width:25%}.has-layout-vertical-left .wp-block-getwid-tabs__nav-link,.has-layout-vertical-right .wp-block-getwid-tabs__nav-link,.is-style-vertical .wp-block-getwid-tabs__nav-link{margin:0 0 5px 0;border:1px solid #eee;border-right:0}.has-layout-vertical-left .wp-block-getwid-tabs__nav-link *,.has-layout-vertical-right .wp-block-getwid-tabs__nav-link *,.is-style-vertical .wp-block-getwid-tabs__nav-link *{word-wrap:break-word;-ms-hyphens:auto;hyphens:auto}.has-layout-vertical-left .wp-block-getwid-tabs__nav-link:last-child,.has-layout-vertical-right .wp-block-getwid-tabs__nav-link:last-child,.is-style-vertical .wp-block-getwid-tabs__nav-link:last-child{margin-bottom:0}.has-layout-vertical-left .wp-block-getwid-tabs__tab-content,.has-layout-vertical-right .wp-block-getwid-tabs__tab-content,.is-style-vertical .wp-block-getwid-tabs__tab-content{flex:0 1 auto;min-width:0}.has-layout-vertical-right{flex-direction:row-reverse}.has-layout-vertical-right .wp-block-getwid-tabs__nav-links{margin:0 0 0 -1px}.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link{border:1px solid #eee;border-left:0}.has-layout-horizontal-center .wp-block-getwid-tabs__nav-links{justify-content:center}.has-layout-horizontal-right .wp-block-getwid-tabs__nav-links{justify-content:flex-end}
.wp-block-getwid-accordion{width:100%}.wp-block-getwid-accordion .wp-block-getwid-accordion__header{margin:0;padding:0.5em 0.75em;border:0;width:100%;display:block}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:before,.wp-block-getwid-accordion .wp-block-getwid-accordion__header:after{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper{padding:0;border:1px solid #eee;border-top:0}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child{border:1px solid #eee}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a{display:flex;align-items:center;justify-content:space-between;text-decoration:none !important;border:0;box-shadow:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:before,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:after{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus{outline:none;border:0;text-decoration:none !important;box-shadow:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:before,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:after,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:before,.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:after{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-active{display:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive{display:flex}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:focus{outline:none}.wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover{cursor:pointer}.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__edit-area{width:100%}.wp-block-getwid-accordion__title{margin:0}.wp-block-getwid-accordion__icon{font-size:inherit;margin:0 0 0 0.75em;display:flex;align-items:center}.wp-block-getwid-accordion__icon.is-passive{display:none}.wp-block-getwid-accordion__icon i{font-size:0.75em}.wp-block-getwid-accordion__content{padding:1.5em;border-right:1px solid #eee;border-left:1px solid #eee;border-bottom:1px solid #eee}.wp-block-getwid-accordion__content>*:first-child{margin-top:0}.wp-block-getwid-accordion__content>*:last-child{margin-bottom:0}.wp-block-getwid-accordion__content-wrapper{height:0;position:relative;overflow:hidden;display:block !important}.wp-block-getwid-accordion__content-wrapper.ui-accordion-content-active{height:auto;overflow:visible}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__content{opacity:1;height:auto;pointer-events:all}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-active{display:none}.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-passive{display:flex}.has-icon-left .wp-block-getwid-accordion__header-wrapper a{flex-direction:row-reverse;justify-content:flex-end}.has-icon-left .wp-block-getwid-accordion__icon{margin:0 0.75em 0 0}
.wp-block-getwid-toggle{width:100%}.wp-block-getwid-toggle__row{margin:0}.wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper{border-top:1px solid #eee}.wp-block-getwid-toggle__row>.wp-block-getwid-toggle__content{display:none}.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__icon.is-active{display:none}.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__icon.is-passive{display:initial}.wp-block-getwid-toggle__row.is-active>.wp-block-getwid-toggle__content{display:block}.wp-block-getwid-toggle .wp-block-getwid-toggle__header{margin:0;padding:0.5em 0.75em;border:0;width:100%;display:block}.wp-block-getwid-toggle .wp-block-getwid-toggle__header:before,.wp-block-getwid-toggle .wp-block-getwid-toggle__header:after{display:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header a{display:flex;align-items:center;justify-content:space-between;text-decoration:none !important;border:0;box-shadow:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:before,.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:after{display:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:hover,.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:focus{outline:none;border:0;text-decoration:none !important;box-shadow:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:hover:before,.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:hover:after,.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:focus:before,.wp-block-getwid-toggle .wp-block-getwid-toggle__header a:focus:after{display:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper{padding:0;border:1px solid #eee;border-top:0}.wp-block-getwid-toggle .wp-block-getwid-toggle__header-title{margin:0;padding:0}.wp-block-getwid-toggle .wp-block-getwid-toggle__header-title:before,.wp-block-getwid-toggle .wp-block-getwid-toggle__header-title:after{display:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header:focus{outline:none}.wp-block-getwid-toggle .wp-block-getwid-toggle__header:hover{cursor:pointer}.wp-block-getwid-toggle__icon{font-size:inherit;margin:0 0 0 0.75em}.wp-block-getwid-toggle__icon.is-passive{display:none}.wp-block-getwid-toggle__icon i{font-size:0.75em}.wp-block-getwid-toggle__content{padding:1.5em;border-right:1px solid #eee;border-left:1px solid #eee;border-bottom:1px solid #eee}.wp-block-getwid-toggle__content>*:first-child{margin-top:0}.wp-block-getwid-toggle__content>*:last-child{margin-bottom:0}.wp-block-getwid-toggle__title{margin:0}.wp-block-getwid-toggle__content-wrapper{height:0;overflow:hidden;display:block !important}.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__content-wrapper{height:auto;overflow:visible}.has-icon-left .wp-block-getwid-toggle__header-wrapper a{flex-direction:row-reverse;justify-content:flex-end}.has-icon-left .wp-block-getwid-toggle__icon{margin:0 0.75em 0 0}
.wp-block-getwid-images-stack{position:relative}.wp-block-getwid-images-stack__wrapper{position:relative;overflow:hidden}.wp-block-getwid-images-stack__wrapper:after{display:table;content:'';clear:both}.wp-block-getwid-images-stack__chunk{position:relative;margin:0 -2%}.wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper{float:right}.wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){float:left;margin-top:4%}.wp-block-getwid-images-stack__media-wrapper{position:relative;width:50%;margin:0 0 4% 0;padding:0 2%;float:left;box-sizing:border-box}.wp-block-getwid-images-stack__media-wrapper:last-child{margin-bottom:0}.wp-block-getwid-images-stack__media-wrapper:nth-child(2n){margin-top:30%;float:right}.wp-block-getwid-images-stack__media-inner-wrapper{position:relative;padding-top:148%}.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media{max-width:100%;width:100%;height:100%;object-fit:cover;display:block;position:absolute;border-radius:0 !important;top:0;left:0;right:0;bottom:0;outline:0}.is-layout-alpha .wp-block-getwid-images-stack__chunk,.is-layout-beta .wp-block-getwid-images-stack__chunk,.is-layout-gamma .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:100%}.is-layout-alpha .wp-block-getwid-images-stack__chunk:first-child,.is-layout-beta .wp-block-getwid-images-stack__chunk:first-child,.is-layout-gamma .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-alpha .wp-block-getwid-images-stack__chunk:after,.is-layout-beta .wp-block-getwid-images-stack__chunk:after,.is-layout-gamma .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-alpha .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-beta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-gamma .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:60%;top:0;left:0;padding:0;margin:0}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:70%;top:50%;left:50%;transform:translate(-50%, -50%)}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(3),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(3),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(3){top:auto;left:auto;bottom:0;right:0}.is-layout-alpha .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child{z-index:1}.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2){z-index:1}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2),.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2),.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:75%;top:5%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child{left:auto;top:auto;right:0;bottom:5%;width:75%;transform:none}.is-layout-delta .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:92%}.is-layout-delta .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-delta .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-delta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:63%;top:0;left:0;padding:0;margin:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:70%;top:33%;right:0;left:auto;z-index:1}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child{top:auto;bottom:0;width:75%}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:45%;top:auto;bottom:0}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:75%}.is-layout-delta .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-epsilon .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:90%}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-epsilon .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:54%;bottom:0;left:0;padding:0;margin:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:148%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:65%;top:auto;left:auto;right:0;bottom:0}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:40%;top:0;right:0;left:auto;bottom:auto}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2){width:61%}.is-layout-zeta .wp-block-getwid-images-stack__chunk{margin:9% 0 0 0;padding-top:100%}.is-layout-zeta .wp-block-getwid-images-stack__chunk:first-child{margin-top:0}.is-layout-zeta .wp-block-getwid-images-stack__chunk:after{clear:both;display:table;content:''}.is-layout-zeta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2){margin-top:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper{position:absolute;width:54%;top:0;left:0;padding:0;margin:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:148%}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3){width:40%;top:10%;right:0;left:auto;bottom:auto}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2){width:65%;top:auto;left:auto;right:0;bottom:0}.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:68%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child,.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child{width:100%}.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper,.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper{padding-top:100%}
.wp-block-getwid-recent-posts{overflow:hidden}.wp-block-getwid-recent-posts>.wp-block-getwid-recent-posts__wrapper{margin-bottom:-1.5rem !important}.wp-block-getwid-recent-posts__post{margin-bottom:1.5rem}.wp-block-getwid-recent-posts__post-thumbnail{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-thumbnail a,.wp-block-getwid-recent-posts__post-thumbnail img{display:block}.wp-block-getwid-recent-posts__content-wrapper{margin-top:1em}.wp-block-getwid-recent-posts__content-wrapper:first-child{margin-top:0}.wp-block-getwid-recent-posts__entry-header,.wp-block-getwid-recent-posts__post-content,.wp-block-getwid-recent-posts__entry-footer{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-content>*{max-width:100%;margin-left:0;margin-right:0}.wp-block-getwid-recent-posts__post-wrapper{display:flex;flex-direction:column;align-items:flex-start}.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post-title{margin:0}.wp-block-getwid-recent-posts__entry-meta{margin-top:.5em}.wp-block-getwid-recent-posts__entry-meta:first-child{margin-top:0}.wp-block-getwid-recent-posts__post-content>*:last-child{margin-bottom:0}.wp-block-getwid-recent-posts__entry-meta,.wp-block-getwid-recent-posts__entry-footer{font-size:.875em}.wp-block-getwid-recent-posts__post-content,.wp-block-getwid-recent-posts__entry-footer{margin-top:.5em}.wp-block-getwid-recent-posts__post-content:first-child,.wp-block-getwid-recent-posts__entry-footer:first-child{margin-top:0}.wp-block-getwid-recent-posts__entry-footer>p{margin:0}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail{width:100%}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail a{position:relative;padding-top:100%;width:100%}.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;object-fit:cover;width:100%;height:100%}@media screen and (min-width: 768px){.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper{flex-direction:row}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header{margin-top:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header .wp-block-getwid-recent-posts__post-title{margin-top:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail{max-width:40%;margin:0}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail:only-child{width:100%}.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper{margin-left:5%;margin-top:0;max-width:55%;width:100%}}
.wp-block-getwid-advanced-heading .wp-block-getwid-advanced-heading__content{display:block}.has-custom-font-size .wp-block-getwid-advanced-heading__content{font-size:inherit}
.wp-block-getwid-image-box__image-container{margin:0 0 20px 0;line-height:0;flex:1 0 auto}.wp-block-getwid-image-box__image-container.is-position-top{align-self:flex-start}.wp-block-getwid-image-box__image-container.is-position-middle{align-self:center}.wp-block-getwid-image-box__image-container.is-position-bottom{align-self:flex-end}.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper{display:inline-block;line-height:1}.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper img{display:block}.wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper{text-decoration:none;transition:all .3s ease}.wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper:hover{cursor:pointer}.wp-block-getwid-image-box__content{order:0;flex:0 1 100%;align-self:center}.wp-block-getwid-image-box.has-text-left{text-align:left}.wp-block-getwid-image-box.has-text-center{text-align:center}.wp-block-getwid-image-box.has-text-right{text-align:right}.wp-block-getwid-image-box.has-image-left,.wp-block-getwid-image-box.has-image-right{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row;flex-wrap:nowrap}@media screen and (max-width: 767px){.wp-block-getwid-image-box.has-mobile-layout-column{flex-direction:column}}@media screen and (max-width: 767px){.wp-block-getwid-image-box.has-mobile-layout-column-reverse{flex-direction:column}}@media screen and (max-width: 767px){.wp-block-getwid-image-box.has-mobile-alignment-center{text-align:center}}@media screen and (max-width: 767px){.wp-block-getwid-image-box.has-mobile-alignment-left{text-align:left}}@media screen and (max-width: 767px){.wp-block-getwid-image-box.has-mobile-alignment-right{text-align:right}}.has-image-left .wp-block-getwid-image-box__image-container{margin:0 20px 0 0;max-width:50%}.has-image-right .wp-block-getwid-image-box__image-container{order:1;margin:0 0 0 20px;max-width:50%}@media screen and (max-width: 767px){.has-mobile-layout-column .wp-block-getwid-image-box__image-container{max-width:100%;order:0;margin-bottom:20px;margin-left:0 !important;margin-right:0 !important}}@media screen and (max-width: 767px){.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container{max-width:100%;order:1;margin-top:20px;margin-right:0 !important;margin-left:0 !important}}.has-mobile-alignment-center .wp-block-getwid-image-box__image-container{align-self:center}.has-mobile-alignment-left .wp-block-getwid-image-box__image-container{align-self:flex-start}.has-mobile-alignment-right .wp-block-getwid-image-box__image-container{align-self:flex-end}
.wp-block-getwid-social-links{padding:0;overflow:hidden}.wp-block-getwid-social-links__list{margin:0 -.2em -.2em;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.wp-block-getwid-social-links__item{padding:0 .2em .2em;margin:0}.wp-block-getwid-social-links__item:before,.wp-block-getwid-social-links__item:after{display:none}.wp-block-getwid-social-links__item:last-child{margin-right:0}.wp-block-getwid-social-links__link{border:0;text-decoration:none;display:inline-block;box-shadow:none}.wp-block-getwid-social-links__link:before,.wp-block-getwid-social-links__link:after{display:none}.wp-block-getwid-social-links__link:hover{text-decoration:none}.wp-block-getwid-social-links__link i{width:1em;height:1em;display:flex;align-items:center;justify-content:center;line-height:1em;font-style:normal}.wp-block-getwid-social-links__wrapper{display:inline-block;line-height:0}.has-icons-framed .wp-block-getwid-social-links__wrapper{border:1px solid;border-radius:50%;padding:.75em}.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper{padding:.75em;border-radius:50%}.has-none-spacing .wp-block-getwid-social-links__list{margin:0}.has-none-spacing .wp-block-getwid-social-links__item{padding:0}.has-small-spacing .wp-block-getwid-social-links__list{margin:0 -.125em -.125em}.has-small-spacing .wp-block-getwid-social-links__item{padding:0 0.125em .125em}.has-medium-spacing .wp-block-getwid-social-links__list{margin:0 -.25em -.25em}.has-medium-spacing .wp-block-getwid-social-links__item{padding:0 .25em .25em}.has-large-spacing .wp-block-getwid-social-links__list{margin:0 -.5em -.5em}.has-large-spacing .wp-block-getwid-social-links__item{padding:0 .5em .5em}
.wp-block-getwid-button-group{overflow:hidden}.wp-block-getwid-button-group .wp-block-button{margin:0;padding:0 5px 5px 5px}.wp-block-getwid-button-group__wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin:0 -5px -5px -5px !important}.wp-block-getwid-button-group__wrapper.has-spacing-none{margin:0 !important}.wp-block-getwid-button-group__wrapper.has-spacing-none .wp-block-button{margin:0}.wp-block-getwid-button-group__wrapper.has-spacing-small{margin:0 -10px -10px -10px !important}.wp-block-getwid-button-group__wrapper.has-spacing-small .wp-block-button{padding:0 10px 10px 10px}.wp-block-getwid-button-group__wrapper.has-spacing-medium{margin:0 -15px -15px -15px !important}.wp-block-getwid-button-group__wrapper.has-spacing-medium .wp-block-button{padding:0 15px 15px 15px}.wp-block-getwid-button-group__wrapper.has-spacing-normal{margin:0 -20px -20px -20px !important}.wp-block-getwid-button-group__wrapper.has-spacing-normal .wp-block-button{padding:0 20px 20px 20px}.wp-block-getwid-button-group__wrapper.has-spacing-large{margin:0 -25px -25px -25px !important}.wp-block-getwid-button-group__wrapper.has-spacing-large .wp-block-button{padding:0 25px 25px 25px}.wp-block-getwid-button-group__wrapper.has-alignment-center{justify-content:center}.wp-block-getwid-button-group__wrapper.has-alignment-right{justify-content:flex-end}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-center{justify-content:center}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-right{justify-content:flex-end}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-alignment-tablet-left{justify-content:flex-start}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-center{justify-content:center}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-right{justify-content:flex-end}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-alignment-mobile-left{justify-content:flex-start}}.wp-block-getwid-button-group__wrapper.has-direction-column{flex-direction:column;align-items:flex-start}.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-center{align-items:center}.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-right{align-items:flex-end}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-center{align-items:center}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-right{align-items:flex-end}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-left{align-items:flex-start}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-center{align-items:center}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-right{align-items:flex-end}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-left{align-items:flex-start}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column{flex-direction:column}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-center{align-items:center}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-right{align-items:flex-end}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-left{align-items:flex-start}}@media screen and (min-width: 768px) and (max-width: 991px){.wp-block-getwid-button-group__wrapper.has-direction-tablet-row{flex-direction:row}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column{flex-direction:column}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-center{align-items:center}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-right{align-items:flex-end}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-left{align-items:flex-start}}@media screen and (max-width: 767px){.wp-block-getwid-button-group__wrapper.has-direction-mobile-row{flex-direction:row}}.has-width-100 .wp-block-button{width:100%}.has-width-100 .wp-block-button__link{width:100%}.has-width-50 .wp-block-button{width:50%}.has-width-50 .wp-block-button__link{width:100%}.has-width-33 .wp-block-button{width:33.3333%}.has-width-33 .wp-block-button__link{width:100%}.has-width-25 .wp-block-button{width:25%}.has-width-25 .wp-block-button__link{width:100%}.has-width-20 .wp-block-button{width:20%}.has-width-20 .wp-block-button__link{width:100%}@media screen and (min-width: 768px) and (max-width: 991px){.has-width-tablet-100 .wp-block-button{width:100%}.has-width-tablet-100 .wp-block-button__link{width:100%}}@media screen and (min-width: 768px) and (max-width: 991px){.has-width-tablet-50 .wp-block-button{width:50%}.has-width-tablet-50 .wp-block-button__link{width:100%}}@media screen and (min-width: 768px) and (max-width: 991px){.has-width-tablet-33 .wp-block-button{width:33.3333%}.has-width-tablet-33 .wp-block-button__link{width:100%}}@media screen and (min-width: 768px) and (max-width: 991px){.has-width-tablet-25 .wp-block-button{width:25%}.has-width-tablet-25 .wp-block-button__link{width:100%}}@media screen and (min-width: 768px) and (max-width: 991px){.has-width-tablet-20 .wp-block-button{width:20%}.has-width-tablet-20 .wp-block-button__link{width:100%}}@media screen and (max-width: 767px){.has-width-mobile-100 .wp-block-button{width:100%}.has-width-mobile-100 .wp-block-button__link{width:100%}}@media screen and (max-width: 767px){.has-width-mobile-50 .wp-block-button{width:50%}.has-width-mobile-50 .wp-block-button__link{width:100%}}@media screen and (max-width: 767px){.has-width-mobile-33 .wp-block-button{width:33.3333%}.has-width-mobile-33 .wp-block-button__link{width:100%}}@media screen and (max-width: 767px){.has-width-mobile-25 .wp-block-button{width:25%}.has-width-mobile-25 .wp-block-button__link{width:100%}}@media screen and (max-width: 767px){.has-width-mobile-20 .wp-block-button{width:20%}.has-width-mobile-20 .wp-block-button__link{width:100%}}
.wp-block-getwid-testimonial__wrapper{display:flex;flex-direction:column}.wp-block-getwid-testimonial__subtitle{margin:0;padding:0;display:block;font-size:.75em}.wp-block-getwid-testimonial__header{display:flex;align-items:center}.wp-block-getwid-testimonial__header,.wp-block-getwid-testimonial__content-wrapper{width:100%}.wp-block-getwid-testimonial__content-wrapper+.wp-block-getwid-testimonial__header{margin-top:1.5em}.wp-block-getwid-testimonial__image{position:relative;width:100%;padding-top:100%}.wp-block-getwid-testimonial__image-wrapper{max-width:75px;width:100%}.wp-block-getwid-testimonial__image-wrapper+.wp-block-getwid-testimonial__heading{margin-left:1.5em}.wp-block-getwid-testimonial__image img{position:absolute;top:0;bottom:0;right:0;left:0;display:block;border-radius:50%;object-fit:cover;width:100%;height:100%}.wp-block-getwid-testimonial__content{margin:0;padding:0}
.wp-block-getwid-person__image img{display:block;margin:0 auto}.wp-block-getwid-person__image+.wp-block-getwid-person__content-wrapper{margin-top:1.5em}.wp-block-getwid-person__subtitle,.wp-block-getwid-person__title,.wp-block-getwid-person__content{text-align:center;margin:0;padding:0}.wp-block-getwid-person__title{display:block}.wp-block-getwid-person__subtitle{display:block;font-size:.75em}.wp-block-getwid-person__content{margin-top:1em}.wp-block-getwid-person__content:first-child{margin-top:0}.wp-block-getwid-person .wp-block-getwid-social-links{margin:1em 0 0;padding:0}.is-image-cropped .wp-block-getwid-person__image{position:relative;padding-top:100%}.is-image-cropped .wp-block-getwid-person__image img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover}
.wp-block-getwid-instagram{overflow:hidden}.wp-block-getwid-instagram__wrapper{display:flex;flex-wrap:wrap}.wp-block-getwid-instagram__media-wrapper{position:relative;overflow:hidden;padding-top:100%}.wp-block-getwid-instagram__media-link{position:absolute;top:0;bottom:0;right:0;left:0;display:block}.wp-block-getwid-instagram__media-link img{display:block;width:100%;height:100%;object-fit:cover;transition:all linear .25s}.wp-block-getwid-instagram__media-link:before{content:"";background-color:#000000;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:all linear .25s;z-index:1}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta-wrapper{opacity:1}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta>span:first-child{padding-right:10px}.wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta>span:last-child{padding-left:10px}.wp-block-getwid-instagram__media-link:hover img{transform:scale(1.1)}.wp-block-getwid-instagram__media-link:hover:before{opacity:0.1}.wp-block-getwid-instagram__meta-wrapper{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;width:100%;text-align:center;transition:all linear .25s;z-index:2}.wp-block-getwid-instagram__meta>span{transition:all linear .25s}.wp-block-getwid-instagram__meta>span:first-child{padding-right:30px}.wp-block-getwid-instagram__meta>span:last-child{padding-left:30px}.has-spacing-none .wp-block-getwid-instagram__item{padding:0px}.has-spacing-none .wp-block-getwid-instagram__wrapper{margin:0}.has-spacing-small .wp-block-getwid-instagram__item{padding:5px}.has-spacing-small .wp-block-getwid-instagram__wrapper{margin:-5px}.has-spacing-medium .wp-block-getwid-instagram__item{padding:15px}.has-spacing-medium .wp-block-getwid-instagram__wrapper{margin:-15px}.has-spacing-normal .wp-block-getwid-instagram__item{padding:25px}.has-spacing-normal .wp-block-getwid-instagram__wrapper{margin:-25px}.has-spacing-large .wp-block-getwid-instagram__item{padding:40px}.has-spacing-large .wp-block-getwid-instagram__wrapper{margin:-40px}.has-1-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width: 992px){.has-1-columns .wp-block-getwid-instagram__item{width:100%}}.has-2-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width: 992px){.has-2-columns .wp-block-getwid-instagram__item{width:50%}}.has-3-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width: 992px){.has-3-columns .wp-block-getwid-instagram__item{width:33.33333%}}.has-4-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width: 480px){.has-4-columns .wp-block-getwid-instagram__item{width:50%}}@media screen and (min-width: 992px){.has-4-columns .wp-block-getwid-instagram__item{width:25%}}.has-5-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width: 480px){.has-5-columns .wp-block-getwid-instagram__item{width:33.33333%}}@media screen and (min-width: 992px){.has-5-columns .wp-block-getwid-instagram__item{width:20%}}.has-6-columns .wp-block-getwid-instagram__item{width:100%}@media screen and (min-width: 480px){.has-6-columns .wp-block-getwid-instagram__item{width:33.33333%}}@media screen and (min-width: 992px){.has-6-columns .wp-block-getwid-instagram__item{width:16.66667%}}
.wp-block-getwid-progress-bar{width:100%;position:relative}.wp-block-getwid-progress-bar__header{width:100%;display:flex;vertical-align:middle;flex-direction:row;justify-content:space-between;margin-bottom:.25em}.wp-block-getwid-progress-bar__header>*{margin:0}.wp-block-getwid-progress-bar__percent{margin-left:auto}.wp-block-getwid-progress-bar__bar{height:5px;overflow:hidden;width:100%;background-color:#eee}.wp-block-getwid-progress-bar__progress{height:100%;overflow:hidden;background-color:currentColor}
.wp-block-getwid-circle-progress-bar__canvas{max-width:100%}
.wp-block-getwid-counter__wrapper>*{margin:0;padding:0;display:block}.wp-block-getwid-counter__prefix{padding-bottom:.5em}.wp-block-getwid-counter__number{font-size:2.5em}.wp-block-getwid-counter__suffix{padding-top:.5em}
.wp-block-getwid-price-box{display:flex;flex-direction:column;align-items:center;padding:2.5em 1.25em}.wp-block-getwid-price-box__title{margin-bottom:1.25rem;color:inherit}.wp-block-getwid-price-box__pricing{margin-bottom:2.5em}.wp-block-getwid-price-box__pricing>*{display:inline-block;color:inherit;margin:0;line-height:1}.wp-block-getwid-price-box .wp-block-getwid-price-box__currency{font-size:1.25em;vertical-align:top}.wp-block-getwid-price-box .wp-block-getwid-price-box__amount{font-size:2.5em}.wp-block-getwid-price-box__period{vertical-align:bottom}.wp-block-getwid-price-box .wp-block-getwid-price-box__features{list-style:none;padding:0;margin:0 auto 2.5em;text-align:center;color:inherit}.wp-block-getwid-price-box .wp-block-getwid-price-box__features li{margin-left:0;padding-left:0}.wp-block-getwid-price-box .wp-block-getwid-price-box__features li+li{margin-top:.5em}.wp-block-getwid-price-box .wp-block-button{margin-top:0;margin-bottom:0}
.wp-block-getwid-contact-form .wp-block-getwid-field-name,.wp-block-getwid-contact-form .wp-block-getwid-field-email,.wp-block-getwid-contact-form .wp-block-getwid-field-textarea{display:flex;flex-direction:column}.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.success{color:green}.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.fail{color:red}.wp-block-getwid-contact-form__submit{margin-top:2em}.wp-block-getwid-contact-form__submit .wp-block-button{margin-bottom:0}
.wp-block-getwid-post-carousel__wrapper:not(.slick-initialized)>*:not(:first-child){display:none}.wp-block-getwid-post-carousel .slick-track{display:flex}.wp-block-getwid-post-carousel .slick-track>*{height:auto}.wp-block-getwid-post-carousel .slick-track>*>*:only-child{height:100%}.wp-block-getwid-post-carousel__post{display:flex;flex-direction:column;align-items:flex-start}.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-title{margin:0}.wp-block-getwid-post-carousel__post-thumbnail{margin-bottom:1em;position:relative;padding-top:75%;width:100%}.wp-block-getwid-post-carousel__post-thumbnail:last-child{margin-top:0}.wp-block-getwid-post-carousel__post-thumbnail a{display:block;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-post-carousel__post-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.wp-block-getwid-post-carousel__post-excerpt{margin-top:.5em}.wp-block-getwid-post-carousel__post-excerpt:first-child{margin-top:0}.wp-block-getwid-post-carousel__post-excerpt p{margin-bottom:0}
.wp-block-getwid-post-slider__content .slick-list,.wp-block-getwid-post-slider__content .slick-track{height:100%}.wp-block-getwid-post-slider__content:not(.slick-initialized)>*:not(:first-child){display:none}.wp-block-getwid-post-slider .slick-track{display:flex}.wp-block-getwid-post-slider .slick-track>*{height:auto}.wp-block-getwid-post-slider .slick-track>*>*:only-child{height:100%}.wp-block-getwid-post-slider__post{position:relative;padding:80px;display:flex;justify-content:center;align-items:center}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail{margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail img{height:100%;width:100%;object-fit:cover}.wp-block-getwid-post-slider__post-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0.3;background-color:#000}.wp-block-getwid-post-slider__post-content-wrapper{max-width:768px;text-align:center}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title{color:#ffffff;position:relative}.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title a{color:inherit}.wp-block-getwid-post-slider__post-excerpt{position:relative;color:#ffffff}
.wp-block-getwid-custom-post-type{overflow:hidden}.wp-block-getwid-custom-post-type .navigation.pagination{margin-top:3.125em}.wp-block-getwid-custom-post-type__post{margin-top:22px}.wp-block-getwid-custom-post-type__post:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post-wrapper{display:flex;flex-direction:column;align-items:flex-start}.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post-title{margin:0}.wp-block-getwid-custom-post-type__post-thumbnail{margin-bottom:1em}.wp-block-getwid-custom-post-type__post-thumbnail:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post-thumbnail a{display:block}.wp-block-getwid-custom-post-type__post-thumbnail a img{display:block}.wp-block-getwid-custom-post-type__post-excerpt>*:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post-excerpt{margin-top:.5em}.wp-block-getwid-custom-post-type__post-excerpt:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-featured-image{margin-bottom:1.875em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-featured-image:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title{margin-bottom:.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-title+.wp-block-getwid-template-post-featured-image{margin-top:1.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-content{margin-bottom:.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-content:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link{margin-top:1.5em;margin-bottom:1.5em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link:first-child{margin-top:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-link:last-child{margin-bottom:0}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-meta{margin-bottom:.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-template-post-meta+.wp-block-getwid-template-post-featured-image{margin-top:1.25em}.wp-block-getwid-custom-post-type__post>.wp-block-getwid-section{height:100%}.has-spacing-none.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:0}.has-spacing-none>.getwid-columns{margin-left:0;margin-right:0}.has-spacing-none>.getwid-columns>*{padding-left:0;margin-top:0;padding-right:0}.has-spacing-small.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:20px}.has-spacing-small>.getwid-columns{margin-left:-5px;margin-right:-5px}.has-spacing-small>.getwid-columns>*{margin-top:10px;padding-left:5px;padding-right:5px}.has-spacing-medium.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:30px}.has-spacing-medium>.getwid-columns{margin-left:-15px;margin-right:-15px}.has-spacing-medium>.getwid-columns>*{margin-top:30px;padding-left:15px;padding-right:15px}.has-spacing-normal.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:60px}.has-spacing-normal>.getwid-columns{margin-left:-25px;margin-right:-25px}.has-spacing-normal>.getwid-columns>*{margin-top:50px;padding-left:25px;padding-right:25px}.has-spacing-large.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:80px}.has-spacing-large>.getwid-columns{margin-left:-40px;margin-right:-40px}.has-spacing-large>.getwid-columns>*{margin-top:80px;padding-left:40px;padding-right:40px}.has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post{margin-top:3.125em}.has-layout-list .wp-block-getwid-custom-post-type__post:last-child{margin-bottom:0}@media screen and (min-width: 768px){.has-layout-list .wp-block-getwid-custom-post-type__post-wrapper{flex-direction:row}.has-layout-list .wp-block-getwid-custom-post-type__entry-header{margin-top:0}.has-layout-list .wp-block-getwid-custom-post-type__entry-header .wp-block-getwid-custom-post-type__post-title{margin-top:0}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail{max-width:40%;margin:0}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail:only-child{width:100%}.has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail+.wp-block-getwid-custom-post-type__content-wrapper{margin-left:5%;margin-top:0;max-width:55%;width:100%}}@media screen and (min-width: 991px){.getwid-columns-1 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(5){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(1){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(2){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(3){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(4){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(5){margin-top:0}.getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(6){margin-top:0}}
.wp-block-getwid-price-list{display:flex;margin:0 0 30px 0;flex-direction:column}@media screen and (min-width: 768px){.wp-block-getwid-price-list{flex-direction:row}}.wp-block-getwid-price-list__image-wrapper{margin-bottom:20px}@media screen and (min-width: 768px){.wp-block-getwid-price-list__image-wrapper{margin-right:20px;margin-bottom:0}}.wp-block-getwid-price-list__image{display:block}.wp-block-getwid-price-list__content-wrapper{width:100%}.wp-block-getwid-price-list__header{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between}.wp-block-getwid-price-list .wp-block-getwid-price-list__title{margin:0;word-break:initial}.wp-block-getwid-price-list .wp-block-getwid-price-list__currency,.wp-block-getwid-price-list .wp-block-getwid-price-list__amount{margin:0}.wp-block-getwid-price-list__amount{white-space:nowrap}.wp-block-getwid-price-list__price-wrapper{display:flex;flex-direction:row}.wp-block-getwid-price-list__price-wrapper.has-currency-after,.wp-block-getwid-price-list__price-wrapper.has-currency-after-space{flex-direction:row-reverse}.wp-block-getwid-price-list__price-wrapper.has-currency-after-space .wp-block-getwid-price-list__currency{margin-left:.5em}.wp-block-getwid-price-list__price-wrapper.has-currency-before-space .wp-block-getwid-price-list__currency{margin-right:.5em}.wp-block-getwid-price-list__description{margin:0}.has-dots .wp-block-getwid-price-list__price-line{margin:0 10px;flex-grow:1;border-bottom-style:dotted;border-bottom-width:1px}.has-text-color .wp-block-getwid-price-list__title,.has-text-color .wp-block-getwid-price-list__currency,.has-text-color .wp-block-getwid-price-list__amount,.has-text-color .wp-block-getwid-price-list__description{color:inherit}
.wp-block-getwid-template-post-title{margin-bottom:.5em}.wp-block-getwid-template-post-title:last-child{margin-bottom:0}.wp-block-getwid-template-post-title.has-text-color .wp-block-getwid-template-post-title__link,.wp-block-getwid-template-post-title.has-text-color .wp-block-getwid-template-post-title__link:visited{color:inherit}.wp-block-getwid-template-post-title>h2,.wp-block-getwid-template-post-title>h3,.wp-block-getwid-template-post-title>h4,.wp-block-getwid-template-post-title>h5,.wp-block-getwid-template-post-title>h6,.wp-block-getwid-template-post-title>p{margin:0;padding:0}.wp-block-getwid-template-post-title>h2:before,.wp-block-getwid-template-post-title>h2:after,.wp-block-getwid-template-post-title>h3:before,.wp-block-getwid-template-post-title>h3:after,.wp-block-getwid-template-post-title>h4:before,.wp-block-getwid-template-post-title>h4:after,.wp-block-getwid-template-post-title>h5:before,.wp-block-getwid-template-post-title>h5:after,.wp-block-getwid-template-post-title>h6:before,.wp-block-getwid-template-post-title>h6:after,.wp-block-getwid-template-post-title>p:before,.wp-block-getwid-template-post-title>p:after{display:none}
.wp-block-getwid-template-post-featured-image{margin-bottom:.5em}.wp-block-getwid-template-post-featured-image:last-child{margin-bottom:0}.wp-block-getwid-template-post-featured-image.aligncenter a{display:block}.wp-block-getwid-template-post-featured-image.aligncenter img{margin:0 auto}.wp-block-getwid-template-post-featured-image img{display:block}.wp-block-column>.wp-block-getwid-template-post-featured-image:only-child{height:100%}.wp-block-column>.wp-block-getwid-template-post-featured-image:only-child img{height:100%;width:100%;object-fit:cover}
.wp-block-getwid-template-post-content{margin-bottom:.5em}
.wp-block-getwid-template-post-link{margin:1.25em 0 1.25em}.wp-block-getwid-template-post-link:first-child{margin-top:0}.wp-block-getwid-template-post-link:last-child{margin-bottom:0}.wp-block-getwid-template-post-link.has-text-color a{color:inherit}
.wp-block-getwid-template-post-button{margin:1.25em 0 1.25em}.wp-block-getwid-template-post-button:first-child{margin-top:0}.wp-block-getwid-template-post-button:last-child{margin-bottom:0}
.wp-block-getwid-template-post-author{margin-bottom:.5em}.wp-block-getwid-template-post-author i{font-size:0.7em;margin-right:.5em;min-width:1.25em}.wp-block-getwid-template-post-author.has-text-color a{color:inherit}
.wp-block-getwid-template-post-categories{margin-bottom:.5em}.wp-block-getwid-template-post-categories i{font-size:0.7em;margin-right:.5em;min-width:1.25em}.wp-block-getwid-template-post-categories.has-text-color a{color:inherit}
.wp-block-getwid-template-post-comments{margin-bottom:.5em}.wp-block-getwid-template-post-comments i{font-size:0.7em;margin-right:.5em;min-width:1.25em}.wp-block-getwid-template-post-comments.has-text-color a{color:inherit}
.wp-block-getwid-template-post-tags{margin-bottom:.5em}.wp-block-getwid-template-post-tags:last-child{margin-bottom:0}.wp-block-getwid-template-post-tags i{font-size:0.7em;margin-right:.5em;min-width:1.25em}.wp-block-getwid-template-post-tags.has-text-color a{color:inherit}
.wp-block-getwid-template-post-date{margin-bottom:.5em}.wp-block-getwid-template-post-date i{font-size:0.7em;margin-right:.5em;min-width:1.25em}.wp-block-getwid-template-post-date.has-text-color a{color:inherit}
.wp-block-getwid-template-post-featured-background-image{padding:25px;height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image{position:absolute;background-position:center center;background-attachment:scroll;background-size:cover;top:0;bottom:0;right:0;left:0}.wp-block-getwid-template-post-featured-background-image__foreground{position:absolute;top:0;bottom:0;right:0;left:0;opacity:.35}.wp-block-getwid-template-post-featured-background-image__content{position:relative;width:100%}.wp-block-getwid-template-post-featured-background-image__content .wp-block-getwid-section{height:100%}
.wp-block-getwid-template-post-meta{margin-bottom:.5em}.wp-block-getwid-template-post-meta:last-child{margin-bottom:0}.wp-block-getwid-template-post-meta>p{margin:0}.wp-block-getwid-template-post-meta>.getwid-post-meta-divider:nth-last-child(1),.wp-block-getwid-template-post-meta>.getwid-post-meta-divider:nth-last-child(2){display:none}.wp-block-getwid-template-post-meta.has-text-color a{color:inherit}.wp-block-getwid-template-post-meta.has-direction-row>*{display:inline;margin-bottom:0;margin-right:20px}.wp-block-getwid-template-post-meta.has-direction-row>:last-child{margin-right:0}.wp-block-getwid-template-post-meta.has-direction-row>p{margin-right:0}.wp-block-getwid-template-post-meta.has-direction-row>p+div{margin-left:5px}.wp-block-getwid-template-post-meta.has-direction-row.has-alignment-left{text-align:left}.wp-block-getwid-template-post-meta.has-direction-row.has-alignment-center{text-align:center}.wp-block-getwid-template-post-meta.has-direction-row.has-alignment-right{text-align:right}.wp-block-getwid-template-post-meta.has-direction-column:after{display:table;content:'';clear:both}.wp-block-getwid-template-post-meta.has-direction-column .getwid-post-meta-divider{display:none}.wp-block-getwid-template-post-meta.has-direction-column>p{float:left;margin-right:5px}
.wp-block-getwid-template-post-custom-field{margin-bottom:.5em}
.wp-block-getwid-template-post-author{margin-bottom:.5em}.wp-block-getwid-template-post-author i{font-size:0.7em;margin-right:.5em;min-width:1.25em}.wp-block-getwid-template-post-author.has-text-color a{color:inherit}
.wp-block-getwid-mailchimp .wp-block-getwid-field-first-name,.wp-block-getwid-mailchimp .wp-block-getwid-field-last-name,.wp-block-getwid-mailchimp .wp-block-getwid-field-email{display:flex;flex-direction:column}.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.success{color:green}.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.fail{color:red}.wp-block-getwid-mailchimp__submit{margin-top:2em}.wp-block-getwid-mailchimp__submit .wp-block-button{margin-bottom:0}
.wp-block-getwid-video-popup{position:relative;text-align:center}.wp-block-getwid-video-popup__wrapper{position:relative;display:flex;align-items:center;justify-content:center}.wp-block-getwid-video-popup__wrapper:after{display:none;content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:inherit;opacity:.35}.wp-block-getwid-video-popup__button-wrapper{margin:0 auto}.wp-block-getwid-video-popup__button{min-height:90px;position:relative;display:flex;align-items:center;border-radius:45px;border-color:#ff0000;color:inherit}.wp-block-getwid-video-popup__button:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;border-radius:inherit}.wp-block-getwid-video-popup__button.is-style-bordered:before{border:1px solid;border-color:inherit}.wp-block-getwid-video-popup__button.is-style-outline{padding:5px;border-radius:50px}.wp-block-getwid-video-popup__button.is-style-outline:before{border:1px solid;border-color:inherit}.wp-block-getwid-video-popup__button.is-style-fill{color:#fff}.wp-block-getwid-video-popup__button.is-style-fill:not(.has-background){background-color:#ff0000}.wp-block-getwid-video-popup__button.is-style-default .wp-block-getwid-video-popup__button-caption{padding:10px 20px}.wp-block-getwid-video-popup__button.has-animation-pulse .wp-block-getwid-video-popup__icon{position:relative;border-color:#ff0000}.wp-block-getwid-video-popup__button.has-animation-pulse .wp-block-getwid-video-popup__icon:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;z-index:0;display:block;background-color:inherit;border-radius:inherit;animation:getwidPulseAnimation 1.5s linear .5s infinite}.wp-block-getwid-video-popup__button.has-animation-pulse .wp-block-getwid-video-popup__icon i{position:relative}.wp-block-getwid-video-popup__button.is-size-small{border-radius:35px;min-height:70px}.wp-block-getwid-video-popup__button.is-size-small.is-style-outline{border-radius:40px}.wp-block-getwid-video-popup__button.is-size-small.is-style-default .wp-block-getwid-video-popup__button-caption{padding:5px 10px}.wp-block-getwid-video-popup__button.is-size-small .wp-block-getwid-video-popup__icon{width:70px;height:70px;line-height:70px;font-size:15px}.wp-block-getwid-video-popup__button.is-size-small .wp-block-getwid-video-popup__button-caption{padding:5px 35px 5px 10px}.wp-block-getwid-video-popup__button.is-size-large{border-radius:55px;min-height:110px}.wp-block-getwid-video-popup__button.is-size-large.is-style-outline{border-radius:60px}.wp-block-getwid-video-popup__button.is-size-large.is-style-default .wp-block-getwid-video-popup__button-caption{padding:15px 25px}.wp-block-getwid-video-popup__button.is-size-large .wp-block-getwid-video-popup__icon{width:110px;height:110px;line-height:110px;font-size:25px}.wp-block-getwid-video-popup__button.is-size-large .wp-block-getwid-video-popup__button-caption{padding:15px 55px 15px 25px}.wp-block-getwid-video-popup__icon{width:90px;height:90px;line-height:90px;background-color:#ff0000;border-radius:50%;color:#fff;font-size:24px;text-align:center;flex:1 0 auto}.wp-block-getwid-video-popup__icon i{margin-left:5px}.wp-block-getwid-video-popup__button-caption{padding:10px 45px 10px 20px;flex:0 1 auto;word-break:break-word}.wp-block-getwid-video-popup__button-caption .wp-block-getwid-video-popup__title{margin:0}.wp-block-getwid-video-popup__title{font-size:1em;margin:0;text-align:left}.wp-block-getwid-video-popup__caption{margin-top:.5em}.wp-block-getwid-video-popup__caption .wp-block-getwid-video-popup__title{text-align:center;margin-bottom:0}.wp-block-getwid-video-popup__link{max-width:450px;display:inline-block}.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link{text-decoration:none;color:inherit;margin:0;padding:0;text-shadow:none;box-shadow:none;border:0}.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:after,.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:before{display:none}.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:hover,.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:focus,.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:visited{color:inherit;text-decoration:none;text-shadow:none;box-shadow:none;border:0}.wp-block-getwid-video-popup__image,.wp-block-getwid-video-popup__video{display:block;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:cover;width:100%;height:100%;border-radius:0;transition:all .3s ease;max-width:none}.has-image .wp-block-getwid-video-popup__wrapper{padding:25px;min-height:400px;overflow:hidden}.has-image .wp-block-getwid-video-popup__wrapper:not(.has-background){background-color:#000}.has-image .wp-block-getwid-video-popup__wrapper:after{display:block}.has-image .wp-block-getwid-video-popup__wrapper:before{display:block;content:'';min-height:inherit;font-size:0}.has-image .wp-block-getwid-video-popup__button{position:relative;z-index:1}.has-image .wp-block-getwid-video-popup__link{width:100%;max-width:100%}.has-animation-slide-left .wp-block-getwid-video-popup__image,.has-animation-slide-left .wp-block-getwid-video-popup__video{width:calc(100% + 25px)}.has-animation-slide-left:hover .wp-block-getwid-video-popup__image,.has-animation-slide-left:hover .wp-block-getwid-video-popup__video{transform:translateX(-25px)}.has-animation-slide-right .wp-block-getwid-video-popup__image,.has-animation-slide-right .wp-block-getwid-video-popup__video{width:calc(100% + 25px);transform:translateX(-25px)}.has-animation-slide-right:hover .wp-block-getwid-video-popup__image,.has-animation-slide-right:hover .wp-block-getwid-video-popup__video{transform:none}.has-animation-slide-top .wp-block-getwid-video-popup__image,.has-animation-slide-top .wp-block-getwid-video-popup__video{height:calc(100% + 25px)}.has-animation-slide-top:hover .wp-block-getwid-video-popup__image,.has-animation-slide-top:hover .wp-block-getwid-video-popup__video{transform:translateY(-25px)}.has-animation-slide-bottom .wp-block-getwid-video-popup__image,.has-animation-slide-bottom .wp-block-getwid-video-popup__video{height:calc(100% + 25px);transform:translateY(-25px)}.has-animation-slide-bottom:hover .wp-block-getwid-video-popup__image,.has-animation-slide-bottom:hover .wp-block-getwid-video-popup__video{transform:none}.has-animation-zoom-in:hover .wp-block-getwid-video-popup__image,.has-animation-zoom-in:hover .wp-block-getwid-video-popup__video{transform:scale(1.2)}.has-animation-zoom-out .wp-block-getwid-video-popup__image,.has-animation-zoom-out .wp-block-getwid-video-popup__video{transform:scale(1.2)}.has-animation-zoom-out:hover .wp-block-getwid-video-popup__image,.has-animation-zoom-out:hover .wp-block-getwid-video-popup__video{transform:none}.has-foreground-0 .wp-block-getwid-video-popup__wrapper:after{opacity:0}.has-foreground-5 .wp-block-getwid-video-popup__wrapper:after{opacity:.05}.has-foreground-10 .wp-block-getwid-video-popup__wrapper:after{opacity:.1}.has-foreground-15 .wp-block-getwid-video-popup__wrapper:after{opacity:.15}.has-foreground-20 .wp-block-getwid-video-popup__wrapper:after{opacity:.2}.has-foreground-25 .wp-block-getwid-video-popup__wrapper:after{opacity:.25}.has-foreground-30 .wp-block-getwid-video-popup__wrapper:after{opacity:.3}.has-foreground-35 .wp-block-getwid-video-popup__wrapper:after{opacity:.35}.has-foreground-40 .wp-block-getwid-video-popup__wrapper:after{opacity:.4}.has-foreground-45 .wp-block-getwid-video-popup__wrapper:after{opacity:.45}.has-foreground-50 .wp-block-getwid-video-popup__wrapper:after{opacity:.5}.has-foreground-55 .wp-block-getwid-video-popup__wrapper:after{opacity:.55}.has-foreground-60 .wp-block-getwid-video-popup__wrapper:after{opacity:.6}.has-foreground-65 .wp-block-getwid-video-popup__wrapper:after{opacity:.65}.has-foreground-70 .wp-block-getwid-video-popup__wrapper:after{opacity:.7}.has-foreground-75 .wp-block-getwid-video-popup__wrapper:after{opacity:.75}.has-foreground-80 .wp-block-getwid-video-popup__wrapper:after{opacity:.8}.has-foreground-85 .wp-block-getwid-video-popup__wrapper:after{opacity:.85}.has-foreground-90 .wp-block-getwid-video-popup__wrapper:after{opacity:.9}.has-foreground-95 .wp-block-getwid-video-popup__wrapper:after{opacity:.95}.has-foreground-100 .wp-block-getwid-video-popup__wrapper:after{opacity:1}.getwid-video-popup button.mfp-close{background:transparent;width:40px;height:40px;text-align:center;line-height:40px}.getwid-video-popup button.mfp-close:hover{background:transparent}
.wp-block-getwid-image-hotspot{display:flex;justify-content:center}.wp-block-getwid-image-hotspot__wrapper{position:relative}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-getwid-image-hotspot__wrapper{max-width:inherit}}.wp-block-getwid-image-hotspot__image{display:block}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-getwid-image-hotspot__image{max-width:inherit}}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot{position:absolute;left:0;top:0;opacity:1;padding:6px;background-color:#404040;border-radius:50%;transition:opacity .3s ease;cursor:pointer;outline:none}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot.has-animation-pulse:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:inherit;border-radius:50%;transition:all .3s ease-in;animation:getwidPulseAnimation 1.5s ease infinite}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-description{display:none}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-content{color:#fff;font-size:16px}.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-icon{display:block;height:1.25em;width:1.25em;position:relative;line-height:1.25;text-align:center;font-style:normal}.wp-block-getwid-image-hotspot__tooltip{padding:10px;text-align:center}.wp-block-getwid-image-hotspot__tooltip-title{font-size:16px;font-weight:bold}.wp-block-getwid-image-hotspot__tooltip-title:last-child{margin-bottom:0}.wp-block-getwid-image-hotspot__tooltip-title:empty{display:none}.wp-block-getwid-image-hotspot__tooltip-content{font-size:12px;margin-top:.75em}.wp-block-getwid-image-hotspot__tooltip-content:empty{display:none}.wp-block-getwid-image-hotspot__tooltip-content img{max-width:100%}.wp-block-getwid-image-hotspot__tooltip-content iframe{max-width:100%}.has-animated-dots .wp-block-getwid-image-hotspot__dot{transform:scale(0);transition:all .5s ease-out 0.8s}.has-animated-dots .wp-block-getwid-image-hotspot__dot.is-visible{transform:none}.has-animated-dots[data-appearance-animation="slideDown"] .wp-block-getwid-image-hotspot__dot{transform:translateY(-50px) scale(0)}.has-animated-dots[data-appearance-animation="slideDown"] .wp-block-getwid-image-hotspot__dot.is-visible{transform:none}
.wp-block-getwid-countdown{font-size:32px}.wp-block-getwid-countdown .countdown-section{padding:20px}.wp-block-getwid-countdown .countdown-amount,.wp-block-getwid-countdown .countdown-period{word-break:keep-all}.wp-block-getwid-countdown .countdown-row{justify-content:center}.wp-block-getwid-countdown.has-horizontal-alignment-left .countdown-row{justify-content:flex-start}.wp-block-getwid-countdown.has-horizontal-alignment-center .countdown-row{justify-content:center}.wp-block-getwid-countdown.has-horizontal-alignment-justify .countdown-row .countdown-section{flex:1 0 0}.wp-block-getwid-countdown.has-horizontal-alignment-right .countdown-row{justify-content:flex-end}.wp-block-getwid-countdown .wp-block-getwid-countdown__wrapper{overflow:hidden}.wp-block-getwid-countdown .is-countdown{background-color:transparent;border:0}.wp-block-getwid-countdown .is-countdown .countdown-row{display:flex;flex-direction:row;flex-wrap:wrap;align-content:stretch;align-items:center}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section{font-size:inherit;width:auto;text-align:center}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-amount{font-size:inherit}.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{display:block;line-height:1.4;font-size:12px}@media screen and (min-width: 768px){.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{font-size:14px}}@media screen and (min-width: 992px){.wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period{font-size:16px}}.wp-block-getwid-countdown.has-inner-paddings-small .countdown-section{padding:10px}.wp-block-getwid-countdown.has-inner-paddings-medium .countdown-section{padding:15px}.wp-block-getwid-countdown.has-inner-paddings-normal .countdown-section{padding:20px}.wp-block-getwid-countdown.has-inner-paddings-large .countdown-section{padding:30px}.wp-block-getwid-countdown.has-spacing-small .wp-block-getwid-countdown__content{margin-left:-5px;margin-right:-5px}.wp-block-getwid-countdown.has-spacing-small .countdown-section{margin:0 5px 10px}.wp-block-getwid-countdown.has-spacing-medium .wp-block-getwid-countdown__content{margin-left:-10px;margin-right:-10px}.wp-block-getwid-countdown.has-spacing-medium .countdown-section{margin:0 10px 20px}.wp-block-getwid-countdown.has-spacing-normal .wp-block-getwid-countdown__content{margin-left:-15px;margin-right:-15px}.wp-block-getwid-countdown.has-spacing-normal .countdown-section{margin:0 15px 30px}.wp-block-getwid-countdown.has-spacing-large .wp-block-getwid-countdown__content{margin-left:-20px;margin-right:-20px}.wp-block-getwid-countdown.has-spacing-large .countdown-section{margin:0 20px 40px}
.wp-block-getwid-content-timeline{position:relative}.wp-block-getwid-content-timeline__line{width:2px;position:absolute;margin:0 auto;background-color:whitesmoke;transform:translateX(-50%)}@media (min-width: 992px){.wp-block-getwid-content-timeline__line{left:50%}}.wp-block-getwid-content-timeline__bar{position:absolute;width:100%;background-color:currentColor}.wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item{width:100%;position:relative}.wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item:last-child{margin-bottom:0 !important}.wp-block-getwid-content-timeline-item{margin-bottom:20px}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item.is-hidden{visibility:hidden}}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__wrapper,.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__wrapper{flex-direction:row-reverse}.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__meta,.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__meta{text-align:right}.wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__card:after,.wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__card:after{left:0}}.wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content{border-color:currentColor}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__wrapper{flex-direction:row}.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__meta{text-align:left}.wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__card:after{left:100%}}.wp-block-getwid-content-timeline-item__wrapper{display:flex;align-items:center;flex-direction:row-reverse;position:relative}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__wrapper{flex-direction:row}}.wp-block-getwid-content-timeline-item__image-wrapper{position:relative;padding-top:56.25%;width:100%}.wp-block-getwid-content-timeline-item__image-wrapper .wp-block-getwid-content-timeline-item__image{display:block;height:100%;width:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;z-index:1}.wp-block-getwid-content-timeline-item__card{position:relative;filter:drop-shadow(0 0 5px rgba(40,40,40,0.1));border-radius:7px;flex:0 1 100%;background-color:#fff}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__card{flex:1 1 50%}}.wp-block-getwid-content-timeline-item__card:after{content:'';background-color:inherit;width:13px;height:13px;position:absolute;top:50%;transform:translate(-50%, -50%) rotate(-45deg);left:0}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__card:after{left:100%}}.wp-block-getwid-content-timeline-item__card-wrapper{border-radius:inherit;background-color:inherit;overflow:hidden}.wp-block-getwid-content-timeline-item__content-wrapper{padding:25px}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__content-wrapper{padding:40px}}.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content:empty{display:none}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content{display:none}}.wp-block-getwid-content-timeline-item__meta{display:none}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__meta{display:block;flex:1 1 50%}}.wp-block-getwid-content-timeline-item__meta-content{text-align:inherit}.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h1,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h2,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h3,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h4,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h5,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h6{margin-top:.5em}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h1,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h2,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h3,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h4,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h5,.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta+h6{margin-top:0}}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta{display:none}}.wp-block-getwid-content-timeline-item__point{flex:1 0 auto;width:20px;height:20px;margin-right:5px;transform:translateX(-50%)}@media screen and (max-width: 991px){.wp-block-getwid-content-timeline-item__point{margin-left:0 !important}}@media screen and (min-width: 992px){.wp-block-getwid-content-timeline-item__point{margin-left:20px;margin-right:20px;transform:none}}.wp-block-getwid-content-timeline-item__point-content{width:inherit;height:inherit;position:relative;background-color:#fff;border:2px solid #dee3e6;border-radius:50%;box-sizing:border-box}@media screen and (min-width: 992px){.slideInSides .wp-block-getwid-content-timeline-item__card{animation:fadeInLeftShort 1s}.slideInSides .wp-block-getwid-content-timeline-item__point-content{animation:getwidTimelinePointBounce .75s}.slideInSides .wp-block-getwid-content-timeline-item__meta{animation:fadeInRightShort 1s}.slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__meta,.slideInSides.has-card-right .wp-block-getwid-content-timeline-item__meta{animation:fadeInLeftShort 1s}.slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__card,.slideInSides.has-card-right .wp-block-getwid-content-timeline-item__card{animation:fadeInRightShort 1s}.slideInSides.has-card-left .wp-block-getwid-content-timeline-item__meta{animation:fadeInRightShort 1s}.slideInSides.has-card-left .wp-block-getwid-content-timeline-item__card{animation:fadeInLeftShort 1s}}@media screen and (min-width: 992px){.slideInBottom .wp-block-getwid-content-timeline-item__card,.slideInBottom .wp-block-getwid-content-timeline-item__meta{animation:fadeInUpShort 1s}}@media screen and (min-width: 992px){.fadeIn .wp-block-getwid-content-timeline-item__card,.fadeIn .wp-block-getwid-content-timeline-item__meta{animation:getwidFadeIn 1.5s}}
.wp-block-getwid-table table{width:100%}.wp-block-getwid-table figcaption{text-align:center}.wp-block-getwid-table.has-horizontal-align-left th,.wp-block-getwid-table.has-horizontal-align-left td{text-align:left}.wp-block-getwid-table.has-horizontal-align-center th,.wp-block-getwid-table.has-horizontal-align-center td{text-align:center}.wp-block-getwid-table.has-horizontal-align-right th,.wp-block-getwid-table.has-horizontal-align-right td{text-align:right}.wp-block-getwid-table.has-vertical-align-top td,.wp-block-getwid-table.has-vertical-align-top th{vertical-align:top}.wp-block-getwid-table.has-vertical-align-middle td,.wp-block-getwid-table.has-vertical-align-middle th{vertical-align:middle}.wp-block-getwid-table.has-vertical-align-bottom td,.wp-block-getwid-table.has-vertical-align-bottom th{vertical-align:bottom}.wp-block-getwid-table.has-table-layout-fixed table{table-layout:fixed}.wp-block-getwid-table.has-table-layout-auto table{table-layout:auto}.wp-block-getwid-table.has-border-collapse-collapse table{border-collapse:collapse}.wp-block-getwid-table.has-border-collapse-separate table{border-collapse:separate}
.wp-block-getwid-table-of-contents.is-style-none ul{list-style:none}.wp-block-getwid-table-of-contents.is-style-none li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-none li:after,.wp-block-getwid-table-of-contents.is-style-none li:before{display:none}.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list{padding:0;margin:0}.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list>li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-unordered ul{list-style:outside disc;margin-left:1em;padding-left:0}.wp-block-getwid-table-of-contents.is-style-unordered li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-unordered li:after,.wp-block-getwid-table-of-contents.is-style-unordered li:before{display:none}.wp-block-getwid-table-of-contents.is-style-ordered .wp-block-getwid-table-of-contents__list{margin-left:0;padding-left:0}.wp-block-getwid-table-of-contents.is-style-ordered ol{counter-reset:item;list-style:none}.wp-block-getwid-table-of-contents.is-style-ordered li{padding-left:0;margin-left:0}.wp-block-getwid-table-of-contents.is-style-ordered li:after{display:none}.wp-block-getwid-table-of-contents.is-style-ordered li:before{content:counters(item, ".") ".";counter-increment:item;margin-right:.5em}
@keyframes slideInDownShort{from{transform:translate3d(0, -100px, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDownShort{animation-name:slideInDownShort}@keyframes slideInLeftShort{from{transform:translate3d(-100px, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeftShort{animation-name:slideInLeftShort}@keyframes slideInRightShort{from{transform:translate3d(100px, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRightShort{animation-name:slideInRightShort}@keyframes slideInUpShort{from{transform:translate3d(0, 100px, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUpShort{animation-name:slideInUpShort}@keyframes bounceInDownShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -100px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInDownShort{animation-name:bounceInDownShort}@keyframes bounceInLeftShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-100px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInLeftShort{animation-name:bounceInLeftShort}@keyframes bounceInRightShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(100px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInRightShort{animation-name:bounceInRightShort}@keyframes bounceInUpShort{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 100px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUpShort{animation-name:bounceInUpShort}@keyframes fadeInDownShort{from{opacity:0;transform:translate3d(0, -100px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownShort{animation-name:fadeInDownShort}@keyframes fadeInLeftShort{from{opacity:0;transform:translate3d(-100px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftShort{animation-name:fadeInLeftShort}@keyframes fadeInRightShort{from{opacity:0;transform:translate3d(100px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightShort{animation-name:fadeInRightShort}@keyframes fadeInUpShort{from{opacity:0;transform:translate3d(0, 100px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpShort{animation-name:fadeInUpShort}@keyframes lightSpeedInShort{from{transform:translate3d(400px, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedInShort{animation-name:lightSpeedInShort;animation-timing-function:ease-out}@keyframes getwidPulseAnimation{0%{transform:scale(1);opacity:1}100%{transform:scale(1.5);opacity:0}}@keyframes getwidTimelinePointBounce{0%{opacity:0;transform:scale(0.5)}60%{opacity:1;transform:scale(1.2)}100%{transform:scale(1)}}@keyframes getwidFadeIn{from{opacity:0}to{opacity:1}}.wp-block-getwid-post-carousel.is-carousel .slick-list,.wp-block-getwid-images-slider.is-carousel .slick-list{margin:0 -5px}.wp-block-getwid-post-carousel.is-carousel .slick-slide,.wp-block-getwid-images-slider.is-carousel .slick-slide{margin:0 5px}.wp-block-getwid-post-carousel.has-slides-gap-none .slick-list,.wp-block-getwid-images-slider.has-slides-gap-none .slick-list{margin:0}.wp-block-getwid-post-carousel.has-slides-gap-none .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-none .slick-slide{margin:0}.wp-block-getwid-post-carousel.has-slides-gap-small .slick-list,.wp-block-getwid-images-slider.has-slides-gap-small .slick-list{margin:0 -5px}.wp-block-getwid-post-carousel.has-slides-gap-small .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-small .slick-slide{margin:0 5px}.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-list,.wp-block-getwid-images-slider.has-slides-gap-normal .slick-list{margin:0 -10px}.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-normal .slick-slide{margin:0 10px}.wp-block-getwid-post-carousel.has-slides-gap-large .slick-list,.wp-block-getwid-images-slider.has-slides-gap-large .slick-list{margin:0 -20px}.wp-block-getwid-post-carousel.has-slides-gap-large .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-large .slick-slide{margin:0 20px}.wp-block-getwid-post-carousel.has-slides-gap-huge .slick-list,.wp-block-getwid-images-slider.has-slides-gap-huge .slick-list{margin:0 -30px}.wp-block-getwid-post-carousel.has-slides-gap-huge .slick-slide,.wp-block-getwid-images-slider.has-slides-gap-huge .slick-slide{margin:0 30px}.wp-block-getwid-images-slider .slick-prev,.wp-block-getwid-images-slider .slick-next,.wp-block-getwid-media-text-slider .slick-prev,.wp-block-getwid-media-text-slider .slick-next,.wp-block-getwid-post-slider .slick-prev,.wp-block-getwid-post-slider .slick-next,.wp-block-getwid-post-carousel .slick-prev,.wp-block-getwid-post-carousel .slick-next{z-index:1;background-color:transparent}.wp-block-getwid-images-slider .slick-prev:before,.wp-block-getwid-images-slider .slick-next:before,.wp-block-getwid-media-text-slider .slick-prev:before,.wp-block-getwid-media-text-slider .slick-next:before,.wp-block-getwid-post-slider .slick-prev:before,.wp-block-getwid-post-slider .slick-next:before,.wp-block-getwid-post-carousel .slick-prev:before,.wp-block-getwid-post-carousel .slick-next:before{color:#000}.wp-block-getwid-images-slider .slick-prev:hover,.wp-block-getwid-images-slider .slick-prev:focus,.wp-block-getwid-images-slider .slick-next:hover,.wp-block-getwid-images-slider .slick-next:focus,.wp-block-getwid-media-text-slider .slick-prev:hover,.wp-block-getwid-media-text-slider .slick-prev:focus,.wp-block-getwid-media-text-slider .slick-next:hover,.wp-block-getwid-media-text-slider .slick-next:focus,.wp-block-getwid-post-slider .slick-prev:hover,.wp-block-getwid-post-slider .slick-prev:focus,.wp-block-getwid-post-slider .slick-next:hover,.wp-block-getwid-post-slider .slick-next:focus,.wp-block-getwid-post-carousel .slick-prev:hover,.wp-block-getwid-post-carousel .slick-prev:focus,.wp-block-getwid-post-carousel .slick-next:hover,.wp-block-getwid-post-carousel .slick-next:focus{text-decoration:none}.wp-block-getwid-images-slider .slick-dotted.slick-slider,.wp-block-getwid-media-text-slider .slick-dotted.slick-slider,.wp-block-getwid-post-slider .slick-dotted.slick-slider,.wp-block-getwid-post-carousel .slick-dotted.slick-slider{margin-bottom:0;padding-bottom:30px}.wp-block-getwid-images-slider .slick-dots,.wp-block-getwid-media-text-slider .slick-dots,.wp-block-getwid-post-slider .slick-dots,.wp-block-getwid-post-carousel .slick-dots{margin:0 auto;max-width:100%;width:100%;bottom:0}.wp-block-getwid-images-slider .slick-dots li,.wp-block-getwid-media-text-slider .slick-dots li,.wp-block-getwid-post-slider .slick-dots li,.wp-block-getwid-post-carousel .slick-dots li{margin:0 5px}.wp-block-getwid-images-slider.has-arrows-inside,.wp-block-getwid-media-text-slider.has-arrows-inside,.wp-block-getwid-post-slider.has-arrows-inside,.wp-block-getwid-post-carousel.has-arrows-inside{padding-left:0;padding-right:0}.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,.wp-block-getwid-images-slider.has-arrows-inside .slick-next,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,.wp-block-getwid-post-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev,.wp-block-getwid-post-carousel.has-arrows-inside .slick-next{text-shadow:0px 0px 3px rgba(0,0,0,0.5)}.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-images-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before,.wp-block-getwid-post-slider.has-arrows-inside .slick-next:before,.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before,.wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before{color:#fff}.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev{left:25px}.wp-block-getwid-images-slider.has-arrows-inside .slick-next,.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-slider.has-arrows-inside .slick-next,.wp-block-getwid-post-carousel.has-arrows-inside .slick-next{right:25px}.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider,.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider{margin-bottom:0;padding-bottom:0}.wp-block-getwid-images-slider.has-dots-inside .slick-dots,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots,.wp-block-getwid-post-slider.has-dots-inside .slick-dots,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots{bottom:20px}.wp-block-getwid-images-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-post-slider.has-dots-inside .slick-dots li .slick-active,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li .slick-active{color:#fff}.wp-block-getwid-images-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-post-slider.has-dots-inside .slick-dots li button,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button{text-shadow:0px 0px 3px rgba(0,0,0,0.5)}.wp-block-getwid-images-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-post-slider.has-dots-inside .slick-dots li button:before,.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button:before{color:#fff}.wp-block-getwid-images-slider.alignfull .slick-list,.wp-block-getwid-media-text-slider.alignfull .slick-list,.wp-block-getwid-post-slider.alignfull .slick-list,.wp-block-getwid-post-carousel.alignfull .slick-list{margin:0}.wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-prev,.wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-prev,.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-prev{left:25px}.wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-next,.wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-next,.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-next{right:25px}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-50 .wp-block-getwid-advanced-heading__content,.fs-tablet-50 .wp-block-getwid-countdown__content{font-size:50%}}@media screen and (max-width: 767px){.fs-mobile-50 .wp-block-getwid-advanced-heading__content,.fs-mobile-50 .wp-block-getwid-countdown__content{font-size:50%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-60 .wp-block-getwid-advanced-heading__content,.fs-tablet-60 .wp-block-getwid-countdown__content{font-size:60%}}@media screen and (max-width: 767px){.fs-mobile-60 .wp-block-getwid-advanced-heading__content,.fs-mobile-60 .wp-block-getwid-countdown__content{font-size:60%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-70 .wp-block-getwid-advanced-heading__content,.fs-tablet-70 .wp-block-getwid-countdown__content{font-size:70%}}@media screen and (max-width: 767px){.fs-mobile-70 .wp-block-getwid-advanced-heading__content,.fs-mobile-70 .wp-block-getwid-countdown__content{font-size:70%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-80 .wp-block-getwid-advanced-heading__content,.fs-tablet-80 .wp-block-getwid-countdown__content{font-size:80%}}@media screen and (max-width: 767px){.fs-mobile-80 .wp-block-getwid-advanced-heading__content,.fs-mobile-80 .wp-block-getwid-countdown__content{font-size:80%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-90 .wp-block-getwid-advanced-heading__content,.fs-tablet-90 .wp-block-getwid-countdown__content{font-size:90%}}@media screen and (max-width: 767px){.fs-mobile-90 .wp-block-getwid-advanced-heading__content,.fs-mobile-90 .wp-block-getwid-countdown__content{font-size:90%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-100 .wp-block-getwid-advanced-heading__content,.fs-tablet-100 .wp-block-getwid-countdown__content{font-size:100%}}@media screen and (max-width: 767px){.fs-mobile-100 .wp-block-getwid-advanced-heading__content,.fs-mobile-100 .wp-block-getwid-countdown__content{font-size:100%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-110 .wp-block-getwid-advanced-heading__content,.fs-tablet-110 .wp-block-getwid-countdown__content{font-size:110%}}@media screen and (max-width: 767px){.fs-mobile-110 .wp-block-getwid-advanced-heading__content,.fs-mobile-110 .wp-block-getwid-countdown__content{font-size:110%}}@media screen and (min-width: 768px) and (max-width: 991px){.fs-tablet-120 .wp-block-getwid-advanced-heading__content,.fs-tablet-120 .wp-block-getwid-countdown__content{font-size:120%}}@media screen and (max-width: 767px){.fs-mobile-120 .wp-block-getwid-advanced-heading__content,.fs-mobile-120 .wp-block-getwid-countdown__content{font-size:120%}}[data-animation] .wp-block-getwid-image-box__image-wrapper,[data-animation].wp-block-getwid-icon__wrapper,[data-animation] .wp-block-getwid-icon-box__icon-wrapper{transition:.3s ease;transform:none}[data-animation="slideTop"]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation="slideTop"]:hover.wp-block-getwid-icon__wrapper,[data-animation="slideTop"]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateY(-10px)}[data-animation="slideBottom"]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation="slideBottom"]:hover.wp-block-getwid-icon__wrapper,[data-animation="slideBottom"]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateY(10px)}[data-animation="slideLeft"]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation="slideLeft"]:hover.wp-block-getwid-icon__wrapper,[data-animation="slideLeft"]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateX(-10px)}[data-animation="slideRight"]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation="slideRight"]:hover.wp-block-getwid-icon__wrapper,[data-animation="slideRight"]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:translateX(10px)}[data-animation="zoomSmall"]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation="zoomSmall"]:hover.wp-block-getwid-icon__wrapper,[data-animation="zoomSmall"]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:scale(1.05)}[data-animation="zoomBig"]:hover .wp-block-getwid-image-box__image-wrapper,[data-animation="zoomBig"]:hover.wp-block-getwid-icon__wrapper,[data-animation="zoomBig"]:hover .wp-block-getwid-icon-box__icon-wrapper{transform:scale(1.2)}.getwid-columns{margin-left:-30px;margin-right:-30px;display:flex;flex-wrap:wrap}.getwid-columns.getwid-columns-1>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-1>*{width:100%}}.getwid-columns.getwid-columns-2>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-2>*{width:50%}}.getwid-columns.getwid-columns-3>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-3>*{width:33.33333%}}.getwid-columns.getwid-columns-4>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-4>*{width:25%}}.getwid-columns.getwid-columns-5>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-5>*{width:20%}}.getwid-columns.getwid-columns-6>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-6>*{width:16.66667%}}.getwid-columns.getwid-columns-7>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-7>*{width:14.28571%}}.getwid-columns.getwid-columns-8>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-8>*{width:12.5%}}.getwid-columns.getwid-columns-9>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-9>*{width:11.11111%}}.getwid-columns.getwid-columns-10>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-10>*{width:10%}}.getwid-columns.getwid-columns-11>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-11>*{width:9.09091%}}.getwid-columns.getwid-columns-12>*{padding-left:30px;padding-right:30px;margin-right:0;margin-left:0;width:100%}@media screen and (min-width: 992px){.getwid-columns.getwid-columns-12>*{width:8.33333%}}@media screen and (min-width: 992px){.getwid-hide-desktop{display:none}}@media screen and (min-width: 768px) and (max-width: 991px){.getwid-hide-tablet{display:none}}@media screen and (max-width: 767px){.getwid-hide-mobile{display:none}}.getwid-padding-top-small{padding-top:10px}.getwid-padding-top-medium{padding-top:25px}.getwid-padding-top-normal{padding-top:40px}.getwid-padding-top-large{padding-top:60px}.getwid-padding-top-none{padding-top:0 !important}.getwid-padding-bottom-small{padding-bottom:10px}.getwid-padding-bottom-medium{padding-bottom:25px}.getwid-padding-bottom-normal{padding-bottom:40px}.getwid-padding-bottom-large{padding-bottom:60px}.getwid-padding-bottom-none{padding-bottom:0 !important}.getwid-padding-left-small{padding-left:10px}.getwid-padding-left-medium{padding-left:25px}.getwid-padding-left-normal{padding-left:40px}.getwid-padding-left-large{padding-left:60px}.getwid-padding-left-none{padding-left:0 !important}.getwid-padding-right-small{padding-right:10px}.getwid-padding-right-medium{padding-right:25px}.getwid-padding-right-normal{padding-right:40px}.getwid-padding-right-large{padding-right:60px}.getwid-padding-right-none{padding-right:0 !important}@media screen and (max-width: 991px){.getwid-padding-tablet-top-small{padding-top:10px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-top-medium{padding-top:25px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-top-normal{padding-top:40px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-top-large{padding-top:60px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-top-none{padding-top:0 !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-bottom-small{padding-bottom:10px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-bottom-medium{padding-bottom:25px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-bottom-normal{padding-bottom:40px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-bottom-large{padding-bottom:60px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-bottom-none{padding-bottom:0 !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-left-small{padding-left:10px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-left-medium{padding-left:25px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-left-normal{padding-left:40px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-left-large{padding-left:60px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-left-none{padding-left:0 !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-right-small{padding-right:10px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-right-medium{padding-right:25px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-right-normal{padding-right:40px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-right-large{padding-right:60px !important}}@media screen and (max-width: 991px){.getwid-padding-tablet-right-none{padding-right:0 !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-top-small{padding-top:10px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-top-medium{padding-top:25px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-top-normal{padding-top:40px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-top-large{padding-top:60px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-top-none{padding-top:0 !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-bottom-small{padding-bottom:10px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-bottom-medium{padding-bottom:25px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-bottom-normal{padding-bottom:40px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-bottom-large{padding-bottom:60px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-bottom-none{padding-bottom:0 !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-left-small{padding-left:10px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-left-medium{padding-left:25px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-left-normal{padding-left:40px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-left-large{padding-left:60px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-left-none{padding-left:0 !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-right-small{padding-right:10px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-right-medium{padding-right:25px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-right-normal{padding-right:40px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-right-large{padding-right:60px !important}}@media screen and (max-width: 767px){.getwid-padding-mobile-right-none{padding-right:0 !important}}.getwid-margin-top-small{margin-top:10px !important}.getwid-margin-top-medium{margin-top:25px !important}.getwid-margin-top-normal{margin-top:40px !important}.getwid-margin-top-large{margin-top:60px !important}.getwid-margin-top-none{margin-top:0 !important}.getwid-margin-bottom-small{margin-bottom:10px !important}.getwid-margin-bottom-medium{margin-bottom:25px !important}.getwid-margin-bottom-normal{margin-bottom:40px !important}.getwid-margin-bottom-large{margin-bottom:60px !important}.getwid-margin-bottom-none{margin-bottom:0 !important}.getwid-margin-left-small{margin-left:10px}.getwid-margin-left-medium{margin-left:25px}.getwid-margin-left-normal{margin-left:40px}.getwid-margin-left-large{margin-left:60px}.getwid-margin-left-none{margin-left:0 !important}.getwid-margin-right-small{margin-right:10px}.getwid-margin-right-medium{margin-right:25px}.getwid-margin-right-normal{margin-right:40px}.getwid-margin-right-large{margin-right:60px}.getwid-margin-right-none{margin-right:0 !important}@media screen and (max-width: 991px){.getwid-margin-tablet-top-small{margin-top:10px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-top-medium{margin-top:25px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-top-normal{margin-top:40px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-top-large{margin-top:60px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-top-none{margin-top:0 !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-bottom-small{margin-bottom:10px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-bottom-medium{margin-bottom:25px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-bottom-normal{margin-bottom:40px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-bottom-large{margin-bottom:60px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-bottom-none{margin-bottom:0 !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-left-small{margin-left:10px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-left-medium{margin-left:25px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-left-normal{margin-left:40px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-left-large{margin-left:60px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-left-none{margin-left:0 !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-right-small{margin-right:10px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-right-medium{margin-right:25px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-right-normal{margin-right:40px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-right-large{margin-right:60px !important}}@media screen and (max-width: 991px){.getwid-margin-tablet-right-none{margin-right:0 !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-top-small{margin-top:10px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-top-medium{margin-top:25px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-top-normal{margin-top:40px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-top-large{margin-top:60px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-top-none{margin-top:0 !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-bottom-small{margin-bottom:10px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-bottom-medium{margin-bottom:25px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-bottom-normal{margin-bottom:40px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-bottom-large{margin-bottom:60px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-bottom-none{margin-bottom:0 !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-left-small{margin-left:10px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-left-medium{margin-left:25px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-left-normal{margin-left:40px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-left-large{margin-left:60px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-left-none{margin-left:0 !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-right-small{margin-right:10px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-right-medium{margin-right:25px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-right-normal{margin-right:40px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-right-large{margin-right:60px !important}}@media screen and (max-width: 767px){.getwid-margin-mobile-right-none{margin-right:0 !important}}@media screen and (max-width: 991px){.getwid-font-size-tablet-small{font-size:0.5em !important}}@media screen and (max-width: 991px){.getwid-font-size-tablet-normal{font-size:1em !important}}@media screen and (max-width: 991px){.getwid-font-size-tablet-large{font-size:1.5em !important}}@media screen and (max-width: 991px){.getwid-font-size-tablet-huge{font-size:2em !important}}@media screen and (max-width: 767px){.getwid-font-size-mobile-small{font-size:0.5em !important}}@media screen and (max-width: 767px){.getwid-font-size-mobile-normal{font-size:1em !important}}@media screen and (max-width: 767px){.getwid-font-size-mobile-large{font-size:1.5em !important}}@media screen and (max-width: 767px){.getwid-font-size-mobile-huge{font-size:2em !important}}@media screen and (min-width: 768px) and (max-width: 991px){.getwid-reset-min-height-tablet{min-height:auto !important}}@media screen and (max-width: 767px){.getwid-reset-min-height-mobile{min-height:auto !important}}@media screen and (min-width: 768px) and (max-width: 991px){.getwid-reset-height-tablet{height:auto !important}}@media screen and (max-width: 767px){.getwid-reset-height-mobile{height:auto !important}}.getwid-align-items-flex-start{align-items:flex-start}.getwid-align-items-center{align-items:center}.getwid-align-items-flex-end{align-items:flex-end}@media screen and (max-width: 991px){.getwid-align-items-tablet-flex-start{align-items:flex-start}}@media screen and (max-width: 991px){.getwid-align-items-tablet-center{align-items:center}}@media screen and (max-width: 991px){.getwid-align-items-tablet-flex-end{align-items:flex-end}}@media screen and (max-width: 767px){.getwid-align-items-mobile-flex-start{align-items:flex-start}}@media screen and (max-width: 767px){.getwid-align-items-mobile-center{align-items:center}}@media screen and (max-width: 767px){.getwid-align-items-mobile-flex-end{align-items:flex-end}}.getwid-justify-content-flex-start{justify-content:flex-start}.getwid-justify-content-center{justify-content:center}.getwid-justify-content-flex-end{justify-content:flex-end}@media screen and (max-width: 991px){.getwid-justify-content-tablet-flex-start{justify-content:flex-start}}@media screen and (max-width: 991px){.getwid-justify-content-tablet-center{justify-content:center}}@media screen and (max-width: 991px){.getwid-justify-content-tablet-flex-end{justify-content:flex-end}}@media screen and (max-width: 767px){.getwid-justify-content-mobile-flex-start{justify-content:flex-start}}@media screen and (max-width: 767px){.getwid-justify-content-mobile-center{justify-content:center}}@media screen and (max-width: 767px){.getwid-justify-content-mobile-flex-end{justify-content:flex-end}}.getwid-icon{font-style:normal}.getwid-icon-like{font-family:'Font Awesome 5 Free';font-weight:900}.getwid-icon-like:before{content:'\f004'}.getwid-icon-comment{font-family:'Font Awesome 5 Free';font-weight:900}.getwid-icon-comment:before{content:'\f075'}.getwid-opacity-0{opacity:0}.getwid-opacity-5{opacity:.05}.getwid-opacity-10{opacity:.1}.getwid-opacity-15{opacity:.15}.getwid-opacity-20{opacity:.2}.getwid-opacity-25{opacity:.25}.getwid-opacity-30{opacity:.3}.getwid-opacity-35{opacity:.35}.getwid-opacity-40{opacity:.4}.getwid-opacity-45{opacity:.45}.getwid-opacity-50{opacity:.5}.getwid-opacity-55{opacity:.55}.getwid-opacity-60{opacity:.6}.getwid-opacity-65{opacity:.65}.getwid-opacity-70{opacity:.7}.getwid-opacity-75{opacity:.75}.getwid-opacity-80{opacity:.8}.getwid-opacity-85{opacity:.85}.getwid-opacity-90{opacity:.9}.getwid-opacity-95{opacity:.95}.getwid-opacity-100{opacity:1}

.wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper{max-width: 748px;}
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper,#wpadminbar li{-webkit-transition:.25s all ease!important;-moz-transition:.25s all ease!important;-ms-transition:.25s all ease!important;-o-transition:.25s all ease!important;transition:.25s all ease!important}#wpadminbar .ab-sub-wrapper ul li{-webkit-transition:.25s all linear!important;-moz-transition:.25s all linear!important;-ms-transition:.25s all linear!important;-o-transition:.25s all linear!important;transition:.25s all linear!important}#wpadminbar{background:#f8f8ff}#wpadminbar,#wpadminbar a,#wpadminbar #adminbarsearch:before,#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before,#wpadminbar a.ab-item,#wpadminbar>#wp-toolbar span.ab-label,#wpadminbar>#wp-toolbar span.noticon,#wpadminbar li{color:#727272!important}#wpadminbar a{font-size:12px!important}#wpadminbar li:hover,#wpadminbar li:hover a,#wpadminbar li:hover .ab-icon:before,#wpadminbar li:hover .ab-item:before,#wpadminbar>#wp-toolbar li:hover span.ab-label,#wpadminbar .ab-top-menu>li.hover>.ab-item,#wpadminbar .ab-top-menu>li:hover>.ab-item,#wpadminbar .ab-top-menu>li>.ab-item:focus,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar a:hover,#wpadminbar a:hover span.ab-label,#wpadminbar li:hover .ab-empty-item,#wpadminbar li:hover .ab-item{color:#000!important;background:none!important}#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,#wpadminbar #wp-admin-bar-site-name>.ab-item:before{top:0!important}#wpadminbar .ab-top-menu>li.hover,#wpadminbar .ab-top-menu>li:hover{background:#fff!important}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{background:#fff!important;display:block;opacity:0;visibility:hidden;filter:alpha(opacity=0);-o-transform:perspective(7px) rotateX(-50deg);-ms-transform:perspective(7px) rotateX(-50deg);-moz-transform:perspective(7px) rotateX(-50deg);transform:perspective(7px) rotateX(-50deg);transform-origin:center top 0;-ms-transform-origin:center top 0;-moz-transform-origin:center top 0;-o-transform-origin:center top 0;box-shadow:none;padding:5px;border:1px solid #f8f8ff;border-top:none;left:-1px}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper ul,#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:0!important}#wpadminbar ul#wp-admin-bar-root-default>li:hover .ab-sub-wrapper,#wpadminbar .quicklinks .ab-top-secondary>li:hover .ab-sub-wrapper{visibility:visible;opacity:1;filter:alpha(opacity=100);-o-transform:perspective(150px) rotateX(0deg);-ms-transform:perspective(150px) rotateX(0deg);-moz-transform:perspective(150px) rotateX(0deg);transform:perspective(150px) rotateX(0deg)}#wp-admin-bar-user-info img{display:none}#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin:0;display:block;position:relative}#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li,#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li a span,#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li a{height:auto!important;line-height:normal!important}#wpadminbar .ab-sub-wrapper ul li:hover{background:#f8f8ff!important}#wpadminbar .ab-sub-wrapper ul li a{line-height:normal!important;padding:5px!important;margin:0!important;height:auto!important}#wpadminbar #wp-admin-bar-appearance{margin-top:0}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu{background:none!important}#wpadminbar #wp-admin-bar-user-info .display-name,#wpadminbar #wp-admin-bar-user-info a:hover .display-name{color:#000}#wpadminbar .quicklinks .ab-top-secondary>li .ab-sub-wrapper{right:-1px;left:inherit}#wpadminbar .menupop .ab-sub-wrapper{background:#FFF;padding:10px;border:1px solid #f8f8ff}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-left:103%;margin-top:-32px}@media screen and (max-width: 782px){#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,#wpadminbar #wp-admin-bar-site-name>.ab-item:before{top:7px!important}#wpadminbar .ab-sub-wrapper ul li a{font-size:15px!important;padding:8px!important}#wpadminbar #wp-admin-bar-user-info .display-name{color:#000!important;font-weight:700}}
@charset "UTF-8";
/*!
Theme Name: Getwid Base
Theme URI: https://motopress.com/products/getwid-base/
Author: MotoPress
Author URI: https://motopress.com/
Description: Getwid Base is a clean and lightweight Gutenberg theme designed to work seamlessly with the new block-based editor and Getwid plugin - a collection of custom blocks for Gutenberg. Use Getwid Theme to build a small or midsize business website, site for a creative or digital agency, startup launch or product landing page, as well as any other kind of business or portfolio website. Thanks to the powerful combination of core Gutenberg blocks and advanced block library enabled by Getwid plugin, you'll be free to build and customize content rich pages with no coding skills involved. Theme Demo: https://getwid.getmotopress.com
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: getwid-base
Tags: one-column, full-width-template, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, custom-logo, block-styles

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Getwid Base theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #7b838b;
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: .7px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  clear: both;
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #2c3847;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -.7px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 38px;
  font-size: 2.375rem;
}

h3 {
  font-size: 29px;
  font-size: 1.8125rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 22px;
  font-size: 1.375rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

p {
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}

ul li, ol li {
  margin-top: 1em;
}

ul li:first-child, ol li:first-child {
  margin-top: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

th,
td {
  border: 2px solid #ebeef1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5rem;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

thead th {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #2c3847;
}

th,
td {
  padding: 0.8em;
}

@media (min-width: 992px) {
  th,
  td {
    padding: 1.3em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  display: inline-block;
  border: none;
  border-radius: 10px;
  background: #8f4ec7;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  padding: 1.36666em 2.5em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover {
  cursor: pointer;
  background: #68c5f9;
  text-decoration: none;
}

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,
.button:active,
.button:focus,
.more-link:active,
.more-link:focus {
  text-decoration: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  display: block;
  width: 100%;
  border: 2px solid #ebeef1;
  border-radius: 0;
  padding: .655em 1.5em;
  background: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border-color: #8f4ec7;
  outline: none;
}

select {
  height: 56px;
}

textarea {
  width: 100%;
}

label {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
  line-height: 1;
  display: inline-block;
}

form > * {
  margin-bottom: 1.875rem;
}

form > *:last-child {
  margin-bottom: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  margin-right: .5em;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline;
}

fieldset {
  padding: 1.5rem 2.5rem;
  border: 2px solid #ebeef1;
}

fieldset legend {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Work Sans", sans-serif;
  color: #2c3847;
  padding: 0 .5em;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8f4ec7;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: "Work Sans", sans-serif;
  line-height: 1.3;
  color: #2c3847;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .main-navigation {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.main-navigation .nav-menu li {
  margin: 0;
  padding: 0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation ul {
    width: auto;
  }
}

.main-navigation ul:after {
  display: table;
  clear: both;
  content: '';
}

.main-navigation ul ul {
  padding-left: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7b838b;
}

@media (min-width: 992px) {
  .main-navigation ul ul {
    color: #2c3847;
    background: #fff;
    float: left;
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 2px 5px 43px 0 rgba(138, 164, 181, 0.28);
            box-shadow: 2px 5px 43px 0 rgba(138, 164, 181, 0.28);
  }
}

.main-navigation ul ul.toleft {
  right: 0;
  left: auto;
}

.main-navigation ul ul ul {
  left: 100%;
}

.main-navigation ul ul ul.toleft {
  right: 100%;
  left: auto;
}

@media (min-width: 992px) {
  .main-navigation ul ul ul {
    top: 0;
    visibility: hidden;
  }
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  top: 25%;
}

.main-navigation ul ul a {
  color: inherit;
}

@media (min-width: 992px) {
  .main-navigation ul ul a {
    width: 230px;
    padding: .75rem 2rem;
  }
}

.main-navigation ul ul .menu-item-has-children > a {
  padding-right: 2.75rem;
  position: relative;
}

.main-navigation ul ul .menu-item-has-children > a:after {
  position: absolute;
  right: 2.25rem;
  top: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.main-navigation ul ul .menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-navigation li {
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation li {
    width: auto;
    float: left;
    position: relative;
  }
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #8f4ec7;
  text-decoration: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 1rem 1.25rem;
  color: inherit;
  font-weight: 500;
  letter-spacing: -.35px;
}

@media (min-width: 992px) {
  .main-navigation a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #8f4ec7;
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children > a {
  padding-right: 2.5rem;
}

@media (min-width: 992px) {
  .main-navigation .menu-item-has-children > a {
    padding-right: 1.25rem;
  }
}

.main-navigation .menu-item-has-children > a:after {
  display: none;
  content: '\e874';
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  color: inherit;
  font-family: Linearicons-Free;
}

@media (min-width: 992px) {
  .main-navigation .menu-item-has-children > a:after {
    display: inline-block;
  }
}

.primary-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  overflow: hidden;
  z-index: -10;
  -webkit-transition: all .3s ease, z-index 1s step-end;
  -o-transition: all .3s ease, z-index 1s step-end;
  transition: all .3s ease, z-index 1s step-end;
  padding: 5rem 1.5625rem;
}

@media (min-width: 992px) {
  .primary-menu-wrapper {
    overflow: visible;
    padding: 0;
    z-index: 10;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    top: initial;
    background: transparent;
    min-height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.primary-menu-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 50%;
  background: rgba(242, 249, 253, 0.98);
  -webkit-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  -o-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  -webkit-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

@media (min-width: 992px) {
  .primary-menu-wrapper:after {
    display: none;
  }
}

.primary-menu-wrapper .primary-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .primary-menu-wrapper .primary-menu-container {
    display: block;
  }
}

.primary-menu-wrapper .menu {
  z-index: 1;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  max-width: 345px;
}

@media (min-width: 992px) {
  .primary-menu-wrapper .menu {
    opacity: 1;
    max-width: none;
  }
}

.primary-menu-wrapper .mobile-search-form-wrapper {
  margin: 2.5rem auto 0;
  max-width: 345px;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 992px) {
  .primary-menu-wrapper .mobile-search-form-wrapper {
    display: none;
  }
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form {
  background: #fff;
  border: 2px solid #ebeef1;
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form input {
  background: transparent;
}

.primary-menu-wrapper .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.325em .875em;
  background: transparent;
  color: #2c3847;
}

.primary-menu-wrapper .dropdown-toggle:hover {
  color: #8f4ec7;
  background: transparent;
}

@media (min-width: 992px) {
  .primary-menu-wrapper .dropdown-toggle {
    display: none;
  }
}

.primary-menu-wrapper .dropdown-toggle span {
  display: block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.primary-menu-wrapper .dropdown-toggle.toggled-on span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-navigation.toggled .primary-menu-wrapper {
  margin-top: 0;
  z-index: 5;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all .3s ease, z-index 1s step-start;
  -o-transition: all .3s ease, z-index 1s step-start;
  transition: all .3s ease, z-index 1s step-start;
}

.main-navigation.toggled .primary-menu-wrapper:after {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  -webkit-transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
  -o-transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
  transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
}

.main-navigation.toggled .primary-menu-wrapper .menu {
  opacity: 1;
  -webkit-transition: opacity .3s ease .5s;
  -o-transition: opacity .3s ease .5s;
  transition: opacity .3s ease .5s;
}

.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
  opacity: 1;
  -webkit-transition: opacity .3s ease .5s;
  -o-transition: opacity .3s ease .5s;
  transition: opacity .3s ease .5s;
}

.main-navigation.toggled .primary-menu-wrapper ul ul {
  display: none;
}

@media (min-width: 992px) {
  .main-navigation.toggled .primary-menu-wrapper ul ul {
    display: block;
  }
}

.main-navigation.toggled .primary-menu-wrapper ul ul.toggled-on {
  display: block;
}

.menu-toggle .lnr-cross {
  display: none;
}

.menu-toggle[aria-expanded="true"] .lnr-cross {
  display: block;
}

.menu-toggle[aria-expanded="true"] .lnr-menu {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.menu-toggle {
  background: transparent;
  color: #2c3847;
  padding: 0;
  z-index: 11;
  font-size: 40px;
  font-size: 2.5rem;
}

.menu-toggle:hover {
  background: transparent;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  overflow: hidden;
}

.comment-navigation .nav-links:after,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:after {
  content: '';
  display: table;
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    width: 50%;
  }
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 100%;
}

@media (min-width: 992px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    width: 50%;
  }
}

.comment-navigation .nav-previous + .nav-next,
.posts-navigation .nav-previous + .nav-next,
.post-navigation .nav-previous + .nav-next {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .comment-navigation .nav-previous + .nav-next,
  .posts-navigation .nav-previous + .nav-next,
  .post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }
}

.navigation.pagination {
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .nav-links .page-numbers {
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #f3f9fd;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #7b838b;
}

.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.dots {
  border: 0;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers:focus {
  text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  border-color: #8f4ec7;
  color: #2c3847;
}

.navigation.pagination .nav-links .page-numbers.next span, .navigation.pagination .nav-links .page-numbers.prev span {
  border-color: currentColor;
}

.navigation.pagination .nav-links .next-icon,
.navigation.pagination .nav-links .previous-icon {
  border: solid #7b838b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.navigation.pagination .nav-links .next-icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -3px;
}

.navigation.pagination .nav-links .previous-icon {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: -3px;
}

.post-navigation-wrapper {
  max-width: 1130px;
  margin: 6.75rem auto;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  border-top: 8px dotted #f1f4f7;
  border-bottom: 8px dotted #f1f4f7;
}

.post-navigation-wrapper a:hover {
  text-decoration: none;
}

.post-navigation-wrapper a:hover .lnr {
  color: #8f4ec7;
}

.post-navigation-wrapper a:hover .post-title {
  color: #8f4ec7;
}

.post-navigation-wrapper a:focus {
  text-decoration: none;
  outline: none;
}

.post-navigation-wrapper .previous,
.post-navigation-wrapper .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

.post-navigation-wrapper .previous .lnr,
.post-navigation-wrapper .next .lnr {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 63px;
  height: 63px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f3f8fb;
  border-radius: 50%;
  color: #7b838b;
}

.post-navigation-wrapper .previous .meta,
.post-navigation-wrapper .next .meta {
  display: block;
  font-style: italic;
  color: #7b838b;
  margin-bottom: .875rem;
}

.post-navigation-wrapper .previous .post-title,
.post-navigation-wrapper .next .post-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Work Sans", sans-serif;
  color: #2c3847;
  font-weight: 500;
}

.post-navigation-wrapper .previous .title,
.post-navigation-wrapper .next .title {
  width: 100%;
}

.post-navigation-wrapper .previous {
  padding-right: 1.25rem;
}

.post-navigation-wrapper .previous .lnr {
  margin-right: 1.875rem;
}

.post-navigation-wrapper .previous .lnr:before {
  margin-left: -4px;
}

.post-navigation-wrapper .next {
  padding-left: 1.25rem;
}

.post-navigation-wrapper .next .lnr {
  margin-left: 1.875rem;
}

.post-navigation-wrapper .next .lnr:before {
  margin-right: -4px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.footer-sidebars-wrapper {
  margin: 4.6875rem 0 0 0;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper {
    padding: 0 75px;
  }
}

.footer-sidebars-wrapper .footer-sidebars {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area {
  padding: 0 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 992px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media (min-width: 992px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}

.footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 992px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area:first-child {
    padding-right: 5%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-33-33-33 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-33-33-33 .widget-area:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area:last-child, .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-50-50-50-50 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.search-form {
  position: relative;
  padding-right: 3.125rem;
  border: 2px solid #f3f9fd;
}

.search-form input {
  border: 0;
  width: 100%;
}

.search-form label {
  margin: 0;
  display: block;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.125rem;
  padding: 0;
  background: #fff;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
}

.search-form .search-submit:hover {
  color: #8f4ec7;
}

.search-form .search-submit .lnr {
  display: block;
  margin-top: 3px;
}

.widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu .menu a {
  color: inherit;
}

.widget_nav_menu .menu a:hover {
  color: #8f4ec7;
  text-decoration: none;
}

.widget_nav_menu .menu li {
  margin-top: .5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  background: -webkit-linear-gradient(top, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  background: -o-linear-gradient(top, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  background: linear-gradient(to bottom, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  margin-bottom: 6.875rem;
}

.site-main {
  padding-left: 25px;
  padding-right: 25px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-main {
    display: block;
  }
}

@media (min-width: 768px) {
  .site-main {
    padding-left: 95px;
    padding-right: 95px;
  }
}

.entry-title,
.page-title {
  word-wrap: break-word;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  display: block;
}

.post-thumbnail-wrapper {
  margin-bottom: 3.125rem;
  position: relative;
}

.post-thumbnail-wrapper .sticky {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 76px;
  height: 76px;
  font-size: 34px;
  font-size: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #68c5f9;
  border-radius: 50%;
}

.entry-header {
  margin-bottom: 1.875rem;
}

.entry-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9ea6ac;
}

.entry-meta > span:after {
  content: '/';
  margin: 0 5px;
}

.entry-meta > span:last-child:after {
  display: none;
}

.entry-footer {
  margin-top: 2.5rem;
}

.tags-links a {
  display: inline-block;
  margin: 0 .625rem .625rem 0;
  padding: .875rem 1.875rem;
  color: #2c3847;
  background: #f3f8fb;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.tags-links a:hover {
  text-decoration: none;
}

.tags-links a:focus, .tags-links a:active {
  text-decoration: none;
}

.more-tag-wrapper {
  margin-top: 3.75rem;
}

.alignwide,
.alignfull {
  clear: both;
}

.hentry > .entry-header,
.hentry > .entry-footer,
.hentry > .post-thumbnail,
.hentry > .entry-content > * {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}

.hentry > .entry-content > * {
  margin-bottom: 1.5em;
}

.hentry > .entry-content > *.wp-block-separator {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hentry > .entry-content > *:first-child {
  margin-top: 0;
}

.hentry > .entry-content > *:last-child {
  margin-bottom: 0;
}

.hentry > .entry-content > *.alignwide {
  max-width: 1130px;
  width: auto;
}

.hentry > .entry-content > *.alignfull {
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
  width: auto;
}

@media (min-width: 768px) {
  .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
}

.hentry > .entry-content > *.alignleft {
  margin-left: 0;
  margin-right: 1.5em;
}

@media (min-width: 992px) {
  .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 748px) / 2);
  }
  .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
}

.hentry > .entry-content > *.alignright {
  margin-right: 0;
  margin-left: 1.5em;
}

@media (min-width: 992px) {
  .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 748px) / 2);
  }
  .hentry > .entry-content > *.alignright + .alignrignt {
    margin-left: 1.5em;
  }
}

@media (min-width: 992px) {
  .hentry > .entry-content > *.alignleft, .hentry > .entry-content > *.alignright {
    max-width: 374px;
  }
}

.hentry > .entry-content > h1 {
  margin-bottom: .5em;
}

.hentry > .entry-content > h2 {
  margin-bottom: .5em;
}

.hentry > .entry-content > h3 {
  margin-bottom: .5em;
}

.hentry > .entry-content > h4 {
  margin-bottom: .5em;
}

.hentry > .entry-content > h5 {
  margin-bottom: .5em;
}

.hentry > .entry-content > h6 {
  margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-header,
body.page .site-main > .hentry > .entry-footer,
body.page .site-main > .hentry > .post-thumbnail,
body.page .site-main > .hentry > .entry-content > * {
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
}

body.page .site-main > .hentry > .post-thumbnail {
  margin-bottom: 3.125rem;
}

body.page .site-main > .hentry > .entry-content > *.alignwide {
  max-width: 1130px;
}

body.page .site-main > .hentry > .entry-content > *.alignfull {
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
}

@media (min-width: 768px) {
  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
}

@media (min-width: 992px) {
  body.page .site-main > .hentry > .entry-content > *.alignleft {
    margin-right: 1.5em;
    margin-left: calc((100% - 938px) / 2);
  }
  body.page .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-left: 1.5em;
  }
}

@media (min-width: 992px) {
  body.page .site-main > .hentry > .entry-content > *.alignright {
    margin-left: 1.5em;
    margin-right: calc((100% - 938px) / 2);
  }
  body.page .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-right: 1.5em;
  }
}

@media (min-width: 992px) {
  body.page .site-main > .hentry > .entry-content > *.alignleft, body.page .site-main > .hentry > .entry-content > *.alignright {
    max-width: 469px;
  }
}

body.page .site-main > .hentry > .entry-content > h1 {
  margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h2 {
  margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h3 {
  margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h4 {
  margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h5 {
  margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h6 {
  margin-bottom: .5em;
}

body.blog .site-main > .page-header, body.search .site-main > .page-header, body.archive .site-main > .page-header {
  max-width: 938px;
  margin: 7.5rem auto 0;
}

body.blog .site-main > .page-header .page-title, body.search .site-main > .page-header .page-title, body.archive .site-main > .page-header .page-title {
  margin: 0;
  width: 100%;
  text-align: center;
}

body.blog .site-main > .page-header .page-title + .archive-description, body.search .site-main > .page-header .page-title + .archive-description, body.archive .site-main > .page-header .page-title + .archive-description {
  margin-top: 2.5rem;
}

body.blog .site-main > .page-header .archive-description, body.search .site-main > .page-header .archive-description, body.archive .site-main > .page-header .archive-description {
  font-style: italic;
  text-align: center;
}

body.blog .site-main > .hentry, body.search .site-main > .hentry, body.archive .site-main > .hentry {
  margin-top: 5.625rem;
  margin-bottom: 0;
  padding-bottom: calc(5.625rem + 8px);
  position: relative;
}

body.blog .site-main > .hentry:after, body.search .site-main > .hentry:after, body.archive .site-main > .hentry:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 8px dotted #f1f4f7;
  width: 100%;
  max-width: 938px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.blog .site-main > .hentry:last-of-type:after, body.search .site-main > .hentry:last-of-type:after, body.archive .site-main > .hentry:last-of-type:after {
  display: none;
}

body.blog .site-main > .hentry > .entry-header,
body.blog .site-main > .hentry > .entry-footer,
body.blog .site-main > .hentry > .post-thumbnail-wrapper,
body.blog .site-main > .hentry > .entry-content > *,
body.blog .site-main > .hentry > .entry-summary > *, body.search .site-main > .hentry > .entry-header,
body.search .site-main > .hentry > .entry-footer,
body.search .site-main > .hentry > .post-thumbnail-wrapper,
body.search .site-main > .hentry > .entry-content > *,
body.search .site-main > .hentry > .entry-summary > *, body.archive .site-main > .hentry > .entry-header,
body.archive .site-main > .hentry > .entry-footer,
body.archive .site-main > .hentry > .post-thumbnail-wrapper,
body.archive .site-main > .hentry > .entry-content > *,
body.archive .site-main > .hentry > .entry-summary > * {
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
}

body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
  margin-right: 1.5em;
}

@media (min-width: 992px) {
  body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 938px) / 2);
  }
  body.blog .site-main > .hentry > .entry-content > *.alignleft + .alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft + .alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
}

body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignright {
  margin-left: 1.5em;
}

@media (min-width: 992px) {
  body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 938px) / 2);
  }
  body.blog .site-main > .hentry > .entry-content > *.alignright + .alignright, body.search .site-main > .hentry > .entry-content > *.alignright + .alignright, body.archive .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-left: 1.5em;
  }
}

@media (min-width: 992px) {
  body.blog .site-main > .hentry > .entry-content > *.alignleft, body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignright {
    max-width: 469px;
  }
}

body.blog .site-main > .hentry > .entry-content > h1, body.search .site-main > .hentry > .entry-content > h1, body.archive .site-main > .hentry > .entry-content > h1 {
  margin-bottom: .5em;
}

body.blog .site-main > .hentry > .entry-content > h2, body.search .site-main > .hentry > .entry-content > h2, body.archive .site-main > .hentry > .entry-content > h2 {
  margin-bottom: .5em;
}

body.blog .site-main > .hentry > .entry-content > h3, body.search .site-main > .hentry > .entry-content > h3, body.archive .site-main > .hentry > .entry-content > h3 {
  margin-bottom: .5em;
}

body.blog .site-main > .hentry > .entry-content > h4, body.search .site-main > .hentry > .entry-content > h4, body.archive .site-main > .hentry > .entry-content > h4 {
  margin-bottom: .5em;
}

body.blog .site-main > .hentry > .entry-content > h5, body.search .site-main > .hentry > .entry-content > h5, body.archive .site-main > .hentry > .entry-content > h5 {
  margin-bottom: .5em;
}

body.blog .site-main > .hentry > .entry-content > h6, body.search .site-main > .hentry > .entry-content > h6, body.archive .site-main > .hentry > .entry-content > h6 {
  margin-bottom: .5em;
}

body.blog .site-main > .hentry .entry-header .entry-title, body.search .site-main > .hentry .entry-header .entry-title, body.archive .site-main > .hentry .entry-header .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
}

body.blog .site-main > .hentry .entry-header .entry-title a, body.search .site-main > .hentry .entry-header .entry-title a, body.archive .site-main > .hentry .entry-header .entry-title a {
  color: inherit;
}

body.blog .site-main > .hentry .entry-header .entry-title a:hover, body.search .site-main > .hentry .entry-header .entry-title a:hover, body.archive .site-main > .hentry .entry-header .entry-title a:hover {
  color: #8f4ec7;
  text-decoration: none;
}

body.blog .site-main > .hentry .entry-header .entry-title a:focus, body.blog .site-main > .hentry .entry-header .entry-title a:active, body.search .site-main > .hentry .entry-header .entry-title a:focus, body.search .site-main > .hentry .entry-header .entry-title a:active, body.archive .site-main > .hentry .entry-header .entry-title a:focus, body.archive .site-main > .hentry .entry-header .entry-title a:active {
  text-decoration: none;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header, body.archive .site-main > .hentry:not(.has-post-thumbnail) .entry-header {
  padding-right: 3.125rem;
  position: relative;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.archive .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 34px;
  font-size: 2.125rem;
}

body.single .site-main > .hentry > .entry-header, body.page .site-main > .hentry > .entry-header {
  max-width: 1130px;
  margin-top: 7.5rem;
}

body.single .site-main > .hentry > .entry-header .entry-title, body.page .site-main > .hentry > .entry-header .entry-title {
  width: 100%;
  max-width: 938px;
  margin: 0 auto 7.5rem;
  text-align: center;
}

body.single .site-main > .hentry > .entry-header .post-thumbnail, body.page .site-main > .hentry > .entry-header .post-thumbnail {
  margin-bottom: 3.75rem;
}

body.single .site-main > .hentry > .entry-header .entry-meta, body.page .site-main > .hentry > .entry-header .entry-meta {
  max-width: 748px;
  margin: 0 auto;
}

body .site-main > .error-404,
body .site-main > .no-results {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0 5rem;
}

@media (min-width: 992px) {
  body .site-main > .error-404 > *,
  body .site-main > .no-results > * {
    max-width: 50%;
    margin: 0 auto;
  }
}

body .site-main > .error-404 .page-title,
body .site-main > .no-results .page-title {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body .site-main > .error-404 .page-title,
  body .site-main > .no-results .page-title {
    font-size: 150px;
    font-size: 9.375rem;
  }
}

body .site-main > .error-404 .page-title .subtitle,
body .site-main > .no-results .page-title .subtitle {
  display: block;
  font-size: 33px;
  font-size: 2.0625rem;
}

body .site-main > .error-404 .page-header,
body .site-main > .no-results .page-header {
  margin-bottom: 6.25rem;
}

body .site-main > .error-404 .search-form,
body .site-main > .no-results .search-form {
  margin-bottom: 1.875rem;
}

body .site-main > .no-results .page-title {
  font-size: 60px;
  font-size: 3.75rem;
}

body.page-template-template-front-page .site-header {
  border-bottom: 0;
}

body.page-template-template-front-page .site-content {
  background: transparent;
}

body.page-template-template-front-page .site-main > .hentry > .entry-header {
  display: none;
}

body.page-template-template-front-page .site-main > .hentry > .post-thumbnail {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 6.25rem auto 0;
  max-width: 1130px;
  padding-bottom: 6.25rem;
  border-bottom: 8px dotted #f1f4f7;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.comments-area .comments-title {
  margin-bottom: 3.75rem;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments-area .comment-list + .comment-respond {
  margin-top: 6.25rem;
}

.comments-area .comment-list .children {
  list-style: none;
  padding-left: 2.5rem;
}

.comments-area .comment .comment-body {
  min-height: 200px;
}

.comments-area .comment .comment-body + .comment-respond {
  margin-top: 3.75rem;
}

.comments-area .comment,
.comments-area .pingback {
  margin-top: 1.875rem;
}

.comments-area .comment .comment-body,
.comments-area .pingback .comment-body {
  border: 2px solid #ebeef1;
  position: relative;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .comments-area .comment .comment-body,
  .comments-area .pingback .comment-body {
    padding: 3.125rem;
  }
}

@media (min-width: 992px) {
  .comments-area .comment .comment-body,
  .comments-area .pingback .comment-body {
    padding: 3.125rem 3.125rem 3.125rem 12.5rem;
  }
}

.comments-area .pingback .comment-body {
  padding-left: 3.125rem;
}

.comments-area .comment-author .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 1.25rem;
}

@media (min-width: 992px) {
  .comments-area .comment-author .avatar {
    float: none;
    margin: 0;
    position: absolute;
    left: 3.125rem;
    top: 3.125rem;
  }
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-author .fn {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #2c3847;
}

@media screen and (max-width: 991px) {
  .comments-area .comment-author .fn {
    display: inline-block;
    margin-top: .875rem;
  }
}

.comments-area .comment-author .fn a {
  color: inherit;
}

.comments-area .comment-author .fn a:hover, .comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:active {
  text-decoration: none;
}

.comments-area .comment-metadata {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9ea6ac;
  font-style: italic;
}

.comments-area .comment-metadata a {
  color: inherit;
}

.comments-area .comment-metadata a:hover, .comments-area .comment-metadata a:focus, .comments-area .comment-metadata a:active {
  text-decoration: none;
}

.comments-area .comment-meta {
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .comments-area .comment-meta {
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .comments-area .comment-meta:after {
    display: table;
    content: '';
    clear: both;
  }
}

.comments-area .reply {
  margin-top: 1.875rem;
}

.comments-area .reply .comment-reply-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  color: #64c0f4;
  font-size: 16px;
  font-size: 1rem;
}

.comments-area .reply .comment-reply-link:hover {
  color: #8f4ec7;
  text-decoration: none;
}

.comments-area .reply .comment-reply-link:focus, .comments-area .reply .comment-reply-link:active {
  text-decoration: none;
}

.comments-area .no-comments {
  margin-top: 3.75rem;
}

@media (min-width: 992px) {
  .comment-respond {
    max-width: 50%;
  }
}

.comment-respond .comment-notes {
  font-size: 15px;
  font-size: 0.9375rem;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.site-branding .custom-logo-link + .site-title {
  margin-left: .625rem;
}

.site-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "PT Serif", serif;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.site-title a {
  color: #2c3847;
}

.site-title a:hover {
  text-decoration: none;
}

.site-title a:focus, .site-title a:active {
  text-decoration: none;
  outline: none;
}

.site-description {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  display: none;
}

.site-header {
  max-width: 1920px;
  margin: 0 auto;
  padding: .875rem 2.5rem;
  border-bottom: 2px solid #f3f9fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header.has-custom-color .main-navigation,
.site-header.has-custom-color .search-toggle:not(:hover),
.site-header.has-custom-color .menu-toggle,
.site-header.has-custom-color .dropdown-toggle,
.site-header.has-custom-color .primary-menu-more-toggle {
  color: inherit;
}

@media screen and (max-width: 991px) {
  .site-header.has-custom-color .main-navigation ul ul {
    color: inherit;
  }
}

.site-header.has-custom-background {
  border-color: transparent;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-toggle {
  display: none;
  background: transparent;
  color: #7b838b;
  font-size: 20px;
  font-size: 1.25rem;
  padding: .5em;
  margin-left: 1.25rem;
}

@media (min-width: 992px) {
  .search-toggle {
    display: block;
  }
}

.search-toggle:hover {
  background: transparent;
  color: #8f4ec7;
}

.main-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-modal {
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 95px;
  -webkit-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
}

.search-modal:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 50%;
  min-width: 0;
  min-height: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  background: rgba(242, 249, 253, 0.98);
  -webkit-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  -o-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
}

.search-modal.opened {
  top: 0;
  bottom: 0;
}

.search-modal.opened:before {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  -webkit-transition: min-width .3s linear, min-height .3s linear, border-radius .3s linear .3s;
  -o-transition: min-width .3s linear, min-height .3s linear, border-radius .3s linear .3s;
  transition: min-width .3s linear, min-height .3s linear, border-radius .3s linear .3s;
}

.search-modal.opened .search-form-wrapper {
  opacity: 1;
  -webkit-transition: opacity 1s ease .5s;
  -o-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s;
}

.search-modal .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.search-modal .search-form {
  border: 0;
  padding-left: 3.125rem;
}

.search-modal .search-form .search-submit {
  display: none;
}

.search-modal .search-form label {
  margin: 0;
}

.search-modal .search-form .search-field {
  background: transparent;
  border: 0;
  font-family: "Work Sans", sans-serif;
  color: #2c3847;
  padding: 0;
  line-height: 1.2;
  font-size: 52px;
  font-size: 3.25rem;
  text-align: center;
}

.search-modal .search-form .search-field:focus::-webkit-input-placeholder {
  opacity: .5;
}

.search-modal .search-form .search-field:focus::-moz-placeholder {
  opacity: .5;
}

.search-modal .search-form .search-field:focus::-ms-input-placeholder {
  opacity: .5;
}

.search-modal .search-form .search-field:focus::placeholder {
  opacity: .5;
}

.search-modal .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::-moz-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::placeholder {
  opacity: 1;
}

.close-search-modal {
  padding: 0;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  background: transparent;
  color: #2c3847;
  font-size: 28px;
  font-size: 1.75rem;
}

.close-search-modal:hover {
  background: transparent;
  color: #8f4ec7;
}

@media (min-width: 992px) {
  .primary-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.primary-menu-more {
  display: none;
}

@media (min-width: 992px) {
  .primary-menu-more {
    display: block;
  }
}

.primary-menu-more .primary-menu-more-toggle {
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  height: 54px;
  width: 50px;
  font-size: 25px;
}

.primary-menu-more .primary-menu-more-toggle.is-empty {
  display: none;
}

.primary-menu-more .primary-menu-more-toggle svg {
  margin-top: 5px;
  width: 24px;
  height: 24px;
  fill: #2c3847;
}

.site-footer {
  margin-top: .625rem;
  padding: 3.125rem 25px;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 3.125rem 95px;
  }
}

.site-footer .site-info {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #9ea6ac;
}

.has-custom-text-color .site-footer .site-info {
  color: inherit;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 6.5em;
}

.contact-form .grunion-field-wrap input[type='text'],
.contact-form .grunion-field-wrap input[type='email'],
.contact-form .grunion-field-wrap input[type='url'],
.contact-form .grunion-field-wrap textarea {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.contact-form .grunion-field-wrap label {
  margin-bottom: 1em;
  font-weight: normal;
}

.contact-form .grunion-field-wrap label span {
  color: inherit;
}

.contact-form .contact-submit {
  margin-top: 2.5rem;
}

.wp-block-image img {
  display: block;
}

.wp-block-image:first-child figure {
  margin-top: 0;
}

.wp-block-image:first-child figure.alignleft, .wp-block-image:first-child figure.alignright {
  margin-top: 0;
}

.wp-block-image:last-child figure {
  margin-bottom: 0;
}

.wp-block-image:last-child figure.alignleft, .wp-block-image:last-child figure.alignright {
  margin-bottom: 0;
}

.wp-block-image figure {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.wp-block-image figure.alignleft {
  margin: 1.875rem 2.5rem 1.5rem 0;
}

.wp-block-image figure.alignright {
  margin: 1.875rem 0 1.5rem 2.5rem;
}

.wp-block-image figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9ea6ac;
  font-style: italic;
  margin: .875em 0 0 0;
}

figure.wp-block-image {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

figure.wp-block-image:first-child {
  margin-top: 0;
}

figure.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  background: #8f4ec7;
  color: #fff;
  line-height: 1;
  padding: 1.367em 2.5em;
}

.wp-block-button .wp-block-button__link:hover {
  cursor: pointer;
  background: #68c5f9;
  text-decoration: none;
  color: #fff;
}

.wp-block-button .wp-block-button__link.has-background.has-blue-background-color:hover {
  background: #8f4ec7;
}

.wp-block-button.is-style-outline {
  color: #8f4ec7;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #68c5f9;
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  background: transparent;
  color: #68c5f9;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background).has-text-color.has-blue-color:hover {
  color: #8f4ec7;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-file .wp-block-file__button {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  background: #8f4ec7;
  color: #fff;
  line-height: 1;
  padding: 1.5em 2.5em;
}

.wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
  background: #68c5f9;
  text-decoration: none;
}

.wp-block-columns.align-center .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-columns.align-bottom .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.wp-block-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.5em;
}

@media (min-width: 768px) {
  .wp-block-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

.wp-block-column:nth-child(odd) {
  margin-right: 0;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 20px;
  }
}

.wp-block-column:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-right: 20px;
  }
}

.wp-block-column > * {
  margin-bottom: 2em;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 400px;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 11px 11px 0;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 11px) / 2);
}

.wp-block-gallery {
  padding: 0;
  width: 100%;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc((100% - 11px) / 1);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
  margin-right: 0;
}

.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc((100% - 22px) / 2);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 33px) / 3);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 44px) / 4);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
  margin-right: 0;
}

.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 55px) / 5);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 66px) / 6);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 77px) / 7);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 88px) / 8);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

.wp-block-gallery.columns-9 .blocks-gallery-image,
.wp-block-gallery.columns-9 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-9 .blocks-gallery-image,
  .wp-block-gallery.columns-9 .blocks-gallery-item {
    width: calc((100% - 99px) / 9);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n),
.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.wp-block-gallery.columns-10 .blocks-gallery-image,
.wp-block-gallery.columns-10 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-10 .blocks-gallery-image,
  .wp-block-gallery.columns-10 .blocks-gallery-item {
    width: calc((100% - 110px) / 10);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-10 .blocks-gallery-image:nth-of-type(10n),
.wp-block-gallery.columns-10 .blocks-gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.wp-block-gallery.columns-11 .blocks-gallery-image,
.wp-block-gallery.columns-11 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-11 .blocks-gallery-image,
  .wp-block-gallery.columns-11 .blocks-gallery-item {
    width: calc((100% - 121px) / 11);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-11 .blocks-gallery-image:nth-of-type(11n),
.wp-block-gallery.columns-11 .blocks-gallery-item:nth-of-type(11n) {
  margin-right: 0;
}

.wp-block-gallery.columns-12 .blocks-gallery-image,
.wp-block-gallery.columns-12 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-12 .blocks-gallery-image,
  .wp-block-gallery.columns-12 .blocks-gallery-item {
    width: calc((100% - 132px) / 12);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-12 .blocks-gallery-image:nth-of-type(12n),
.wp-block-gallery.columns-12 .blocks-gallery-item:nth-of-type(12n) {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-gallery .blocks-gallery-item figure {
    height: auto;
  }
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #2c3847;
  padding-left: 4.5rem;
  position: relative;
  font-style: italic;
}

.wp-block-quote:before,
.wp-block-quote.is-style-large:before {
  content: '“';
  font-size: 100px;
  font-size: 6.25rem;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #9ea6ac;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote {
  border-top: 2px solid #dbdee1;
  border-bottom: 2px solid #dbdee1;
  padding: 3.75rem 0;
  color: #2c3847;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote p {
  font-size: inherit;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote.alignfull blockquote {
  margin: 0 1.5rem;
}

.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #9ea6ac;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 3.75rem;
  border: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  text-transform: uppercase;
  color: inherit;
}

p.has-background {
  padding: 3.75rem;
}

.wp-block-separator {
  background: #f3f9fd;
  color: #f3f9fd;
  height: 2px;
}

.wp-block-separator.is-style-dots {
  height: auto;
  background: transparent;
  border-bottom: 8px dotted currentColor;
}

.wp-block-separator.is-style-dots:not(.has-background) {
  border-bottom: 8px dotted #f1f4f7;
}

.wp-block-separator.is-style-dots:before {
  display: none;
}

.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
  max-width: 300px;
}

.entry-content .has-primary-color {
  color: #8f4ec7;
}

.entry-content .has-primary-background-color {
  background-color: #8f4ec7;
}

.entry-content .has-light-blue-color {
  color: #f3f8fb;
}

.entry-content .has-light-blue-background-color {
  background-color: #f3f8fb;
}

.entry-content .has-blue-color {
  color: #68c5f9;
}

.entry-content .has-blue-background-color {
  background-color: #68c5f9;
}

.entry-content .has-gray-color {
  color: #9ea6ac;
}

.entry-content .has-gray-background-color {
  background-color: #9ea6ac;
}

.entry-content .has-light-gray-color {
  color: #f3f9fd;
}

.entry-content .has-light-gray-background-color {
  background-color: #f3f9fd;
}

.entry-content .has-dark-blue-color {
  color: #2c3847;
}

.entry-content .has-dark-blue-background-color {
  background-color: #2c3847;
}

.entry-content .has-light-violet-color {
  color: #f6eefc;
}

.entry-content .has-light-violet-background-color {
  background-color: #f6eefc;
}

.wp-block-getwid-images-slider:after,
.wp-block-getwid-media-text-slider:after,
.wp-block-getwid-post-slider:after,
.wp-block-getwid-post-carousel:after {
  content: '';
  display: table;
  clear: both;
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-prev,
.wp-block-getwid-post-carousel .slick-next {
  overflow: hidden;
  z-index: 1;
  text-shadow: none;
  width: 63px;
  height: 63px;
  background: rgba(242, 249, 253, 0.2);
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-prev:before,
.wp-block-getwid-post-carousel .slick-next:before {
  color: #2c3847;
  font-family: Linearicons-Free;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-images-slider .slick-prev:hover,
.wp-block-getwid-images-slider .slick-next:hover,
.wp-block-getwid-media-text-slider .slick-prev:hover,
.wp-block-getwid-media-text-slider .slick-next:hover,
.wp-block-getwid-post-slider .slick-prev:hover,
.wp-block-getwid-post-slider .slick-next:hover,
.wp-block-getwid-post-carousel .slick-prev:hover,
.wp-block-getwid-post-carousel .slick-next:hover {
  background: #f2f9fd;
}

.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-next {
  right: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-next {
    right: -90px;
  }
}

.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-next:before {
  content: '\e876';
  -webkit-transform: translateX(-40%) translateY(-50%);
      -ms-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-carousel .slick-prev {
  left: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-carousel .slick-prev {
    left: -90px;
  }
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-carousel .slick-prev:before {
  -webkit-transform: translateX(-60%) translateY(-50%);
      -ms-transform: translateX(-60%) translateY(-50%);
          transform: translateX(-60%) translateY(-50%);
  content: '\e875';
}

.wp-block-getwid-images-slider .slick-dots,
.wp-block-getwid-media-text-slider .slick-dots,
.wp-block-getwid-post-slider .slick-dots,
.wp-block-getwid-post-carousel .slick-dots {
  bottom: 0;
}

.wp-block-getwid-images-slider .slick-dots li,
.wp-block-getwid-media-text-slider .slick-dots li,
.wp-block-getwid-post-slider .slick-dots li,
.wp-block-getwid-post-carousel .slick-dots li {
  margin: 0;
}

.wp-block-getwid-images-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-media-text-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-carousel .slick-dots li.slick-active button:before {
  color: #8f4ec7;
}

.wp-block-getwid-images-slider .slick-dots li button,
.wp-block-getwid-media-text-slider .slick-dots li button,
.wp-block-getwid-post-slider .slick-dots li button,
.wp-block-getwid-post-carousel .slick-dots li button {
  padding: 7px;
  text-shadow: none;
}

.wp-block-getwid-images-slider .slick-dots li button:before,
.wp-block-getwid-media-text-slider .slick-dots li button:before,
.wp-block-getwid-post-slider .slick-dots li button:before,
.wp-block-getwid-post-carousel .slick-dots li button:before {
  font-size: 10px;
  color: #ced2d5;
  opacity: 1;
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider,
.wp-block-getwid-media-text-slider .slick-dotted.slick-slider,
.wp-block-getwid-post-slider .slick-dotted.slick-slider,
.wp-block-getwid-post-carousel .slick-dotted.slick-slider {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-media-text-slider .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-slider .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-carousel .slick-dotted.slick-slider .slick-dots {
  bottom: -50px;
}

.wp-block-getwid-images-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper,
.wp-block-getwid-media-text-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper,
.wp-block-getwid-post-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper,
.wp-block-getwid-post-carousel.has-dots-inside .wp-block-getwid-images-slider__wrapper {
  padding-bottom: 0;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li button {
  text-shadow: none;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before {
  color: #ced2d5;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #8f4ec7;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  text-shadow: none;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next:before,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next:before,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before {
  color: #2c3847;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  right: 20px;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
  left: 20px;
}

.wp-block-getwid-images-slider.alignfull .slick-next,
.wp-block-getwid-media-text-slider.alignfull .slick-next,
.wp-block-getwid-post-slider.alignfull .slick-next,
.wp-block-getwid-post-carousel.alignfull .slick-next {
  right: 20px;
}

.wp-block-getwid-images-slider.alignfull .slick-prev,
.wp-block-getwid-media-text-slider.alignfull .slick-prev,
.wp-block-getwid-post-slider.alignfull .slick-prev,
.wp-block-getwid-post-carousel.alignfull .slick-prev {
  left: 20px;
}

.getwid-columns {
  margin-left: -11px;
  margin-right: -11px;
}

.getwid-columns.getwid-columns-1 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-2 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-3 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-4 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-5 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-6 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-7 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-8 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-9 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-10 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-11 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-12 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.wp-block-getwid-accordion {
  background: #fff;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
  color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  margin-bottom: -2px;
  border: 2px solid #ebeef1;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover .wp-block-getwid-accordion__icon,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
  color: #8f4ec7;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__icon {
  color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  margin-top: 2px;
  border: 0;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
  margin: 0 0 30px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
    width: 100%;
  }
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper {
    width: 100%;
  }
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-getwid-image-box.has-image-left .wp-block-getwid-image-box__image-container {
  margin: 0 40px 0 0;
}

.wp-block-getwid-image-box.has-image-right .wp-block-getwid-image-box__image-container {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column .wp-block-getwid-image-box__image-container {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container {
    margin: 40px 0 0 0;
  }
}

.wp-block-getwid-images-slider {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__wrapper.getwid-columns .wp-block-getwid-recent-posts__post {
  margin-bottom: 1.5em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper {
  border: 2px solid #eaedef;
  background: #fff;
  height: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  position: relative;
  margin: 0;
  width: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
  margin: 0;
  padding: 3.125rem 2.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
    width: 100%;
  }
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h1.wp-block-getwid-recent-posts__post-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h2.wp-block-getwid-recent-posts__post-title {
  font-size: 27px;
  font-size: 1.6875rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h3.wp-block-getwid-recent-posts__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h4.wp-block-getwid-recent-posts__post-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h5.wp-block-getwid-recent-posts__post-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a {
  color: inherit;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:hover {
  text-decoration: none;
  color: #8f4ec7;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:focus, .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:active {
  text-decoration: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > span:after {
  content: '/';
  margin: 0 .5em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > span:last-child:after {
  display: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #8f4ec7;
  font-weight: 400;
  font-family: "PT Serif", serif;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a:hover {
  text-decoration: underline;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  height: auto;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post-wrapper {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post + .wp-block-getwid-recent-posts__post {
  margin-top: 1.25rem;
}

.wp-block-getwid-toggle {
  background: #fff;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row {
  margin-top: -2px;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  margin-top: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
  border-top: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover a,
.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover .wp-block-getwid-toggle__icon {
  color: #8f4ec7;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__icon {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
  border: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header a {
  color: #8f4ec7;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
  margin: 0 0 -2px 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  border: 2px solid #ebeef1;
  margin: 0 -2px 0 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child {
  margin-right: 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border-color: #ebeef1;
  background: #fff;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #8f4ec7;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  color: #2c3847;
  padding: 15px 50px;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:hover a {
  color: #8f4ec7;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  border: 2px solid #ebeef1;
  padding: 50px;
  background: #fff;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links {
  margin: 0 -2px 0 0;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  margin: 0 0 -2px 0;
  border: 2px solid #ebeef1;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links {
  margin: 0 0 0 -2px;
}

.wp-block-getwid-advanced-heading + h1,
.wp-block-getwid-advanced-heading + h2,
.wp-block-getwid-advanced-heading + h3,
.wp-block-getwid-advanced-heading + h4,
.wp-block-getwid-advanced-heading + h5,
.wp-block-getwid-advanced-heading + h6 {
  margin-top: .2em;
}

.wp-block-getwid-advanced-heading h1,
.wp-block-getwid-advanced-heading h2,
.wp-block-getwid-advanced-heading h3,
.wp-block-getwid-advanced-heading h4,
.wp-block-getwid-advanced-heading h5,
.wp-block-getwid-advanced-heading h6 {
  margin: 0;
}

h1 + .wp-block-getwid-advanced-heading,
h2 + .wp-block-getwid-advanced-heading,
h3 + .wp-block-getwid-advanced-heading,
h4 + .wp-block-getwid-advanced-heading,
h5 + .wp-block-getwid-advanced-heading,
h6 + .wp-block-getwid-advanced-heading {
  margin-top: .25em;
}

.wp-block-getwid-section .wp-block-getwid-section__inner-content blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-getwid-testimonial {
  padding-top: 58px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: 2px solid #ebeef1;
  background: #fff;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper + .wp-block-getwid-testimonial__header {
  margin-top: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper + .wp-block-getwid-testimonial__heading {
  margin-left: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  margin-top: 2rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #2c3847;
  font-weight: 500;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
  max-width: 116px;
  margin-top: -60px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image img {
  border: 8px solid #fff;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
  text-align: center;
  padding: 1rem 3.125rem 3.125rem;
}

.wp-block-getwid-person .wp-block-getwid-person__image + .wp-block-getwid-person__content-wrapper {
  margin-top: 1.875rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links:not(:only-child) {
  margin-bottom: 1.25rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Work Sans", sans-serif;
  color: #2c3847;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.7px;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__subtitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.wp-block-getwid-social-links {
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__wrapper {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #68c5f9;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-text-color.has-blue-color {
  color: #8f4ec7;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #fff;
  background: #68c5f9;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-background.has-blue-background-color {
  background: #8f4ec7;
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
  border-width: 2px;
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #68c5f9;
}

.wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
  padding: 80px 50px;
}

@media (min-width: 768px) {
  .wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
    padding: 80px 125px;
  }
}

.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-banner .wp-block-getwid-banner__caption-wrapper {
    width: 100%;
  }
}

.wp-block-getwid-icon-box {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  .wp-block-getwid-icon-box {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.wp-block-getwid-icon-box .wp-block-getwid-icon-box__icon-container {
  margin-bottom: 30px;
}

.wp-block-getwid-icon-box.has-icon-left .wp-block-getwid-icon-box__icon-container {
  margin: 0 30px 0 0;
}

.wp-block-getwid-icon-box.has-icon-right .wp-block-getwid-icon-box__icon-container {
  margin: 0 0 0 30px;
}

.wp-block-getwid-instagram.has-spacing-medium .wp-block-getwid-instagram__wrapper {
  margin: -10px;
}

.wp-block-getwid-instagram.has-spacing-medium .wp-block-getwid-instagram__item {
  padding: 10px;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header {
  margin-bottom: .5em;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__percent {
  color: #2c3847;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar {
  height: 4px;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar:not(.has-background) {
  background-color: #ebeef1;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__progress:not(.has-text-color) {
  color: #8f4ec7;
}

.wp-block-getwid-price-box {
  border: 2px solid #edeef0;
  padding: 3.75rem 1.875rem;
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__pricing {
  color: inherit;
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__title {
  color: inherit;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__title {
  color: #2c3847;
  margin-bottom: 2.5rem;
  letter-spacing: normal;
}

.wp-block-getwid-price-box h6.wp-block-getwid-price-box__title {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing {
  color: #8f4ec7;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__currency {
  font-size: 33px;
  font-size: 2.0625rem;
  vertical-align: baseline;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__amount {
  font-size: 33px;
  font-size: 2.0625rem;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__period {
  vertical-align: baseline;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features {
  margin-bottom: 3.75rem;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number:not(.has-text-color) {
  color: #2c3847;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  padding-top: .875em;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__prefix {
  padding-bottom: .875em;
}

.wp-block-getwid-contact-form .wp-block-getwid-contact-form__submit {
  margin-top: 2.5rem;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post {
  padding: 100px;
}

@media (min-width: 768px) {
  .wp-block-getwid-post-slider .wp-block-getwid-post-slider__post {
    padding: 150px;
  }
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-overlay {
  opacity: .4;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-content-wrapper {
  text-align: left;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title {
  color: #fff;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title a {
  color: inherit;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title a:hover {
  text-decoration: none;
  color: #8f4ec7;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-excerpt {
  color: #fff;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post {
  border: 2px solid #edeef0;
  background: #fff;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail {
  margin-bottom: 0;
  position: relative;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-content-wrapper {
  padding: 50px 40px;
  width: 100%;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a {
  color: inherit;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a:hover {
  text-decoration: none;
  color: #8f4ec7;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-excerpt {
  margin-top: 20px;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post:first-child {
  margin-top: 0;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-wrapper {
  border: 2px solid #eaedef;
  background: #fff;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  position: relative;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a {
  color: inherit;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a:hover {
  color: #8f4ec7;
  text-decoration: none;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__content-wrapper {
  padding: 50px 40px;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-wrapper {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  height: auto;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail + .wp-block-getwid-custom-post-type__content-wrapper {
  max-width: 60%;
}

.wp-block-getwid-custom-post-type.has-layout-grid .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  margin-bottom: 0;
}

.wp-block-getwid-price-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-getwid-price-list.has-dots .wp-block-getwid-price-list__price-line {
  border-bottom: 5px dotted currentColor;
}

.wp-block-getwid-price-list.has-dots:not(.has-text-color) .wp-block-getwid-price-list__price-line {
  border-bottom: 5px dotted #f1f4f7;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-price-list .wp-block-getwid-price-list__content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

.wp-block-getwid-template-post-title:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-title:not(.has-text-color) a:hover {
  color: #8f4ec7;
}

.wp-block-getwid-template-post-title a:hover {
  text-decoration: none;
}

.wp-block-getwid-template-post-featured-background-image {
  padding: 100px;
}

@media (min-width: 768px) {
  .wp-block-getwid-template-post-featured-background-image {
    padding: 150px;
  }
}

.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) {
  color: #fff;
}

.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-template-post-meta.has-direction-row > * {
  margin-right: 5px;
}

.wp-block-getwid-template-post-meta.has-direction-row p + div {
  margin-left: 0;
}

.wp-block-getwid-template-post-link {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.wp-block-getwid-template-post-link:not(.has-text-color) a {
  color: #64c0f4;
}

@font-face {
	font-family: 'Linearicons-Free';
	src:url(/wp-content/themes/getwid-base/assets/linearicons/fonts/Linearicons-Free.eot?w118d);
	src:url(/wp-content/themes/getwid-base/assets/linearicons/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),
		url(/wp-content/themes/getwid-base/assets/linearicons/fonts/Linearicons-Free.woff2?w118d) format('woff2'),
		url(/wp-content/themes/getwid-base/assets/linearicons/fonts/Linearicons-Free.woff?w118d) format('woff'),
		url(/wp-content/themes/getwid-base/assets/linearicons/fonts/Linearicons-Free.ttf?w118d) format('truetype'),
		url(/wp-content/themes/getwid-base/assets/linearicons/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

