/* Smart Gets Paid theme CSS.
   Assembled by pipeline/extract-theme-css.js from her live site. DO NOT EDIT:
   this is the reference the visual mirror is measured against.

   Sources unioned, in cascade order:
     8 deferred stylesheets (hers + WordPress core block styles)
     inline critical CSS from all 56 harvested pages
   Plugin CSS deliberately excluded (clean, WordPress-free build).

   2 pages carry page-scoped CSS emitted separately as page-<slug>.css,
   because their custom properties collide with the theme's.

   Regenerate with: npm run harvest && node pipeline/extract-theme-css.js */

/* --scrollbar-width is set from JavaScript by her theme's main.js and is
   declared in NO stylesheet, live or ours. 54 declarations in her own sheet
   depend on it. Undefined, each one is invalid at computed-value time and
   falls back to unset, which collapses her skewed section bands to 0px width
   on 28+ pages. Measured: hero .background 0px undefined vs 1094px defined.
   0px is correct on every overlay-scrollbar platform. */
:root { --scrollbar-width: 0px; }

/*
 * Theme Name:  Smart Gets Paid
 * Theme URI:   https://mygoodpeople.com/
 * Description: Custom theme built for smartgetspaid.com
 * Author:      Good People Digital
 * Author URI:  https://mygoodpeople.com/
 * Version:     1.1
 * Tags:        accessibility-ready, custom-colors, custom-logo, custom-menu,
 *              featured-images, footer-widgets, full-width-template,
 *              left-sidebar, one-column, right-sidebar, rtl-language-support,
 *              sticky-post, theme-options, threaded-comments,
 *              translation-ready, two-columns
 * Template:    genesis
 * License:     GPL-3.0-or-later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: sgp
*/


/* Referrals Page */

@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
.page-template-page-referals .referrals-hero{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-template-page-referals .site-container{
  display: none;
}
.page-template-page-referals .top-section{
    display: flex;
    height: auto;
    max-width: 1350px;
    margin: 0 auto;
}
.referrals-skewed-background::before{
  content: "";
  display: block;
  position: absolute;
  background-color: #2c79c4;
  height: 2.375rem;
  width: calc(-26.93831rem + 0.5 * (100vw - var(--scrollbar-width)));
  right: 0;
  bottom: -2.375rem;
}
.blue-after{
    position: relative;
}
.blue-after:after{
    content: "";
    display: block;
    position: absolute;
    background-color: #2c79c4;
    height: 7.4%;
    width: 20%;
    right: 0;
    bottom: 2.6%;
    clip-path: polygon(0% 15px, 100% 0%, 100% 40px, 0% 100%);
}
.page-template-page-referals .block.main-hero{
    margin: 0 !important;
    background: #82C8D9;
    position: relative;
    clip-path: polygon(0% 0, 100% 0%, 100% 90%, 0% 100%);
    padding: 50px 0 100px;
}
.page-template-page-referals .block.main-hero:before{
    content: '';
    width: 20%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.fixed-section-bottom.fixed-section{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
    padding: 0 30px;
}
.left-image{
  position: relative;
}
.top-section{
  position: relative;
}
.page-template-page-referals input::placeholder,
.page-template-page-referals textarea::placeholder{
  text-transform: uppercase;
}
.below-footer-text:last-child{
  padding-bottom: 15px !important;
  margin-bottom: 0 !important;
}
.page-template-page-referals .left-image{
  flex: 1 1 50%;
  max-width: 500px;
  overflow: hidden;
  transition: 0.4s;
  margin-top: 25px;
  padding: 0px 10px 10px 10px;
   position: relative;
  background: none;
}
.page-template-page-referals .left-image img{
  object-fit: contain;
  padding: 0px 10px 8px 20px;
  max-width: 480px;
  max-height: 650px;
  background: white;
}
.page-template-page-referals .fixed-wrap{
  position: relative;
}
.page-template-page-referals .right-section{
    position: relative;
    flex: 1 1 50%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    margin: 15px 0px 45px 45px !important;
}
.page-template-page-referals .block.main-hero p:not(.is-style-h1){
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    max-width: none;
}
.page-template-page-referals .block.main-hero .is-style-h1 + p{
	font-weight: 600;
}
.fixed-section h1,
.fixed-section .is-style-h1{
  margin-top: 15px;
  font-weight: 600;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: 0%;
}
.page-template-page-referals .referral-form{
    width: 100%;
    padding: 5rem 2rem 0 2rem;
    margin-top: 65px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button-blue{
  background-color: #6ecadc !important;
}
.fixed-section h2{
    font-size: 36px !important;
    margin-bottom: 0;
}
.oswald-font{
  font-family: "Oswald", sans-serif !important;
}
.fixed-section .button, .button-blue{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border: 0.125rem solid #000;
    border-radius: 0.25rem;
    box-shadow: 0rem 0rem 0 #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    padding: 0.5rem 2.375rem;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(0);
    transition: 0.2s ease-in;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 400px;
    text-align: center;
}
.fixed-section .button:hover,
.button-blue:hover{
  box-shadow: -0.3125rem 0.3125rem 0 #000;
  color: #000;
  text-decoration: none;
  transform: translate(0.3125rem, -0.3125rem);
}
.fixed-section ul{
    margin: 15px 0px 20px;
}
.fixed-section li{
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 15px 0px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.fixed-section li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 20px;
  height: 20px;
  background-image: url('https://www.smartgetspaid.com/wp-content/themes/smartgetspaid/assets/dist/images/CheckMark.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-page-referals .referrals-hero > main > section > .fixed-wrap:last-child{
  flex-shrink: 0;
  width: 100%;
}
.above-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.page-id-23 .gform_wrapper{
  margin-top: 1rem;
  max-width: 600px;
  width: 100%;
}
.has-decorator.has-teal-decorator-color::before{
  left: 5% !important;
}
.page-template-page-referals .has-decorator.has-teal-decorator-color::before,
.page-template-page-referals .has-decorator::before{
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 0.6875rem;
  position: absolute;
  top: 0rem;
  width: 5.75rem;
}
.page-template-page-referals .has-decorator.has-teal-decorator-color::before{
    left: 50%;
    transform: translateX(80%);
    content: "";
    display: block;
    height: 0.6875rem;
    position: absolute;
    top: 0rem;
    width: 5.75rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  font-family: "Oswald", sans-serif !important;
  text-transform: none !important;
  color: #000 !important;
}
.top-button{
    margin-bottom: 0;
    margin-top: 5px;
}
.below-footer-text{
  margin-left: auto;
  margin-right: auto;
  font-family: "Bitter", serif;
  font-size: 16px !important;
  line-height: 1.5;
  text-align: center;
}
.gform_wrapper{
  z-index: 9999;
}
.lower-wrap{
  position: relative;
  z-index: 1;
}
.lower-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5F4F7;
  z-index: -1;
  clip-path: polygon(0% 55px, 100% 0%, 100% 100%, 0% 100%);
}
.lower-wrap::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background-image: url('https://www.smartgetspaid.com/wp-content/themes/smartgetspaid/assets/dist/images/background-accent.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
#gform_fields_23 label, #gform_fields_23 .gfield_label{
    display: none !important;
}
#gform_fields_23 fieldset{
    border: none !important;
    padding: 0 !important;
}
#gform_fields_23 .gform_footer{
    text-align: left !important;
    margin-top: 15px;
}
#gform_fields_23 #input_23_4{
    margin-bottom: 15px;
}
#gform_fields_23 .ginput_container.ginput_container_email{
    margin-top: 15px;
}
#gform_fields_23 textarea::placeholder, #gform_fields_23 input::placeholder, #gform_fields_23 input[type="email"]::placeholder{
    color: #000 !important;
  font-family: "Oswald", sans-serif;
}
.alignfull{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
  max-width: none !important;
  width: auto !important;
}
p.below-footer-text.copywrite{
    margin-top: 80px;
    padding-bottom: 30px !important;
}
/* Form Styling */
body .lower-wrap ._form, body .lower-wrap #_form_68BEB7DBC79EA_, body .site-main #_form_68C4DEC954021_{
    box-shadow: -0.625rem 0.625rem 0 #000;
    border: 0.1875rem solid #000 !important;
    max-width: 750px !important;
    padding: 50px !important;
    border-radius: 10px !important;
}
body ._form-content button#_form_144_submit{
    background: #6ecadc !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    border: 0.125rem solid #000 !important;
    border-radius: 0.25rem;
    box-shadow: 0rem 0rem 0 #000;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.0625rem;
    padding: 0.5rem 2.375rem !important;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(0);
    transition: 0.2s ease-in;
    font-size: 1rem;
    line-height: 1.5;
}
body ._form-content button#_form_144_submit:hover{
    box-shadow: -0.3125rem 0.3125rem 0 #000;
    color: #000;
    text-decoration: none;
    transform: translate(0.3125rem, -0.3125rem);
}
body ._form-content input{
    border: 0.125rem solid #000 !important;
    padding: 0.775rem 0.625rem 0.9rem 1.75rem !important;
}
/* Orange Newsletter Section */

.block.form-cta .form-wrapper form._form{
	box-shadow: -10px 10px 0 0 #000;
	width: 730px !important;
	max-width: 730px !important;
	position: relative;
	text-align: left;
	margin: 25px auto 0;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0) !important;
	border: 3px solid black !important;
	border-radius: 9px !important;
	color: #000000;
}
.block.form-cta .form-wrapper form._form._inline-form,
.block.form-cta .form-wrapper form._form._inline-form ._form-content{
	font-family: Bitter;
	font-size: 14px;
	font-weight: 400;
}
.block.form-cta .form-wrapper form._form ._form-content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1%;
}
.block.form-cta .form-wrapper form._form ._inline-style{
	float: left;
}
.block.form-cta .form-wrapper form._form ._form-content ._form_element{
	width: 49% !important;
	margin: 0 !important;
}
.block.form-cta .form-wrapper form._form ._form-content ._form_element:nth-child(1),
.block.form-cta .form-wrapper form._form ._form-content ._form_element:nth-child(2){
	width: 49% !important;
	margin: 0 0 10px !important;
}
.block.form-cta .form-wrapper form._form ._form-content ._form_element:nth-child(3){
	width: 100% !important;
	margin-bottom: 10px !important;
}
.block.form-cta .form-wrapper form._form ._form-content ._button-wrapper,
.block.form-cta .form-wrapper form._form ._form-content ._button-wrapper ._submit{
	width: 100% !important;
	margin: 0 !important;
}
.block.form-cta .form-wrapper form._form ._submit{
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #333333 !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #ffffff !important;
	padding: 10px !important;
}
._form_147 ._form-content{
    flex-wrap: wrap;
    gap: 1%;
}
._form_147 ._form-content ._form_element{
    width: 49% !important;
    margin: 0 !important;
}
._form_147 ._form-content ._form_element:nth-child(1), ._form_147 ._form-content ._form_element:nth-child(2){
    width: 49% !important;
    margin: 0 0 10px !important;
}
._form_147 ._form-content ._form_element:nth-child(3){
    width: 100% !important;
    margin-bottom: 10px !important;
}
._form_147 ._form-content ._button-wrapper, ._form_147 ._form-content ._button-wrapper ._submit{
    width: 100% !important;
    margin: 0 !important;
}
.form-wrapper ._form{
    width: 100% !important;
    max-width: 100% !important;
}
.oswald-font{
    font-family: "Oswald", sans-serif;
}
.bitter-font{
    font-family: "Bitter", serif !important;
}
.domine-font{
    font-family: "Domine", serif;
}
.empty-margin{
    margin-top: 0 !important;
}
#faq .block-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
}
#faq .questions{
    max-width: 1000px;
    padding: 0 25px;
}
.bg-decorator::after{
  content: '';
  position: absolute;

  left: 23%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background-image: url('https://www.smartgetspaid.com/wp-content/themes/smartgetspaid/assets/dist/images/background-accent.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.gfield--type-honeypot{
  display: none !important;
}
.block.main-hero p.is-style-h1{
	max-width: unset;
}
/* End Referrals Page */


/* Landing Page */

.landing-page .custom-logo-link img{
    box-shadow: -0.25rem 0.3125rem 0 #6ecadc;
}
.landing-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-content > *{
    max-width: 55rem !important;
}
.landing-page .bach-text{
    background-color: #4ebfe5;
}
.landing-page .wp-block-columns{
    align-items: center !important;
}
.footer-contain{
    background-color: #e1f4f8;
    padding: 15px 0;
    align-items: center;
    text-align: center;
    color: black;
}
.footer-contain a{
    color: black;
    font-family: "Oswald", serif;
}
.landing-page .wp-block-group{
    padding: 0px 15px;
}
.block.media-hero{
    margin-top: 7.0625rem;
}
.gc-media-hero-section{
    display: flex;
}
.gc-image{
    position: relative;
}
.gc-image:before{
    content: '';
    background-image: url(https://www.smartgetspaid.com/wp-content/uploads/2021/07/Group-663.svg);
    position: absolute;
    right: -40%;
    height: 17%;
    width: 33%;
    background-repeat: no-repeat;
}
.gc-archive-images img{
    width: 22.7%;
    margin: 10px;
}
.gc-arc-press-container{
    display: flex;
    margin-bottom: 30px;
}
.gc-featured-image{
    width: 20%;
}
.gc-featured-image img{
    padding-right: 30px;
}
.gc-arc-press-container .gc-content{
    align-self: center;
}
.gc-arc-press-container .gc-content h2{
    color: #000;
    margin: 0.1875rem 0 0.625rem;
    font-size: 1.375rem;
    line-height: calc(29em / 22);
    margin-bottom: 30px;
}
.gc-arc-press-container .gc-content a{
    font-family: "Oswald", sans-serif;
}
.gc-media-podcasts-section,
.gc-media-press-section{
    padding: 50px 0px;
    position: relative;
}
.gc-media-press-section:before{
    content: '';
    background-image: url(https://www.smartgetspaid.com/wp-content/uploads/2021/07/Group-654.svg);
    position: absolute;
    right: 0%;
    top: 25%;
    height: 8%;
    width: 14%;
    background-repeat: no-repeat;
}
.gc-media-press-section:after{
    content: '';
    background-image: url(https://www.smartgetspaid.com/wp-content/uploads/2021/07/Group-663.svg);
    position: absolute;
    right: 0%;
    bottom: 25%;
    height: 8%;
    width: 14%;
    background-repeat: no-repeat;
}
body .margin-top-100{
    margin-top: 4.25rem !important;
}
body .block.team-people .item{
    width: calc(33% - 1rem);
}
.page-id-85 .block.hero .block-inner{
    align-items: center;
}
.home .block.form-cta .block-inner form ._form_element:nth-of-type(1)::after{
	display: none;
}
@import url(https://fonts.googleapis.com/css2?family=Bitter:wght@400;
600;
700&family=Fira+Sans:wght@400;
700&family=Oswald:wght@400;
500;
700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:rgba(0,0,0,0)}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */.fa,.block.faq .wrapper::after,.fas,.entry-content ul.is-style-cross-list>li::before,.entry-content ul.is-style-arrow>li::before,.entry-content ul.is-style-checkmark>li::before,.block.podcast .block-inner .list a::before,.arrow-link::after,.is-style-with-arrow .btn::after,.is-style-with-arrow .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .is-style-with-arrow button::after,.is-style-with-arrow .wp-block-button__link::after,.is-style-with-arrow .wp-block-file .wp-block-file__button::after,.is-style-with-arrow input[type=submit]::after,.is-style-with-arrow input[type=button]::after,.is-style-with-arrow .category-menu a::after,.category-menu .is-style-with-arrow a::after,.far,.entry-content ul.is-style-arrow-rounded>li::before,.entry-content ul.is-style-checkmark-rounded>li::before,.block.pricing .feature.cross::before,.block.pricing .feature.check::before,.fal,.fab{display:inline-block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.entry-content ul.is-style-checkmark>li::before,.block.pricing .feature.cross::before,.block.pricing .feature.check::before,.block.podcast .block-inner .list a::before,.block.faq .wrapper::after,.arrow-link::after,.is-style-with-arrow .btn::after,.is-style-with-arrow .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .is-style-with-arrow button::after,.is-style-with-arrow .wp-block-button__link::after,.is-style-with-arrow .wp-block-file .wp-block-file__button::after,.is-style-with-arrow input[type=submit]::after,.is-style-with-arrow input[type=button]::after,.is-style-with-arrow .category-menu a::after,.category-menu .is-style-with-arrow a::after{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;line-height:1}
.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-0.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;line-height:inherit;position:absolute;text-align:center;width:2em}
.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left,.block.faq .fa-pull-left.wrapper::after,.fas.fa-pull-left,.entry-content ul.is-style-cross-list>li.fa-pull-left::before,.entry-content ul.is-style-arrow>li.fa-pull-left::before,.entry-content ul.is-style-checkmark>li.fa-pull-left::before,.block.podcast .block-inner .list a.fa-pull-left::before,.fa-pull-left.arrow-link::after,.is-style-with-arrow .fa-pull-left.btn::after,.is-style-with-arrow .block.form-cta .block-inner form button.fa-pull-left::after,.block.form-cta .block-inner form .is-style-with-arrow button.fa-pull-left::after,.is-style-with-arrow .fa-pull-left.wp-block-button__link::after,.is-style-with-arrow .wp-block-file .fa-pull-left.wp-block-file__button::after,.is-style-with-arrow input.fa-pull-left[type=submit]::after,.is-style-with-arrow input.fa-pull-left[type=button]::after,.is-style-with-arrow .category-menu a.fa-pull-left::after,.category-menu .is-style-with-arrow a.fa-pull-left::after,.far.fa-pull-left,.entry-content ul.is-style-arrow-rounded>li.fa-pull-left::before,.entry-content ul.is-style-checkmark-rounded>li.fa-pull-left::before,.block.pricing .fa-pull-left.feature.cross::before,.block.pricing .fa-pull-left.feature.check::before,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right,.block.faq .fa-pull-right.wrapper::after,.fas.fa-pull-right,.entry-content ul.is-style-cross-list>li.fa-pull-right::before,.entry-content ul.is-style-arrow>li.fa-pull-right::before,.entry-content ul.is-style-checkmark>li.fa-pull-right::before,.block.podcast .block-inner .list a.fa-pull-right::before,.fa-pull-right.arrow-link::after,.is-style-with-arrow .fa-pull-right.btn::after,.is-style-with-arrow .block.form-cta .block-inner form button.fa-pull-right::after,.block.form-cta .block-inner form .is-style-with-arrow button.fa-pull-right::after,.is-style-with-arrow .fa-pull-right.wp-block-button__link::after,.is-style-with-arrow .wp-block-file .fa-pull-right.wp-block-file__button::after,.is-style-with-arrow input.fa-pull-right[type=submit]::after,.is-style-with-arrow input.fa-pull-right[type=button]::after,.is-style-with-arrow .category-menu a.fa-pull-right::after,.category-menu .is-style-with-arrow a.fa-pull-right::after,.far.fa-pull-right,.entry-content ul.is-style-arrow-rounded>li.fa-pull-right::before,.entry-content ul.is-style-checkmark-rounded>li.fa-pull-right::before,.block.pricing .fa-pull-right.feature.cross::before,.block.pricing .fa-pull-right.feature.check::before,.fal.fa-pull-right,.fab.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)}100%{transform:rotate(360deg)}}
.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:scale(-1, 1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{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:""}
.fa-abacus:before{content:""}
.fa-accessible-icon:before{content:""}
.fa-accusoft:before{content:""}
.fa-acorn:before{content:""}
.fa-acquisitions-incorporated:before{content:""}
.fa-ad:before{content:""}
.fa-address-book:before{content:""}
.fa-address-card:before{content:""}
.fa-adjust:before{content:""}
.fa-adn:before{content:""}
.fa-adobe:before{content:""}
.fa-adversal:before{content:""}
.fa-affiliatetheme:before{content:""}
.fa-air-freshener:before{content:""}
.fa-airbnb:before{content:""}
.fa-alarm-clock:before{content:""}
.fa-algolia:before{content:""}
.fa-alicorn:before{content:""}
.fa-align-center:before{content:""}
.fa-align-justify:before{content:""}
.fa-align-left:before{content:""}
.fa-align-right:before{content:""}
.fa-alipay:before{content:""}
.fa-allergies:before{content:""}
.fa-amazon:before{content:""}
.fa-amazon-pay:before{content:""}
.fa-ambulance:before{content:""}
.fa-american-sign-language-interpreting:before{content:""}
.fa-amilia:before{content:""}
.fa-analytics:before{content:""}
.fa-anchor:before{content:""}
.fa-android:before{content:""}
.fa-angel:before{content:""}
.fa-angellist:before{content:""}
.fa-angle-double-down:before{content:""}
.fa-angle-double-left:before{content:""}
.fa-angle-double-right:before{content:""}
.fa-angle-double-up:before{content:""}
.fa-angle-down:before{content:""}
.fa-angle-left:before{content:""}
.fa-angle-right:before{content:""}
.fa-angle-up:before{content:""}
.fa-angry:before{content:""}
.fa-angrycreative:before{content:""}
.fa-angular:before{content:""}
.fa-ankh:before{content:""}
.fa-app-store:before{content:""}
.fa-app-store-ios:before{content:""}
.fa-apper:before{content:""}
.fa-apple:before{content:""}
.fa-apple-alt:before{content:""}
.fa-apple-crate:before{content:""}
.fa-apple-pay:before{content:""}
.fa-archive:before{content:""}
.fa-archway:before{content:""}
.fa-arrow-alt-circle-down:before{content:""}
.fa-arrow-alt-circle-left:before{content:""}
.fa-arrow-alt-circle-right:before{content:""}
.fa-arrow-alt-circle-up:before{content:""}
.fa-arrow-alt-down:before{content:""}
.fa-arrow-alt-from-bottom:before{content:""}
.fa-arrow-alt-from-left:before{content:""}
.fa-arrow-alt-from-right:before{content:""}
.fa-arrow-alt-from-top:before{content:""}
.fa-arrow-alt-left:before{content:""}
.fa-arrow-alt-right:before{content:""}
.fa-arrow-alt-square-down:before{content:""}
.fa-arrow-alt-square-left:before{content:""}
.fa-arrow-alt-square-right:before{content:""}
.fa-arrow-alt-square-up:before{content:""}
.fa-arrow-alt-to-bottom:before{content:""}
.fa-arrow-alt-to-left:before{content:""}
.fa-arrow-alt-to-right:before{content:""}
.fa-arrow-alt-to-top:before{content:""}
.fa-arrow-alt-up:before{content:""}
.fa-arrow-circle-down:before{content:""}
.fa-arrow-circle-left:before{content:""}
.fa-arrow-circle-right:before{content:""}
.fa-arrow-circle-up:before{content:""}
.fa-arrow-down:before{content:""}
.fa-arrow-from-bottom:before{content:""}
.fa-arrow-from-left:before{content:""}
.fa-arrow-from-right:before{content:""}
.fa-arrow-from-top:before{content:""}
.fa-arrow-left:before{content:""}
.fa-arrow-right:before{content:""}
.fa-arrow-square-down:before{content:""}
.fa-arrow-square-left:before{content:""}
.fa-arrow-square-right:before{content:""}
.fa-arrow-square-up:before{content:""}
.fa-arrow-to-bottom:before{content:""}
.fa-arrow-to-left:before{content:""}
.fa-arrow-to-right:before{content:""}
.fa-arrow-to-top:before{content:""}
.fa-arrow-up:before{content:""}
.fa-arrows:before{content:""}
.fa-arrows-alt:before{content:""}
.fa-arrows-alt-h:before{content:""}
.fa-arrows-alt-v:before{content:""}
.fa-arrows-h:before{content:""}
.fa-arrows-v:before{content:""}
.fa-artstation:before{content:""}
.fa-assistive-listening-systems:before{content:""}
.fa-asterisk:before{content:""}
.fa-asymmetrik:before{content:""}
.fa-at:before{content:""}
.fa-atlas:before{content:""}
.fa-atlassian:before{content:""}
.fa-atom:before{content:""}
.fa-atom-alt:before{content:""}
.fa-audible:before{content:""}
.fa-audio-description:before{content:""}
.fa-autoprefixer:before{content:""}
.fa-avianex:before{content:""}
.fa-aviato:before{content:""}
.fa-award:before{content:""}
.fa-aws:before{content:""}
.fa-axe:before{content:""}
.fa-axe-battle:before{content:""}
.fa-baby:before{content:""}
.fa-baby-carriage:before{content:""}
.fa-backpack:before{content:""}
.fa-backspace:before{content:""}
.fa-backward:before{content:""}
.fa-bacon:before{content:""}
.fa-badge:before{content:""}
.fa-badge-check:before{content:""}
.fa-badge-dollar:before{content:""}
.fa-badge-percent:before{content:""}
.fa-badger-honey:before{content:""}
.fa-balance-scale:before{content:""}
.fa-balance-scale-left:before{content:""}
.fa-balance-scale-right:before{content:""}
.fa-ball-pile:before{content:""}
.fa-ballot:before{content:""}
.fa-ballot-check:before{content:""}
.fa-ban:before{content:""}
.fa-band-aid:before{content:""}
.fa-bandcamp:before{content:""}
.fa-barcode:before{content:""}
.fa-barcode-alt:before{content:""}
.fa-barcode-read:before{content:""}
.fa-barcode-scan:before{content:""}
.fa-bars:before{content:""}
.fa-baseball:before{content:""}
.fa-baseball-ball:before{content:""}
.fa-basketball-ball:before{content:""}
.fa-basketball-hoop:before{content:""}
.fa-bat:before{content:""}
.fa-bath:before{content:""}
.fa-battery-bolt:before{content:""}
.fa-battery-empty:before{content:""}
.fa-battery-full:before{content:""}
.fa-battery-half:before{content:""}
.fa-battery-quarter:before{content:""}
.fa-battery-slash:before{content:""}
.fa-battery-three-quarters:before{content:""}
.fa-battle-net:before{content:""}
.fa-bed:before{content:""}
.fa-beer:before{content:""}
.fa-behance:before{content:""}
.fa-behance-square:before{content:""}
.fa-bell:before{content:""}
.fa-bell-school:before{content:""}
.fa-bell-school-slash:before{content:""}
.fa-bell-slash:before{content:""}
.fa-bells:before{content:""}
.fa-bezier-curve:before{content:""}
.fa-bible:before{content:""}
.fa-bicycle:before{content:""}
.fa-bimobject:before{content:""}
.fa-binoculars:before{content:""}
.fa-biohazard:before{content:""}
.fa-birthday-cake:before{content:""}
.fa-bitbucket:before{content:""}
.fa-bitcoin:before{content:""}
.fa-bity:before{content:""}
.fa-black-tie:before{content:""}
.fa-blackberry:before{content:""}
.fa-blanket:before{content:""}
.fa-blender:before{content:""}
.fa-blender-phone:before{content:""}
.fa-blind:before{content:""}
.fa-blog:before{content:""}
.fa-blogger:before{content:""}
.fa-blogger-b:before{content:""}
.fa-bluetooth:before{content:""}
.fa-bluetooth-b:before{content:""}
.fa-bold:before{content:""}
.fa-bolt:before{content:""}
.fa-bomb:before{content:""}
.fa-bone:before{content:""}
.fa-bone-break:before{content:""}
.fa-bong:before{content:""}
.fa-book:before{content:""}
.fa-book-alt:before{content:""}
.fa-book-dead:before{content:""}
.fa-book-heart:before{content:""}
.fa-book-medical:before{content:""}
.fa-book-open:before{content:""}
.fa-book-reader:before{content:""}
.fa-book-spells:before{content:""}
.fa-book-user:before{content:""}
.fa-bookmark:before{content:""}
.fa-books:before{content:""}
.fa-books-medical:before{content:""}
.fa-boot:before{content:""}
.fa-booth-curtain:before{content:""}
.fa-bootstrap:before{content:""}
.fa-bow-arrow:before{content:""}
.fa-bowling-ball:before{content:""}
.fa-bowling-pins:before{content:""}
.fa-box:before{content:""}
.fa-box-alt:before{content:""}
.fa-box-ballot:before{content:""}
.fa-box-check:before{content:""}
.fa-box-fragile:before{content:""}
.fa-box-full:before{content:""}
.fa-box-heart:before{content:""}
.fa-box-open:before{content:""}
.fa-box-up:before{content:""}
.fa-box-usd:before{content:""}
.fa-boxes:before{content:""}
.fa-boxes-alt:before{content:""}
.fa-boxing-glove:before{content:""}
.fa-brackets:before{content:""}
.fa-brackets-curly:before{content:""}
.fa-braille:before{content:""}
.fa-brain:before{content:""}
.fa-bread-loaf:before{content:""}
.fa-bread-slice:before{content:""}
.fa-briefcase:before{content:""}
.fa-briefcase-medical:before{content:""}
.fa-broadcast-tower:before{content:""}
.fa-broom:before{content:""}
.fa-browser:before{content:""}
.fa-brush:before{content:""}
.fa-btc:before{content:""}
.fa-buffer:before{content:""}
.fa-bug:before{content:""}
.fa-building:before{content:""}
.fa-bullhorn:before{content:""}
.fa-bullseye:before{content:""}
.fa-bullseye-arrow:before{content:""}
.fa-bullseye-pointer:before{content:""}
.fa-burn:before{content:""}
.fa-buromobelexperte:before{content:""}
.fa-burrito:before{content:""}
.fa-bus:before{content:""}
.fa-bus-alt:before{content:""}
.fa-bus-school:before{content:""}
.fa-business-time:before{content:""}
.fa-buysellads:before{content:""}
.fa-cabinet-filing:before{content:""}
.fa-calculator:before{content:""}
.fa-calculator-alt:before{content:""}
.fa-calendar:before{content:""}
.fa-calendar-alt:before{content:""}
.fa-calendar-check:before{content:""}
.fa-calendar-day:before{content:""}
.fa-calendar-edit:before{content:""}
.fa-calendar-exclamation:before{content:""}
.fa-calendar-minus:before{content:""}
.fa-calendar-plus:before{content:""}
.fa-calendar-star:before{content:""}
.fa-calendar-times:before{content:""}
.fa-calendar-week:before{content:""}
.fa-camera:before{content:""}
.fa-camera-alt:before{content:""}
.fa-camera-retro:before{content:""}
.fa-campfire:before{content:""}
.fa-campground:before{content:""}
.fa-canadian-maple-leaf:before{content:""}
.fa-candle-holder:before{content:""}
.fa-candy-cane:before{content:""}
.fa-candy-corn:before{content:""}
.fa-cannabis:before{content:""}
.fa-capsules:before{content:""}
.fa-car:before{content:""}
.fa-car-alt:before{content:""}
.fa-car-battery:before{content:""}
.fa-car-bump:before{content:""}
.fa-car-crash:before{content:""}
.fa-car-garage:before{content:""}
.fa-car-mechanic:before{content:""}
.fa-car-side:before{content:""}
.fa-car-tilt:before{content:""}
.fa-car-wash:before{content:""}
.fa-caret-circle-down:before{content:""}
.fa-caret-circle-left:before{content:""}
.fa-caret-circle-right:before{content:""}
.fa-caret-circle-up:before{content:""}
.fa-caret-down:before{content:""}
.fa-caret-left:before{content:""}
.fa-caret-right:before{content:""}
.fa-caret-square-down:before{content:""}
.fa-caret-square-left:before{content:""}
.fa-caret-square-right:before{content:""}
.fa-caret-square-up:before{content:""}
.fa-caret-up:before{content:""}
.fa-carrot:before{content:""}
.fa-cart-arrow-down:before{content:""}
.fa-cart-plus:before{content:""}
.fa-cash-register:before{content:""}
.fa-cat:before{content:""}
.fa-cauldron:before{content:""}
.fa-cc-amazon-pay:before{content:""}
.fa-cc-amex:before{content:""}
.fa-cc-apple-pay:before{content:""}
.fa-cc-diners-club:before{content:""}
.fa-cc-discover:before{content:""}
.fa-cc-jcb:before{content:""}
.fa-cc-mastercard:before{content:""}
.fa-cc-paypal:before{content:""}
.fa-cc-stripe:before{content:""}
.fa-cc-visa:before{content:""}
.fa-centercode:before{content:""}
.fa-centos:before{content:""}
.fa-certificate:before{content:""}
.fa-chair:before{content:""}
.fa-chair-office:before{content:""}
.fa-chalkboard:before{content:""}
.fa-chalkboard-teacher:before{content:""}
.fa-charging-station:before{content:""}
.fa-chart-area:before{content:""}
.fa-chart-bar:before{content:""}
.fa-chart-line:before{content:""}
.fa-chart-line-down:before{content:""}
.fa-chart-network:before{content:""}
.fa-chart-pie:before{content:""}
.fa-chart-pie-alt:before{content:""}
.fa-chart-scatter:before{content:""}
.fa-check:before{content:""}
.fa-check-circle:before{content:""}
.fa-check-double:before{content:""}
.fa-check-square:before{content:""}
.fa-cheese:before{content:""}
.fa-cheese-swiss:before{content:""}
.fa-cheeseburger:before{content:""}
.fa-chess:before{content:""}
.fa-chess-bishop:before{content:""}
.fa-chess-bishop-alt:before{content:""}
.fa-chess-board:before{content:""}
.fa-chess-clock:before{content:""}
.fa-chess-clock-alt:before{content:""}
.fa-chess-king:before{content:""}
.fa-chess-king-alt:before{content:""}
.fa-chess-knight:before{content:""}
.fa-chess-knight-alt:before{content:""}
.fa-chess-pawn:before{content:""}
.fa-chess-pawn-alt:before{content:""}
.fa-chess-queen:before{content:""}
.fa-chess-queen-alt:before{content:""}
.fa-chess-rook:before{content:""}
.fa-chess-rook-alt:before{content:""}
.fa-chevron-circle-down:before{content:""}
.fa-chevron-circle-left:before{content:""}
.fa-chevron-circle-right:before{content:""}
.fa-chevron-circle-up:before{content:""}
.fa-chevron-double-down:before{content:""}
.fa-chevron-double-left:before{content:""}
.fa-chevron-double-right:before{content:""}
.fa-chevron-double-up:before{content:""}
.fa-chevron-down:before{content:""}
.fa-chevron-left:before{content:""}
.fa-chevron-right:before{content:""}
.fa-chevron-square-down:before{content:""}
.fa-chevron-square-left:before{content:""}
.fa-chevron-square-right:before{content:""}
.fa-chevron-square-up:before{content:""}
.fa-chevron-up:before{content:""}
.fa-child:before{content:""}
.fa-chimney:before{content:""}
.fa-chrome:before{content:""}
.fa-chromecast:before{content:""}
.fa-church:before{content:""}
.fa-circle:before{content:""}
.fa-circle-notch:before{content:""}
.fa-city:before{content:""}
.fa-claw-marks:before{content:""}
.fa-clinic-medical:before{content:""}
.fa-clipboard:before{content:""}
.fa-clipboard-check:before{content:""}
.fa-clipboard-list:before{content:""}
.fa-clipboard-list-check:before{content:""}
.fa-clipboard-prescription:before{content:""}
.fa-clipboard-user:before{content:""}
.fa-clock:before{content:""}
.fa-clone:before{content:""}
.fa-closed-captioning:before{content:""}
.fa-cloud:before{content:""}
.fa-cloud-download:before{content:""}
.fa-cloud-download-alt:before{content:""}
.fa-cloud-drizzle:before{content:""}
.fa-cloud-hail:before{content:""}
.fa-cloud-hail-mixed:before{content:""}
.fa-cloud-meatball:before{content:""}
.fa-cloud-moon:before{content:""}
.fa-cloud-moon-rain:before{content:""}
.fa-cloud-rain:before{content:""}
.fa-cloud-rainbow:before{content:""}
.fa-cloud-showers:before{content:""}
.fa-cloud-showers-heavy:before{content:""}
.fa-cloud-sleet:before{content:""}
.fa-cloud-snow:before{content:""}
.fa-cloud-sun:before{content:""}
.fa-cloud-sun-rain:before{content:""}
.fa-cloud-upload:before{content:""}
.fa-cloud-upload-alt:before{content:""}
.fa-clouds:before{content:""}
.fa-clouds-moon:before{content:""}
.fa-clouds-sun:before{content:""}
.fa-cloudscale:before{content:""}
.fa-cloudsmith:before{content:""}
.fa-cloudversify:before{content:""}
.fa-club:before{content:""}
.fa-cocktail:before{content:""}
.fa-code:before{content:""}
.fa-code-branch:before{content:""}
.fa-code-commit:before{content:""}
.fa-code-merge:before{content:""}
.fa-codepen:before{content:""}
.fa-codiepie:before{content:""}
.fa-coffee:before{content:""}
.fa-coffee-togo:before{content:""}
.fa-coffin:before{content:""}
.fa-cog:before{content:""}
.fa-cogs:before{content:""}
.fa-coins:before{content:""}
.fa-columns:before{content:""}
.fa-comment:before{content:""}
.fa-comment-alt:before{content:""}
.fa-comment-alt-check:before{content:""}
.fa-comment-alt-dollar:before{content:""}
.fa-comment-alt-dots:before{content:""}
.fa-comment-alt-edit:before{content:""}
.fa-comment-alt-exclamation:before{content:""}
.fa-comment-alt-lines:before{content:""}
.fa-comment-alt-medical:before{content:""}
.fa-comment-alt-minus:before{content:""}
.fa-comment-alt-plus:before{content:""}
.fa-comment-alt-slash:before{content:""}
.fa-comment-alt-smile:before{content:""}
.fa-comment-alt-times:before{content:""}
.fa-comment-check:before{content:""}
.fa-comment-dollar:before{content:""}
.fa-comment-dots:before{content:""}
.fa-comment-edit:before{content:""}
.fa-comment-exclamation:before{content:""}
.fa-comment-lines:before{content:""}
.fa-comment-medical:before{content:""}
.fa-comment-minus:before{content:""}
.fa-comment-plus:before{content:""}
.fa-comment-slash:before{content:""}
.fa-comment-smile:before{content:""}
.fa-comment-times:before{content:""}
.fa-comments:before{content:""}
.fa-comments-alt:before{content:""}
.fa-comments-alt-dollar:before{content:""}
.fa-comments-dollar:before{content:""}
.fa-compact-disc:before{content:""}
.fa-compass:before{content:""}
.fa-compass-slash:before{content:""}
.fa-compress:before{content:""}
.fa-compress-alt:before{content:""}
.fa-compress-arrows-alt:before{content:""}
.fa-compress-wide:before{content:""}
.fa-concierge-bell:before{content:""}
.fa-confluence:before{content:""}
.fa-connectdevelop:before{content:""}
.fa-container-storage:before{content:""}
.fa-contao:before{content:""}
.fa-conveyor-belt:before{content:""}
.fa-conveyor-belt-alt:before{content:""}
.fa-cookie:before{content:""}
.fa-cookie-bite:before{content:""}
.fa-copy:before{content:""}
.fa-copyright:before{content:""}
.fa-corn:before{content:""}
.fa-couch:before{content:""}
.fa-cow:before{content:""}
.fa-cpanel:before{content:""}
.fa-creative-commons:before{content:""}
.fa-creative-commons-by:before{content:""}
.fa-creative-commons-nc:before{content:""}
.fa-creative-commons-nc-eu:before{content:""}
.fa-creative-commons-nc-jp:before{content:""}
.fa-creative-commons-nd:before{content:""}
.fa-creative-commons-pd:before{content:""}
.fa-creative-commons-pd-alt:before{content:""}
.fa-creative-commons-remix:before{content:""}
.fa-creative-commons-sa:before{content:""}
.fa-creative-commons-sampling:before{content:""}
.fa-creative-commons-sampling-plus:before{content:""}
.fa-creative-commons-share:before{content:""}
.fa-creative-commons-zero:before{content:""}
.fa-credit-card:before{content:""}
.fa-credit-card-blank:before{content:""}
.fa-credit-card-front:before{content:""}
.fa-cricket:before{content:""}
.fa-critical-role:before{content:""}
.fa-croissant:before{content:""}
.fa-crop:before{content:""}
.fa-crop-alt:before{content:""}
.fa-cross:before{content:""}
.fa-crosshairs:before{content:""}
.fa-crow:before{content:""}
.fa-crown:before{content:""}
.fa-crutch:before{content:""}
.fa-crutches:before{content:""}
.fa-css3:before{content:""}
.fa-css3-alt:before{content:""}
.fa-cube:before{content:""}
.fa-cubes:before{content:""}
.fa-curling:before{content:""}
.fa-cut:before{content:""}
.fa-cuttlefish:before{content:""}
.fa-d-and-d:before{content:""}
.fa-d-and-d-beyond:before{content:""}
.fa-dagger:before{content:""}
.fa-dashcube:before{content:""}
.fa-database:before{content:""}
.fa-deaf:before{content:""}
.fa-debug:before{content:""}
.fa-deer:before{content:""}
.fa-deer-rudolph:before{content:""}
.fa-delicious:before{content:""}
.fa-democrat:before{content:""}
.fa-deploydog:before{content:""}
.fa-deskpro:before{content:""}
.fa-desktop:before{content:""}
.fa-desktop-alt:before{content:""}
.fa-dev:before{content:""}
.fa-deviantart:before{content:""}
.fa-dewpoint:before{content:""}
.fa-dharmachakra:before{content:""}
.fa-dhl:before{content:""}
.fa-diagnoses:before{content:""}
.fa-diamond:before{content:""}
.fa-diaspora:before{content:""}
.fa-dice:before{content:""}
.fa-dice-d10:before{content:""}
.fa-dice-d12:before{content:""}
.fa-dice-d20:before{content:""}
.fa-dice-d4:before{content:""}
.fa-dice-d6:before{content:""}
.fa-dice-d8:before{content:""}
.fa-dice-five:before{content:""}
.fa-dice-four:before{content:""}
.fa-dice-one:before{content:""}
.fa-dice-six:before{content:""}
.fa-dice-three:before{content:""}
.fa-dice-two:before{content:""}
.fa-digg:before{content:""}
.fa-digital-ocean:before{content:""}
.fa-digital-tachograph:before{content:""}
.fa-diploma:before{content:""}
.fa-directions:before{content:""}
.fa-discord:before{content:""}
.fa-discourse:before{content:""}
.fa-disease:before{content:""}
.fa-divide:before{content:""}
.fa-dizzy:before{content:""}
.fa-dna:before{content:""}
.fa-do-not-enter:before{content:""}
.fa-dochub:before{content:""}
.fa-docker:before{content:""}
.fa-dog:before{content:""}
.fa-dog-leashed:before{content:""}
.fa-dollar-sign:before{content:""}
.fa-dolly:before{content:""}
.fa-dolly-empty:before{content:""}
.fa-dolly-flatbed:before{content:""}
.fa-dolly-flatbed-alt:before{content:""}
.fa-dolly-flatbed-empty:before{content:""}
.fa-donate:before{content:""}
.fa-door-closed:before{content:""}
.fa-door-open:before{content:""}
.fa-dot-circle:before{content:""}
.fa-dove:before{content:""}
.fa-download:before{content:""}
.fa-draft2digital:before{content:""}
.fa-drafting-compass:before{content:""}
.fa-dragon:before{content:""}
.fa-draw-circle:before{content:""}
.fa-draw-polygon:before{content:""}
.fa-draw-square:before{content:""}
.fa-dreidel:before{content:""}
.fa-dribbble:before{content:""}
.fa-dribbble-square:before{content:""}
.fa-dropbox:before{content:""}
.fa-drum:before{content:""}
.fa-drum-steelpan:before{content:""}
.fa-drumstick:before{content:""}
.fa-drumstick-bite:before{content:""}
.fa-drupal:before{content:""}
.fa-duck:before{content:""}
.fa-dumbbell:before{content:""}
.fa-dumpster:before{content:""}
.fa-dumpster-fire:before{content:""}
.fa-dungeon:before{content:""}
.fa-dyalog:before{content:""}
.fa-ear:before{content:""}
.fa-ear-muffs:before{content:""}
.fa-earlybirds:before{content:""}
.fa-ebay:before{content:""}
.fa-eclipse:before{content:""}
.fa-eclipse-alt:before{content:""}
.fa-edge:before{content:""}
.fa-edit:before{content:""}
.fa-egg:before{content:""}
.fa-egg-fried:before{content:""}
.fa-eject:before{content:""}
.fa-elementor:before{content:""}
.fa-elephant:before{content:""}
.fa-ellipsis-h:before{content:""}
.fa-ellipsis-h-alt:before{content:""}
.fa-ellipsis-v:before{content:""}
.fa-ellipsis-v-alt:before{content:""}
.fa-ello:before{content:""}
.fa-ember:before{content:""}
.fa-empire:before{content:""}
.fa-empty-set:before{content:""}
.fa-engine-warning:before{content:""}
.fa-envelope:before{content:""}
.fa-envelope-open:before{content:""}
.fa-envelope-open-dollar:before{content:""}
.fa-envelope-open-text:before{content:""}
.fa-envelope-square:before{content:""}
.fa-envira:before{content:""}
.fa-equals:before{content:""}
.fa-eraser:before{content:""}
.fa-erlang:before{content:""}
.fa-ethereum:before{content:""}
.fa-ethernet:before{content:""}
.fa-etsy:before{content:""}
.fa-euro-sign:before{content:""}
.fa-evernote:before{content:""}
.fa-exchange:before{content:""}
.fa-exchange-alt:before{content:""}
.fa-exclamation:before{content:""}
.fa-exclamation-circle:before{content:""}
.fa-exclamation-square:before{content:""}
.fa-exclamation-triangle:before{content:""}
.fa-expand:before{content:""}
.fa-expand-alt:before{content:""}
.fa-expand-arrows:before{content:""}
.fa-expand-arrows-alt:before{content:""}
.fa-expand-wide:before{content:""}
.fa-expeditedssl:before{content:""}
.fa-external-link:before{content:""}
.fa-external-link-alt:before{content:""}
.fa-external-link-square:before{content:""}
.fa-external-link-square-alt:before{content:""}
.fa-eye:before{content:""}
.fa-eye-dropper:before{content:""}
.fa-eye-evil:before{content:""}
.fa-eye-slash:before{content:""}
.fa-facebook:before{content:""}
.fa-facebook-f:before{content:""}
.fa-facebook-messenger:before{content:""}
.fa-facebook-square:before{content:""}
.fa-fantasy-flight-games:before{content:""}
.fa-fast-backward:before{content:""}
.fa-fast-forward:before{content:""}
.fa-fax:before{content:""}
.fa-feather:before{content:""}
.fa-feather-alt:before{content:""}
.fa-fedex:before{content:""}
.fa-fedora:before{content:""}
.fa-female:before{content:""}
.fa-field-hockey:before{content:""}
.fa-fighter-jet:before{content:""}
.fa-figma:before{content:""}
.fa-file:before{content:""}
.fa-file-alt:before{content:""}
.fa-file-archive:before{content:""}
.fa-file-audio:before{content:""}
.fa-file-certificate:before{content:""}
.fa-file-chart-line:before{content:""}
.fa-file-chart-pie:before{content:""}
.fa-file-check:before{content:""}
.fa-file-code:before{content:""}
.fa-file-contract:before{content:""}
.fa-file-csv:before{content:""}
.fa-file-download:before{content:""}
.fa-file-edit:before{content:""}
.fa-file-excel:before{content:""}
.fa-file-exclamation:before{content:""}
.fa-file-export:before{content:""}
.fa-file-image:before{content:""}
.fa-file-import:before{content:""}
.fa-file-invoice:before{content:""}
.fa-file-invoice-dollar:before{content:""}
.fa-file-medical:before{content:""}
.fa-file-medical-alt:before{content:""}
.fa-file-minus:before{content:""}
.fa-file-pdf:before{content:""}
.fa-file-plus:before{content:""}
.fa-file-powerpoint:before{content:""}
.fa-file-prescription:before{content:""}
.fa-file-signature:before{content:""}
.fa-file-spreadsheet:before{content:""}
.fa-file-times:before{content:""}
.fa-file-upload:before{content:""}
.fa-file-user:before{content:""}
.fa-file-video:before{content:""}
.fa-file-word:before{content:""}
.fa-files-medical:before{content:""}
.fa-fill:before{content:""}
.fa-fill-drip:before{content:""}
.fa-film:before{content:""}
.fa-film-alt:before{content:""}
.fa-filter:before{content:""}
.fa-fingerprint:before{content:""}
.fa-fire:before{content:""}
.fa-fire-alt:before{content:""}
.fa-fire-extinguisher:before{content:""}
.fa-fire-smoke:before{content:""}
.fa-firefox:before{content:""}
.fa-fireplace:before{content:""}
.fa-first-aid:before{content:""}
.fa-first-order:before{content:""}
.fa-first-order-alt:before{content:""}
.fa-firstdraft:before{content:""}
.fa-fish:before{content:""}
.fa-fish-cooked:before{content:""}
.fa-fist-raised:before{content:""}
.fa-flag:before{content:""}
.fa-flag-alt:before{content:""}
.fa-flag-checkered:before{content:""}
.fa-flag-usa:before{content:""}
.fa-flame:before{content:""}
.fa-flask:before{content:""}
.fa-flask-poison:before{content:""}
.fa-flask-potion:before{content:""}
.fa-flickr:before{content:""}
.fa-flipboard:before{content:""}
.fa-flower:before{content:""}
.fa-flower-daffodil:before{content:""}
.fa-flower-tulip:before{content:""}
.fa-flushed:before{content:""}
.fa-fly:before{content:""}
.fa-fog:before{content:""}
.fa-folder:before{content:""}
.fa-folder-minus:before{content:""}
.fa-folder-open:before{content:""}
.fa-folder-plus:before{content:""}
.fa-folder-times:before{content:""}
.fa-folder-tree:before{content:""}
.fa-folders:before{content:""}
.fa-font:before{content:""}
.fa-font-awesome:before{content:""}
.fa-font-awesome-alt:before{content:""}
.fa-font-awesome-flag:before{content:""}
.fa-font-awesome-logo-full:before{content:""}
.fa-fonticons:before{content:""}
.fa-fonticons-fi:before{content:""}
.fa-football-ball:before{content:""}
.fa-football-helmet:before{content:""}
.fa-forklift:before{content:""}
.fa-fort-awesome:before{content:""}
.fa-fort-awesome-alt:before{content:""}
.fa-forumbee:before{content:""}
.fa-forward:before{content:""}
.fa-foursquare:before{content:""}
.fa-fragile:before{content:""}
.fa-free-code-camp:before{content:""}
.fa-freebsd:before{content:""}
.fa-french-fries:before{content:""}
.fa-frog:before{content:""}
.fa-frosty-head:before{content:""}
.fa-frown:before{content:""}
.fa-frown-open:before{content:""}
.fa-fulcrum:before{content:""}
.fa-function:before{content:""}
.fa-funnel-dollar:before{content:""}
.fa-futbol:before{content:""}
.fa-galactic-republic:before{content:""}
.fa-galactic-senate:before{content:""}
.fa-gamepad:before{content:""}
.fa-gas-pump:before{content:""}
.fa-gas-pump-slash:before{content:""}
.fa-gavel:before{content:""}
.fa-gem:before{content:""}
.fa-genderless:before{content:""}
.fa-get-pocket:before{content:""}
.fa-gg:before{content:""}
.fa-gg-circle:before{content:""}
.fa-ghost:before{content:""}
.fa-gift:before{content:""}
.fa-gift-card:before{content:""}
.fa-gifts:before{content:""}
.fa-gingerbread-man:before{content:""}
.fa-git:before{content:""}
.fa-git-square:before{content:""}
.fa-github:before{content:""}
.fa-github-alt:before{content:""}
.fa-github-square:before{content:""}
.fa-gitkraken:before{content:""}
.fa-gitlab:before{content:""}
.fa-gitter:before{content:""}
.fa-glass:before{content:""}
.fa-glass-champagne:before{content:""}
.fa-glass-cheers:before{content:""}
.fa-glass-martini:before{content:""}
.fa-glass-martini-alt:before{content:""}
.fa-glass-whiskey:before{content:""}
.fa-glass-whiskey-rocks:before{content:""}
.fa-glasses:before{content:""}
.fa-glasses-alt:before{content:""}
.fa-glide:before{content:""}
.fa-glide-g:before{content:""}
.fa-globe:before{content:""}
.fa-globe-africa:before{content:""}
.fa-globe-americas:before{content:""}
.fa-globe-asia:before{content:""}
.fa-globe-europe:before{content:""}
.fa-globe-snow:before{content:""}
.fa-globe-stand:before{content:""}
.fa-gofore:before{content:""}
.fa-golf-ball:before{content:""}
.fa-golf-club:before{content:""}
.fa-goodreads:before{content:""}
.fa-goodreads-g:before{content:""}
.fa-google:before{content:""}
.fa-google-drive:before{content:""}
.fa-google-play:before{content:""}
.fa-google-plus:before{content:""}
.fa-google-plus-g:before{content:""}
.fa-google-plus-square:before{content:""}
.fa-google-wallet:before{content:""}
.fa-gopuram:before{content:""}
.fa-graduation-cap:before{content:""}
.fa-gratipay:before{content:""}
.fa-grav:before{content:""}
.fa-greater-than:before{content:""}
.fa-greater-than-equal:before{content:""}
.fa-grimace:before{content:""}
.fa-grin:before{content:""}
.fa-grin-alt:before{content:""}
.fa-grin-beam:before{content:""}
.fa-grin-beam-sweat:before{content:""}
.fa-grin-hearts:before{content:""}
.fa-grin-squint:before{content:""}
.fa-grin-squint-tears:before{content:""}
.fa-grin-stars:before{content:""}
.fa-grin-tears:before{content:""}
.fa-grin-tongue:before{content:""}
.fa-grin-tongue-squint:before{content:""}
.fa-grin-tongue-wink:before{content:""}
.fa-grin-wink:before{content:""}
.fa-grip-horizontal:before{content:""}
.fa-grip-lines:before{content:""}
.fa-grip-lines-vertical:before{content:""}
.fa-grip-vertical:before{content:""}
.fa-gripfire:before{content:""}
.fa-grunt:before{content:""}
.fa-guitar:before{content:""}
.fa-gulp:before{content:""}
.fa-h-square:before{content:""}
.fa-h1:before{content:""}
.fa-h2:before{content:""}
.fa-h3:before{content:""}
.fa-hacker-news:before{content:""}
.fa-hacker-news-square:before{content:""}
.fa-hackerrank:before{content:""}
.fa-hamburger:before{content:""}
.fa-hammer:before{content:""}
.fa-hammer-war:before{content:""}
.fa-hamsa:before{content:""}
.fa-hand-heart:before{content:""}
.fa-hand-holding:before{content:""}
.fa-hand-holding-box:before{content:""}
.fa-hand-holding-heart:before{content:""}
.fa-hand-holding-magic:before{content:""}
.fa-hand-holding-seedling:before{content:""}
.fa-hand-holding-usd:before{content:""}
.fa-hand-holding-water:before{content:""}
.fa-hand-lizard:before{content:""}
.fa-hand-middle-finger:before{content:""}
.fa-hand-paper:before{content:""}
.fa-hand-peace:before{content:""}
.fa-hand-point-down:before{content:""}
.fa-hand-point-left:before{content:""}
.fa-hand-point-right:before{content:""}
.fa-hand-point-up:before{content:""}
.fa-hand-pointer:before{content:""}
.fa-hand-receiving:before{content:""}
.fa-hand-rock:before{content:""}
.fa-hand-scissors:before{content:""}
.fa-hand-spock:before{content:""}
.fa-hands:before{content:""}
.fa-hands-heart:before{content:""}
.fa-hands-helping:before{content:""}
.fa-hands-usd:before{content:""}
.fa-handshake:before{content:""}
.fa-handshake-alt:before{content:""}
.fa-hanukiah:before{content:""}
.fa-hard-hat:before{content:""}
.fa-hashtag:before{content:""}
.fa-hat-santa:before{content:""}
.fa-hat-winter:before{content:""}
.fa-hat-witch:before{content:""}
.fa-hat-wizard:before{content:""}
.fa-haykal:before{content:""}
.fa-hdd:before{content:""}
.fa-head-side:before{content:""}
.fa-head-side-brain:before{content:""}
.fa-head-side-medical:before{content:""}
.fa-head-vr:before{content:""}
.fa-heading:before{content:""}
.fa-headphones:before{content:""}
.fa-headphones-alt:before{content:""}
.fa-headset:before{content:""}
.fa-heart:before{content:""}
.fa-heart-broken:before{content:""}
.fa-heart-circle:before{content:""}
.fa-heart-rate:before{content:""}
.fa-heart-square:before{content:""}
.fa-heartbeat:before{content:""}
.fa-helicopter:before{content:""}
.fa-helmet-battle:before{content:""}
.fa-hexagon:before{content:""}
.fa-highlighter:before{content:""}
.fa-hiking:before{content:""}
.fa-hippo:before{content:""}
.fa-hips:before{content:""}
.fa-hire-a-helper:before{content:""}
.fa-history:before{content:""}
.fa-hockey-mask:before{content:""}
.fa-hockey-puck:before{content:""}
.fa-hockey-sticks:before{content:""}
.fa-holly-berry:before{content:""}
.fa-home:before{content:""}
.fa-home-alt:before{content:""}
.fa-home-heart:before{content:""}
.fa-home-lg:before{content:""}
.fa-home-lg-alt:before{content:""}
.fa-hood-cloak:before{content:""}
.fa-hooli:before{content:""}
.fa-hornbill:before{content:""}
.fa-horse:before{content:""}
.fa-horse-head:before{content:""}
.fa-hospital:before{content:""}
.fa-hospital-alt:before{content:""}
.fa-hospital-symbol:before{content:""}
.fa-hospital-user:before{content:""}
.fa-hospitals:before{content:""}
.fa-hot-tub:before{content:""}
.fa-hotdog:before{content:""}
.fa-hotel:before{content:""}
.fa-hotjar:before{content:""}
.fa-hourglass:before{content:""}
.fa-hourglass-end:before{content:""}
.fa-hourglass-half:before{content:""}
.fa-hourglass-start:before{content:""}
.fa-house-damage:before{content:""}
.fa-house-flood:before{content:""}
.fa-houzz:before{content:""}
.fa-hryvnia:before{content:""}
.fa-html5:before{content:""}
.fa-hubspot:before{content:""}
.fa-humidity:before{content:""}
.fa-hurricane:before{content:""}
.fa-i-cursor:before{content:""}
.fa-ice-cream:before{content:""}
.fa-ice-skate:before{content:""}
.fa-icicles:before{content:""}
.fa-id-badge:before{content:""}
.fa-id-card:before{content:""}
.fa-id-card-alt:before{content:""}
.fa-igloo:before{content:""}
.fa-image:before{content:""}
.fa-images:before{content:""}
.fa-imdb:before{content:""}
.fa-inbox:before{content:""}
.fa-inbox-in:before{content:""}
.fa-inbox-out:before{content:""}
.fa-indent:before{content:""}
.fa-industry:before{content:""}
.fa-industry-alt:before{content:""}
.fa-infinity:before{content:""}
.fa-info:before{content:""}
.fa-info-circle:before{content:""}
.fa-info-square:before{content:""}
.fa-inhaler:before{content:""}
.fa-instagram:before{content:""}
.fa-integral:before{content:""}
.fa-intercom:before{content:""}
.fa-internet-explorer:before{content:""}
.fa-intersection:before{content:""}
.fa-inventory:before{content:""}
.fa-invision:before{content:""}
.fa-ioxhost:before{content:""}
.fa-island-tropical:before{content:""}
.fa-italic:before{content:""}
.fa-itch-io:before{content:""}
.fa-itunes:before{content:""}
.fa-itunes-note:before{content:""}
.fa-jack-o-lantern:before{content:""}
.fa-java:before{content:""}
.fa-jedi:before{content:""}
.fa-jedi-order:before{content:""}
.fa-jenkins:before{content:""}
.fa-jira:before{content:""}
.fa-joget:before{content:""}
.fa-joint:before{content:""}
.fa-joomla:before{content:""}
.fa-journal-whills:before{content:""}
.fa-js:before{content:""}
.fa-js-square:before{content:""}
.fa-jsfiddle:before{content:""}
.fa-kaaba:before{content:""}
.fa-kaggle:before{content:""}
.fa-key:before{content:""}
.fa-key-skeleton:before{content:""}
.fa-keybase:before{content:""}
.fa-keyboard:before{content:""}
.fa-keycdn:before{content:""}
.fa-keynote:before{content:""}
.fa-khanda:before{content:""}
.fa-kickstarter:before{content:""}
.fa-kickstarter-k:before{content:""}
.fa-kidneys:before{content:""}
.fa-kiss:before{content:""}
.fa-kiss-beam:before{content:""}
.fa-kiss-wink-heart:before{content:""}
.fa-kite:before{content:""}
.fa-kiwi-bird:before{content:""}
.fa-knife-kitchen:before{content:""}
.fa-korvue:before{content:""}
.fa-lambda:before{content:""}
.fa-lamp:before{content:""}
.fa-landmark:before{content:""}
.fa-landmark-alt:before{content:""}
.fa-language:before{content:""}
.fa-laptop:before{content:""}
.fa-laptop-code:before{content:""}
.fa-laptop-medical:before{content:""}
.fa-laravel:before{content:""}
.fa-lastfm:before{content:""}
.fa-lastfm-square:before{content:""}
.fa-laugh:before{content:""}
.fa-laugh-beam:before{content:""}
.fa-laugh-squint:before{content:""}
.fa-laugh-wink:before{content:""}
.fa-layer-group:before{content:""}
.fa-layer-minus:before{content:""}
.fa-layer-plus:before{content:""}
.fa-leaf:before{content:""}
.fa-leaf-heart:before{content:""}
.fa-leaf-maple:before{content:""}
.fa-leaf-oak:before{content:""}
.fa-leanpub:before{content:""}
.fa-lemon:before{content:""}
.fa-less:before{content:""}
.fa-less-than:before{content:""}
.fa-less-than-equal:before{content:""}
.fa-level-down:before{content:""}
.fa-level-down-alt:before{content:""}
.fa-level-up:before{content:""}
.fa-level-up-alt:before{content:""}
.fa-life-ring:before{content:""}
.fa-lightbulb:before{content:""}
.fa-lightbulb-dollar:before{content:""}
.fa-lightbulb-exclamation:before{content:""}
.fa-lightbulb-on:before{content:""}
.fa-lightbulb-slash:before{content:""}
.fa-lights-holiday:before{content:""}
.fa-line:before{content:""}
.fa-link:before{content:""}
.fa-linkedin:before{content:""}
.fa-linkedin-in:before{content:""}
.fa-linode:before{content:""}
.fa-linux:before{content:""}
.fa-lips:before{content:""}
.fa-lira-sign:before{content:""}
.fa-list:before{content:""}
.fa-list-alt:before{content:""}
.fa-list-ol:before{content:""}
.fa-list-ul:before{content:""}
.fa-location:before{content:""}
.fa-location-arrow:before{content:""}
.fa-location-circle:before{content:""}
.fa-location-slash:before{content:""}
.fa-lock:before{content:""}
.fa-lock-alt:before{content:""}
.fa-lock-open:before{content:""}
.fa-lock-open-alt:before{content:""}
.fa-long-arrow-alt-down:before{content:""}
.fa-long-arrow-alt-left:before{content:""}
.fa-long-arrow-alt-right:before{content:""}
.fa-long-arrow-alt-up:before{content:""}
.fa-long-arrow-down:before{content:""}
.fa-long-arrow-left:before{content:""}
.fa-long-arrow-right:before{content:""}
.fa-long-arrow-up:before{content:""}
.fa-loveseat:before{content:""}
.fa-low-vision:before{content:""}
.fa-luchador:before{content:""}
.fa-luggage-cart:before{content:""}
.fa-lungs:before{content:""}
.fa-lyft:before{content:""}
.fa-mace:before{content:""}
.fa-magento:before{content:""}
.fa-magic:before{content:""}
.fa-magnet:before{content:""}
.fa-mail-bulk:before{content:""}
.fa-mailbox:before{content:""}
.fa-mailchimp:before{content:""}
.fa-male:before{content:""}
.fa-mandalorian:before{content:""}
.fa-mandolin:before{content:""}
.fa-map:before{content:""}
.fa-map-marked:before{content:""}
.fa-map-marked-alt:before{content:""}
.fa-map-marker:before{content:""}
.fa-map-marker-alt:before{content:""}
.fa-map-marker-alt-slash:before{content:""}
.fa-map-marker-check:before{content:""}
.fa-map-marker-edit:before{content:""}
.fa-map-marker-exclamation:before{content:""}
.fa-map-marker-minus:before{content:""}
.fa-map-marker-plus:before{content:""}
.fa-map-marker-question:before{content:""}
.fa-map-marker-slash:before{content:""}
.fa-map-marker-smile:before{content:""}
.fa-map-marker-times:before{content:""}
.fa-map-pin:before{content:""}
.fa-map-signs:before{content:""}
.fa-markdown:before{content:""}
.fa-marker:before{content:""}
.fa-mars:before{content:""}
.fa-mars-double:before{content:""}
.fa-mars-stroke:before{content:""}
.fa-mars-stroke-h:before{content:""}
.fa-mars-stroke-v:before{content:""}
.fa-mask:before{content:""}
.fa-mastodon:before{content:""}
.fa-maxcdn:before{content:""}
.fa-meat:before{content:""}
.fa-medal:before{content:""}
.fa-medapps:before{content:""}
.fa-medium:before{content:""}
.fa-medium-m:before{content:""}
.fa-medkit:before{content:""}
.fa-medrt:before{content:""}
.fa-meetup:before{content:""}
.fa-megaphone:before{content:""}
.fa-megaport:before{content:""}
.fa-meh:before{content:""}
.fa-meh-blank:before{content:""}
.fa-meh-rolling-eyes:before{content:""}
.fa-memory:before{content:""}
.fa-mendeley:before{content:""}
.fa-menorah:before{content:""}
.fa-mercury:before{content:""}
.fa-meteor:before{content:""}
.fa-microchip:before{content:""}
.fa-microphone:before{content:""}
.fa-microphone-alt:before{content:""}
.fa-microphone-alt-slash:before{content:""}
.fa-microphone-slash:before{content:""}
.fa-microscope:before{content:""}
.fa-microsoft:before{content:""}
.fa-mind-share:before{content:""}
.fa-minus:before{content:""}
.fa-minus-circle:before{content:""}
.fa-minus-hexagon:before{content:""}
.fa-minus-octagon:before{content:""}
.fa-minus-square:before{content:""}
.fa-mistletoe:before{content:""}
.fa-mitten:before{content:""}
.fa-mix:before{content:""}
.fa-mixcloud:before{content:""}
.fa-mizuni:before{content:""}
.fa-mobile:before{content:""}
.fa-mobile-alt:before{content:""}
.fa-mobile-android:before{content:""}
.fa-mobile-android-alt:before{content:""}
.fa-modx:before{content:""}
.fa-monero:before{content:""}
.fa-money-bill:before{content:""}
.fa-money-bill-alt:before{content:""}
.fa-money-bill-wave:before{content:""}
.fa-money-bill-wave-alt:before{content:""}
.fa-money-check:before{content:""}
.fa-money-check-alt:before{content:""}
.fa-monitor-heart-rate:before{content:""}
.fa-monkey:before{content:""}
.fa-monument:before{content:""}
.fa-moon:before{content:""}
.fa-moon-cloud:before{content:""}
.fa-moon-stars:before{content:""}
.fa-mortar-pestle:before{content:""}
.fa-mosque:before{content:""}
.fa-motorcycle:before{content:""}
.fa-mountain:before{content:""}
.fa-mountains:before{content:""}
.fa-mouse-pointer:before{content:""}
.fa-mug-hot:before{content:""}
.fa-mug-marshmallows:before{content:""}
.fa-music:before{content:""}
.fa-napster:before{content:""}
.fa-narwhal:before{content:""}
.fa-neos:before{content:""}
.fa-network-wired:before{content:""}
.fa-neuter:before{content:""}
.fa-newspaper:before{content:""}
.fa-nimblr:before{content:""}
.fa-nintendo-switch:before{content:""}
.fa-node:before{content:""}
.fa-node-js:before{content:""}
.fa-not-equal:before{content:""}
.fa-notes-medical:before{content:""}
.fa-npm:before{content:""}
.fa-ns8:before{content:""}
.fa-nutritionix:before{content:""}
.fa-object-group:before{content:""}
.fa-object-ungroup:before{content:""}
.fa-octagon:before{content:""}
.fa-odnoklassniki:before{content:""}
.fa-odnoklassniki-square:before{content:""}
.fa-oil-can:before{content:""}
.fa-oil-temp:before{content:""}
.fa-old-republic:before{content:""}
.fa-om:before{content:""}
.fa-omega:before{content:""}
.fa-opencart:before{content:""}
.fa-openid:before{content:""}
.fa-opera:before{content:""}
.fa-optin-monster:before{content:""}
.fa-ornament:before{content:""}
.fa-osi:before{content:""}
.fa-otter:before{content:""}
.fa-outdent:before{content:""}
.fa-page4:before{content:""}
.fa-pagelines:before{content:""}
.fa-pager:before{content:""}
.fa-paint-brush:before{content:""}
.fa-paint-brush-alt:before{content:""}
.fa-paint-roller:before{content:""}
.fa-palette:before{content:""}
.fa-palfed:before{content:""}
.fa-pallet:before{content:""}
.fa-pallet-alt:before{content:""}
.fa-paper-plane:before{content:""}
.fa-paperclip:before{content:""}
.fa-parachute-box:before{content:""}
.fa-paragraph:before{content:""}
.fa-parking:before{content:""}
.fa-parking-circle:before{content:""}
.fa-parking-circle-slash:before{content:""}
.fa-parking-slash:before{content:""}
.fa-passport:before{content:""}
.fa-pastafarianism:before{content:""}
.fa-paste:before{content:""}
.fa-patreon:before{content:""}
.fa-pause:before{content:""}
.fa-pause-circle:before{content:""}
.fa-paw:before{content:""}
.fa-paw-alt:before{content:""}
.fa-paw-claws:before{content:""}
.fa-paypal:before{content:""}
.fa-peace:before{content:""}
.fa-pegasus:before{content:""}
.fa-pen:before{content:""}
.fa-pen-alt:before{content:""}
.fa-pen-fancy:before{content:""}
.fa-pen-nib:before{content:""}
.fa-pen-square:before{content:""}
.fa-pencil:before{content:""}
.fa-pencil-alt:before{content:""}
.fa-pencil-paintbrush:before{content:""}
.fa-pencil-ruler:before{content:""}
.fa-pennant:before{content:""}
.fa-penny-arcade:before{content:""}
.fa-people-carry:before{content:""}
.fa-pepper-hot:before{content:""}
.fa-percent:before{content:""}
.fa-percentage:before{content:""}
.fa-periscope:before{content:""}
.fa-person-booth:before{content:""}
.fa-person-carry:before{content:""}
.fa-person-dolly:before{content:""}
.fa-person-dolly-empty:before{content:""}
.fa-person-sign:before{content:""}
.fa-phabricator:before{content:""}
.fa-phoenix-framework:before{content:""}
.fa-phoenix-squadron:before{content:""}
.fa-phone:before{content:""}
.fa-phone-office:before{content:""}
.fa-phone-plus:before{content:""}
.fa-phone-slash:before{content:""}
.fa-phone-square:before{content:""}
.fa-phone-volume:before{content:""}
.fa-php:before{content:""}
.fa-pi:before{content:""}
.fa-pie:before{content:""}
.fa-pied-piper:before{content:""}
.fa-pied-piper-alt:before{content:""}
.fa-pied-piper-hat:before{content:""}
.fa-pied-piper-pp:before{content:""}
.fa-pig:before{content:""}
.fa-piggy-bank:before{content:""}
.fa-pills:before{content:""}
.fa-pinterest:before{content:""}
.fa-pinterest-p:before{content:""}
.fa-pinterest-square:before{content:""}
.fa-pizza:before{content:""}
.fa-pizza-slice:before{content:""}
.fa-place-of-worship:before{content:""}
.fa-plane:before{content:""}
.fa-plane-alt:before{content:""}
.fa-plane-arrival:before{content:""}
.fa-plane-departure:before{content:""}
.fa-play:before{content:""}
.fa-play-circle:before{content:""}
.fa-playstation:before{content:""}
.fa-plug:before{content:""}
.fa-plus:before{content:""}
.fa-plus-circle:before{content:""}
.fa-plus-hexagon:before{content:""}
.fa-plus-octagon:before{content:""}
.fa-plus-square:before{content:""}
.fa-podcast:before{content:""}
.fa-podium:before{content:""}
.fa-podium-star:before{content:""}
.fa-poll:before{content:""}
.fa-poll-h:before{content:""}
.fa-poll-people:before{content:""}
.fa-poo:before{content:""}
.fa-poo-storm:before{content:""}
.fa-poop:before{content:""}
.fa-popcorn:before{content:""}
.fa-portrait:before{content:""}
.fa-pound-sign:before{content:""}
.fa-power-off:before{content:""}
.fa-pray:before{content:""}
.fa-praying-hands:before{content:""}
.fa-prescription:before{content:""}
.fa-prescription-bottle:before{content:""}
.fa-prescription-bottle-alt:before{content:""}
.fa-presentation:before{content:""}
.fa-print:before{content:""}
.fa-print-search:before{content:""}
.fa-print-slash:before{content:""}
.fa-procedures:before{content:""}
.fa-product-hunt:before{content:""}
.fa-project-diagram:before{content:""}
.fa-pumpkin:before{content:""}
.fa-pushed:before{content:""}
.fa-puzzle-piece:before{content:""}
.fa-python:before{content:""}
.fa-qq:before{content:""}
.fa-qrcode:before{content:""}
.fa-question:before{content:""}
.fa-question-circle:before{content:""}
.fa-question-square:before{content:""}
.fa-quidditch:before{content:""}
.fa-quinscape:before{content:""}
.fa-quora:before{content:""}
.fa-quote-left:before{content:""}
.fa-quote-right:before{content:""}
.fa-quran:before{content:""}
.fa-r-project:before{content:""}
.fa-rabbit:before{content:""}
.fa-rabbit-fast:before{content:""}
.fa-racquet:before{content:""}
.fa-radiation:before{content:""}
.fa-radiation-alt:before{content:""}
.fa-rainbow:before{content:""}
.fa-raindrops:before{content:""}
.fa-ram:before{content:""}
.fa-ramp-loading:before{content:""}
.fa-random:before{content:""}
.fa-raspberry-pi:before{content:""}
.fa-ravelry:before{content:""}
.fa-react:before{content:""}
.fa-reacteurope:before{content:""}
.fa-readme:before{content:""}
.fa-rebel:before{content:""}
.fa-receipt:before{content:""}
.fa-rectangle-landscape:before{content:""}
.fa-rectangle-portrait:before{content:""}
.fa-rectangle-wide:before{content:""}
.fa-recycle:before{content:""}
.fa-red-river:before{content:""}
.fa-reddit:before{content:""}
.fa-reddit-alien:before{content:""}
.fa-reddit-square:before{content:""}
.fa-redhat:before{content:""}
.fa-redo:before{content:""}
.fa-redo-alt:before{content:""}
.fa-registered:before{content:""}
.fa-renren:before{content:""}
.fa-repeat:before{content:""}
.fa-repeat-1:before{content:""}
.fa-repeat-1-alt:before{content:""}
.fa-repeat-alt:before{content:""}
.fa-reply:before{content:""}
.fa-reply-all:before{content:""}
.fa-replyd:before{content:""}
.fa-republican:before{content:""}
.fa-researchgate:before{content:""}
.fa-resolving:before{content:""}
.fa-restroom:before{content:""}
.fa-retweet:before{content:""}
.fa-retweet-alt:before{content:""}
.fa-rev:before{content:""}
.fa-ribbon:before{content:""}
.fa-ring:before{content:""}
.fa-rings-wedding:before{content:""}
.fa-road:before{content:""}
.fa-robot:before{content:""}
.fa-rocket:before{content:""}
.fa-rocketchat:before{content:""}
.fa-rockrms:before{content:""}
.fa-route:before{content:""}
.fa-route-highway:before{content:""}
.fa-route-interstate:before{content:""}
.fa-rss:before{content:""}
.fa-rss-square:before{content:""}
.fa-ruble-sign:before{content:""}
.fa-ruler:before{content:""}
.fa-ruler-combined:before{content:""}
.fa-ruler-horizontal:before{content:""}
.fa-ruler-triangle:before{content:""}
.fa-ruler-vertical:before{content:""}
.fa-running:before{content:""}
.fa-rupee-sign:before{content:""}
.fa-rv:before{content:""}
.fa-sack:before{content:""}
.fa-sack-dollar:before{content:""}
.fa-sad-cry:before{content:""}
.fa-sad-tear:before{content:""}
.fa-safari:before{content:""}
.fa-salad:before{content:""}
.fa-salesforce:before{content:""}
.fa-sandwich:before{content:""}
.fa-sass:before{content:""}
.fa-satellite:before{content:""}
.fa-satellite-dish:before{content:""}
.fa-sausage:before{content:""}
.fa-save:before{content:""}
.fa-scalpel:before{content:""}
.fa-scalpel-path:before{content:""}
.fa-scanner:before{content:""}
.fa-scanner-keyboard:before{content:""}
.fa-scanner-touchscreen:before{content:""}
.fa-scarecrow:before{content:""}
.fa-scarf:before{content:""}
.fa-schlix:before{content:""}
.fa-school:before{content:""}
.fa-screwdriver:before{content:""}
.fa-scribd:before{content:""}
.fa-scroll:before{content:""}
.fa-scroll-old:before{content:""}
.fa-scrubber:before{content:""}
.fa-scythe:before{content:""}
.fa-sd-card:before{content:""}
.fa-search:before{content:""}
.fa-search-dollar:before{content:""}
.fa-search-location:before{content:""}
.fa-search-minus:before{content:""}
.fa-search-plus:before{content:""}
.fa-searchengin:before{content:""}
.fa-seedling:before{content:""}
.fa-sellcast:before{content:""}
.fa-sellsy:before{content:""}
.fa-server:before{content:""}
.fa-servicestack:before{content:""}
.fa-shapes:before{content:""}
.fa-share:before{content:""}
.fa-share-all:before{content:""}
.fa-share-alt:before{content:""}
.fa-share-alt-square:before{content:""}
.fa-share-square:before{content:""}
.fa-sheep:before{content:""}
.fa-shekel-sign:before{content:""}
.fa-shield:before{content:""}
.fa-shield-alt:before{content:""}
.fa-shield-check:before{content:""}
.fa-shield-cross:before{content:""}
.fa-ship:before{content:""}
.fa-shipping-fast:before{content:""}
.fa-shipping-timed:before{content:""}
.fa-shirtsinbulk:before{content:""}
.fa-shish-kebab:before{content:""}
.fa-shoe-prints:before{content:""}
.fa-shopping-bag:before{content:""}
.fa-shopping-basket:before{content:""}
.fa-shopping-cart:before{content:""}
.fa-shopware:before{content:""}
.fa-shovel:before{content:""}
.fa-shovel-snow:before{content:""}
.fa-shower:before{content:""}
.fa-shredder:before{content:""}
.fa-shuttle-van:before{content:""}
.fa-shuttlecock:before{content:""}
.fa-sickle:before{content:""}
.fa-sigma:before{content:""}
.fa-sign:before{content:""}
.fa-sign-in:before{content:""}
.fa-sign-in-alt:before{content:""}
.fa-sign-language:before{content:""}
.fa-sign-out:before{content:""}
.fa-sign-out-alt:before{content:""}
.fa-signal:before{content:""}
.fa-signal-1:before{content:""}
.fa-signal-2:before{content:""}
.fa-signal-3:before{content:""}
.fa-signal-4:before{content:""}
.fa-signal-alt:before{content:""}
.fa-signal-alt-1:before{content:""}
.fa-signal-alt-2:before{content:""}
.fa-signal-alt-3:before{content:""}
.fa-signal-alt-slash:before{content:""}
.fa-signal-slash:before{content:""}
.fa-signature:before{content:""}
.fa-sim-card:before{content:""}
.fa-simplybuilt:before{content:""}
.fa-sistrix:before{content:""}
.fa-sitemap:before{content:""}
.fa-sith:before{content:""}
.fa-skating:before{content:""}
.fa-skeleton:before{content:""}
.fa-sketch:before{content:""}
.fa-ski-jump:before{content:""}
.fa-ski-lift:before{content:""}
.fa-skiing:before{content:""}
.fa-skiing-nordic:before{content:""}
.fa-skull:before{content:""}
.fa-skull-crossbones:before{content:""}
.fa-skyatlas:before{content:""}
.fa-skype:before{content:""}
.fa-slack:before{content:""}
.fa-slack-hash:before{content:""}
.fa-slash:before{content:""}
.fa-sledding:before{content:""}
.fa-sleigh:before{content:""}
.fa-sliders-h:before{content:""}
.fa-sliders-h-square:before{content:""}
.fa-sliders-v:before{content:""}
.fa-sliders-v-square:before{content:""}
.fa-slideshare:before{content:""}
.fa-smile:before{content:""}
.fa-smile-beam:before{content:""}
.fa-smile-plus:before{content:""}
.fa-smile-wink:before{content:""}
.fa-smog:before{content:""}
.fa-smoke:before{content:""}
.fa-smoking:before{content:""}
.fa-smoking-ban:before{content:""}
.fa-sms:before{content:""}
.fa-snake:before{content:""}
.fa-snapchat:before{content:""}
.fa-snapchat-ghost:before{content:""}
.fa-snapchat-square:before{content:""}
.fa-snow-blowing:before{content:""}
.fa-snowboarding:before{content:""}
.fa-snowflake:before{content:""}
.fa-snowflakes:before{content:""}
.fa-snowman:before{content:""}
.fa-snowmobile:before{content:""}
.fa-snowplow:before{content:""}
.fa-socks:before{content:""}
.fa-solar-panel:before{content:""}
.fa-sort:before{content:""}
.fa-sort-alpha-down:before{content:""}
.fa-sort-alpha-up:before{content:""}
.fa-sort-amount-down:before{content:""}
.fa-sort-amount-up:before{content:""}
.fa-sort-down:before{content:""}
.fa-sort-numeric-down:before{content:""}
.fa-sort-numeric-up:before{content:""}
.fa-sort-up:before{content:""}
.fa-soundcloud:before{content:""}
.fa-soup:before{content:""}
.fa-sourcetree:before{content:""}
.fa-spa:before{content:""}
.fa-space-shuttle:before{content:""}
.fa-spade:before{content:""}
.fa-speakap:before{content:""}
.fa-speaker-deck:before{content:""}
.fa-spider:before{content:""}
.fa-spider-black-widow:before{content:""}
.fa-spider-web:before{content:""}
.fa-spinner:before{content:""}
.fa-spinner-third:before{content:""}
.fa-splotch:before{content:""}
.fa-spotify:before{content:""}
.fa-spray-can:before{content:""}
.fa-square:before{content:""}
.fa-square-full:before{content:""}
.fa-square-root:before{content:""}
.fa-square-root-alt:before{content:""}
.fa-squarespace:before{content:""}
.fa-squirrel:before{content:""}
.fa-stack-exchange:before{content:""}
.fa-stack-overflow:before{content:""}
.fa-staff:before{content:""}
.fa-stamp:before{content:""}
.fa-star:before{content:""}
.fa-star-and-crescent:before{content:""}
.fa-star-christmas:before{content:""}
.fa-star-exclamation:before{content:""}
.fa-star-half:before{content:""}
.fa-star-half-alt:before{content:""}
.fa-star-of-david:before{content:""}
.fa-star-of-life:before{content:""}
.fa-stars:before{content:""}
.fa-staylinked:before{content:""}
.fa-steak:before{content:""}
.fa-steam:before{content:""}
.fa-steam-square:before{content:""}
.fa-steam-symbol:before{content:""}
.fa-steering-wheel:before{content:""}
.fa-step-backward:before{content:""}
.fa-step-forward:before{content:""}
.fa-stethoscope:before{content:""}
.fa-sticker-mule:before{content:""}
.fa-sticky-note:before{content:""}
.fa-stocking:before{content:""}
.fa-stomach:before{content:""}
.fa-stop:before{content:""}
.fa-stop-circle:before{content:""}
.fa-stopwatch:before{content:""}
.fa-store:before{content:""}
.fa-store-alt:before{content:""}
.fa-strava:before{content:""}
.fa-stream:before{content:""}
.fa-street-view:before{content:""}
.fa-stretcher:before{content:""}
.fa-strikethrough:before{content:""}
.fa-stripe:before{content:""}
.fa-stripe-s:before{content:""}
.fa-stroopwafel:before{content:""}
.fa-studiovinari:before{content:""}
.fa-stumbleupon:before{content:""}
.fa-stumbleupon-circle:before{content:""}
.fa-subscript:before{content:""}
.fa-subway:before{content:""}
.fa-suitcase:before{content:""}
.fa-suitcase-rolling:before{content:""}
.fa-sun:before{content:""}
.fa-sun-cloud:before{content:""}
.fa-sun-dust:before{content:""}
.fa-sun-haze:before{content:""}
.fa-sunrise:before{content:""}
.fa-sunset:before{content:""}
.fa-superpowers:before{content:""}
.fa-superscript:before{content:""}
.fa-supple:before{content:""}
.fa-surprise:before{content:""}
.fa-suse:before{content:""}
.fa-swatchbook:before{content:""}
.fa-swimmer:before{content:""}
.fa-swimming-pool:before{content:""}
.fa-sword:before{content:""}
.fa-swords:before{content:""}
.fa-symfony:before{content:""}
.fa-synagogue:before{content:""}
.fa-sync:before{content:""}
.fa-sync-alt:before{content:""}
.fa-syringe:before{content:""}
.fa-table:before{content:""}
.fa-table-tennis:before{content:""}
.fa-tablet:before{content:""}
.fa-tablet-alt:before{content:""}
.fa-tablet-android:before{content:""}
.fa-tablet-android-alt:before{content:""}
.fa-tablet-rugged:before{content:""}
.fa-tablets:before{content:""}
.fa-tachometer:before{content:""}
.fa-tachometer-alt:before{content:""}
.fa-tachometer-alt-average:before{content:""}
.fa-tachometer-alt-fast:before{content:""}
.fa-tachometer-alt-fastest:before{content:""}
.fa-tachometer-alt-slow:before{content:""}
.fa-tachometer-alt-slowest:before{content:""}
.fa-tachometer-average:before{content:""}
.fa-tachometer-fast:before{content:""}
.fa-tachometer-fastest:before{content:""}
.fa-tachometer-slow:before{content:""}
.fa-tachometer-slowest:before{content:""}
.fa-taco:before{content:""}
.fa-tag:before{content:""}
.fa-tags:before{content:""}
.fa-tally:before{content:""}
.fa-tanakh:before{content:""}
.fa-tape:before{content:""}
.fa-tasks:before{content:""}
.fa-tasks-alt:before{content:""}
.fa-taxi:before{content:""}
.fa-teamspeak:before{content:""}
.fa-teeth:before{content:""}
.fa-teeth-open:before{content:""}
.fa-telegram:before{content:""}
.fa-telegram-plane:before{content:""}
.fa-temperature-frigid:before{content:""}
.fa-temperature-high:before{content:""}
.fa-temperature-hot:before{content:""}
.fa-temperature-low:before{content:""}
.fa-tencent-weibo:before{content:""}
.fa-tenge:before{content:""}
.fa-tennis-ball:before{content:""}
.fa-terminal:before{content:""}
.fa-text-height:before{content:""}
.fa-text-width:before{content:""}
.fa-th:before{content:""}
.fa-th-large:before{content:""}
.fa-th-list:before{content:""}
.fa-the-red-yeti:before{content:""}
.fa-theater-masks:before{content:""}
.fa-themeco:before{content:""}
.fa-themeisle:before{content:""}
.fa-thermometer:before{content:""}
.fa-thermometer-empty:before{content:""}
.fa-thermometer-full:before{content:""}
.fa-thermometer-half:before{content:""}
.fa-thermometer-quarter:before{content:""}
.fa-thermometer-three-quarters:before{content:""}
.fa-theta:before{content:""}
.fa-think-peaks:before{content:""}
.fa-thumbs-down:before{content:""}
.fa-thumbs-up:before{content:""}
.fa-thumbtack:before{content:""}
.fa-thunderstorm:before{content:""}
.fa-thunderstorm-moon:before{content:""}
.fa-thunderstorm-sun:before{content:""}
.fa-ticket:before{content:""}
.fa-ticket-alt:before{content:""}
.fa-tilde:before{content:""}
.fa-times:before{content:""}
.fa-times-circle:before{content:""}
.fa-times-hexagon:before{content:""}
.fa-times-octagon:before{content:""}
.fa-times-square:before{content:""}
.fa-tint:before{content:""}
.fa-tint-slash:before{content:""}
.fa-tire:before{content:""}
.fa-tire-flat:before{content:""}
.fa-tire-pressure-warning:before{content:""}
.fa-tire-rugged:before{content:""}
.fa-tired:before{content:""}
.fa-toggle-off:before{content:""}
.fa-toggle-on:before{content:""}
.fa-toilet:before{content:""}
.fa-toilet-paper:before{content:""}
.fa-toilet-paper-alt:before{content:""}
.fa-tombstone:before{content:""}
.fa-tombstone-alt:before{content:""}
.fa-toolbox:before{content:""}
.fa-tools:before{content:""}
.fa-tooth:before{content:""}
.fa-toothbrush:before{content:""}
.fa-torah:before{content:""}
.fa-torii-gate:before{content:""}
.fa-tornado:before{content:""}
.fa-tractor:before{content:""}
.fa-trade-federation:before{content:""}
.fa-trademark:before{content:""}
.fa-traffic-cone:before{content:""}
.fa-traffic-light:before{content:""}
.fa-traffic-light-go:before{content:""}
.fa-traffic-light-slow:before{content:""}
.fa-traffic-light-stop:before{content:""}
.fa-train:before{content:""}
.fa-tram:before{content:""}
.fa-transgender:before{content:""}
.fa-transgender-alt:before{content:""}
.fa-trash:before{content:""}
.fa-trash-alt:before{content:""}
.fa-trash-restore:before{content:""}
.fa-trash-restore-alt:before{content:""}
.fa-treasure-chest:before{content:""}
.fa-tree:before{content:""}
.fa-tree-alt:before{content:""}
.fa-tree-christmas:before{content:""}
.fa-tree-decorated:before{content:""}
.fa-tree-large:before{content:""}
.fa-tree-palm:before{content:""}
.fa-trees:before{content:""}
.fa-trello:before{content:""}
.fa-triangle:before{content:""}
.fa-tripadvisor:before{content:""}
.fa-trophy:before{content:""}
.fa-trophy-alt:before{content:""}
.fa-truck:before{content:""}
.fa-truck-container:before{content:""}
.fa-truck-couch:before{content:""}
.fa-truck-loading:before{content:""}
.fa-truck-monster:before{content:""}
.fa-truck-moving:before{content:""}
.fa-truck-pickup:before{content:""}
.fa-truck-plow:before{content:""}
.fa-truck-ramp:before{content:""}
.fa-tshirt:before{content:""}
.fa-tty:before{content:""}
.fa-tumblr:before{content:""}
.fa-tumblr-square:before{content:""}
.fa-turkey:before{content:""}
.fa-turtle:before{content:""}
.fa-tv:before{content:""}
.fa-tv-retro:before{content:""}
.fa-twitch:before{content:""}
.fa-twitter:before{content:""}
.fa-twitter-square:before{content:""}
.fa-typo3:before{content:""}
.fa-uber:before{content:""}
.fa-ubuntu:before{content:""}
.fa-uikit:before{content:""}
.fa-umbrella:before{content:""}
.fa-umbrella-beach:before{content:""}
.fa-underline:before{content:""}
.fa-undo:before{content:""}
.fa-undo-alt:before{content:""}
.fa-unicorn:before{content:""}
.fa-union:before{content:""}
.fa-uniregistry:before{content:""}
.fa-universal-access:before{content:""}
.fa-university:before{content:""}
.fa-unlink:before{content:""}
.fa-unlock:before{content:""}
.fa-unlock-alt:before{content:""}
.fa-untappd:before{content:""}
.fa-upload:before{content:""}
.fa-ups:before{content:""}
.fa-usb:before{content:""}
.fa-usd-circle:before{content:""}
.fa-usd-square:before{content:""}
.fa-user:before{content:""}
.fa-user-alt:before{content:""}
.fa-user-alt-slash:before{content:""}
.fa-user-astronaut:before{content:""}
.fa-user-chart:before{content:""}
.fa-user-check:before{content:""}
.fa-user-circle:before{content:""}
.fa-user-clock:before{content:""}
.fa-user-cog:before{content:""}
.fa-user-crown:before{content:""}
.fa-user-edit:before{content:""}
.fa-user-friends:before{content:""}
.fa-user-graduate:before{content:""}
.fa-user-hard-hat:before{content:""}
.fa-user-headset:before{content:""}
.fa-user-injured:before{content:""}
.fa-user-lock:before{content:""}
.fa-user-md:before{content:""}
.fa-user-md-chat:before{content:""}
.fa-user-minus:before{content:""}
.fa-user-ninja:before{content:""}
.fa-user-nurse:before{content:""}
.fa-user-plus:before{content:""}
.fa-user-secret:before{content:""}
.fa-user-shield:before{content:""}
.fa-user-slash:before{content:""}
.fa-user-tag:before{content:""}
.fa-user-tie:before{content:""}
.fa-user-times:before{content:""}
.fa-users:before{content:""}
.fa-users-class:before{content:""}
.fa-users-cog:before{content:""}
.fa-users-crown:before{content:""}
.fa-users-medical:before{content:""}
.fa-usps:before{content:""}
.fa-ussunnah:before{content:""}
.fa-utensil-fork:before{content:""}
.fa-utensil-knife:before{content:""}
.fa-utensil-spoon:before{content:""}
.fa-utensils:before{content:""}
.fa-utensils-alt:before{content:""}
.fa-vaadin:before{content:""}
.fa-value-absolute:before{content:""}
.fa-vector-square:before{content:""}
.fa-venus:before{content:""}
.fa-venus-double:before{content:""}
.fa-venus-mars:before{content:""}
.fa-viacoin:before{content:""}
.fa-viadeo:before{content:""}
.fa-viadeo-square:before{content:""}
.fa-vial:before{content:""}
.fa-vials:before{content:""}
.fa-viber:before{content:""}
.fa-video:before{content:""}
.fa-video-plus:before{content:""}
.fa-video-slash:before{content:""}
.fa-vihara:before{content:""}
.fa-vimeo:before{content:""}
.fa-vimeo-square:before{content:""}
.fa-vimeo-v:before{content:""}
.fa-vine:before{content:""}
.fa-vk:before{content:""}
.fa-vnv:before{content:""}
.fa-volcano:before{content:""}
.fa-volleyball-ball:before{content:""}
.fa-volume:before{content:""}
.fa-volume-down:before{content:""}
.fa-volume-mute:before{content:""}
.fa-volume-off:before{content:""}
.fa-volume-slash:before{content:""}
.fa-volume-up:before{content:""}
.fa-vote-nay:before{content:""}
.fa-vote-yea:before{content:""}
.fa-vr-cardboard:before{content:""}
.fa-vuejs:before{content:""}
.fa-walker:before{content:""}
.fa-walking:before{content:""}
.fa-wallet:before{content:""}
.fa-wand:before{content:""}
.fa-wand-magic:before{content:""}
.fa-warehouse:before{content:""}
.fa-warehouse-alt:before{content:""}
.fa-watch:before{content:""}
.fa-watch-fitness:before{content:""}
.fa-water:before{content:""}
.fa-water-lower:before{content:""}
.fa-water-rise:before{content:""}
.fa-wave-square:before{content:""}
.fa-waze:before{content:""}
.fa-webcam:before{content:""}
.fa-webcam-slash:before{content:""}
.fa-weebly:before{content:""}
.fa-weibo:before{content:""}
.fa-weight:before{content:""}
.fa-weight-hanging:before{content:""}
.fa-weixin:before{content:""}
.fa-whale:before{content:""}
.fa-whatsapp:before{content:""}
.fa-whatsapp-square:before{content:""}
.fa-wheat:before{content:""}
.fa-wheelchair:before{content:""}
.fa-whistle:before{content:""}
.fa-whmcs:before{content:""}
.fa-wifi:before{content:""}
.fa-wifi-1:before{content:""}
.fa-wifi-2:before{content:""}
.fa-wifi-slash:before{content:""}
.fa-wikipedia-w:before{content:""}
.fa-wind:before{content:""}
.fa-wind-warning:before{content:""}
.fa-window:before{content:""}
.fa-window-alt:before{content:""}
.fa-window-close:before{content:""}
.fa-window-maximize:before{content:""}
.fa-window-minimize:before{content:""}
.fa-window-restore:before{content:""}
.fa-windows:before{content:""}
.fa-windsock:before{content:""}
.fa-wine-bottle:before{content:""}
.fa-wine-glass:before{content:""}
.fa-wine-glass-alt:before{content:""}
.fa-wix:before{content:""}
.fa-wizards-of-the-coast:before{content:""}
.fa-wolf-pack-battalion:before{content:""}
.fa-won-sign:before{content:""}
.fa-wordpress:before{content:""}
.fa-wordpress-simple:before{content:""}
.fa-wpbeginner:before{content:""}
.fa-wpexplorer:before{content:""}
.fa-wpforms:before{content:""}
.fa-wpressr:before{content:""}
.fa-wreath:before{content:""}
.fa-wrench:before{content:""}
.fa-x-ray:before{content:""}
.fa-xbox:before{content:""}
.fa-xing:before{content:""}
.fa-xing-square:before{content:""}
.fa-y-combinator:before{content:""}
.fa-yahoo:before{content:""}
.fa-yammer:before{content:""}
.fa-yandex:before{content:""}
.fa-yandex-international:before{content:""}
.fa-yarn:before{content:""}
.fa-yelp:before{content:""}
.fa-yen-sign:before{content:""}
.fa-yin-yang:before{content:""}
.fa-yoast:before{content:""}
.fa-youtube:before{content:""}
.fa-youtube-square:before{content:""}
.fa-zhihu:before{content:""}
.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 Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-display:auto;font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/f6ed548623081f235c71.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/a45ef01cd4a352f3ea26.ttf) format("truetype"),url(../images/9b6d5280c73da4e23182.svg#fontawesome) format("svg")}
.fa,.block.faq .wrapper::after,.fas,.entry-content ul.is-style-cross-list>li::before,.entry-content ul.is-style-arrow>li::before,.entry-content ul.is-style-checkmark>li::before,.block.podcast .block-inner .list a::before,.arrow-link::after,.is-style-with-arrow .btn::after,.is-style-with-arrow .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .is-style-with-arrow button::after,.is-style-with-arrow .wp-block-button__link::after,.is-style-with-arrow .wp-block-file .wp-block-file__button::after,.is-style-with-arrow input[type=submit]::after,.is-style-with-arrow input[type=button]::after,.is-style-with-arrow .category-menu a::after,.category-menu .is-style-with-arrow a::after{font-family:"Font Awesome 5 Pro",sans-serif;font-weight:900}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-display:auto;font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;src:url(../fonts/82f6c604088ef9c94e16.eot);src:url(../fonts/82f6c604088ef9c94e16.eot?#iefix) format("embedded-opentype"),url(../fonts/149a6b9ab513cdae59f1.woff2) format("woff2"),url(../fonts/072e73178c34406263a4.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../images/cddd044378671238be4a.svg#fontawesome) format("svg")}
.far,.entry-content ul.is-style-arrow-rounded>li::before,.entry-content ul.is-style-checkmark-rounded>li::before,.block.pricing .feature.cross::before,.block.pricing .feature.check::before{font-family:"Font Awesome 5 Pro",sans-serif;font-weight:400}
.alignfull{margin-left:-2.5rem !important;margin-right:-2.5rem !important;max-width:none !important;width:auto !important}
.alignwide{max-width:69.375rem !important}
.aligncenter{margin-left:auto;margin-right:auto}
.alignleft{float:left;margin-bottom:1.25rem;margin-right:1.25rem}
.alignright{float:right;margin-bottom:1.25rem;margin-left:1.25rem}
.has-black-color{color:#000}
.has-black-color:hover{color:#000}
.has-black-background-color,.block.form-cta .block-inner form button{background-color:#000}
.has-blue-color{color:#2c79c4}
.has-blue-color:hover{color:#2c79c4}
.has-blue-background-color,.btn.is-blue,.block.form-cta .block-inner form button.is-blue,.category-menu a.is-blue,.wp-block-button__link.is-blue,.wp-block-file .wp-block-file__button.is-blue,input[type=submit].is-blue,input[type=button].is-blue{background-color:#2c79c4}
.has-blue-light-color{color:#d5e4f3}
.has-blue-light-color:hover{color:#d5e4f3}
.has-blue-light-background-color{background-color:#d5e4f3}
.has-grey-1-color{color:#ececec}
.has-grey-1-color:hover{color:#ececec}
.has-grey-1-background-color{background-color:#ececec}
.has-grey-2-color{color:#526d7a}
.has-grey-2-color:hover{color:#526d7a}
.has-grey-2-background-color{background-color:#526d7a}
.has-grey-3-color{color:#666}
.has-grey-3-color:hover{color:#666}
.has-grey-3-background-color{background-color:#666}
.has-grey-4-color{color:#c4c4c4}
.has-grey-4-color:hover{color:#c4c4c4}
.has-grey-4-background-color{background-color:#c4c4c4}
.has-grey-5-color{color:#dadada}
.has-grey-5-color:hover{color:#dadada}
.has-grey-5-background-color{background-color:#dadada}
.has-grey-6-color{color:#e6e6e6}
.has-grey-6-color:hover{color:#e6e6e6}
.has-grey-6-background-color{background-color:#e6e6e6}
.has-grey-7-color{color:#f7fafc}
.has-grey-7-color:hover{color:#f7fafc}
.has-grey-7-background-color{background-color:#f7fafc}
.has-grey-8-color{color:#f8f8f8}
.has-grey-8-color:hover{color:#f8f8f8}
.has-grey-8-background-color{background-color:#f8f8f8}
.has-orange-color{color:#fc943e}
.has-orange-color:hover{color:#fc943e}
.has-orange-background-color,.btn.is-orange,.block.form-cta .block-inner form button.is-orange,.category-menu a.is-orange,.wp-block-button__link.is-orange,.wp-block-file .wp-block-file__button.is-orange,input[type=submit].is-orange,input[type=button].is-orange{background-color:#fc943e}
.has-orange-light-color{color:#feead8}
.has-orange-light-color:hover{color:#feead8}
.has-orange-light-background-color{background-color:#feead8}
.has-red-color{color:#ff4043}
.has-red-color:hover{color:#ff4043}
.has-red-background-color{background-color:#ff4043}
.has-red-orange-color{color:#e85127}
.has-red-orange-color:hover{color:#e85127}
.has-red-orange-background-color{background-color:#e85127}
.has-shadow-color{color:#2c4264}
.has-shadow-color:hover{color:#2c4264}
.has-shadow-background-color{background-color:#2c4264}
.has-teal-color{color:#6ecadc}
.has-teal-color:hover{color:#6ecadc}
.has-teal-background-color,.gform_wrapper input[type=submit],.btn.is-teal,.block.form-cta .block-inner form button.is-teal,.gform_wrapper .gform_page_footer .btn.gform_next_button,.gform_wrapper .gform_page_footer .block.form-cta .block-inner form button.gform_next_button,.block.form-cta .block-inner form .gform_wrapper .gform_page_footer button.gform_next_button,.category-menu a.is-teal,.category-menu .gform_wrapper .gform_page_footer a.gform_next_button,.gform_wrapper .gform_page_footer .category-menu a.gform_next_button,.wp-block-button__link.is-teal,.gform_wrapper .gform_page_footer .wp-block-button__link.gform_next_button,.wp-block-file .wp-block-file__button.is-teal,.wp-block-file .gform_wrapper .gform_page_footer .wp-block-file__button.gform_next_button,.gform_wrapper .gform_page_footer .wp-block-file .wp-block-file__button.gform_next_button,input[type=submit].is-teal,.gform_wrapper .gform_page_footer input[type=submit],input[type=button].is-teal,.gform_wrapper .gform_page_footer input[type=button].gform_next_button{background-color:#6ecadc}
.has-teal-light-color{color:#e2f4f8}
.has-teal-light-color:hover{color:#e2f4f8}
.has-teal-light-background-color{background-color:#e2f4f8}
.has-white-color,.btn.is-blue,.block.form-cta .block-inner form button.is-blue,.category-menu a.is-blue,.wp-block-button__link.is-blue,.wp-block-file .wp-block-file__button.is-blue,input[type=submit].is-blue,input[type=button].is-blue{color:#fff}
.has-white-color:hover,.btn.is-blue:hover,.block.form-cta .block-inner form button.is-blue:hover,.category-menu a.is-blue:hover,.wp-block-button__link.is-blue:hover,.wp-block-file .wp-block-file__button.is-blue:hover,input[type=submit].is-blue:hover,input[type=button].is-blue:hover{color:#fff}
.has-white-background-color{background-color:#fff}
*{box-sizing:border-box}
html,body{overflow-x:hidden;scroll-behavior:smooth}
body{font-family:"Bitter",serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.5}
img{height:auto;max-width:100%}
p:empty{display:none}
.container{margin:auto;padding:0 2.5rem;width:100%;max-width:74.375rem}
.site-inner{margin:auto;padding:0 2.5rem;width:100%}
.content-width,.block.wrapper .wrapper-content .inner-blocks>*,.page .content>article>.entry-header,.single .content>article>.entry-header,.archive-description,.entry-content>*,.bottom-sections>*{margin-left:auto;margin-right:auto;max-width:45.625rem}
.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}
.skewed-bg,.skewed-bg-white,.has-white-skewed-bg::before,.skewed-bg-teal-light,.has-teal-light-skewed-bg::before,.skewed-bg-teal,.has-teal-skewed-bg::before,.skewed-bg-shadow,.has-shadow-skewed-bg::before,.skewed-bg-red-orange,.has-red-orange-skewed-bg::before,.skewed-bg-red,.has-red-skewed-bg::before,.skewed-bg-orange-light,.has-orange-light-skewed-bg::before,.skewed-bg-orange,.has-orange-skewed-bg::before,.skewed-bg-grey-8,.has-grey-8-skewed-bg::before,.skewed-bg-grey-7,.has-grey-7-skewed-bg::before,.skewed-bg-grey-6,.has-grey-6-skewed-bg::before,.skewed-bg-grey-5,.has-grey-5-skewed-bg::before,.skewed-bg-grey-4,.has-grey-4-skewed-bg::before,.skewed-bg-grey-3,.has-grey-3-skewed-bg::before,.skewed-bg-grey-2,.has-grey-2-skewed-bg::before,.skewed-bg-grey-1,.has-grey-1-skewed-bg::before,.skewed-bg-blue-light,.has-blue-light-skewed-bg::before,.skewed-bg-blue,.has-blue-skewed-bg::before,.skewed-bg-black,.has-black-skewed-bg::before{bottom:0;left:0;position:absolute;right:0;top:0;transform:skewY(-2.0618deg);z-index:-1}
.skewed-bg-black,.has-black-skewed-bg::before{background-color:#000}
.has-black-skewed-bg{position:relative}
.has-black-skewed-bg::before{content:""}
.skewed-bg-blue,.has-blue-skewed-bg::before{background-color:#2c79c4}
.has-blue-skewed-bg{position:relative}
.has-blue-skewed-bg::before{content:""}
.skewed-bg-blue-light,.has-blue-light-skewed-bg::before{background-color:#d5e4f3}
.has-blue-light-skewed-bg{position:relative}
.has-blue-light-skewed-bg::before{content:""}
.skewed-bg-grey-1,.has-grey-1-skewed-bg::before{background-color:#ececec}
.has-grey-1-skewed-bg{position:relative}
.has-grey-1-skewed-bg::before{content:""}
.skewed-bg-grey-2,.has-grey-2-skewed-bg::before{background-color:#526d7a}
.has-grey-2-skewed-bg{position:relative}
.has-grey-2-skewed-bg::before{content:""}
.skewed-bg-grey-3,.has-grey-3-skewed-bg::before{background-color:#666}
.has-grey-3-skewed-bg{position:relative}
.has-grey-3-skewed-bg::before{content:""}
.skewed-bg-grey-4,.has-grey-4-skewed-bg::before{background-color:#c4c4c4}
.has-grey-4-skewed-bg{position:relative}
.has-grey-4-skewed-bg::before{content:""}
.skewed-bg-grey-5,.has-grey-5-skewed-bg::before{background-color:#dadada}
.has-grey-5-skewed-bg{position:relative}
.has-grey-5-skewed-bg::before{content:""}
.skewed-bg-grey-6,.has-grey-6-skewed-bg::before{background-color:#e6e6e6}
.has-grey-6-skewed-bg{position:relative}
.has-grey-6-skewed-bg::before{content:""}
.skewed-bg-grey-7,.has-grey-7-skewed-bg::before{background-color:#f7fafc}
.has-grey-7-skewed-bg{position:relative}
.has-grey-7-skewed-bg::before{content:""}
.skewed-bg-grey-8,.has-grey-8-skewed-bg::before{background-color:#f8f8f8}
.has-grey-8-skewed-bg{position:relative}
.has-grey-8-skewed-bg::before{content:""}
.skewed-bg-orange,.has-orange-skewed-bg::before{background-color:#fc943e}
.has-orange-skewed-bg{position:relative}
.has-orange-skewed-bg::before{content:""}
.skewed-bg-orange-light,.has-orange-light-skewed-bg::before{background-color:#feead8}
.has-orange-light-skewed-bg{position:relative}
.has-orange-light-skewed-bg::before{content:""}
.skewed-bg-red,.has-red-skewed-bg::before{background-color:#ff4043}
.has-red-skewed-bg{position:relative}
.has-red-skewed-bg::before{content:""}
.skewed-bg-red-orange,.has-red-orange-skewed-bg::before{background-color:#e85127}
.has-red-orange-skewed-bg{position:relative}
.has-red-orange-skewed-bg::before{content:""}
.skewed-bg-shadow,.has-shadow-skewed-bg::before{background-color:#2c4264}
.has-shadow-skewed-bg{position:relative}
.has-shadow-skewed-bg::before{content:""}
.skewed-bg-teal,.has-teal-skewed-bg::before{background-color:#6ecadc}
.has-teal-skewed-bg{position:relative}
.has-teal-skewed-bg::before{content:""}
.skewed-bg-teal-light,.has-teal-light-skewed-bg::before{background-color:#e2f4f8}
.has-teal-light-skewed-bg{position:relative}
.has-teal-light-skewed-bg::before{content:""}
.skewed-bg-white,.has-white-skewed-bg::before{background-color:#fff}
.has-white-skewed-bg{position:relative}
.has-white-skewed-bg::before{content:""}
.skewed-top{transform-origin:100%}
.skewed-bottom{transform-origin:0}
.is-style-h4,h4,.is-style-h3,h3,.is-style-h2,h2,.is-style-h1,h1{font-family:"Oswald",sans-serif}
.is-style-h1,h1{font-size:4.5rem;line-height:calc(78em/72)}
.is-style-h2,h2{font-size:3rem;line-height:1.25}
.is-style-h3,h3{font-size:2.25rem;line-height:calc(42em/36)}
.is-style-h4,h4{font-size:1.5rem;line-height:1.25}
.is-style-p1{font-size:1rem;line-height:1.5}
.is-style-p2{font-size:1.125rem;line-height:calc(25em/18)}
.is-style-p3,.block.programs .program .content p:first-of-type{font-size:1.25rem;line-height:1.5}
.is-style-p4,.single-post .entry-content>p:first-child,.gform_confirmation_wrapper{font-size:1.375rem;line-height:calc(32em/22)}
.is-style-p5{font-size:3rem;line-height:calc(56em/48)}
.is-style-tag{font-size:.875rem;line-height:1.5;font-weight:500;text-transform:uppercase;font-family:"Oswald",sans-serif}
.box-static,.wp-block-quote,.wp-block-group.is-style-black-box,.wp-block-group.is-style-blue-box,.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box,.gform_wrapper,.box{background-color:#fff;border:.1875rem solid #000;border-radius:.25rem}
.box{backface-visibility:hidden;transition:.2s ease-in;box-shadow:0 0 0 #000}
.box:hover{transform:translate(0.625rem, -0.625rem);box-shadow:-0.625rem .625rem 0 #000}
.box.has-blue-shadow,.box.wp-block-group.is-style-blue-box,.box.wp-block-columns.is-style-blue-box{box-shadow:0 0 0 #2c79c4}
.box.has-blue-shadow:hover,.box.wp-block-group.is-style-blue-box:hover,.box.wp-block-columns.is-style-blue-box:hover{transform:translate(0.4375rem, -0.4375rem);box-shadow:-0.4375rem .4375rem 0 #2c79c4}
.box-static,.wp-block-quote,.wp-block-group.is-style-black-box,.wp-block-group.is-style-blue-box,.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box,.gform_wrapper{transform:translate(0.625rem, -0.625rem);box-shadow:-0.625rem .625rem 0 #000}
.box-static.has-blue-shadow,.has-blue-shadow.wp-block-quote,.has-blue-shadow.wp-block-group.is-style-black-box,.wp-block-group.is-style-blue-box,.has-blue-shadow.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box,.has-blue-shadow.gform_wrapper{transform:translate(0, 0);box-shadow:-0.4375rem .4375rem 0 #2c79c4}
.posts-grid .grid-item:hover .btn,.posts-grid .grid-item:hover .block.form-cta .block-inner form button,.block.form-cta .block-inner form .posts-grid .grid-item:hover button,.posts-grid .grid-item:hover .category-menu a,.category-menu .posts-grid .grid-item:hover a,.podcasts-grid .grid-item a:hover .btn,.podcasts-grid .grid-item a:hover .block.form-cta .block-inner form button,.block.form-cta .block-inner form .podcasts-grid .grid-item a:hover button,.podcasts-grid .grid-item a:hover .category-menu a,.category-menu .podcasts-grid .grid-item a:hover a,.btn:hover,.block.form-cta .block-inner form button:hover,.category-menu a:hover,.wp-block-button__link:hover,.wp-block-file .wp-block-file__button:hover,input[type=submit]:hover,input[type=button]:hover{box-shadow:-0.3125rem .3125rem 0 #000;color:#000;text-decoration:none;transform:translate(0.3125rem, -0.3125rem)}
.btn,.block.form-cta .block-inner form button,.category-menu a,.wp-block-button__link,.wp-block-file .wp-block-file__button,input[type=submit],input[type=button]{backface-visibility:hidden;background-color:#fff;border:.125rem solid #000;border-radius:.25rem;box-shadow:0rem 0rem 0 #000;color:#000;cursor:pointer;display:inline-block;font-family:"Oswald",sans-serif;font-weight:500;letter-spacing:.0625rem;padding:.5rem 2.375rem;text-decoration:none;text-transform:uppercase;transform:translateY(0);transition:.2s ease-in;font-size:1rem;line-height:1.5}
.btn:visited,.block.form-cta .block-inner form button:visited,.category-menu a:visited,.wp-block-button__link:visited,.wp-block-file .wp-block-file__button:visited,input[type=submit]:visited,input[type=button]:visited{color:#000}
.btn:active,.block.form-cta .block-inner form button:active,.category-menu a:active,.wp-block-button__link:active,.wp-block-file .wp-block-file__button:active,input[type=submit]:active,input[type=button]:active{box-shadow:0rem 0rem 0 #000;transform:translateY(0)}
.btn[disabled],.block.form-cta .block-inner form button[disabled],.category-menu a[disabled],.btn:disabled,.block.form-cta .block-inner form button:disabled,.category-menu a:disabled,.wp-block-button__link[disabled],.wp-block-button__link:disabled,.wp-block-file .wp-block-file__button[disabled],.wp-block-file .wp-block-file__button:disabled,input[type=submit][disabled],input[type=submit]:disabled,input[type=button][disabled],input[type=button]:disabled{background-color:#f8f8f8;border-color:#c4c4c4;color:#c4c4c4;pointer-events:none}
.btn.is-blue:visited,.block.form-cta .block-inner form button.is-blue:visited,.category-menu a.is-blue:visited,.wp-block-button__link.is-blue:visited,.wp-block-file .wp-block-file__button.is-blue:visited,input[type=submit].is-blue:visited,input[type=button].is-blue:visited{color:#fff}
.btn.is-alternate,.block.form-cta .block-inner form button.is-alternate,.category-menu a.is-alternate,.wp-block-button__link.is-alternate,.wp-block-file .wp-block-file__button.is-alternate,input[type=submit].is-alternate,input[type=button].is-alternate{background-color:#000;border-radius:.3125rem;color:#fff;letter-spacing:.125rem;padding:.625rem 2.875rem .6875rem;font-size:1.375rem;line-height:1.5}
.btn.is-alternate:hover,.block.form-cta .block-inner form button.is-alternate:hover,.category-menu a.is-alternate:hover,.wp-block-button__link.is-alternate:hover,.wp-block-file .wp-block-file__button.is-alternate:hover,input[type=submit].is-alternate:hover,input[type=button].is-alternate:hover{background-color:#2c79c4;box-shadow:unset;color:#fff;transform:unset}
.btn.is-alternate:active,.block.form-cta .block-inner form button.is-alternate:active,.category-menu a.is-alternate:active,.wp-block-button__link.is-alternate:active,.wp-block-file .wp-block-file__button.is-alternate:active,input[type=submit].is-alternate:active,input[type=button].is-alternate:active{background-color:#000}
.is-style-with-arrow .btn,.is-style-with-arrow .block.form-cta .block-inner form button,.block.form-cta .block-inner form .is-style-with-arrow button,.is-style-with-arrow .category-menu a,.category-menu .is-style-with-arrow a,.is-style-with-arrow .wp-block-button__link,.is-style-with-arrow .wp-block-file .wp-block-file__button,.is-style-with-arrow input[type=submit],.is-style-with-arrow input[type=button]{border:unset;box-shadow:unset;padding:0}
.category-menu{display:flex;flex-wrap:wrap;list-style:none;margin:-0.3125rem -0.3125rem 1.125rem;padding:0}
.category-menu-title{font-family:"Oswald",sans-serif;font-weight:700;font-size:.75rem;line-height:calc(26em/12)}
.category-menu li{margin:.3125rem}
.category-menu a{padding:.1875rem .875rem .3125rem;font-size:.625rem;line-height:1.4}
.category-menu a:hover{background-color:#6ecadc;box-shadow:-0.125rem .125rem 0 #000;transform:translate(0.125rem, -0.125rem)}
.category-menu .current-cat a,.blog .category-menu .cat-item-all a{background-color:#6ecadc}
textarea,input[type=date],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{border:.125rem solid #000;border-radius:.1875rem;color:#000;letter-spacing:.0625rem;padding:.875rem .625rem 1rem 1.75rem;text-transform:uppercase;font-size:.875rem;line-height:calc(17em/14)}
textarea::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder{color:#000}
textarea.focus-visible,input.focus-visible[type=date],input.focus-visible[type=datetime-local],input.focus-visible[type=email],input.focus-visible[type=month],input.focus-visible[type=number],input.focus-visible[type=password],input.focus-visible[type=search],input.focus-visible[type=tel],input.focus-visible[type=text],input.focus-visible[type=time],input.focus-visible[type=url],input.focus-visible[type=week]{border-color:#2c79c4}
.has-alternate-style input[type=date],.has-alternate-style input[type=datetime-local],.has-alternate-style input[type=email],.has-alternate-style input[type=month],.has-alternate-style input[type=number],.has-alternate-style input[type=password],.has-alternate-style input[type=search],.has-alternate-style input[type=tel],.has-alternate-style input[type=text],.has-alternate-style input[type=time],.has-alternate-style input[type=url],.has-alternate-style input[type=week]{font-family:"Oswald",sans-serif;font-weight:500;padding:.5rem .625rem .5625rem 1.25rem;font-size:1.5rem;line-height:1.25}
.has-dollar-sign{position:relative}
.has-dollar-sign::before{content:"$";display:block;height:1.75rem;left:1.3125rem;position:absolute;top:50%;width:1.75rem;font-family:"Oswald",sans-serif;font-weight:500;line-height:1.6875rem;transform:translateY(-50%)}
.has-dollar-sign input{padding-left:2.0625rem !important;text-align:right}
input[type=range]{-webkit-appearance:none;background:rgba(0,0,0,0);width:100%}
input[type=range]::-ms-track{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0);cursor:pointer;width:100%;background:#000;cursor:pointer;height:.125rem;width:100%}
input[type=range]::-ms-thumb{background:#2c79c4;border:.125rem solid #000;border-radius:50%;cursor:pointer;height:2.0625rem;width:2.0625rem}
input[type=range]::-ms-fill-lower{background:#000}
input[type=range]::-ms-fill-upper{background:#000}
input[type=range]::-moz-range-thumb{background:#2c79c4;border:.125rem solid #000;border-radius:50%;cursor:pointer;height:2.0625rem;width:2.0625rem}
input[type=range]::-moz-range-track{background:#000;cursor:pointer;height:.125rem;width:100%}
input[type=range]::-webkit-slider-runnable-track{background:#000;cursor:pointer;height:.125rem;width:100%}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-16px;background:#2c79c4;border:.125rem solid #000;border-radius:50%;cursor:pointer;height:2.0625rem;width:2.0625rem}
input[type=range]:focus{outline:none}
input[type=range]:focus::-webkit-slider-runnable-track{background:#000}
input[type=range]:focus::-ms-fill-lower{background:#000}
input[type=range]:focus::-ms-fill-upper{background:#000}
.fusebox-player-wrapper{position:relative}
.fusebox-player-wrapper::after{content:"";display:block;height:4.6875rem;position:absolute;top:.875rem;width:10.6875rem;right:-21rem;background-image:url(../images/0ff5428c3417d82e9aa5.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.gform_wrapper .gfield_checkbox label,.gform_wrapper .gfield_radio label{font-family:"Bitter",serif;font-weight:400;margin-left:.625rem;font-size:.875rem;line-height:calc(22em/14)}
.gform_wrapper{border-radius:.4375rem;margin:1.875rem auto 5rem;max-width:45rem;padding:3.625rem 5.25rem 3.25rem}
.gform_wrapper label{display:inline-block;font-family:"Oswald",sans-serif;font-weight:600;margin-bottom:.625rem;font-size:1.25rem;line-height:1.25}
.gform_wrapper label:empty{display:none}
.gform_wrapper label span{display:none}
.gform_wrapper .gfield_label{display:inline-block;font-family:"Oswald",sans-serif;font-weight:600;margin-bottom:.625rem}
.gform_wrapper .hide-label label{display:none}
.gform_wrapper fieldset{padding:0;border:none;margin-bottom:20px}
.gform_wrapper fieldset .ginput_complex{display:flex;flex-direction:column;gap:10px}
.gform_wrapper ul{list-style:none;margin:0;padding:0}
.gform_wrapper ul li{margin-bottom:1.8125rem;padding-left:0}
.gform_wrapper ul li:last-of-type{margin-bottom:1.375rem}
.gform_wrapper form{max-width:33.625rem}
.gform_wrapper .ginput_container input[type=date],.gform_wrapper .ginput_container input[type=datetime-local],.gform_wrapper .ginput_container input[type=email],.gform_wrapper .ginput_container input[type=month],.gform_wrapper .ginput_container input[type=number],.gform_wrapper .ginput_container input[type=password],.gform_wrapper .ginput_container input[type=search],.gform_wrapper .ginput_container input[type=tel],.gform_wrapper .ginput_container input[type=text],.gform_wrapper .ginput_container input[type=time],.gform_wrapper .ginput_container input[type=url],.gform_wrapper .ginput_container input[type=week]{width:100%}
.gform_wrapper .ginput_container_textarea{margin-top:1.25rem}
.gform_wrapper .ginput_container_textarea textarea{height:6.3125rem;padding-top:1.0625rem;width:100%}
.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox){display:flex;flex-wrap:wrap;margin:0 -1rem}
.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .gfield{margin-left:1rem;margin-right:1rem;width:100%}
.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .gfield .validation_message{color:#ff4043;margin-top:.625rem;font-size:.75rem;line-height:1}
.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .ginput_complex span:not(:last-of-type){display:block;margin-bottom:1.8125rem}
.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .gf_left_half,.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .gf_right_half{width:calc(50% - 2rem)}
.gform_wrapper .gform_page_footer{display:flex}
.gform_wrapper .gform_page_footer .gform_next_button,.gform_wrapper .gform_page_footer input[type=submit]{margin-left:auto}
.gform_wrapper .gfield_radio{display:flex;flex-wrap:wrap;list-style:none;margin:0}
.gform_wrapper .gfield_radio li{width:50%}
.gform_wrapper .gfield_radio li:last-of-type{margin-bottom:0}
.gform_wrapper .gfield_radio label.gforms-other-label{left:.8125rem;position:absolute}
.gform_wrapper .gfield_radio input[value=gf_other_choice]+input[value=Other]{display:none}
.gform_wrapper .gfield_radio input[value=gf_other_choice]:checked+input[value=Other]{display:block}
.gform_wrapper .gfield_checkbox{list-style:none;margin:0}
.gform_wrapper .gfield_checkbox input{position:absolute;top:.3125rem}
.gform_wrapper .gfield_checkbox label{padding-left:1.4375rem}
.gform_wrapper .gfield_checkbox li{margin-bottom:0}
.gform_confirmation_wrapper{margin-bottom:3.125rem;text-align:center}
.grid,.posts-grid,.podcasts-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-1.125rem;margin-right:-1.125rem}
.grid-item{flex:0 0 auto;margin:0.9375rem 1.125rem;max-width:33.5rem;width:calc(50% - 2.25rem)}
a,.is-style-with-arrow .btn,.is-style-with-arrow .block.form-cta .block-inner form button,.block.form-cta .block-inner form .is-style-with-arrow button,.is-style-with-arrow .wp-block-button__link,.is-style-with-arrow .wp-block-file .wp-block-file__button,.is-style-with-arrow input[type=submit],.is-style-with-arrow input[type=button],.is-style-with-arrow .category-menu a,.category-menu .is-style-with-arrow a{font-weight:700;letter-spacing:.0875rem;letter-spacing:0;position:relative;text-decoration:none}
a:hover,.is-style-with-arrow .btn:hover,.is-style-with-arrow .block.form-cta .block-inner form button:hover,.block.form-cta .block-inner form .is-style-with-arrow button:hover,.is-style-with-arrow .wp-block-button__link:hover,.is-style-with-arrow .wp-block-file .wp-block-file__button:hover,.is-style-with-arrow input[type=submit]:hover,.is-style-with-arrow input[type=button]:hover,.is-style-with-arrow .category-menu a:hover,.category-menu .is-style-with-arrow a:hover{color:#2c79c4;text-decoration:underline;transform:unset}
a:active,.is-style-with-arrow .btn:active,.is-style-with-arrow .block.form-cta .block-inner form button:active,.block.form-cta .block-inner form .is-style-with-arrow button:active,.is-style-with-arrow .wp-block-button__link:active,.is-style-with-arrow .wp-block-file .wp-block-file__button:active,.is-style-with-arrow input[type=submit]:active,.is-style-with-arrow input[type=button]:active,.is-style-with-arrow .category-menu a:active,.category-menu .is-style-with-arrow a:active{color:#000}
a[disabled],.is-style-with-arrow [disabled].btn,.is-style-with-arrow .block.form-cta .block-inner form button[disabled],.block.form-cta .block-inner form .is-style-with-arrow button[disabled],.is-style-with-arrow [disabled].wp-block-button__link,.is-style-with-arrow .wp-block-file [disabled].wp-block-file__button,.is-style-with-arrow input[disabled][type=submit],.is-style-with-arrow input[disabled][type=button],.is-style-with-arrow .category-menu a[disabled],.category-menu .is-style-with-arrow a[disabled],a:disabled,.is-style-with-arrow .btn:disabled,.is-style-with-arrow .block.form-cta .block-inner form button:disabled,.block.form-cta .block-inner form .is-style-with-arrow button:disabled,.is-style-with-arrow .wp-block-button__link:disabled,.is-style-with-arrow .wp-block-file .wp-block-file__button:disabled,.is-style-with-arrow input[type=submit]:disabled,.is-style-with-arrow input[type=button]:disabled,.is-style-with-arrow .category-menu a:disabled,.category-menu .is-style-with-arrow a:disabled{background-color:rgba(0,0,0,0)}
a{color:#2c79c4}
.arrow-link,.is-style-with-arrow .btn,.is-style-with-arrow .block.form-cta .block-inner form button,.block.form-cta .block-inner form .is-style-with-arrow button,.is-style-with-arrow .wp-block-button__link,.is-style-with-arrow .wp-block-file .wp-block-file__button,.is-style-with-arrow input[type=submit],.is-style-with-arrow input[type=button],.is-style-with-arrow .category-menu a,.category-menu .is-style-with-arrow a{font-weight:700;position:relative;font-size:1rem;line-height:1.375}
.arrow-link::after,.is-style-with-arrow .btn::after,.is-style-with-arrow .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .is-style-with-arrow button::after,.is-style-with-arrow .wp-block-button__link::after,.is-style-with-arrow .wp-block-file .wp-block-file__button::after,.is-style-with-arrow input[type=submit]::after,.is-style-with-arrow input[type=button]::after,.is-style-with-arrow .category-menu a::after,.category-menu .is-style-with-arrow a::after{content:"";margin-left:.3125rem;vertical-align:text-bottom;font-size:.75rem;line-height:calc(22em/12)}
.next-post-link{align-items:center;display:flex;justify-content:space-between;padding:2.0625rem 3.25rem 2.25rem 5.6875rem}
.next-post-link:hover{text-decoration:none}
.next-post-link .wrapper{max-width:33.9375rem}
.next-post-link .heading{font-family:"Oswald",sans-serif;font-weight:700;letter-spacing:.0625rem;margin:0 0 .4375rem;text-transform:uppercase;font-size:1rem;line-height:1.5}
.next-post-link .text{color:#000;font-weight:700;margin:0;font-size:1.375rem;line-height:calc(30em/22)}
.next-post-link .fas,.next-post-link .entry-content ul.is-style-cross-list>li::before,.entry-content .next-post-link ul.is-style-cross-list>li::before,.next-post-link .entry-content ul.is-style-arrow>li::before,.entry-content .next-post-link ul.is-style-arrow>li::before,.next-post-link .entry-content ul.is-style-checkmark>li::before,.entry-content .next-post-link ul.is-style-checkmark>li::before,.next-post-link .block.podcast .block-inner .list a::before,.block.podcast .block-inner .list .next-post-link a::before,.next-post-link .arrow-link::after,.next-post-link .is-style-with-arrow .btn::after,.next-post-link .is-style-with-arrow .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .next-post-link .is-style-with-arrow button::after,.is-style-with-arrow .next-post-link .btn::after,.is-style-with-arrow .next-post-link .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .is-style-with-arrow .next-post-link button::after,.next-post-link .is-style-with-arrow .wp-block-button__link::after,.is-style-with-arrow .next-post-link .wp-block-button__link::after,.next-post-link .is-style-with-arrow .wp-block-file .wp-block-file__button::after,.is-style-with-arrow .wp-block-file .next-post-link .wp-block-file__button::after,.next-post-link .is-style-with-arrow input[type=submit]::after,.is-style-with-arrow .next-post-link input[type=submit]::after,.next-post-link .is-style-with-arrow input[type=button]::after,.is-style-with-arrow .next-post-link input[type=button]::after,.next-post-link .is-style-with-arrow .category-menu a::after,.is-style-with-arrow .category-menu .next-post-link a::after,.next-post-link .category-menu .is-style-with-arrow a::after,.category-menu .is-style-with-arrow .next-post-link a::after{color:#000;margin-left:.9375rem;font-size:2.25rem;line-height:1}
.pagination .pagination-next,.pagination .pagination-previous{border:.125rem solid #000;border-radius:.25rem;font-weight:500;padding-left:0;top:0}
.pagination .pagination-next a,.pagination .pagination-previous a{height:1.875rem;font-size:.875rem;line-height:1.5}
.pagination a{color:#000;display:block;font-family:"Oswald",sans-serif;height:2rem;min-width:2rem;position:relative;text-align:center;text-transform:uppercase;transition:.3s;font-size:.9375rem;line-height:calc(32em/15)}
.pagination a:hover{background:#6ecadc;text-decoration:none}
.pagination .pagination-previous{left:0;position:absolute}
.pagination .pagination-previous a{padding:.25rem 1.25rem .3125rem 1.375rem}
.pagination .pagination-previous svg{margin-right:.5625rem;transform:scaleX(-1)}
.pagination .pagination-next{position:absolute;right:0}
.pagination .pagination-next a{padding:.25rem 2.375rem .3125rem 2.375rem}
.pagination .pagination-next a svg{margin-left:.5625rem}
.pagination ul{display:flex;justify-content:center;list-style:none;margin:0 auto;max-width:43.25rem;padding:0;position:relative}
.pagination ul li{margin:.25rem;padding-left:0}
.pagination ul li.active a{background:#6ecadc}
.pagination.is-dark-pagination a:hover,.has-dark-pagination .pagination a:hover{background:#000;color:#fff}
.pagination.is-dark-pagination .pagination-previous,.pagination.is-dark-pagination .pagination-next,.has-dark-pagination .pagination .pagination-previous,.has-dark-pagination .pagination .pagination-next{background:#000}
.pagination.is-dark-pagination .pagination-previous a,.pagination.is-dark-pagination .pagination-next a,.has-dark-pagination .pagination .pagination-previous a,.has-dark-pagination .pagination .pagination-next a{color:#fff}
.pagination.is-dark-pagination .pagination-previous svg,.pagination.is-dark-pagination .pagination-next svg,.has-dark-pagination .pagination .pagination-previous svg,.has-dark-pagination .pagination .pagination-next svg{transition:.3s}
.pagination.is-dark-pagination .pagination-previous svg path,.pagination.is-dark-pagination .pagination-next svg path,.has-dark-pagination .pagination .pagination-previous svg path,.has-dark-pagination .pagination .pagination-next svg path{fill:#fff}
.pagination.is-dark-pagination li.active a,.has-dark-pagination .pagination li.active a{background:#000;color:#fff}
.pagination.is-dark-pagination .pagination-previous a:hover svg,.has-dark-pagination .pagination .pagination-previous a:hover svg{transform:translateX(-0.5rem) scaleX(-1)}
.pagination.is-dark-pagination .pagination-next a:hover svg,.has-dark-pagination .pagination .pagination-next a:hover svg{transform:translateX(0.5rem)}
.podcasts-grid .btn,.podcasts-grid .block.form-cta .block-inner form button,.block.form-cta .block-inner form .podcasts-grid button,.podcasts-grid .category-menu a,.category-menu .podcasts-grid a{margin:0}
.podcasts-grid .grid-item a{background-color:#fff;display:block;height:100%;letter-spacing:0;padding:2.1875rem 2.5625rem 1.5625rem}
.podcasts-grid .grid-item a:hover{text-decoration:none}
.podcasts-grid .entry-header{display:flex}
.podcasts-grid .entry-header img{align-self:flex-start;border-radius:.1875rem;display:block;flex-shrink:0;margin-bottom:.625rem;margin-right:2.5rem;width:7.5rem}
.podcasts-grid .entry-header .header-content{margin-top:-0.25rem;max-width:18.3125rem}
.podcasts-grid .entry-header time{font-family:"Oswald",sans-serif;font-weight:500;text-transform:uppercase;font-size:.875rem;line-height:1.5}
.podcasts-grid .entry-header .entry-title{color:#000;margin:.1875rem 0 .625rem;font-size:1.375rem;line-height:calc(29em/22)}
.podcasts-grid .entry-content p{color:#000;font-weight:400;margin:0 0 1.125rem}
.podcast-buttons{display:flex;flex-wrap:wrap;margin:-0.25rem -0.5625rem -0.5625rem;max-width:33.8125rem}
.podcast-buttons a{align-items:center;background-color:#fff;box-shadow:0 .4375rem 1.6875rem rgba(44,66,100,.15);color:#000;display:flex;font-family:"Oswald",sans-serif;font-weight:700;justify-content:center;margin:.5625rem;padding:.5rem .9375rem .5625rem 1.0625rem;text-decoration:none;transition:.3s;font-size:.9375rem;line-height:calc(16em/15)}
.podcast-buttons a:hover{transform:scale(1.05)}
.podcast-buttons a span{margin-left:.875rem}
.podcast-buttons a img{display:block;max-height:1.625rem}
.posts-grid .grid-item a{display:block;letter-spacing:0;padding:3.125rem}
.posts-grid .grid-item a:hover{text-decoration:none}
.posts-grid .grid-item .post-image-wrap{margin:-3.125rem -3.125rem 1.5625rem -3.125rem}
.posts-grid .grid-item .post-image-wrap img{display:block}
.posts-grid .grid-item .post-image-mobile-wrap{display:none;margin:-1.5625rem -1.5625rem 1.5625rem -1.5625rem}
.posts-grid .grid-item .entry-header{margin-bottom:.625rem}
.posts-grid .grid-item .entry-title{color:#000;margin:0}
.posts-grid .grid-item .entry-content{margin:.8125rem 0 1.1875rem}
.posts-grid .grid-item .entry-content p{color:#000;font-weight:400;line-height:1.375rem;margin:0 0 .625rem}
.posts-grid .grid-item .entry-footer{margin-top:1.8125rem}
.posts-grid .grid-item .entry-footer .btn,.posts-grid .grid-item .entry-footer .block.form-cta .block-inner form button,.block.form-cta .block-inner form .posts-grid .grid-item .entry-footer button,.posts-grid .grid-item .entry-footer .category-menu a,.category-menu .posts-grid .grid-item .entry-footer a{margin:0}
.external-dropdown-list,.subscribe-button-wrapper .links{background:#fff;border-radius:.125rem;box-shadow:0 2.5rem 8.75rem rgba(0,0,0,.2);display:flex;flex-direction:column;list-style:none;margin:0;opacity:0;padding:1rem .5rem;position:absolute;visibility:hidden;width:100%;z-index:3;font-size:1.125rem;line-height:calc(26em/18)}
.external-dropdown-list:hover,.subscribe-button-wrapper .links:hover{opacity:1;visibility:visible}
.external-dropdown-list li,.subscribe-button-wrapper .links li{margin:0 0 .6875rem 0;padding:0}
.external-dropdown-list li:last-child,.subscribe-button-wrapper .links li:last-child{margin-bottom:0}
.external-dropdown-list a,.subscribe-button-wrapper .links a{border-radius:.125rem;color:#666;display:block;font-weight:400;padding:.3125rem 1.25rem;text-decoration:none;transition:.3s}
.external-dropdown-list a:hover,.subscribe-button-wrapper .links a:hover{background-color:#e6e6e6}
.subscribe-button-wrapper{display:inline-block;max-width:14.625rem;position:relative}
.subscribe-button-wrapper .subscribe-button{font-weight:700;max-width:14.625rem;padding-left:2rem;padding-right:3.625rem;position:relative;z-index:4}
.subscribe-button-wrapper .subscribe-button:active{transform:translate(0.3125rem, -0.3125rem);box-shadow:-0.3125rem .3125rem 0 #000}
.subscribe-button-wrapper .subscribe-button::after{content:"";display:block;height:.6875rem;position:absolute;top:50%;width:.6875rem;right:2.0625rem;transform:translateY(-50%) rotate(0);transition:.2s ease-in;background-image:url(../images/0243845629fa82585681.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.subscribe-button-wrapper.active .links{opacity:1;transition:opacity .3s,visibility 0s;visibility:visible}
.subscribe-button-wrapper.active .subscribe-button{transform:translate(0.3125rem, -0.3125rem);box-shadow:-0.3125rem .3125rem 0 #000}
.subscribe-button-wrapper.active .subscribe-button::after{transform:translateY(-50%) rotate(-180deg)}
.subscribe-button-wrapper.active.is-reverse .links{bottom:3.375rem;top:initial}
.external-dropdown-list{max-width:13.4375rem;opacity:0;position:absolute;top:0;transform:translateX(-50%);visibility:hidden}
.external-dropdown-list.active{opacity:1;visibility:visible}
.has-decorator{padding-top:2rem;position:relative}
.has-decorator::before{content:"";display:block;height:.6875rem;left:0rem;position:absolute;top:0rem;width:5.75rem}
.has-decorator.has-blue-decorator-color::before{background-image:url(../images/be8c8fed31d1b93f5914.svg)}
.has-decorator.has-white-decorator-color::before{background-image:url(../images/3f575af168d1ca0fc25e.svg)}
.has-decorator.has-teal-decorator-color::before{background-image:url(../images/802bbba74b1b55b7adaa.svg)}
.has-decorator.has-text-align-center::before{left:50%;transform:translateX(-50%)}
.has-decorator h1.has-decorator,.has-decorator.is-style-h1,h1.has-decorator{padding-top:2.3125rem}
.archive-description{margin-bottom:4.6875rem;margin-top:3.5rem}
.archive-description .archive-title{margin:0}
.archive-description .archive-description-content{margin:1.25rem 0 0}
.single-post .entry-content>:not(.block):not(.next-post-link):nth-child(10n)::after,.single-podcast .entry-content>:not(.block):not(.next-post-link):nth-child(10n)::after{content:"";height:3.5625rem;position:absolute;top:50%;transform:translateY(-50%);width:5rem;background-image:url(../images/694426f0bc11397ab1d3.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.single-post .entry-content>:not(.block):not(.next-post-link):nth-child(10n),.single-podcast .entry-content>:not(.block):not(.next-post-link):nth-child(10n){position:relative}
.single-post .entry-content>:not(.block):not(.next-post-link):nth-child(20n-10)::after,.single-podcast .entry-content>:not(.block):not(.next-post-link):nth-child(20n-10)::after{right:-12.125rem}
.single-post .entry-content>:not(.block):not(.next-post-link):nth-child(20n)::after,.single-podcast .entry-content>:not(.block):not(.next-post-link):nth-child(20n)::after{left:-12.125rem}
.single-podcast .entry-content>:not(.block):not(.next-post-link):nth-child(20n-10)::after{left:-12.125rem;right:unset}
.single-podcast .entry-content>:not(.block):not(.next-post-link):nth-child(20n)::after{left:unset;right:-12.125rem}
.single-post .bottom-sections .block:first-child{margin-top:0}
.single-post .bottom-sections .block:first-child .block-inner{margin-top:0}
.single .content>article>.entry-header{margin-bottom:1.875rem;margin-top:3.625rem}
.single .content>article>.entry-header .entry-title{margin:0 0 1.25rem}
.single .content>article>.entry-header .entry-subtitle{margin:0}
.single .content>article>.entry-header .entry-meta{margin:.25rem 0 0}
.single-post .content>article>.entry-header{margin-bottom:3.375rem}
.page .content>article>.entry-header{margin-bottom:1.875rem;margin-top:7.5rem}
.page .content>article>.entry-header .entry-title{margin:0}
.page .content>article>.entry-header .entry-title.has-decorator{padding-top:1.5625rem}
.entry-header .post-thumbnail{position:relative;margin-top:3.125rem}
.entry-header .post-thumbnail{margin-bottom:3.125rem}
.entry-header .post-thumbnail::before{content:"";display:block;height:5.125rem;left:-20.875rem;position:absolute;top:49%;width:11.6875rem;transform:translateY(-50%);background-image:url(../images/e9fc9a1b82d316a502f9.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.content .posts-grid.featured{margin:0 0 1.875rem;position:relative}
.content .posts-grid.featured::after{content:"";display:block;height:4.6875rem;position:absolute;top:50%;width:10.6875rem;right:-10rem;transform:translateY(-50%);z-index:-1;background-image:url(../images/e9fc9a1b82d316a502f9.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.content .posts-grid.featured .featured-tag{color:#2c79c4;font-weight:400;letter-spacing:.25rem;margin:-0.75rem 0 1.5rem;text-transform:uppercase;font-size:1.125rem;line-height:1}
.content .posts-grid.featured .grid-item{margin:0 auto}
.site-footer .footer-widgets .footer-widgets-4,.site-footer .footer-widgets .footer-widgets-3,.site-footer .footer-widgets .footer-widgets-2{padding-top:.75rem}
.site-footer .footer-widgets .footer-widgets-4 .widget,.site-footer .footer-widgets .footer-widgets-3 .widget,.site-footer .footer-widgets .footer-widgets-2 .widget{position:relative}
.site-footer .footer-widgets .footer-widgets-4 .menu,.site-footer .footer-widgets .footer-widgets-3 .menu,.site-footer .footer-widgets .footer-widgets-2 .menu{margin-top:.6875rem}
.site-footer .footer-widgets .footer-widgets-4 .menu li:not(:last-child),.site-footer .footer-widgets .footer-widgets-3 .menu li:not(:last-child),.site-footer .footer-widgets .footer-widgets-2 .menu li:not(:last-child){margin-bottom:.5rem}
.site-footer .footer-widgets .footer-widgets-4 .menu a,.site-footer .footer-widgets .footer-widgets-3 .menu a,.site-footer .footer-widgets .footer-widgets-2 .menu a{font-family:"Oswald",sans-serif}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3::after,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3::after,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3::after{content:"+";display:block;height:.75rem;position:absolute;top:.3125rem;width:.75rem;background-color:#fff;border-radius:50%;color:#000;display:none;line-height:.75rem;right:2rem;text-align:center;transition:top .3s}
.site-footer{overflow:hidden;position:relative}
.site-footer .container{position:relative}
.site-footer .footer-logo-link{display:block;float:left}
.site-footer .footer-logo-link img{display:block}
.site-footer .footer-logo-link+*{clear:both}
.site-footer .footer-copyright{margin:0;font-size:.875rem;line-height:calc(17em/14)}
.site-footer.is-simplified{background-color:#2c79c4;color:#fff;padding:4.375rem 0;text-align:center}
.site-footer.is-simplified .footer-copyright{font-size:1rem;line-height:2.625}
.site-footer .menu{list-style:none;margin:0;padding:0}
.site-footer .menu li{margin:0}
.site-footer .menu a{color:#fff;font-weight:700;letter-spacing:0;font-size:1rem;line-height:1.75}
.site-footer .textwidget p{margin:0}
.site-footer .social-links-menu{display:flex;justify-content:flex-end;list-style:none;margin:1.5625rem 0 0 auto;max-width:13.625rem;padding:0}
.site-footer .social-links-menu li:not(:last-child){margin-right:2.375rem}
.site-footer .social-links-menu a{display:block;transition:.3s}
.site-footer .social-links-menu a:hover{transform:scale(1.3)}
.site-footer .social-links-menu img{display:block;height:1.625rem;width:auto}
.site-footer .footer-widgets{display:flex;flex-wrap:wrap;margin:-0.625rem}
.site-footer .footer-widgets .widget-area{flex:0 0 auto;margin:.625rem;order:1}
.site-footer .footer-widgets h3{margin:0 0 1.3125rem;font-size:1.75rem;line-height:1}
.site-footer .footer-widgets .footer-widgets-1{width:calc(25.2212% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-1 .menu li:not(:last-child){margin-bottom:.1875rem}
.site-footer .footer-widgets .footer-widgets-1 .menu a{color:#000;font-weight:400;font-size:.875rem;line-height:calc(17em/14)}
.site-footer .footer-widgets .footer-widgets-1 .footer-copyright{margin-top:.5rem}
.site-footer .footer-widgets .footer-widgets-2{width:calc(25.4867% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-3{width:calc(24.9558% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-4{position:relative;width:calc(24.3363% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-4::after{content:"";display:block;height:7.0625rem;position:absolute;width:16.125rem;left:calc(100% + 1.1875rem);top:1.0625rem;background-image:url(../images/102ba3f24156f1cdf1b3.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.site-footer .footer-widgets .footer-widgets-5{display:flex;justify-content:space-between;margin-top:6.75rem;position:relative;width:calc(100% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-5::before{content:"";display:block;height:1.9375rem;position:absolute;width:8rem;left:-9.75rem;top:3.3125rem;background-image:url(../images/8c48cac81ec60df688ac.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.site-footer .footer-widgets .footer-widgets-5 h3{letter-spacing:.0625rem;margin-bottom:1rem;font-size:.875rem;line-height:1.5;font-weight:500;text-transform:uppercase;font-family:"Oswald",sans-serif}
.site-footer .footer-widgets .footer-widgets-5 .widget{flex:1 1 auto;width:50%}
.site-footer .footer-widgets .footer-widgets-5 .widget:nth-child(2n){text-align:right}
.site-footer.full{margin-top:-2.875rem;padding-top:calc(0.035 * (100vw - var(--scrollbar-width)) + 2.875rem)}
.site-footer.full .skewed-bg,.site-footer.full .skewed-bg-black,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white,.site-footer.full .has-white-skewed-bg::before{top:2.875rem}
.site-footer.full .skewed-bg::before,.site-footer.full .skewed-bg-black::before,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue::before,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light::before,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1::before,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2::before,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3::before,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4::before,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5::before,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6::before,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7::before,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8::before,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange::before,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light::before,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red::before,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange::before,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow::before,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal::before,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light::before,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white::before,.site-footer.full .has-white-skewed-bg::before{content:"";display:block;position:absolute;background-color:#feead8;height:2.875rem;width:calc(-21.3744375rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;top:-2.875rem}
.site-footer.full .container{padding-bottom:5.375rem;padding-top:4.625rem}
.site-footer.full .footer-logo-link{margin-bottom:1.5rem}
.site-footer.no-widgets .skewed-bg,.site-footer.no-widgets .skewed-bg-black,.site-footer.no-widgets .has-black-skewed-bg::before,.site-footer.no-widgets .skewed-bg-blue,.site-footer.no-widgets .has-blue-skewed-bg::before,.site-footer.no-widgets .skewed-bg-blue-light,.site-footer.no-widgets .has-blue-light-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-1,.site-footer.no-widgets .has-grey-1-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-2,.site-footer.no-widgets .has-grey-2-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-3,.site-footer.no-widgets .has-grey-3-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-4,.site-footer.no-widgets .has-grey-4-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-5,.site-footer.no-widgets .has-grey-5-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-6,.site-footer.no-widgets .has-grey-6-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-7,.site-footer.no-widgets .has-grey-7-skewed-bg::before,.site-footer.no-widgets .skewed-bg-grey-8,.site-footer.no-widgets .has-grey-8-skewed-bg::before,.site-footer.no-widgets .skewed-bg-orange,.site-footer.no-widgets .has-orange-skewed-bg::before,.site-footer.no-widgets .skewed-bg-orange-light,.site-footer.no-widgets .has-orange-light-skewed-bg::before,.site-footer.no-widgets .skewed-bg-red,.site-footer.no-widgets .has-red-skewed-bg::before,.site-footer.no-widgets .skewed-bg-red-orange,.site-footer.no-widgets .has-red-orange-skewed-bg::before,.site-footer.no-widgets .skewed-bg-shadow,.site-footer.no-widgets .has-shadow-skewed-bg::before,.site-footer.no-widgets .skewed-bg-teal,.site-footer.no-widgets .has-teal-skewed-bg::before,.site-footer.no-widgets .skewed-bg-teal-light,.site-footer.no-widgets .has-teal-light-skewed-bg::before,.site-footer.no-widgets .skewed-bg-white,.site-footer.no-widgets .has-white-skewed-bg::before{transform:skewY(-1.1839deg)}
.site-footer.no-widgets .container{padding-bottom:2.5rem;padding-top:calc(0.02067 * (100vw - var(--scrollbar-width)) + 2.375rem)}
.site-footer.no-widgets .container::before{content:"";display:block;height:1.375rem;position:absolute;width:5.375rem;left:-7.125rem;top:calc(0.02067 * (100vw - var(--scrollbar-width)) + 3.3125rem);background-image:url(../images/dbb999d88ff8e93b2839.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.site-footer.no-widgets .container::after{content:"";display:block;height:4.3125rem;position:absolute;width:9.875rem;left:calc(100% - 2.5rem);top:calc(0.02067 * (100vw - var(--scrollbar-width)) + 2.375rem);background-image:url(../images/6957cfd2a52d1512f3c7.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.site-footer.no-widgets .footer-logo-link{margin-bottom:.875rem}
#fbxt-wrap{position:relative;margin-top:3.125rem}
#fbxt-wrap{margin-bottom:3.875rem}
#fbxt-wrap::after{content:"";display:block;height:1.875rem;position:absolute;top:55%;width:8.5rem;right:-16.25rem;transform:translateY(-50%);background-image:url(../images/1206a08fec9546324832.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.site-header{font-family:"Oswald",sans-serif;padding:.375rem 0;position:relative}
.site-header .custom-logo-link{padding-bottom:.3125rem;padding-left:.25rem}
.site-header .custom-logo-link img{display:block;height:2.5rem;width:auto;box-shadow:-0.25rem .3125rem 0 #000}
.site-header .container{align-items:center;display:flex;position:relative}
.has-page-decorator .site-header .container::after{content:"";display:block;height:2.5rem;position:absolute;width:13rem;background-color:#2c79c4;bottom:-2.875rem;right:-6.3125rem;transform:skewY(-2.0618deg);transform-origin:0;z-index:-1}
.site-header .nav-primary{flex:1 1 auto}
.site-header .menu-primary{display:flex;list-style:none;margin:0 -2.375rem;padding-left:9.5625rem}
.site-header .menu-primary li{margin:0 2rem}
.site-header .menu-primary a{color:#000;font-weight:600;letter-spacing:.0625rem;position:relative;text-transform:uppercase;font-size:1rem;line-height:3.75}
.site-header .menu-primary a::after{content:"";display:block;height:.125rem;position:absolute;width:80%;background-color:#fff;bottom:-0.1875rem;left:50%;opacity:0;transform:translateX(-50%);transition:.2s ease-in}
.site-header .menu-primary a:hover{text-decoration:none}
.site-header .menu-primary a:hover::after{opacity:1}
.site-header .menu-primary-mobile{display:none}
.site-header .menu-primary-mobile li:last-child{margin-bottom:2.5rem;padding-bottom:2.125rem;position:relative}
.site-header .menu-primary-mobile li:last-child::after{content:"";display:block;height:.125rem;position:absolute;width:5.5rem;background-color:#000;bottom:0;left:0}
.site-header .side-menu-wrap{backface-visibility:hidden;background-color:#2c79c4;left:calc(100% - 18.75rem);min-height:100vh;padding:5.875rem 1.875rem 5.875rem 4.3125rem;position:absolute;right:-50vw;top:-0.375rem;transform:translateX(100%);transition:.2s ease-in;z-index:998}
.admin-bar .site-header .side-menu-wrap{min-height:calc(100vh - 2rem)}
.site-header .side-menu-wrap .menu-primary-mobile-wrap ul,.site-header .side-menu-wrap .menu-secondary-wrap ul{list-style:none;margin:0;min-width:20.9375rem;padding:0}
.site-header .side-menu-wrap .menu-primary-mobile-wrap li,.site-header .side-menu-wrap .menu-secondary-wrap li{margin-bottom:2.5rem}
.site-header .side-menu-wrap .menu-primary-mobile-wrap a,.site-header .side-menu-wrap .menu-secondary-wrap a{color:#fff;font-weight:600;text-transform:uppercase;transition:.2s ease-in;font-size:1rem;line-height:2.1875}
.site-header .side-menu-wrap .menu-primary-mobile-wrap a:hover,.site-header .side-menu-wrap .menu-secondary-wrap a:hover{color:#000;text-decoration:none}
.site-header .menu-toggle{align-self:center;background-color:rgba(0,0,0,0);border:0;color:#fff;cursor:pointer;height:1.875rem;outline:none;padding:0;position:absolute;right:-4.125rem;top:50%;transform:translateY(-50%);transition:all .32s ease;z-index:999}
.site-header .menu-toggle.active{position:fixed}
.site-header .menu-toggle span,.site-header .menu-toggle span::before,.site-header .menu-toggle span::after{background-color:#fff;height:.1125rem;width:100%}
.site-header .menu-toggle span{display:block;opacity:1;position:relative;transition:transform .12s cubic-bezier(0.215, 0.61, 0.355, 1);width:1.875rem}
.site-header .menu-toggle span::before{content:"";display:block;height:100%;left:0rem;position:absolute;top:-0.5rem;width:100%;transition:top .12s .2s ease,transform .12s cubic-bezier(0.215, 0.61, 0.355, 1)}
.site-header .menu-toggle span::after{content:"";display:block;height:100%;left:0rem;position:absolute;top:.5rem;width:100%;transition:opacity .12s ease,top .12s .2s ease;width:1.875rem}
.site-header.active .menu-toggle span{height:.0625rem;transform:rotate(-45deg);transition:all .12s .2s cubic-bezier(0.215, 0.61, 0.355, 1);width:1.875rem}
.site-header.active .menu-toggle span::before{top:0;transform:rotate(90deg);transition:top .12s ease,transform .12s .2s cubic-bezier(0.215, 0.61, 0.355, 1)}
.site-header.active .menu-toggle span::after{opacity:0;top:0;transition:opacity .12s .2s ease,top .12s ease}
.site-header.active .side-menu-wrap{transform:translateX(0)}
body.is-teal-desktop-header-background .site-header{background-color:#6ecadc}
body.is-transparent-desktop-header-background .site-header{left:0;position:absolute;top:0;width:100%;z-index:1}
body.is-transparent-desktop-header-background .site-header .custom-logo-link img{box-shadow:-0.25rem .3125rem 0 #6ecadc}
body.is-transparent-desktop-header-background.admin-bar .site-header{top:2rem}
.podcast-links-wrapper h4{margin-bottom:.75rem}
.block.calculator .block-inner{margin-bottom:5.9375rem;margin-top:7.125rem;overflow:hidden;padding-bottom:10.3125rem;padding-top:6rem;position:relative}
.block.calculator .block-inner .skewed-bg-orange::after{content:"";display:block;position:absolute;background-color:#feead8;height:2.375rem;width:calc(-13.8195rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-2.375rem}
.block.calculator .block-inner .container{display:flex;justify-content:space-between;position:relative}
.block.calculator .block-inner .container::after{content:"";display:block;height:4.6875rem;position:absolute;top:3.8125rem;width:10.8125rem;right:-7.125rem;z-index:-1;background-image:url(../images/4e5695341741c2c68402.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.calculator .block-inner .result-wrap{margin-bottom:2.75rem;max-width:22.875rem}
.block.calculator .block-inner .result-wrap p{margin-bottom:0;margin-top:0}
.block.calculator .block-inner .result-wrap .result{font-family:"Oswald",sans-serif;font-weight:700;margin-left:auto;margin-top:-0.4375rem;font-size:3rem;line-height:.875}
.block.calculator .block-inner .text{margin:1.8125rem 3.6875rem 0 0;max-width:32.8125rem;width:49%}
.block.calculator .block-inner .text h1,.block.calculator .block-inner .text h2,.block.calculator .block-inner .text h3,.block.calculator .block-inner .text h4,.block.calculator .block-inner .text h5,.block.calculator .block-inner .text h6{margin-top:0}
.block.calculator .block-inner .text h1:first-child,.block.calculator .block-inner .text h2:first-child,.block.calculator .block-inner .text h3:first-child,.block.calculator .block-inner .text h4:first-child,.block.calculator .block-inner .text h5:first-child,.block.calculator .block-inner .text h6:first-child{margin-bottom:1rem}
.block.calculator .block-inner .text p{margin-bottom:1.5rem;margin-top:0}
>.block.calculator .block-inner .text p:first-child{margin-bottom:1rem}
.block.calculator .block-inner .text p.is-style-h3{margin-bottom:0}
.block.calculator .block-inner .text p.is-style-h2{margin-top:.375rem;font-size:3rem;line-height:calc(52em/48)}
.block.calculator .block-inner .calculator-box{align-self:flex-start;background-color:#fff;margin:.125rem .6875rem 0 0;max-width:30.625rem;padding:3.375rem 3.4375rem 2.3125rem 2.75rem;position:relative;box-shadow:-0.9375rem .75rem 0 #000}
.block.calculator .block-inner .label-wrap{display:flex;font-weight:600}
.block.calculator .block-inner .label-wrap .value{margin-left:auto}
.block.calculator .block-inner .range-label{margin-bottom:.4375rem;max-width:20.0625rem}
.block.calculator .block-inner .slider{margin-bottom:3.6875rem}
.block.calculator .block-inner .number-input{margin-bottom:4.1875rem}
.block.calculator .block-inner .number-input .has-dollar-sign{align-self:flex-start;margin-top:-0.5625rem}
.block.calculator .block-inner .number-input label{margin-right:.875rem}
.block.calculator .block-inner .number-input input[type=number]{max-width:11rem}
.block.calculator .block-inner .btn,.block.calculator .block.form-cta .block-inner form button,.block.form-cta .block.calculator .block-inner form button,.block.calculator .block-inner .category-menu a,.category-menu .block.calculator .block-inner a{width:100%}
.block.faq .question{border-top:.0625rem solid #e2f4f8;letter-spacing:0;margin-bottom:1.25rem;margin-top:.75rem;padding-top:1.5625rem;pointer-events:none}
.block.faq .answer{font-weight:400;height:0;letter-spacing:0;margin:0;max-width:39.625rem;opacity:0;pointer-events:none;transition:.3s}
.block.faq .wrapper{color:#000;display:block;position:relative;text-decoration:none}
.block.faq .wrapper::after{content:"";display:block;height:1.5rem;position:absolute;top:50%;width:1.5rem;align-items:center;background:#6ecadc;border-radius:50%;display:flex;justify-content:center;right:0;font-size:.75rem;line-height:1}
.block.faq .wrapper *{padding-right:1.875rem}
.block.faq .wrapper:last-child{border-bottom:.0625rem solid #e2f4f8;margin-bottom:2.5rem;padding-bottom:.9375rem}
.block.faq .wrapper:last-child::after{transform:translateY(-50%)}
.block.faq .wrapper.is-open::after{content:""}
.block.faq .wrapper.is-open .answer{display:block;margin:1rem 0 2.1875rem;opacity:1}
.block.faq .is-hidden{display:none !important}
.block.faq .arrow-link,.block.faq .is-style-with-arrow .btn,.block.faq .is-style-with-arrow .block.form-cta .block-inner form button,.block.form-cta .block-inner form .block.faq .is-style-with-arrow button,.is-style-with-arrow .block.faq .btn,.is-style-with-arrow .block.faq .block.form-cta .block-inner form button,.block.form-cta .block-inner form .is-style-with-arrow .block.faq button,.block.faq .is-style-with-arrow .wp-block-button__link,.is-style-with-arrow .block.faq .wp-block-button__link,.block.faq .is-style-with-arrow .wp-block-file .wp-block-file__button,.is-style-with-arrow .wp-block-file .block.faq .wp-block-file__button,.block.faq .is-style-with-arrow input[type=submit],.is-style-with-arrow .block.faq input[type=submit],.block.faq .is-style-with-arrow input[type=button],.is-style-with-arrow .block.faq input[type=button],.block.faq .is-style-with-arrow .category-menu a,.is-style-with-arrow .category-menu .block.faq a,.block.faq .category-menu .is-style-with-arrow a,.category-menu .is-style-with-arrow .block.faq a{border-top:.0625rem solid #e2f4f8;color:#000;display:block;font-family:"Oswald",sans-serif;margin-top:.75rem;text-align:center;text-transform:uppercase;padding-top:2.75rem}
.block.faq .arrow-link::after,.block.faq .is-style-with-arrow .btn::after,.block.faq .is-style-with-arrow .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .block.faq .is-style-with-arrow button::after,.is-style-with-arrow .block.faq .btn::after,.is-style-with-arrow .block.faq .block.form-cta .block-inner form button::after,.block.form-cta .block-inner form .is-style-with-arrow .block.faq button::after,.block.faq .is-style-with-arrow .wp-block-button__link::after,.is-style-with-arrow .block.faq .wp-block-button__link::after,.block.faq .is-style-with-arrow .wp-block-file .wp-block-file__button::after,.is-style-with-arrow .wp-block-file .block.faq .wp-block-file__button::after,.block.faq .is-style-with-arrow input[type=submit]::after,.is-style-with-arrow .block.faq input[type=submit]::after,.block.faq .is-style-with-arrow input[type=button]::after,.is-style-with-arrow .block.faq input[type=button]::after,.block.faq .is-style-with-arrow .category-menu a::after,.is-style-with-arrow .category-menu .block.faq a::after,.block.faq .category-menu .is-style-with-arrow a::after,.category-menu .is-style-with-arrow .block.faq a::after{transition:.3s}
.block.faq .arrow-link:hover::after,.block.faq .is-style-with-arrow .btn:hover::after,.block.faq .is-style-with-arrow .block.form-cta .block-inner form button:hover::after,.block.form-cta .block-inner form .block.faq .is-style-with-arrow button:hover::after,.is-style-with-arrow .block.faq .btn:hover::after,.is-style-with-arrow .block.faq .block.form-cta .block-inner form button:hover::after,.block.form-cta .block-inner form .is-style-with-arrow .block.faq button:hover::after,.block.faq .is-style-with-arrow .wp-block-button__link:hover::after,.is-style-with-arrow .block.faq .wp-block-button__link:hover::after,.block.faq .is-style-with-arrow .wp-block-file .wp-block-file__button:hover::after,.is-style-with-arrow .wp-block-file .block.faq .wp-block-file__button:hover::after,.block.faq .is-style-with-arrow input[type=submit]:hover::after,.is-style-with-arrow .block.faq input[type=submit]:hover::after,.block.faq .is-style-with-arrow input[type=button]:hover::after,.is-style-with-arrow .block.faq input[type=button]:hover::after,.block.faq .is-style-with-arrow .category-menu a:hover::after,.is-style-with-arrow .category-menu .block.faq a:hover::after,.block.faq .category-menu .is-style-with-arrow a:hover::after,.category-menu .is-style-with-arrow .block.faq a:hover::after{transform:translateX(0.375rem)}
.block.featured-episodes .entry-header,.block.featured-articles .entry-header{margin-top:0}
.block.featured-episodes article,.block.featured-articles article{position:relative}
.block.featured-episodes .post-image-wrap img,.block.featured-articles .post-image-wrap img{width:100%}
.block.featured-episodes h2,.block.featured-articles h2{letter-spacing:0}
.block.featured-episodes .entry-content p,.block.featured-articles .entry-content p{letter-spacing:0}
.block.featured-articles{margin-top:2.8125rem}
.block.featured-articles{margin-bottom:6.875rem}
.block.featured-articles .block-inner{position:relative}
.block.featured-articles .block-inner::after{content:"";display:block;height:3.625rem;position:absolute;top:50%;width:5rem;right:-7.125rem;transform:translateY(-50%);background-image:url(../images/6dcb3ab2940a88b12567.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.featured-articles .posts-grid .grid-item .entry-content p{font-family:"Bitter",serif;font-size:1rem;line-height:1.375}
.block.featured-episodes{margin-top:2.5rem}
.block.featured-episodes{margin-bottom:8.125rem}
.block.featured-episodes h3{margin-bottom:0}
.block.featured-episodes .block-inner{position:relative}
.block.featured-episodes .podcasts-grid::after{content:"";display:block;height:4.6875rem;left:-10.375rem;position:absolute;top:48%;width:10.6875rem;z-index:0;background-image:url(../images/0ff5428c3417d82e9aa5.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.featured-episodes article{background:#fff;z-index:1}
.block.featured-episodes .entry-content{font-weight:400}
.block.form-cta .block-inner{font-family:"Oswald",sans-serif;overflow:hidden;padding-bottom:13.4375rem;padding-top:8rem;position:relative;margin-top:5rem}
.block.form-cta .block-inner{margin-bottom:5rem}
.block.form-cta .block-inner .skewed-bottom{bottom:1.25rem}
.block.form-cta .block-inner .skewed-bottom::after{content:"";display:block;position:absolute;background-color:#feead8;height:3.125rem;width:calc(-13.750125rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-3.125rem}
.block.form-cta .block-inner .container{max-width:61.8125rem;position:relative}
.block.form-cta .block-inner .container::before{content:"";display:block;height:7.0625rem;position:absolute;width:16.125rem;bottom:-4.5625rem;right:-13.3125rem;background-image:url(../images/4e5695341741c2c68402.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.form-cta .block-inner .mobile-content{display:none}
.block.form-cta .block-inner h3{font-weight:700;margin:0 0 .3125rem;position:relative;font-size:3.5rem;line-height:calc(60em/56)}
.block.form-cta .block-inner h3::before{content:"";display:block;height:3.25rem;left:-11.4375rem;position:absolute;top:.625rem;width:8rem;background-image:url(../images/9506cf583d59e983e433.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.form-cta .block-inner p{font-weight:600;margin-bottom:2.25rem;margin-top:0;font-size:2.5rem;line-height:1.4}
.block.form-cta .block-inner .form-wrapper{border:.1875rem solid #000;border-radius:.25rem;max-width:45.3125rem;opacity:0;box-shadow:-0.25rem .25rem 0 #000}
.block.form-cta .block-inner .form-wrapper.is-visible{opacity:1}
.block.form-cta .block-inner form ._form-branding,.block.form-cta .block-inner form ._form-title,.block.form-cta .block-inner form ._html-code,.block.form-cta .block-inner form ._form-label{display:none !important}
.block.form-cta .block-inner form ._form-content{display:flex;width:100%}
.block.form-cta .block-inner form input{border:unset;border-radius:0;line-height:1.34375rem;padding:1.25rem 1.25rem 1.4375rem 1.5625rem}
.block.form-cta .block-inner form input[name=firstname]{width:12.125rem}
.block.form-cta .block-inner form input[name=email]{width:20.5625rem}
.block.form-cta .block-inner form button{border:unset;border-radius:0;color:#fff;min-width:12.25rem;padding:1.25rem .625rem}
.block.form-cta .block-inner form button:hover{background-color:#2c79c4;box-shadow:unset;color:#fff;transform:unset}
.block.form-cta .block-inner form ._form_element:nth-of-type(1){position:relative}
.block.form-cta .block-inner form ._form_element:nth-of-type(1)::after{content:"";display:block;height:2.4375rem;position:absolute;top:50%;width:.1875rem;background-color:#000;right:-0.1875rem;transform:translateY(-50%)}
.block.hero{padding:2.9375rem 0 8.375rem;position:relative}
.block.hero .skewed-bg-teal::after{content:"";display:block;position:absolute;background-color:#2c79c4;height:2.375rem;width:calc(-26.64rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-2.375rem}
.block.hero .content{max-width:35.3125rem}
.block.hero .content h1,.block.hero .content h2,.block.hero .content h3,.block.hero .content h4,.block.hero .content h5,.block.hero .content h6{margin:2.5rem 0 0}
.block.hero .content p{margin:.625rem 0 .625rem 0;max-width:30.4375rem}
.block.hero .content .wp-block-buttons{margin-top:2.1875rem}
.block.hero .box-static,.block.hero .wp-block-quote,.block.hero .wp-block-group.is-style-black-box,.block.hero .wp-block-group.is-style-blue-box,.block.hero .wp-block-columns.is-style-black-box,.block.hero .wp-block-columns.is-style-blue-box,.block.hero .gform_wrapper{align-items:center;background:#fff;display:flex;margin-left:1.5rem;min-width:33.5rem;padding:3.375rem 2.5rem 3.75rem}
.block.hero .box-static::after,.block.hero .wp-block-quote::after,.block.hero .wp-block-group.is-style-black-box::after,.block.hero .wp-block-group.is-style-blue-box::after,.block.hero .wp-block-columns.is-style-black-box::after,.block.hero .wp-block-columns.is-style-blue-box::after,.block.hero .gform_wrapper::after{content:"";display:block;height:4.5rem;position:absolute;top:7.6875rem;width:9.875rem;right:-9.8125rem;background-image:url(../images/c0eff0000f25bac254e7.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.hero .box-static .image,.block.hero .wp-block-quote .image,.block.hero .wp-block-group.is-style-black-box .image,.block.hero .wp-block-group.is-style-blue-box .image,.block.hero .wp-block-columns.is-style-black-box .image,.block.hero .wp-block-columns.is-style-blue-box .image,.block.hero .gform_wrapper .image{flex:0 0 auto;margin:0 2.5rem 0 0;max-width:7.5rem}
.block.hero .box-static .content,.block.hero .wp-block-quote .content,.block.hero .wp-block-group.is-style-black-box .content,.block.hero .wp-block-group.is-style-blue-box .content,.block.hero .wp-block-columns.is-style-black-box .content,.block.hero .wp-block-columns.is-style-blue-box .content,.block.hero .gform_wrapper .content{max-width:16.875rem}
.block.hero .box-static .name,.block.hero .wp-block-quote .name,.block.hero .wp-block-group.is-style-black-box .name,.block.hero .wp-block-group.is-style-blue-box .name,.block.hero .wp-block-columns.is-style-black-box .name,.block.hero .wp-block-columns.is-style-blue-box .name,.block.hero .gform_wrapper .name{color:#2c79c4;margin:0}
.block.hero .box-static .desc,.block.hero .wp-block-quote .desc,.block.hero .wp-block-group.is-style-black-box .desc,.block.hero .wp-block-group.is-style-blue-box .desc,.block.hero .wp-block-columns.is-style-black-box .desc,.block.hero .wp-block-columns.is-style-blue-box .desc,.block.hero .gform_wrapper .desc{font-weight:700;margin-top:.375rem;font-size:1.375rem;line-height:calc(29em/22)}
.block.hero .images{display:flex;flex:0 0 auto;justify-content:flex-end;margin:.6875rem 0 0 1rem;position:relative}
.block.hero .images::after{content:"";display:block;height:4.5rem;position:absolute;top:9.875rem;width:9.875rem;right:-10.0625rem;background-image:url(../images/c0eff0000f25bac254e7.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.hero .images img{display:block}
.block.hero .images img:first-child{border:.625rem solid #6ecadc;bottom:5%;max-width:17.5rem;position:absolute;right:50%;width:51.37%;z-index:2}
.block.hero .images img:last-child{max-width:23.375rem;width:68.62%;z-index:1}
.block.hero .block-inner{align-items:flex-start;display:flex;justify-content:space-between}
.block.hero .block-inner.with-images .content{width:50.9%}
.block.hero .block-inner.with-images .images{width:49.1%}
.block.icons{margin-top:3.75rem}
.block.icons{margin-bottom:3.75rem}
.block.icons .block-inner{display:flex;justify-content:space-between}
.block.icons .text{font-family:"Bitter",serif;font-weight:600;margin-right:1rem;max-width:31.25rem;position:relative}
.block.icons .icons-wrapper{overflow:hidden;max-width:53.125rem}
.block.icons .icons{align-items:center;display:flex;flex-wrap:nowrap;animation:marquee 20s linear infinite}
.block.icons .icons:hover{animation-play-state:paused}
.block.icons .image{align-items:center;display:flex;justify-content:center;flex-shrink:0;margin:0 1.875rem;min-width:7.5rem}
.block.icons .image img{max-width:100%;height:auto;filter:grayscale(100%);opacity:.7;transition:all .3s ease}
.block.icons .image img:hover{filter:grayscale(0%);opacity:1}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.block.image-cta{background-color:#feead8;margin-top:7.625rem}
.block.image-cta{margin-bottom:7.625rem}
.block.image-cta .image-wrap{flex-shrink:0;margin-right:1.5625rem;width:49%}
.block.image-cta .image-wrap img{display:block;height:100%;object-fit:cover}
.block.image-cta .block-inner{display:flex}
.block.image-cta .content{padding:2.9375rem 3.9375rem 3.125rem 0}
.block.image-cta .content h1,.block.image-cta .content h2,.block.image-cta .content h3,.block.image-cta .content h4,.block.image-cta .content h5,.block.image-cta .content h6{margin:0 0 .8125rem}
.block.image-cta .content p{letter-spacing:.025rem;margin-top:0;max-width:27.25rem}
.block.image-cta .content p:first-of-type{margin-bottom:.75rem;max-width:100%}
.block.image-cta .content .wp-block-buttons{margin-left:.3125rem;margin-top:1.5625rem}
.block.main-hero{padding-bottom:2.25rem;padding-top:2.0625rem;position:relative}
.block.main-hero h1,.block.main-hero h2,.block.main-hero h3,.block.main-hero h4,.block.main-hero h5,.block.main-hero h6{margin:0 0 1.375rem}
.block.main-hero p{margin-top:0;max-width:33.5rem}
.block.main-hero .background{left:calc(0.5 * (100vw - var(--scrollbar-width)) - 23.375rem);top:-100vh;transform:skewY(-4.2943deg)}
.block.main-hero .background::before{content:"";display:block;position:absolute;background-color:#2c79c4;height:2.375rem;width:calc(-26.9383125rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-2.375rem}
.block.main-hero .container{display:flex;justify-content:space-between}
.block.main-hero .content{flex:0 0 auto;margin-left:2rem;margin-top:3.5rem;width:57.57%}
.block.main-hero .images{flex:1 1 auto;margin-left:-9.0625rem;max-width:35.0625rem;position:relative}
.block.main-hero .skewed-image{overflow:hidden;transform:skewY(-4.2943deg);transform-origin:0%}
.block.main-hero .skewed-image img{display:block;transform:skewY(4.2943deg);transform-origin:0%}
.block.main-hero .image-wrap{overflow:hidden;width:86.27%}
.block.main-hero .image-wrap .skewed-image{border:1rem solid #fff;border-left:0;border-top:0}
.block.main-hero .wp-block-buttons{display:flex;flex-wrap:wrap;margin:1.5625rem -0.625rem -0.625rem}
.block.main-hero .wp-block-button{margin:.625rem}
.block.podcast-archive-hero{margin-top:7.0625rem}
.block.podcast-archive-hero .block-inner{display:flex}
.block.podcast-archive-hero .podcast-image{margin-right:1rem;position:relative}
.block.podcast-archive-hero .podcast-image::before{content:"";display:block;height:4.6875rem;left:-10.4375rem;position:absolute;top:33.3%;width:10.6875rem;background-image:url(../images/0ff5428c3417d82e9aa5.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.podcast-archive-hero .podcast-image img{margin-right:1rem;position:relative;width:24.375rem}
.block.podcast-archive-hero .podcast-image .subscribe-button-wrapper{display:none}
.block.podcast-archive-hero .content{margin-left:auto;max-width:41.6875rem}
.block.podcast-archive-hero .title{margin:-2.3125rem 0 .9375rem}
.block.podcast-archive-hero .desc{margin-top:0}
.block.podcast-archive-hero .podcast-buttons{margin-top:2rem}
.block.podcast-archive .block-inner{margin:7.875rem 0 2.9375rem;padding:5.625rem 0 6.75rem;position:relative}
.block.podcast-archive .block-inner .skewed-bg-teal::before,.block.podcast-archive .block-inner .has-teal-skewed-bg::before{content:"";display:block;position:absolute;background-color:#e2f4f8;height:3.125rem;width:calc(-13.750125rem + 0.5 * (100vw - var(--scrollbar-width)));left:0;top:-3.125rem}
.block.podcast-archive .block-inner .has-decorator{margin-bottom:.8125rem;padding-top:3rem}
.block.podcast-archive .block-inner .pagination{margin-top:2.5625rem;width:100%}
.block.podcast .block-inner{display:flex;justify-content:space-between;margin-top:4.4375rem;position:relative}
.block.podcast .block-inner::after{content:"";display:block;height:3.75rem;position:absolute;top:14.1875rem;width:7.9375rem;right:-9.0625rem;z-index:-1;background-image:url(../images/42e3b10b36e132f8f9c1.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.podcast .block-inner a{display:block}
.block.podcast .block-inner a:hover{text-decoration:none}
.block.podcast .block-inner .episodes-list{max-width:40.25rem}
.block.podcast .block-inner .heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.125rem}
.block.podcast .block-inner .heading h3{margin:0}
.block.podcast .block-inner .heading a{border-bottom:.125rem solid rgba(0,0,0,0);margin-right:-0.625rem;margin-top:.125rem;transition:.2s ease-in}
.block.podcast .block-inner .heading a:hover{border-color:#2c79c4}
.block.podcast .block-inner .desktop-link,.block.podcast .block-inner .mobile-link{font-family:"Oswald",sans-serif;text-transform:uppercase}
.block.podcast .block-inner .mobile-link{display:none}
.block.podcast .block-inner .list{list-style:none;margin:0;padding:0}
.block.podcast .block-inner .list li{margin-bottom:1.875rem;padding:0}
.block.podcast .block-inner .list h3{font-family:"Bitter",serif;letter-spacing:0;margin:0;font-size:1.375rem;line-height:calc(29em/22)}
.block.podcast .block-inner .list time{color:#2c79c4;display:inline-block;font-family:"Oswald",sans-serif;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;font-size:.875rem;line-height:1.5}
.block.podcast .block-inner .list a{color:#000;padding:1.1875rem 1rem 1.3125rem 5.625rem}
.block.podcast .block-inner .list a::before{content:"";display:block;height:3.125rem;left:1.5625rem;position:absolute;top:50%;width:3.125rem;background-color:#e6e6e6;border-radius:50%;display:block;line-height:3.125rem;text-align:center;transform:translateY(-50%)}
.block.podcast .block-inner .phone{background-color:#d5e4f3;border-radius:1.875rem;left:.625rem;margin-right:-3.1875rem;margin-top:2.25rem;max-width:24.625rem;overflow:hidden;padding:3.125rem 1.3125rem 1.25rem;position:relative;top:-0.625rem;transform:none}
.block.podcast .block-inner .phone::before{content:"";display:block;height:.5rem;left:39%;position:absolute;top:1.25rem;width:5rem;background-color:#000;border-radius:2.5rem}
.block.podcast .block-inner .phone::after{content:"";display:block;height:.75rem;left:63%;position:absolute;top:1.1875rem;width:.75rem;background-color:#000;border-radius:2.5rem}
.block.podcast .block-inner .phone-inner{background-color:#fff;border-radius:1.125rem;padding:2.0625rem 1.75rem;width:100%}
.block.podcast .block-inner .phone img{border-radius:.1875rem;display:block;margin:0 auto 2.875rem;max-width:17.8125rem;width:100%}
.block.podcast .block-inner .phone h3{margin-bottom:.625rem}
.block.podcast .block-inner .phone h3.mobile-title{display:none}
.block.podcast .block-inner .phone .description{color:#526d7a;margin-bottom:1.875rem;margin-top:0;font-size:1.125rem;line-height:calc(25em/18)}
.block.podcast .block-inner .phone .subscribe-button{letter-spacing:.0625rem;max-width:100%;padding:.6875rem 2rem .6875rem 3.25rem;font-size:1.375rem;line-height:calc(32em/22)}
.block.podcast .block-inner .phone .subscribe-button-wrapper{display:block;margin-bottom:4.0625rem;max-width:100%}
.block.price-boxes .block-inner{align-items:stretch;display:flex;justify-content:center;margin:-0.75rem -1.0625rem}
.block.price-boxes .box-static,.block.price-boxes .wp-block-quote,.block.price-boxes .wp-block-group.is-style-black-box,.block.price-boxes .wp-block-group.is-style-blue-box,.block.price-boxes .wp-block-columns.is-style-black-box,.block.price-boxes .wp-block-columns.is-style-blue-box,.block.price-boxes .gform_wrapper{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;margin:.75rem 1.0625rem;max-width:15.75rem;padding:1.5rem 1.5rem 1.0625rem;position:relative;width:calc(25% - 2.125rem)}
.block.price-boxes p{font-weight:700;margin:0}
.block.price-boxes .is-style-h4,.block.price-boxes h4{color:#2c79c4;margin:0}
.block.price-boxes .value{align-items:flex-end;display:flex;justify-content:space-between;margin-top:.75rem}
.block.price-boxes .value p{font-size:1rem;line-height:1.1875}
.block.pricing .buttons button:hover,.block.pricing .buttons button.active{background:#fff;color:#000}
.block.pricing{margin:0 auto;max-width:45.625rem;overflow-wrap:break-word}
.block.pricing .block-inner{display:flex;flex-direction:column;margin:-1.0625rem}
.block.wrapper .block.pricing .block-inner{overflow:visible}
.block.pricing .buttons{font-size:0;margin-bottom:1.875rem;text-align:center}
.block.pricing .buttons .wrapper{background:#000;border-radius:.25rem;display:inline-block}
.block.pricing .buttons button{background:none;background:#000;border:none;border:.125rem solid #000;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-block;font-family:"Oswald",sans-serif;font-weight:500;letter-spacing:.0625rem;padding:.5625rem 1.625rem .6875rem;text-transform:uppercase;transition:.3s;font-size:1rem;line-height:1.5}
.block.pricing .buttons button:hover{transform:translateY(-0.3125rem)}
.block.pricing .boxes{display:flex;justify-content:center;position:relative}
.block.pricing .boxes::before{content:"";display:block;height:4.25rem;position:absolute;width:5rem;bottom:2.6875rem;left:-10.5625rem;background-image:url(../images/ac07fb28ac35881a8101.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.pricing .boxes::after{content:"";display:block;height:4.0625rem;position:absolute;top:3.125rem;width:11.9375rem;right:-160px;background-image:url(../images/d49306069975eb7e7841.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.pricing .box-static,.block.pricing .wp-block-quote,.block.pricing .wp-block-group.is-style-black-box,.block.pricing .wp-block-group.is-style-blue-box,.block.pricing .wp-block-columns.is-style-black-box,.block.pricing .wp-block-columns.is-style-blue-box,.block.pricing .gform_wrapper{display:flex;flex-direction:column;justify-content:space-between;margin:1.0625rem;max-width:21.5rem;padding:.9375rem;position:relative;width:100%;z-index:1}
.block.pricing .one-time-price,.block.pricing .monthly-price{color:#2c79c4;display:none;font-weight:700;margin:.875rem 0 0;text-align:center}
.block.pricing .one-time-text,.block.pricing .monthly-text{display:none;font-family:"Oswald",sans-serif;font-weight:600;margin-top:.1875rem;text-align:center;text-transform:uppercase;font-size:.875rem;line-height:calc(17em/14)}
.block.pricing .title{font-family:"Oswald",sans-serif;font-weight:600;margin:0;text-align:center}
.block.pricing .active{display:block}
.block.pricing .features{list-style:none;margin-bottom:1.625rem;margin-top:1.625rem}
.block.pricing .feature{margin-bottom:.875rem;max-width:13.375rem;padding-left:2.1875rem;position:relative}
.block.pricing .feature.check::before{content:"";display:block;height:1rem;left:.6875rem;position:absolute;top:.1875rem;width:1rem;color:#2c79c4;font-size:1rem;line-height:1}
.block.pricing .feature.cross{color:#c4c4c4}
.block.pricing .feature.cross::before{content:"";display:block;height:1rem;left:.9375rem;position:absolute;top:.1875rem;width:1rem;color:#e85127;font-size:1rem;line-height:1}
.block.pricing .btn,.block.pricing .category-menu a,.category-menu .block.pricing a,.block.pricing .block.form-cta .block-inner form button,.block.form-cta .block-inner form .block.pricing button{display:block;margin:0 auto .5625rem;max-width:18.1875rem;text-align:center;width:100%}
.block.programs{margin-top:3.75rem}
.block.programs{margin-bottom:6.875rem}
.block.programs .program{display:flex;margin-bottom:3.125rem}
.block.programs .program img{display:block;object-fit:cover;width:50%}
.block.programs .program .content{background-color:#e2f4f8;padding:3.0625rem 1.6875rem 3.75rem 2.875rem;width:50%}
.block.programs .program .content h3{margin-bottom:.875rem;margin-top:0}
.block.programs .program .content p{letter-spacing:.025rem;margin-top:0;font-size:1rem;line-height:1.375}
.block.programs .program .content p:first-of-type{margin-bottom:.75rem;max-width:30rem;font-size:1.25rem;line-height:1.5}
.block.programs .program .content p:last-of-type{margin-bottom:1.875rem}
.block.programs .program .content .btn,.block.programs .program .content .category-menu a,.category-menu .block.programs .program .content a,.block.programs .program .content .block.form-cta .block-inner form button,.block.form-cta .block-inner form .block.programs .program .content button{margin-left:.3125rem}
.block.programs .program:nth-child(even){flex-direction:row-reverse}
.block.programs .program:nth-child(even) .content{background-color:#d5e4f3}
.responsive-spacer-tablet{display:none}
.responsive-spacer-mobile{display:none}
.block.section-header .block-inner{max-width:35.625rem}
.block.section-header .title{margin-bottom:0}
.block.section-header .title.with-decorator{padding-top:2.9375rem;position:relative}
.block.section-header .title.with-decorator::before{content:"";display:block;height:1.4375rem;left:.125rem;position:absolute;top:0rem;width:5.75rem;background-image:url(../images/802bbba74b1b55b7adaa.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.block.section-header .desc{margin-top:.8125rem}
.block.section-header .desc.with-decorator{position:relative}
.block.section-header .desc.with-decorator::before{content:"";display:block;height:4.1875rem;left:-12.375rem;position:absolute;top:.25rem;width:9.875rem;background-image:url(../images/e9fc9a1b82d316a502f9.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.social-warfare-wrapper{margin-top:3.125rem}
.social-warfare-wrapper .swp_social_panel{display:flex;height:4rem !important;justify-content:flex-start;margin-top:.9375rem !important;overflow:visible !important}
.social-warfare-wrapper .swp_share_button{max-width:8.625rem !important}
.social-warfare-wrapper .text{font-weight:600;margin-bottom:0;text-transform:uppercase;font-size:.875rem;line-height:1}
.block.success-stories .block-inner{margin:7rem 0 7.0625rem;padding:8.3125rem 0 7.25rem;position:relative}
.block.success-stories .block-inner.reset-margin-top{margin-top:0}
.block.success-stories .block-inner .skewed-bg-teal::before,.block.success-stories .block-inner .has-teal-skewed-bg::before{content:"";display:block;position:absolute;background-color:#2c79c4;height:2.4375rem;width:calc(0.69375rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;top:-2.4375rem}
.block.success-stories .block-inner .skewed-bg-teal::after{content:"";display:block;position:absolute;background-color:#2c79c4;height:2.375rem;width:calc(-34.201875rem + 0.5 * (100vw - var(--scrollbar-width)));left:0;bottom:-2.375rem}
.block.success-stories .block-inner .container>h2{margin:0 0 3rem 0;max-width:46.875rem}
.block.success-stories .block-inner .grid-sizer{width:calc(50% - 0.9375rem)}
.block.success-stories .block-inner .grid-spacer{height:3.625rem;width:calc(50% - 0.9375rem)}
.block.success-stories .block-inner .stories-grid{margin-top:2.0625rem}
.block.success-stories .block-inner .grid-item{background-color:#fff;display:flex;margin:0 0 3.75rem 0;padding:2.6875rem 4.0625rem 3.8125rem 2.375rem;width:calc(50% - 0.9375rem)}
.block.success-stories .block-inner .grid-item img{align-self:flex-start;height:7.5rem;margin-right:.625rem;margin-top:.875rem;width:7.5rem}
.block.success-stories .block-inner .grid-item .entry-title{color:#2c79c4;font-weight:500;margin-bottom:.625rem;margin-top:0;text-transform:uppercase;font-size:.875rem;line-height:1.5}
.block.success-stories .block-inner .grid-item .content{margin-left:1.6875rem}
.block.success-stories .block-inner .grid-item .entry-content{font-weight:700;margin-top:0;font-size:1.375rem;line-height:calc(29em/22)}
.block.success-stories .block-inner .button-container{margin-top:1.6875rem;text-align:center}
.block.success-stories .block-inner .button-container a{color:#000;font-family:"Oswald",sans-serif;text-transform:uppercase;transition:.2s ease-in}
.block.success-stories .block-inner .button-container a:hover{color:#2c79c4}
.block.success-stories .block-inner .pagination{margin-top:3.75rem;width:100%}
.block.success-stories .block-inner .pagination li{margin-bottom:0}
.block.podcast+.block.success-stories{position:relative;z-index:2}
.block.team-people .block-inner{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-1.875rem -0.5rem}
.block.team-people .item{margin:1.875rem .5rem;max-width:20.25rem;width:calc(50% - 1rem)}
.block.team-people .image{border:.125rem solid #000;border-radius:50%;max-width:7.4375rem;overflow:hidden}
.block.team-people .image img{display:block}
.block.team-people .is-style-h4,.block.team-people h4{font-weight:600;margin:.8125rem 0 0}
.block.team-people .title{font-family:"Oswald",sans-serif;font-weight:500;letter-spacing:.0625rem;margin-top:.25rem;text-transform:uppercase}
.block.team-people .desc{margin:1.3125rem 0 0}
.block.weeks{margin-bottom:3.4375rem}
.block.weeks .block-inner{display:flex;flex-wrap:wrap;justify-content:center;margin:-1.125rem -0.875rem}
.block.weeks .box-static,.block.weeks .wp-block-quote,.block.weeks .wp-block-group.is-style-black-box,.block.weeks .wp-block-group.is-style-blue-box,.block.weeks .wp-block-columns.is-style-black-box,.block.weeks .wp-block-columns.is-style-blue-box,.block.weeks .gform_wrapper{align-items:center;background:#fff;display:flex;margin:1.125rem .875rem;max-width:33.75rem;padding:.9375rem 1.8125rem;width:calc(50% - 1.75rem)}
.block.weeks .number{align-items:center;display:flex;flex-direction:column;font-family:"Oswald",sans-serif;font-weight:600;justify-content:center;margin:0 2.125rem 0 0;font-size:1.5rem;line-height:1.25}
.block.weeks .number span{color:#2c79c4}
.block.weeks h4{font-weight:600;margin:0 0 .5625rem 0}
.block.weeks .desc{margin:0}
.block.weeks .desc p:first-child{margin-top:.4375rem}
.entry-content ul.is-style-arrow-rounded>li::before,.entry-content ul.is-style-checkmark-rounded>li::before{background-color:#e2f4f8;border-radius:50%;color:#6ecadc;text-align:center}
.entry-content li{color:#000;margin-bottom:1.5625rem;padding-left:1.9375rem;position:relative}
.entry-content ol{counter-reset:ordered-list-counter;list-style:none;margin-top:1.6875rem;padding-left:0}
.entry-content ol li{counter-increment:ordered-list-counter;letter-spacing:.01875rem}
.entry-content ol li::before{content:counter(ordered-list-counter);display:block;height:1.375rem;left:0rem;position:absolute;top:0rem;width:1.375rem;background-color:#6ecadc;border-radius:50%;font-family:"Oswald",sans-serif;text-align:center;font-size:.625rem;line-height:2.2}
.entry-content ul[class*=is-style-]{list-style:none;padding-left:0}
.entry-content ul ul{list-style:disc;margin-left:2.125rem;margin-top:.625rem;padding-left:0}
.entry-content ul ul li{margin-bottom:0;padding-left:0}
.entry-content ul.is-style-checkmark{margin-top:.875rem}
.entry-content ul.is-style-checkmark>li::before{content:"";display:block;height:1.125rem;left:0rem;position:absolute;top:0rem;width:1.125rem;color:#6ecadc;font-size:1.125rem;line-height:1}
.entry-content ul.is-style-checkmark-rounded{margin-top:3.125rem}
.entry-content ul.is-style-checkmark-rounded{margin-bottom:3.125rem}
.entry-content ul.is-style-checkmark-rounded>li{padding-left:4.0625rem}
.entry-content ul.is-style-checkmark-rounded>li::before{content:"";display:block;height:2.25rem;left:0rem;position:absolute;top:-0.4375rem;width:2.25rem;line-height:2.25rem}
.entry-content ul.is-style-arrow{margin-top:0}
.entry-content ul.is-style-arrow>li{margin-bottom:1.3125rem}
.entry-content ul.is-style-arrow>li::before{content:"";display:block;height:1.125rem;left:.375rem;position:absolute;top:.25rem;width:1.125rem;color:#2c79c4;font-size:.8125rem;line-height:1}
.entry-content ul.is-style-arrow-rounded{margin-top:1.5625rem}
.entry-content ul.is-style-arrow-rounded>li{margin-bottom:1.125rem;padding-left:3.25rem}
.entry-content ul.is-style-arrow-rounded>li::before{content:"";display:block;height:1.75rem;left:0rem;position:absolute;top:-0.1875rem;width:1.75rem;font-size:.8125rem;line-height:calc(27em/13)}
.entry-content ul.is-style-cross-list{margin-top:1.3125rem}
.entry-content ul.is-style-cross-list>li::before{content:"";display:block;height:1.125rem;left:.375rem;position:absolute;top:.125rem;width:1.125rem;color:#ff4043;font-size:1.125rem;line-height:1}
.wp-block-column>.is-style-checkmark,.wp-block-column>.is-style-cross-list,.wp-block-column>ol{margin-left:-1.875rem}
.wp-block-columns.is-style-spaced{justify-content:space-between;margin:0 auto 1.9375rem;max-width:72.375rem}
.wp-block-columns.is-style-spaced-narrow{justify-content:space-between}
.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box{margin-bottom:2.6875rem;margin-top:3.125rem;padding:2.125rem 3.4375rem .8125rem 3.8125rem}
.wp-block-group.is-style-black-box,.wp-block-group.is-style-blue-box{margin-bottom:1.625rem}
.wp-block-group.is-style-black-box .wp-block-group__inner-container,.wp-block-group.is-style-blue-box .wp-block-group__inner-container{padding:2.5625rem 3.4375rem 1.875rem 3.8125rem}
.wp-block-group.is-style-black-box .wp-block-group__inner-container:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container:first-child{font-weight:600;margin-top:0 !important}
.wp-block-group.is-style-black-box .wp-block-group__inner-container:last-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container:last-child{margin-bottom:0 !important}
.wp-block-group.is-style-black-box .wp-block-group__inner-container p,.wp-block-group.is-style-black-box .wp-block-group__inner-container h1,.wp-block-group.is-style-black-box .wp-block-group__inner-container h2,.wp-block-group.is-style-black-box .wp-block-group__inner-container h3,.wp-block-group.is-style-black-box .wp-block-group__inner-container h4,.wp-block-group.is-style-black-box .wp-block-group__inner-container h5,.wp-block-group.is-style-black-box .wp-block-group__inner-container h6,.wp-block-group.is-style-blue-box .wp-block-group__inner-container p,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h1,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h2,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h3,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h4,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h5,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h6{margin-bottom:.625rem;margin-top:0}
.wp-block-group.is-style-black-box figure,.wp-block-group.is-style-blue-box figure{margin:0 auto}
.wp-block-image{margin:2.75rem auto 2.375rem}
.wp-block-image img{display:block}
.wp-block-image figcaption{color:#2c79c4;margin-top:.8125rem;text-align:center;font-size:.75rem;line-height:2}
.wp-block-image.is-style-rounded-with-shadow img{border-radius:.3125rem;box-shadow:0rem 2.5rem 6.25rem rgba(82,109,122,.18)}
.wp-block-image.is-style-rounded img{border-radius:.3125rem}
.is-style-black-box .wp-block-image,.is-style-blue-box .wp-block-image{margin:0}
.wp-block-quote{color:#000;font-weight:700;letter-spacing:.04375rem;margin:4.3125rem auto 4.9375rem;max-width:33.8125rem;padding:2.625rem 2.5625rem 2.8125rem 3.625rem;font-size:1.375rem;line-height:calc(29em/22)}
.wp-block-quote p{margin:0}
.block.wrapper .block-inner{overflow:hidden;position:relative}
.block.wrapper .block-inner.is-skewed-top{margin-top:calc(-0.036001 * (100vw - var(--scrollbar-width)));padding-top:calc(0.036001 * (100vw - var(--scrollbar-width)))}
.block.wrapper .block-inner.is-skewed-bottom{margin-bottom:calc(-0.036001 * (100vw - var(--scrollbar-width)));padding-bottom:calc(0.036001 * (100vw - var(--scrollbar-width)))}
.block.wrapper .block-inner.is-skewed-full{margin-bottom:calc(-0.036001 * (100vw - var(--scrollbar-width)));margin-top:calc(-0.036001 * (100vw - var(--scrollbar-width)));padding-bottom:calc(0.036001 * (100vw - var(--scrollbar-width)));padding-top:calc(0.036001 * (100vw - var(--scrollbar-width)))}
.block.wrapper .block-inner.is-skewed-full .skewed-bg,.block.wrapper .block-inner.is-skewed-full .skewed-bg-black,.block.wrapper .block-inner.is-skewed-full .has-black-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-blue,.block.wrapper .block-inner.is-skewed-full .has-blue-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-blue-light,.block.wrapper .block-inner.is-skewed-full .has-blue-light-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-1,.block.wrapper .block-inner.is-skewed-full .has-grey-1-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-2,.block.wrapper .block-inner.is-skewed-full .has-grey-2-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-3,.block.wrapper .block-inner.is-skewed-full .has-grey-3-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-4,.block.wrapper .block-inner.is-skewed-full .has-grey-4-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-5,.block.wrapper .block-inner.is-skewed-full .has-grey-5-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-6,.block.wrapper .block-inner.is-skewed-full .has-grey-6-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-7,.block.wrapper .block-inner.is-skewed-full .has-grey-7-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-grey-8,.block.wrapper .block-inner.is-skewed-full .has-grey-8-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-orange,.block.wrapper .block-inner.is-skewed-full .has-orange-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-orange-light,.block.wrapper .block-inner.is-skewed-full .has-orange-light-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-red,.block.wrapper .block-inner.is-skewed-full .has-red-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-red-orange,.block.wrapper .block-inner.is-skewed-full .has-red-orange-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-shadow,.block.wrapper .block-inner.is-skewed-full .has-shadow-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-teal,.block.wrapper .block-inner.is-skewed-full .has-teal-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-teal-light,.block.wrapper .block-inner.is-skewed-full .has-teal-light-skewed-bg::before,.block.wrapper .block-inner.is-skewed-full .skewed-bg-white,.block.wrapper .block-inner.is-skewed-full .has-white-skewed-bg::before{bottom:calc(0.0180005 * (100vw - var(--scrollbar-width)));top:calc(0.0180005 * (100vw - var(--scrollbar-width)))}
.block.wrapper .wrapper-content{position:relative;margin:auto;padding:0 2.5rem;width:100%;max-width:74.375rem}
.block.wrapper .wrapper-content.narrow{margin:auto;padding:0 2.5rem;width:100%;max-width:50.625rem}
.block.wrapper .decorators{height:100%;left:50%;max-width:69.375rem;position:absolute;top:0;transform:translateX(-50%);width:100%}
.block.wrapper .decorator{position:absolute;top:0}
.block.wrapper .decorator.position-left{left:0}
.block.wrapper .decorator.position-right{left:100%}
.block.wrapper .decorator img{display:block;max-width:none;width:auto}
.block.wrapper .inner-blocks{position:relative}
.error404-content{text-align:center;margin-top:10rem}
.error404-content{margin-bottom:11.875rem}
.blog main.content,.category main.content{margin-bottom:7.5rem;margin-left:auto;margin-right:auto;max-width:69.375rem}
.blog .posts-grid,.category .posts-grid{margin-bottom:-0.9375rem;margin-top:-0.9375rem}
.blog .pagination,.category .pagination{margin-top:4.625rem;position:relative}
.blog .pagination::before,.category .pagination::before{content:"";display:block;height:3.75rem;left:-10.5rem;position:absolute;top:-1.375rem;width:7.9375rem;background-image:url(../images/42e3b10b36e132f8f9c1.svg);background-position:center;background-repeat:no-repeat;background-size:contain}
.is-small-text{font-size:.875em}
.is-regular-text{font-size:1em}
.is-large-text{font-size:2.25em}
.is-larger-text{font-size:3em}
.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}
body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}
p.has-drop-cap.has-background{overflow:hidden}
:root :where(p.has-background){padding:1.25em 2.375em}
:where(p.has-text-color:not(.has-link-color)) a{color:inherit}
p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}
h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
ol,ul{box-sizing:border-box}
:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
.wp-block-group{box-sizing:border-box}
:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}
.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}
.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}
.wp-block-media-text.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{align-self:center}
.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}
.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}
.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}
.wp-block-media-text__media a{display:block}
.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}
.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}
.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}
.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}
/* eb-countdown-0m71m Starts */.eb-countdown-0m71m.eb-cd-wrapper{ max-width:650px; margin:0px; padding:50px; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }
div.eb-countdown-0m71m.eb-cd-wrapper{ margin-left:auto; margin-right:auto }
.eb-countdown-0m71m.eb-cd-wrapper:before{ transition:background 0.5s, opacity 0.5s, filter 0.5s }
.eb-countdown-0m71m.eb-cd-wrapper .eb-cd-inner{ flex-direction:row }
.eb-countdown-0m71m.eb-cd-wrapper .eb-cd-inner .box{ background-color:#2c79c4; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s; padding-top:5px; padding-right:5px; padding-left:5px; padding-bottom:5px; border-radius:2px; box-shadow:#000 9px 9px 0px 0px ; flex-direction:column; align-items:center }
.eb-countdown-0m71m.eb-cd-wrapper .eb-cd-inner .box:hover{ box-shadow:#000 9px 9px 0px 0px }
.eb-countdown-0m71m.eb-cd-wrapper .eb-cd-inner .box span.eb-cd-digit{ font-family:"Oswald", sans-serif; font-size:40px; color:#fff }
.eb-countdown-0m71m.eb-cd-wrapper .eb-cd-inner .box span.eb-cd-label{ font-size:18px; color:#fff }
.eb-countdown-0m71m.eb-cd-wrapper .eb-cd-inner .box + .box{ margin:0; margin-left:25px }
.wp-admin .eb-parent-eb-countdown-0m71m{ display:block; opacity:1 }
.eb-parent-eb-countdown-0m71m{ display:block }
/* =eb-countdown-0m71m= Ends */
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}
.wp-element-button{cursor:pointer}
:root .has-very-light-gray-background-color{background-color:#eee}
:root .has-very-dark-gray-background-color{background-color:#313131}
:root .has-very-light-gray-color{color:#eee}
:root .has-very-dark-gray-color{color:#313131}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}
:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}
:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}
:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}
:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}
:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}
:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}
:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}
.has-regular-font-size{font-size:1em}
.has-larger-font-size{font-size:2.625em}
.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}
.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}
.has-text-align-center{text-align:center}
.has-text-align-left{text-align:left}
.has-text-align-right{text-align:right}
.has-fit-text{white-space:nowrap!important}
#end-resizable-editor-section{display:none}
.aligncenter{clear:both}
.items-justified-left{justify-content:flex-start}
.items-justified-center{justify-content:center}
.items-justified-right{justify-content:flex-end}
.items-justified-space-between{justify-content:space-between}
.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
html :where(.has-border-color){border-style:solid}
html :where([style*=border-top-color]){border-top-style:solid}
html :where([style*=border-right-color]){border-right-style:solid}
html :where([style*=border-bottom-color]){border-bottom-style:solid}
html :where([style*=border-left-color]){border-left-style:solid}
html :where([style*=border-width]){border-style:solid}
html :where([style*=border-top-width]){border-top-style:solid}
html :where([style*=border-right-width]){border-right-style:solid}
html :where([style*=border-bottom-width]){border-bottom-style:solid}
html :where([style*=border-left-width]){border-left-style:solid}
html :where(img[class*=wp-image-]){height:auto;max-width:100%}
:where(figure){margin:0 0 1em}
html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}
/*# sourceURL=wp-block-library-inline-css */
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}
.wp-block-columns{align-items:normal!important}
.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}
.wp-block-columns.are-vertically-aligned-center{align-items:center}
.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}
.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}
:where(.wp-block-columns){margin-bottom:1.75em}
:where(.wp-block-columns.has-background){padding:1.25em 2.375em}
.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}
.wp-block-column.is-vertically-aligned-top{align-self:flex-start}
.wp-block-column.is-vertically-aligned-center{align-self:center}
.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}
.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/columns/style.min.css */
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}
.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue: #2c79c4;--wp--preset--color--blue-light: #d5e4f3;--wp--preset--color--grey-1: #ececec;--wp--preset--color--grey-2: #526d7a;--wp--preset--color--grey-3: #666666;--wp--preset--color--grey-4: #c4c4c4;--wp--preset--color--grey-5: #dadada;--wp--preset--color--grey-6: #e6e6e6;--wp--preset--color--grey-7: #f7fafc;--wp--preset--color--grey-8: #f8f8f8;--wp--preset--color--orange: #fc943e;--wp--preset--color--orange-light: #feead8;--wp--preset--color--red: #ff4043;--wp--preset--color--red-orange: #e85127;--wp--preset--color--shadow: #2c4264;--wp--preset--color--teal: #6ecadc;--wp--preset--color--teal-light: #e2f4f8;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}
:where(.is-layout-flex){gap: 0.5em;}
:where(.is-layout-grid){gap: 0.5em;}
body .is-layout-flex{display: flex;}
.is-layout-flex{flex-wrap: wrap;align-items: center;}
.is-layout-flex > :is(*, div){margin: 0;}
body .is-layout-grid{display: grid;}
.is-layout-grid > :is(*, div){margin: 0;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}
:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
.has-black-color{color: var(--wp--preset--color--black) !important;}
.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}
.has-white-color{color: var(--wp--preset--color--white) !important;}
.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}
.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}
.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}
.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}
.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}
.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}
.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}
.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}
.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}
.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}
.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}
.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}
.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}
.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}
.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}
.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}
.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}
.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}
.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}
.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}
.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}
.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}
.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}
.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}
.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}
.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}
.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}
.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}
.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}
.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}
.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}
.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}
.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}
.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}
.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}
.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}
.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}
.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}
.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}
.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}
.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}
.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}
.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}
.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}
.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
.margin-top-60{
	margin-top: 3.75rem !important;
}
/*# sourceURL=sgp-front-style-inline-css */
.site-header .menu-primary li{
/*	margin: 0 1.5rem; */
}
.home .block.main-hero .background{
	transform: none;
}
.block.form-cta .block-inner .form-wrapper{
    border: 0 !important;
    box-shadow: none !important;
}
.skewed-bg-teal, .has-teal-skewed-bg::before{
    background-color: #6ecadc;
}
.block.form-cta .block-inner form ._form_element:nth-of-type(1)::after{
    display: none;
}
div#gform_wrapper_21 .gfield--type-checkbox input.gfield-choice-input{
    position:relative;
    top: 0.2125rem;
}
div#gform_wrapper_21 .gfield--type-checkbox label{
    padding-left: 0rem;
    margin-bottom: 0.425rem;
    margin-top: 0.425rem;
}
.wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;}
/*# sourceURL=core-block-supports-inline-css */
.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}
.wp-block-button__link.aligncenter{text-align:center}
.wp-block-button__link.alignright{text-align:right}
:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}
.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}
.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/button/style.min.css */
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/heading/style.min.css */
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/list/style.min.css */
.wp-block-buttons{box-sizing:border-box}
.wp-block-buttons.is-vertical{flex-direction:column}
.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}
.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}
.wp-block-buttons.is-content-justification-left{justify-content:flex-start}
.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}
.wp-block-buttons.is-content-justification-center{justify-content:center}
.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}
.wp-block-buttons.is-content-justification-right{justify-content:flex-end}
.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}
.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}
.wp-block-buttons.aligncenter{text-align:center}
.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}
.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}
.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}
.wp-block-buttons .wp-block-button__link{width:100%}
.wp-block-button.aligncenter{text-align:center}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/buttons/style.min.css */
.wp-block-details{box-sizing:border-box}
.wp-block-details summary{cursor:pointer}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/details/style.min.css */
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/paragraph/style.min.css */
.margin-top-72{
	margin-top: 4.5rem !important;
}
.margin-top-30{
	margin-top: 1.875rem !important;
}
.margin-bottom-60{
	margin-bottom: 3.75rem !important;
}
.margin-top-112{
	margin-top: 7rem !important;
}
.wp-elements-a81fd5dcb29be0b392f08337802d04a1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-22c29bf25cb8208135acb25bf20b39cd a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-093d7d8ce2360c68be7a40004c4a5fbd a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-cb8c0427ece09f4fb05651a2f18d386e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-379f9fb58e92bfa07c3e6ccc94af3cd9 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-6abd9f1cb9f6ae7ca9c1b7e90c6ff75b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ff451822eb79ac781975ff91921b61a0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-8893ce24af3f68a642e970024d190eb1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-f6887ec850a10b1bb7919f0d691837fa a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-5df8f0cc0bf9de26e4269cd1c1b1236d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-52f1bd544e433b98b2b3e1f0c31b70bf a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-53a02329dc94db66451a111eab51200d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e57fb58c43f52906aecb85daf48924bb a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-4a7a8568d7b12d67fb5241a535b9805e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-1a29f3e80d3defb7ce250e8e9c5fe6b2 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-6fa367046e7752135e989ffef4660647 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-a2babf225c1db640fd7d9f99641e58d7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-201123aa7276d26f00cf663b75067c5f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-dca06b34deaefff1908c03a10303740a a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-452196f0ca286f3fc480a813998107b5 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-be147173aacd4bae292259e23c845852 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-319704097da6b23dbbf6f2189b3fe30b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-279686e10a4cc5c1b555f50228de86e1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-803ff1064f79681936272094557f4279 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-c732dd4408abe77de92f59cfacd56ea5 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-5bb75cad67aa0bbf18ba1bbafe0cb6d0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-3800ddfe8e01c2de872042a6e0e14082 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-91b49d9b318a9e56cc755953876193c1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-525ee70e085cd9b85590cf2578894471 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-2ed2e33728e91dae7642513fe627757a a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-a9c50e8ab7b677dbe1664181bf7379d9 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-block-spacer{clear:both}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/spacer/style.min.css */
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}
.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}
figure.wp-block-gallery.has-nested-images{align-items:normal}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}
.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}
.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}
.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}
.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}
.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/gallery/style.min.css */
.wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}
.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}
.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}
.wp-block-image.has-custom-border img{box-sizing:border-box}
.wp-block-image.aligncenter{text-align:center}
.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}
.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}
.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}
.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}
.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}
.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}
.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}
.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}
.wp-block-image.is-style-circle-mask img{border-radius:9999px}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}
.wp-block-image figure{margin:0}
.wp-lightbox-container{display:flex;flex-direction:column;position:relative}
.wp-lightbox-container img{cursor:zoom-in}
.wp-lightbox-container img:hover+button{opacity:1}
.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}
.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}
.wp-lightbox-container button:hover{cursor:pointer;opacity:1}
.wp-lightbox-container button:focus{opacity:1}
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}
.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}
.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}
.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}
.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}
.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}
.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}
.wp-lightbox-overlay .wp-block-image figcaption{display:none}
.wp-lightbox-overlay button{background:none;border:none}
.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}
.wp-lightbox-overlay.active{visibility:visible}
@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}
@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}
@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}
@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}
@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/image/style.min.css */
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/group/style.min.css */
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}
.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}
.wp-block-quote>cite{display:block}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/quote/style.min.css */
.margin-bottom-20{
	margin-bottom: 1.25rem !important;
}
.margin-bottom-75{
	margin-bottom: 4.6875rem !important;
}
.margin-top-100{
	margin-top: 6.25rem !important;
}
.margin-bottom-1{
	margin-bottom: 0.0625rem !important;
}
.margin-bottom-150{
	margin-bottom: 9.375rem !important;
}
.wp-container-core-buttons-is-layout-16018d1d{justify-content:center;}
.wp-elements-030011377042a44135cb88db36643a32 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-d52ac253a971cb4b8a07d22637c563bc a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-80adde660afac149b5f77792dbb91ce1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-5595f1644df5f703bc959cde30570a95 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-f287300bedb6dfab845c7c6e13501b58 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-7ff0a7cc9d3c338c2ff80acd9aea4f17 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-d11faf7018ffe105a7a1cf9722013b25 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-d4a4c6ff4fa0d63788b16b8b094b60ee a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-4879b2727522af8a7e519405a2bc984f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-bcabae0c706d4d4a0cbe27f5a646d803 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-b1cacb812bdbb487947387ce1c295e95 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-922c7e3b2eeddc77e3a90f45af2c2ae0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-c97ec6ea39eabfdcd34cc8a51ce1b1d0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-7cb900902a912e0fce895938c13f2915 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ae17905c13a4e69c504bc6e2971ae207 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-cbd492936bdb4773239d1dc81c009fd9 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-dab15b8591a3b982450bbf9155ca9c92 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-57a5c606d4fec7261eaa7c22a7a1bae4 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-block-table{overflow-x:auto}
.wp-block-table table{border-collapse:collapse;width:100%}
.wp-block-table thead{border-bottom:3px solid}
.wp-block-table tfoot{border-top:3px solid}
.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}
.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}
.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}
.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}
.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}
.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}
.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}
.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}
.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}
.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}
.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}
.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}
.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}
.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}
.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}
.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}
.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/table/style.min.css */
.margin-top-40{
	margin-top: 2.5rem !important;
}
.margin-bottom-5{
	margin-bottom: 0.3125rem !important;
}
.margin-bottom-80{
	margin-bottom: 5rem !important;
}
.wp-elements-23a4e09b49af6a3ebad713211e24c4fe a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-99d5264221ce712958dab79a075eb16b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-eb3c3eb84a88ed9db2fd9082e85848c2 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-333ba14cad1d1f3f08e578c1844f1b69 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-64189e67a8e4e51ed9965d89ed7ebd9d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-f2361b8c40a87e7b3c16a4e224ba20b3 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-0d87109cdc4476e99a9dc11158f911e6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-d1751e5b6869388310bc9db3028ed845 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ff2ef6bfb9a6bc60c62e294cb39e219e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-0d1259f298266b1511b4f420e2efacc8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-b2664aad066f4daa18b05c41b3d69139 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-f2056ce966d3bb121bd85bc736ae7f57 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ab76bd34a99dcbfa1a3d2de057a65fb0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-2970396fbb53bc350b9fec82b2171381 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-3855b4461a09da58630b1a2ff435f734 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-dd3beee6c96be9bc4fb28b2108b98f0e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-c20943aede01a4ac91d24f5deb5b8ce6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-12f27327a07eda61c84af1811d57b228 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-47825639ba8ec5a78a12af54b5b0fe4b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-7ba3f04b2e7e386e40423d24351ee250 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-de6f3440e64e4b1e555f3f47a731795b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-436ac5bccca0554d3c6881db8e0c8c18 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-7d94e4c9c29d78e00a0ee93b0fd3d90e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-a1f77be344b244711b84e8b841b6a638 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-8d1cb047d47ee2977ecd814faa88d460 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-7e6b903a4f7c2a836d355f42d5e59382 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-33c1db5948997058c67a685098248c72 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-cc9eea1391c734ad7d99e7ae0b2f02eb a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-f70d1a3278dc10758fb834ae3edcaae3 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e60a6bf45d216a2c864d9f57060206ea a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-1e80fa461159eacba3d6c0a71aee9244 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-d810e890a5c83a95e607c40f93dea5e7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ac01ff910c45bbf9acec1c6c43fd8c30 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-f375b0458ca9bd03904b7dec7d578a31 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-8c1fff3c39d498f4537f3a5b4b894872 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-19a7637f22a15cd6cd434e4a39afa5df a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ce3c2fedfef39d3deff00c8f63566065 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-18401fba8b41d1b0f3dfac94ceb783bc a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/media-text/style.min.css */
.margin-bottom-30{
	margin-bottom: 1.875rem !important;
}
.margin-bottom-50{
	margin-bottom: 3.125rem !important;
}
.margin-top-50{
	margin-top: 3.125rem !important;
}
.margin-bottom-10{
	margin-bottom: 0.625rem !important;
}
.margin-bottom-45{
	margin-bottom: 2.8125rem !important;
}
.wp-container-core-buttons-is-layout-51f7783f{justify-content:center;align-items:flex-start;}
.wp-elements-86f040c7b65d05f918edc2f1ae2e3663 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
@charset "UTF-8";
.wp-block-separator{border:none;border-top:2px solid}
:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}
:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}
.wp-block-separator.is-style-dots{background:none!important;border:none!important}
/*# sourceURL=https://www.smartgetspaid.com/wp-includes/blocks/separator/style.min.css */
.margin-top-25{
	margin-top: 1.5625rem !important;
}
.wp-elements-e77ca3996d5dc4b43d5c419fd7af062d a:where(:not(.wp-element-button)){color:#3a8da9;}
.wp-elements-c05f4ee7da037e9bdda93e4e4f1ad248 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-container-core-buttons-is-layout-9a7cdcfd{flex-direction:column;align-items:center;}
.margin-top-1{
	margin-top: 0.0625rem !important;
}
.margin-top-80{
	margin-top: 5rem !important;
}
.wp-elements-17bbf8256f882bf3b87e51cbb8f05f43 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-64399475619765caaa442f09dad43989 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-8ff9dfdf40fe6226c6abf438141b699d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-2250e706f1fef17e617c9907bbbc3b4e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ab6aaba4354ef45c402cb227dd3551c6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-ebf230eccbfd4f20c3603ed79c48da37 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-24e49e1496cece8ff591056b395f56a5 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-55aae69b14bdc37bc788eea1c7000f61 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e916bcc9d5d3272a268ac28f608ed5af a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-95668d55fb9087db6ccd0bb7b224b94e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-25f1a6e9961d0a1f3ee781bfa2aef2a2 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-0862288cf2f610e8e286c2b38c304d85 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.margin-bottom-16{
	margin-bottom: 1rem !important;
}
.margin-top-16{
	margin-top: 1rem !important;
}
.margin-bottom-40{
	margin-bottom: 2.5rem !important;
}
.margin-top-20{
	margin-top: 1.25rem !important;
}
.wp-elements-d4ff07a4add9d46111ff7ffe02607aaf a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-735e28804cf0e1a62b4eaadf301f016e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-a18882635d1483c6ee0cab92568482a7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-189c8a0b8be5cd82090d9ce5b7d1c3f3 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--blue);}
.wp-elements-7f8d8a0099315912af72ad595398c623 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e8a5b5072302b5536f91e807f1801349 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-d851de513b9ed26da0163d0eebce8158 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-1314114ae8aa006f17ec8c3ddc4ab572 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-2c042348dde032cfee855e3c6c1343f6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e9be88d61a5139846d9cf0c5bd0c66f1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-40344e959ce1ccb9270d9ec4febcd58d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.margin-top-108{
	margin-top: 6.75rem !important;
}
.margin-top-10{
	margin-top: 0.625rem !important;
}
.margin-top-55{
	margin-top: 3.4375rem !important;
}
.margin-top-88{
	margin-top: 5.5rem !important;
}
.margin-top-5{
	margin-top: 0.3125rem !important;
}
.wp-elements-3a61dda3c319bbb433b974d6e1de1280 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-f84b8ef3b42465cb8e455261527c58c5 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-adb1029232b8ece0b7d43c1588461a26 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-19bc647fc63a9b9946b138beb178a955 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-645037bafa38d38965436a76435ee5cd a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-304f20d87ae54d2e966b1e32007689f7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-3f22bcef29b6ff11f400c21e7eaffdd8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-a0d85d5f23ac963bd16eed9a1a45516d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-a3c343813ca431722ac0b46c839e5a2d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-81d0fc87327c740fd5653abd74112ed7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e4933761a3a69dfbc03914ade17d714f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-d7292fb2738c460ad44f6ff708549fcf a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-c5bb91db89effe5703079488012787a6 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-cf3b3b7ed74391302c613c3b2baab50e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-27bd8ba6194cdf6775af202aadac18a1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-container-core-buttons-is-layout-7e5fce0a{justify-content:flex-start;}
.margin-top-135{
	margin-top: 8.4375rem !important;
}
.margin-bottom-130{
	margin-bottom: 8.125rem !important;
}
.wp-container-core-buttons-is-layout-499968f5{justify-content:center;}
.wp-elements-6c7741c5282ae8587356aea55469dba7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--grey-7);}
.wp-elements-576b71716c013d88e14d838184a293b4 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-79a526288f4c815dfe2e1cea2aa0a4c0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-6f2c3c0cc2633b2cb56dd1e4f54d5138 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-20c784c5910c32addad6217292a03f1e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-8ee86329601ea67c15e2039fbfa89eef a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-f8ff72db79e88b33b09cac6813b17e6c a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e14e9997c8ead01680823d9808fbb1e5 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-52d5c7294ef4e453a633ff1f14cd56f2 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-e4ee392f3486bd8b78d6e248a38b585e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-6e17ed1617d613aa2dba92bd597117e1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-2e60c0e6e5a52eca06f5bd8ea484c3e2 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-02c3812db34c63121e9bde92a3966ac8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-060014308cb03c064a03b1c9a4c09857 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-9a5adce1a7aa659b4ed7b21e69922892 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-5c4f8a0a39db7d0e2a640f099e6a2a0f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}
.wp-elements-bc80c734f68a3e9ad3ad40b56b0ee7a8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}
.wp-elements-61082bf4ba64914e26e535e7882fa898 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}
.wp-elements-a9750225ea97715f9ff9a4b5aa2379e8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}
.wp-elements-7f85601e2cbce3bf7e1b13cdc4460f4f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}
.margin-top-56{
	margin-top: 3.5rem !important;
}
@media (max-width: 1424px){
.page-template-page-referals .left-image img{
    padding: 0px;
  }
}

@media (max-width: 1260px){
.page-template-page-referals .left-image img{
    max-width: 450px;
  }
.page-template-page-referals .right-section{
    margin: 15px 0px 25px 0px !important;
    padding-left: 0px !important;
  }
.fixed-section h1,
  .fixed-section .is-style-h1{
    font-size: 50px;
  }
}

@media (max-width: 1024px){
.page-template-page-referals .top-section{
    flex-direction: column;
    min-height: auto;
    background-size: inherit;
    padding-top: 0;
    background-position: right -450px;
  }
.top-button{
    margin-bottom: 85px;
  }
.page-template-page-referals .left-image{
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    max-height: 385px;
  }
.page-template-page-referals .left-image img{
    max-width: 100%;
    height: auto;
    padding: 0;
    max-height: 350px;
  }
.page-template-page-referals .right-section{
    margin: 0px !important;
    padding: 1rem !important;
    align-items: center;
    text-align: center;
  }
.fixed-section h1{
    font-size: 42px !important;
    max-width: 100% !important;
    margin-top: 15px !important;
  }
.below-footer-text{
    padding: 0 15px;
  }
.fixed-section ul{
    margin: 20px 0px;
    padding: 0px;
  }
.page-template-page-referals .block.main-hero p{
    font-size: 20px;
    text-align: center;
    max-width: 100%;
  }
.fixed-section h2{
    margin-top: 60px !important;
  }
.fixed-section li{
    font-size: 20px;
    padding-left: 25px;
    text-align: left;
  }
.fixed-section li::before{
    top: 0.2em;
    width: 18px;
    height: 18px;
  }
.page-template-page-referals .referral-form{
    padding: 3rem 2rem 0 2rem;
  }
.below-footer-text:last-child{
       padding-bottom: 40px !important;
   }
body .block.success-stories .block-inner{
        margin-bottom: 20px;
    }
}

@media (max-width: 768px){
.page-template-page-referals .left-image{
        max-height: 170px;
    }
.fixed-section h1{
        font-size: 2.5rem !important;
    }
.block.success-stories .block-inner .container > h2{
        margin: 0 0 1.25rem 0 !important;
    }
#wrapper-8 .wp-block-group.is-style-black-box{
        padding-top: 15px;
    }
body .block.success-stories .block-inner.reset-margin-top{
        padding-top: 60px;
    }
body .wp-block-columns.is-style-blue-box{
        margin: 20px 0;
    }
body .block-inner.has-skewed-bg.is-skewed-full{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 600px){
._form_147 ._form-content ._form_element, ._form_147 ._form-content ._form_element:nth-child(1), ._form_147 ._form-content ._form_element:nth-child(2), ._form_147 ._form-content ._form_element:nth-child(1) input, ._form_147 ._form-content ._form_element:nth-child(2) input{
        width: 100% !important;
        margin: 0 !important;
    }
#wrapper-3  .wp-block-column .wp-block-media-text img{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
#wrapper-3 .wp-block-column .wp-block-media-text{
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px){
.block.calculator .block-inner .result-wrap p{
        font-size: 1.5rem !important;
    }
.wp-block-image img{
        max-width: 100%;
        max-height: 100%;
        height: 100% !important;
    }
}

@media (max-width: 61.9375rem){
.block.main-hero p.is-style-h1{
		font-size: 3rem;
		line-height: 1.25;
	}
}

@media only screen and (max-width: 876px){
.gc-archive-images img{
        width: 32.7%;
    }
}

@media only screen and (max-width: 767px){
.gc-col-6{
        width: 100%;
    }
.gc-media-hero-section{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
.gc-media-press-section:before{
        content: none;
    }
.gc-media-press-section:after{
        content: none;
    }
.gc-featured-image{
        width: 40%;
    }
}

@media(max-width: 47.9375rem){
.alignfull{margin-left:-1.5rem !important;margin-right:-1.5rem !important;max-width:none !important;width:auto !important}
.container{padding:0 1.5rem;max-width:72.375rem}
.site-inner{padding:0 1.5rem}
p br,h1 br,h2 br,h3 br,h4 br,h5 br,h6 br{display:none}
.is-style-h1,h1{font-size:2.625rem;line-height:calc(52em/42)}
.is-style-h2,h2{font-size:2.25rem;line-height:calc(46em/36)}
.box:hover{transform:translate(0.3125rem, -0.3125rem);box-shadow:-0.3125rem .3125rem 0 #000}
.box.has-blue-shadow:hover,.box.wp-block-group.is-style-blue-box:hover,.box.wp-block-columns.is-style-blue-box:hover{transform:translate(0.3125rem, -0.3125rem);box-shadow:-0.3125rem .3125rem 0 #2c79c4}
.box-static,.wp-block-quote,.wp-block-group.is-style-black-box,.wp-block-group.is-style-blue-box,.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box,.gform_wrapper{box-shadow:-0.3125rem .3125rem 0 #000}
.box-static.has-blue-shadow,.has-blue-shadow.wp-block-quote,.has-blue-shadow.wp-block-group.is-style-black-box,.wp-block-group.is-style-blue-box,.has-blue-shadow.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box,.has-blue-shadow.gform_wrapper{box-shadow:-0.3125rem .3125rem 0 #2c79c4}
.category-menu-title{width:calc(100% - 0.625rem)}
.gform_wrapper{margin-bottom:4.375rem;padding:1.5625rem 1.5625rem .875rem;transform:translate(0)}
.gform_wrapper ul li{margin-bottom:1.25rem}
.gform_wrapper ul li:last-of-type{margin-bottom:1.25rem}
.gform_wrapper form{max-width:100%}
.gform_wrapper .ginput_container input[type=date],.gform_wrapper .ginput_container input[type=datetime-local],.gform_wrapper .ginput_container input[type=email],.gform_wrapper .ginput_container input[type=month],.gform_wrapper .ginput_container input[type=number],.gform_wrapper .ginput_container input[type=password],.gform_wrapper .ginput_container input[type=search],.gform_wrapper .ginput_container input[type=tel],.gform_wrapper .ginput_container input[type=text],.gform_wrapper .ginput_container input[type=time],.gform_wrapper .ginput_container input[type=url],.gform_wrapper .ginput_container input[type=week]{padding:.75rem .875rem;font-size:.75rem;line-height:calc(14em/12)}
.gform_wrapper .ginput_container_textarea textarea{height:9.9375rem}
.gform_wrapper input[type=submit]{width:100%}
.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .gf_left_half,.gform_wrapper .gform_page_fields ul:not(.gfield_radio):not(.gfield_checkbox) .gf_right_half{width:100%}
.gform_wrapper .gfield_radio{display:block}
.grid,.posts-grid,.podcasts-grid{margin:0}
.grid-item{margin:.625rem auto;width:100%}
.next-post-link{padding:1.25rem}
.pagination .pagination-next a,.pagination .pagination-previous a{font-size:.75rem;line-height:1.75}
.pagination a{height:1.625rem;min-width:1.625rem;font-size:.75rem;line-height:calc(26em/12)}
.pagination .pagination-previous a{padding:.375rem .5rem .1875rem .25rem}
.pagination .pagination-previous svg{margin-right:.3125rem}
.pagination .pagination-next a{padding:.375rem 1rem .1875rem 1.125rem}
.pagination .pagination-next a svg{margin-left:.3125rem}
.pagination ul{padding-top:3.6875rem}
.podcasts-grid .entry-header img{width:6rem}
.posts-grid .grid-item a{padding:1.5625rem}
.posts-grid .grid-item .post-image-wrap{margin:-1.5625rem -1.5625rem 1.5625rem -1.5625rem}
.has-decorator h1.has-decorator,.has-decorator.is-style-h1,h1.has-decorator{padding-top:1.5rem}
.archive-description{margin-top:3rem}
.archive-description{margin-bottom:1.25rem;margin-top:3rem}
.entry-header .post-thumbnail{margin-top:1.5625rem}
.entry-header .post-thumbnail{margin-bottom:1.5625rem}
.content .posts-grid.featured a>img{display:none}
.site-footer .footer-widgets .footer-widgets-4,.site-footer .footer-widgets .footer-widgets-3,.site-footer .footer-widgets .footer-widgets-2{padding-top:0}
.site-footer .footer-widgets .footer-widgets-1{margin-top:1.75rem;order:2;width:calc(50% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-2{width:calc(35% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-3{width:calc(35% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-4{width:calc(30% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-5{display:block;margin-top:1.3125rem;order:3;text-align:right;width:calc(50% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-5 .widget{width:100%}
.site-footer .footer-widgets .footer-widgets-5 .widget:not(:last-child){margin-bottom:1.875rem}
.site-footer.full .skewed-bg::before,.site-footer.full .skewed-bg-black::before,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue::before,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light::before,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1::before,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2::before,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3::before,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4::before,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5::before,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6::before,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7::before,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8::before,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange::before,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light::before,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red::before,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange::before,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow::before,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal::before,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light::before,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white::before,.site-footer.full .has-white-skewed-bg::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.1919 + 1.5rem)}
#fbxt-wrap{margin-top:1.5625rem}
#fbxt-wrap{margin-bottom:1.9375rem}
.site-header{padding:.875rem 0}
.site-header .menu-primary{display:none}
.site-header .menu-primary-mobile{display:block}
.site-header .side-menu-wrap{left:0;min-height:auto;padding:5.625rem 1.875rem 5.75rem 3.125rem;top:-0.875rem}
.admin-bar .site-header .side-menu-wrap{min-height:auto}
.site-header .side-menu-wrap .menu-primary-mobile-wrap li,.site-header .side-menu-wrap .menu-secondary-wrap li{margin-bottom:1.875rem}
.site-header .side-menu-wrap .menu-primary-mobile-wrap a,.site-header .side-menu-wrap .menu-secondary-wrap a{font-size:1.25rem;line-height:1.25}
.site-header .side-menu-wrap .menu-secondary a{font-size:1rem;line-height:1.25}
.site-header .menu-toggle span,.site-header .menu-toggle span::before,.site-header .menu-toggle span::after{background-color:#000}
.site-header.active .menu-toggle span{background-color:#fff}
.site-header.active .menu-toggle span::before{background-color:#fff}
.site-header.active .menu-toggle span::after{background-color:#fff}
body.is-transparent-desktop-header-background .site-header{position:static}
body.is-white-mobile-header-background .site-header{background-color:rgba(0,0,0,0)}
body.is-white-mobile-header-background .site-header .custom-logo-link img{box-shadow:-0.25rem .3125rem 0 #6ecadc}
body.is-teal-mobile-header-background .site-header{background-color:#6ecadc}
body.is-teal-mobile-header-background .site-header .custom-logo-link img{box-shadow:-0.25rem .3125rem 0 #000}
.block.calculator .block-inner{margin-top:3.125rem;padding-top:3.125rem}
.block.calculator .block-inner .skewed-bg-orange::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.3008 + 1.5rem)}
.block.calculator .block-inner .container{display:block}
.block.calculator .block-inner .text{width:100%}
.block.calculator .block-inner .calculator-box{margin:2.1875rem 0 0;max-width:100%}
.block.calculator .block-inner .range-label{margin-bottom:1.25rem;max-width:100%}
.block.calculator .block-inner .number-input{justify-content:space-between}
.block.faq .arrow-link,.block.faq .is-style-with-arrow .btn,.block.faq .is-style-with-arrow .block.form-cta .block-inner form button,.block.form-cta .block-inner form .block.faq .is-style-with-arrow button,.is-style-with-arrow .block.faq .btn,.is-style-with-arrow .block.faq .block.form-cta .block-inner form button,.block.form-cta .block-inner form .is-style-with-arrow .block.faq button,.block.faq .is-style-with-arrow .wp-block-button__link,.is-style-with-arrow .block.faq .wp-block-button__link,.block.faq .is-style-with-arrow .wp-block-file .wp-block-file__button,.is-style-with-arrow .wp-block-file .block.faq .wp-block-file__button,.block.faq .is-style-with-arrow input[type=submit],.is-style-with-arrow .block.faq input[type=submit],.block.faq .is-style-with-arrow input[type=button],.is-style-with-arrow .block.faq input[type=button],.block.faq .is-style-with-arrow .category-menu a,.is-style-with-arrow .category-menu .block.faq a,.block.faq .category-menu .is-style-with-arrow a,.category-menu .is-style-with-arrow .block.faq a{padding-top:1.5rem}
.block.featured-articles{margin-top:1.5rem}
.block.featured-articles{margin-bottom:3rem}
.block.featured-episodes{margin-top:1.5rem}
.block.featured-episodes{margin-bottom:3rem}
.block.form-cta .block-inner{margin-top:2.5rem}
.block.form-cta .block-inner{margin-bottom:2.5rem}
.block.form-cta .block-inner{padding-bottom:4.375rem;padding-top:2.5rem}
.block.form-cta .block-inner .skewed-bottom{bottom:0}
.block.form-cta .block-inner .skewed-bottom::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.3018 + 1.5rem)}
.block.form-cta .block-inner .skewed-bottom::after{display:none}
.block.form-cta .block-inner h3::before{display:none}
.block.hero .skewed-bg-teal::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.116 + 1.5rem)}
.block.hero .content{max-width:unset}
.block.hero .content h1,.block.hero .content h2,.block.hero .content h3,.block.hero .content h4,.block.hero .content h5,.block.hero .content h6{font-size:2.625rem;line-height:calc(52em/42)}
.block.hero .images{display:none}
.block.hero .block-inner.with-images .content{width:auto}
.block.icons{margin-top:1.875rem}
.block.icons{margin-bottom:1.875rem}
.block.icons .block-inner{justify-content:center}
.block.icons .text{display:none}
.block.icons .icons-wrapper{max-width:100%}
.block.icons .image{margin:0 .9375rem;min-width:5rem}
.block.image-cta{margin-top:3rem}
.block.image-cta{margin-bottom:3rem}
.block.image-cta .image-wrap{margin-right:0;overflow:hidden;width:100%}
.block.image-cta .image-wrap img{height:100%;margin-left:-20%;max-width:unset;width:154%}
.block.image-cta .block-inner{display:block}
.block.image-cta .content{padding:.625rem 1.875rem 2.1875rem}
.block.image-cta .content h1,.block.image-cta .content h2,.block.image-cta .content h3,.block.image-cta .content h4,.block.image-cta .content h5,.block.image-cta .content h6{margin-bottom:1.3125rem}
.block.image-cta .content p{display:none}
.block.image-cta .content p:first-of-type{display:block}
.block.main-hero{padding-top:1.0625rem}
.block.main-hero h1,.block.main-hero h2,.block.main-hero h3,.block.main-hero h4,.block.main-hero h5,.block.main-hero h6{max-width:24.125rem}
.block.main-hero .background{left:0;transform:skewY(-3.1138deg)}
.block.main-hero .background::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.1117 + 1.5rem)}
.block.main-hero .container{display:block}
.block.main-hero .content{margin-left:0;width:100%}
.block.main-hero .images{display:none}
.block.podcast-archive-hero{margin-top:3rem}
.block.podcast-archive-hero .block-inner{flex-direction:column-reverse}
.block.podcast-archive-hero .podcast-image{align-items:center;display:flex;margin:1.875rem 0 0}
.block.podcast-archive-hero .podcast-image::before{display:none}
.block.podcast-archive-hero .podcast-image img{width:29%}
.block.podcast-archive-hero .podcast-image .subscribe-button-wrapper{display:block;margin:0 auto}
.block.podcast-archive-hero .content{max-width:unset}
.block.podcast-archive-hero .title{max-width:unset}
.block.podcast-archive-hero .desc{max-width:unset}
.block.podcast-archive-hero .podcast-buttons{display:none}
.block.podcast-archive .block-inner{margin-top:1.625rem;overflow:hidden;padding-top:.625rem}
.block.podcast-archive .block-inner .skewed-bg-teal,.block.podcast-archive .block-inner .has-teal-skewed-bg::before{transform-origin:0%}
.block.podcast-archive .block-inner .skewed-bg-teal::before,.block.podcast-archive .block-inner .has-teal-skewed-bg::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.3018 + 1.5rem)}
.block.podcast-archive .block-inner .pagination{margin-top:1.875rem}
.block.podcast .block-inner{display:block}
.block.podcast .block-inner .episodes-list{margin-right:0}
.block.podcast .block-inner .heading h3{font-size:1.5rem;line-height:1}
.block.podcast .block-inner .desktop-link{display:none}
.block.podcast .block-inner .mobile-link{display:block;font-size:1rem;line-height:1.375}
.block.podcast .block-inner .mobile-link::after{font-size:.75rem;line-height:calc(22em/12)}
.block.podcast .block-inner .list li{margin-bottom:1.25rem}
.block.podcast .block-inner .list h3{font-size:1rem;line-height:1.3125}
.block.podcast .block-inner .list time{font-size:.875rem;line-height:1.5}
.block.podcast .block-inner .list a{padding:1.25rem 1.25rem 1.4375rem 1.875rem}
.block.podcast .block-inner .list a::before{display:none}
.block.podcast .block-inner .phone{background-color:rgba(0,0,0,0);border-radius:.3125rem;margin:2.5rem auto 3.125rem auto;margin-top:3.125rem;max-width:24.625rem;padding:0rem}
.block.podcast .block-inner .phone::before{display:none}
.block.podcast .block-inner .phone::after{display:none}
.block.podcast .block-inner .phone-inner{border-radius:.3125rem;padding:1.5rem 1.75rem}
.block.podcast .block-inner .phone img{margin-right:1.3125rem;max-width:5.8125rem}
.block.podcast .block-inner .phone .image{display:flex}
.block.podcast .block-inner .phone h3{font-size:1.375rem;line-height:calc(26em/22)}
.block.podcast .block-inner .phone h3.desktop-title{display:none}
.block.podcast .block-inner .phone h3.mobile-title{display:block}
.block.podcast .block-inner .phone .subscribe-button-wrapper{margin-bottom:0}
.block.pricing .boxes{flex-wrap:wrap}
.block.pricing .boxes::before{display:none}
.block.pricing .boxes::after{display:none}
.block.programs{margin-top:1.875rem}
.block.programs{margin-bottom:3rem}
.block.programs .program{flex-direction:column-reverse}
.block.programs .program img{width:100%}
.block.programs .program .content{padding-top:.9375rem;width:100%}
.block.programs .program .content h3{font-size:1.3125rem;line-height:calc(25em/21)}
.block.programs .program .content p:first-of-type{margin-bottom:1.25rem}
.block.programs .program .content p:not(:first-of-type){display:none}
.block.programs .program .content .btn,.block.programs .program .content .category-menu a,.category-menu .block.programs .program .content a,.block.programs .program .content .block.form-cta .block-inner form button,.block.form-cta .block-inner form .block.programs .program .content button{margin-left:0}
.block.programs .program:nth-child(even){flex-direction:column-reverse}
.responsive-spacer-tablet{display:none}
.responsive-spacer-mobile{display:block}
.block.success-stories .block-inner{margin:3.125rem 0 4.625rem;overflow:hidden;padding-bottom:5.625rem}
.block.success-stories .block-inner.reset-margin-top{margin-top:3.125rem;padding-top:0}
.block.success-stories .block-inner .skewed-bg-teal,.block.success-stories .block-inner .has-teal-skewed-bg::before{bottom:1.5625rem;transform-origin:0%}
.block.success-stories .block-inner .skewed-bg-teal::before,.block.success-stories .block-inner .has-teal-skewed-bg::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.51 + 1.5rem)}
.block.success-stories .block-inner .skewed-bg-teal::before,.block.success-stories .block-inner .has-teal-skewed-bg::before{display:none}
.block.success-stories .block-inner .skewed-bg-teal::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.007 + 1.5rem)}
.block.success-stories .block-inner .skewed-bg-teal::after{display:block;background-color:#2c79c4;height:1.5rem;width:calc(-26.3625rem + 0.5 * (100vw - var(--scrollbar-width)));left:0;bottom:-1.5rem}
.block.success-stories .block-inner .container>h2{margin:3.75rem 0 1.25rem 0}
.block.success-stories .block-inner .grid-sizer{width:100%}
.block.success-stories .block-inner .grid-spacer{display:none}
.block.success-stories .block-inner .grid-item{margin:0 0 1.25rem 0;max-width:100%;transform:unset;width:100%}
.block.success-stories .block-inner .grid-item img{margin-right:0}
.block.success-stories .block-inner .grid-item .entry-title{font-size:.875rem;line-height:1.5}
.block.success-stories .block-inner .grid-item .content{margin-left:1.25rem}
.block.success-stories .block-inner .grid-item .entry-content{font-size:1rem;line-height:1.3125}
.block.success-stories .block-inner .button-container{margin-top:.625rem;text-align:left}
.block.success-stories .block-inner .pagination{margin-top:1.25rem}
.block.wrapper+.block.success-stories{margin-top:-5rem}
.block.weeks{margin-bottom:1.75rem}
.block.weeks .box-static,.block.weeks .wp-block-quote,.block.weeks .wp-block-group.is-style-black-box,.block.weeks .wp-block-group.is-style-blue-box,.block.weeks .wp-block-columns.is-style-black-box,.block.weeks .wp-block-columns.is-style-blue-box,.block.weeks .gform_wrapper{width:100%}
.entry-content ul.is-style-checkmark-rounded{margin-top:1.5625rem}
.entry-content ul.is-style-checkmark-rounded{margin-bottom:1.5625rem}
.wp-block-columns.is-style-spaced{flex-direction:column}
.wp-block-group.is-style-black-box .wp-block-group__inner-container,.wp-block-group.is-style-blue-box .wp-block-group__inner-container{padding:.75rem 1.25rem .9375rem}
.wp-block-group.is-style-black-box .wp-block-group__inner-container p,.wp-block-group.is-style-black-box .wp-block-group__inner-container h1,.wp-block-group.is-style-black-box .wp-block-group__inner-container h2,.wp-block-group.is-style-black-box .wp-block-group__inner-container h3,.wp-block-group.is-style-black-box .wp-block-group__inner-container h4,.wp-block-group.is-style-black-box .wp-block-group__inner-container h5,.wp-block-group.is-style-black-box .wp-block-group__inner-container h6,.wp-block-group.is-style-blue-box .wp-block-group__inner-container p,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h1,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h2,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h3,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h4,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h5,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h6{font-size:1rem;line-height:1.625}
.wp-block-group.is-style-black-box .wp-block-group__inner-container p:first-child,.wp-block-group.is-style-black-box .wp-block-group__inner-container h1:first-child,.wp-block-group.is-style-black-box .wp-block-group__inner-container h2:first-child,.wp-block-group.is-style-black-box .wp-block-group__inner-container h3:first-child,.wp-block-group.is-style-black-box .wp-block-group__inner-container h4:first-child,.wp-block-group.is-style-black-box .wp-block-group__inner-container h5:first-child,.wp-block-group.is-style-black-box .wp-block-group__inner-container h6:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container p:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h1:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h2:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h3:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h4:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h5:first-child,.wp-block-group.is-style-blue-box .wp-block-group__inner-container h6:first-child{font-size:1.25rem;line-height:1.3}
.wp-block-quote{margin:1.875rem auto;padding:1.25rem;font-size:1rem;line-height:1.3125}
.block.wrapper .wrapper-content{padding:0 1.5rem;max-width:72.375rem}
.block.wrapper .wrapper-content.narrow{padding:0 1.5rem;max-width:48.625rem}
.error404-content{margin-top:3rem}
.error404-content{margin-bottom:3rem}
}

@media(min-width: 48.9375rem){
.admin-bar :target::before{content:"";display:block;height:32px;margin-top:-32px}
}

@media(min-width: 48rem){
body.is-transparent-desktop-header-background .site-inner{margin-top:4.5rem}
.content .posts-grid.featured .grid-item{max-width:none;width:100%}
.content .posts-grid.featured .grid-item .post-image-wrap{display:none}
.content .posts-grid.featured .grid-item a{align-items:center;display:flex;justify-content:space-between;padding:0}
.content .posts-grid.featured .grid-item img{align-self:stretch;flex:0 0 auto;height:auto;max-width:33.3125rem;object-fit:cover;width:calc(50% - 1.125rem)}
.content .posts-grid.featured .grid-item .content-wrap{background-color:#fff;max-width:32.875rem;padding:3.125rem}
}

@media(max-width: 61.9375rem){
.grid,.posts-grid,.podcasts-grid{margin-left:-0.625rem;margin-right:-0.625rem}
.grid-item{border-width:.125rem;margin:0.625rem 0.625rem;width:calc(50% - 1.25rem)}
.podcasts-grid .grid-item a{padding:1.5625rem}
.podcasts-grid .entry-header img{margin-right:1.25rem;width:5.0625rem}
.podcasts-grid .entry-header time{font-size:.75rem;line-height:1.5}
.podcasts-grid .entry-header .entry-title{font-size:.875rem;line-height:calc(18em/14)}
.podcasts-grid .entry-content p{font-size:.75rem;line-height:1.5}
.posts-grid .grid-item a{padding:1.6875rem}
.posts-grid .grid-item .post-image-wrap{margin:-1.6875rem -1.6875rem 1.5625rem -1.6875rem}
.posts-grid .grid-item .entry-content{margin-bottom:.3125rem}
.page .content>article>.entry-header{margin-top:2.875rem}
.entry-header .post-thumbnail{margin-top:2.375rem}
.entry-header .post-thumbnail{margin-bottom:2.375rem}
.content .posts-grid.featured::after{display:none}
.content .posts-grid.featured{margin-bottom:1.25rem}
.content .posts-grid.featured .featured-tag{margin:0 0 .25rem;font-size:.875rem;line-height:1}
.site-footer .footer-widgets .footer-widgets-4 .menu,.site-footer .footer-widgets .footer-widgets-3 .menu,.site-footer .footer-widgets .footer-widgets-2 .menu{margin-top:.8125rem}
.site-footer .footer-copyright{font-size:.75rem;line-height:1.25}
.site-footer.is-simplified{padding:3.5rem 0}
.site-footer .menu a{font-size:1rem;line-height:1.5}
.site-footer .social-links-menu{margin-top:.625rem;max-width:10.875rem}
.site-footer .social-links-menu li:not(:last-child){margin-right:1.875rem}
.site-footer .social-links-menu img{height:1.3125rem}
.site-footer .footer-widgets h3{margin-bottom:1.4375rem}
.site-footer .footer-widgets .footer-widgets-1{width:calc(24.8% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-1 .menu a{font-size:.75rem;line-height:1.25}
.site-footer .footer-widgets .footer-widgets-2{width:calc(24.8% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-3{width:calc(24.8% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-4{width:calc(25.6% - 1.25rem)}
.site-footer .footer-widgets .footer-widgets-5{margin-top:2rem}
.site-footer .footer-widgets .footer-widgets-5 h3{margin-bottom:.625rem}
.site-footer.full{margin-top:0;padding-top:calc(0.035 * (100vw - var(--scrollbar-width)))}
.site-footer.full .skewed-bg,.site-footer.full .skewed-bg-black,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white,.site-footer.full .has-white-skewed-bg::before{top:0rem}
.site-footer.full .skewed-bg::before,.site-footer.full .skewed-bg-black::before,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue::before,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light::before,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1::before,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2::before,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3::before,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4::before,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5::before,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6::before,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7::before,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8::before,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange::before,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light::before,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red::before,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange::before,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow::before,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal::before,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light::before,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white::before,.site-footer.full .has-white-skewed-bg::before{display:none}
.site-footer.full .container{padding-bottom:1.875rem;padding-top:3.25rem}
#fbxt-wrap{margin-top:2.375rem}
#fbxt-wrap{margin-bottom:2.9375rem}
.site-header .custom-logo-link{margin-left:.1875rem}
.has-page-decorator .site-header .container::after{display:none}
.site-header .menu-primary{justify-content:space-between;margin:0 -0.9375rem;max-width:34.125rem;padding-left:3.5625rem}
.site-header .menu-primary li{margin:0 .9375rem}
.site-header .menu-toggle span{display:block}
.block.faq .arrow-link,.block.faq .is-style-with-arrow .btn,.block.faq .is-style-with-arrow .block.form-cta .block-inner form button,.block.form-cta .block-inner form .block.faq .is-style-with-arrow button,.is-style-with-arrow .block.faq .btn,.is-style-with-arrow .block.faq .block.form-cta .block-inner form button,.block.form-cta .block-inner form .is-style-with-arrow .block.faq button,.block.faq .is-style-with-arrow .wp-block-button__link,.is-style-with-arrow .block.faq .wp-block-button__link,.block.faq .is-style-with-arrow .wp-block-file .wp-block-file__button,.is-style-with-arrow .wp-block-file .block.faq .wp-block-file__button,.block.faq .is-style-with-arrow input[type=submit],.is-style-with-arrow .block.faq input[type=submit],.block.faq .is-style-with-arrow input[type=button],.is-style-with-arrow .block.faq input[type=button],.block.faq .is-style-with-arrow .category-menu a,.is-style-with-arrow .category-menu .block.faq a,.block.faq .category-menu .is-style-with-arrow a,.category-menu .is-style-with-arrow .block.faq a{padding-top:2.125rem}
.block.featured-articles{margin-top:2.1875rem}
.block.featured-articles{margin-bottom:4.9375rem}
.block.featured-episodes{margin-top:2rem}
.block.featured-episodes{margin-bottom:5.5625rem}
.block.featured-episodes .podcasts-grid::after{display:none}
.block.form-cta .block-inner{margin-top:3.75rem}
.block.form-cta .block-inner{margin-bottom:3.75rem}
.block.form-cta .block-inner{padding-bottom:6.375rem;padding-top:3.5625rem}
.block.form-cta .block-inner .skewed-bottom::after{background-color:#feead8;height:1.875rem;width:calc(-13.750125rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-1.875rem}
.block.form-cta .block-inner .container{max-width:100%}
.block.form-cta .block-inner .container::before{bottom:-1.125rem;right:0;width:9.375rem}
.block.form-cta .block-inner h3{margin-bottom:.625rem;font-size:2.25rem;line-height:calc(35em/36)}
.block.form-cta .block-inner p{font-size:1.5rem;line-height:1.25}
.block.hero{padding:1rem 0 3.125rem}
.block.hero .content{max-width:24rem}
.block.hero .content h1,.block.hero .content h2,.block.hero .content h3,.block.hero .content h4,.block.hero .content h5,.block.hero .content h6{font-size:2.25rem;line-height:calc(42em/36)}
.block.hero .content p{margin-top:1.25rem;font-size:1rem;line-height:1.5}
.block.hero .box-static,.block.hero .wp-block-quote,.block.hero .wp-block-group.is-style-black-box,.block.hero .wp-block-group.is-style-blue-box,.block.hero .wp-block-columns.is-style-black-box,.block.hero .wp-block-columns.is-style-blue-box,.block.hero .gform_wrapper{margin:1.875rem 0 0}
.block.hero .box-static::after,.block.hero .wp-block-quote::after,.block.hero .wp-block-group.is-style-black-box::after,.block.hero .wp-block-group.is-style-blue-box::after,.block.hero .wp-block-columns.is-style-black-box::after,.block.hero .wp-block-columns.is-style-blue-box::after,.block.hero .gform_wrapper::after{display:none}
.block.hero .images::after{display:none}
.block.hero .images img:first-child{border-width:.3125rem;max-width:9.9375rem;right:36%}
.block.hero .images img:last-child{max-width:13.4375rem}
.block.hero .block-inner{align-items:center}
.block.hero .block-inner.with-testimonial{flex-direction:column}
.block.icons{margin-top:2.8125rem}
.block.icons{margin-bottom:2.8125rem}
.block.icons .text{font-size:2.25rem;line-height:calc(44em/36)}
.block.icons .icons-wrapper{max-width:calc(100% - 11.25rem)}
.block.icons .image{margin:0 1.25rem;min-width:6.25rem}
.block.image-cta{margin-top:5.3125rem}
.block.image-cta{margin-bottom:5.3125rem}
.block.image-cta .content{padding:2.875rem 1.875rem 3.125rem 0}
.block.image-cta .content p{max-width:100%}
.block.main-hero{overflow:hidden;padding-bottom:4.5rem}
.block.main-hero h1,.block.main-hero h2,.block.main-hero h3,.block.main-hero h4,.block.main-hero h5,.block.main-hero h6{margin-bottom:.875rem}
.block.main-hero h1.has-decorator,.block.main-hero h2.has-decorator,.block.main-hero h3.has-decorator,.block.main-hero h4.has-decorator,.block.main-hero h5.has-decorator,.block.main-hero h6.has-decorator{padding-top:1.5625rem}
.block.main-hero h1{font-size:3rem;line-height:1.25}
.block.main-hero p{max-width:24.125rem;font-size:1rem;line-height:1.5}
.block.main-hero .background{left:14.6875rem}
.block.main-hero .background::before{background-color:#2c79c4;height:1.8125rem;width:calc(-25.488375rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-1.8125rem}
.block.main-hero .content{margin-bottom:0;margin-top:1.9375rem;width:61.4%}
.block.main-hero .images{margin-top:1.3125rem}
.block.main-hero .image-wrap .skewed-image{border-bottom-width:.53125rem;border-right-width:.53125rem}
.block.main-hero .wp-block-buttons{margin-top:1.1875rem}
.block.podcast-archive-hero{margin-top:5.0625rem}
.block.podcast-archive-hero .podcast-image img{width:16.75rem}
.block.podcast-archive .block-inner{padding:1.875rem 0}
.block.podcast-archive .block-inner .skewed-bg-teal::before,.block.podcast-archive .block-inner .has-teal-skewed-bg::before{display:none}
.block.podcast-archive .block-inner .has-decorator{padding-top:1.25rem}
.block.podcast .block-inner .heading h3{font-size:1rem;line-height:1.125}
.block.podcast .block-inner .desktop-link,.block.podcast .block-inner .mobile-link{color:#000;font-size:.625rem;line-height:1.3}
.block.podcast .block-inner .desktop-link::after,.block.podcast .block-inner .mobile-link::after{font-size:.5625rem;line-height:calc(13em/9)}
.block.podcast .block-inner .list h3{font-size:.75rem;line-height:calc(17em/12)}
.block.podcast .block-inner .list time{margin-bottom:.1875rem;font-size:.5625rem;line-height:calc(13em/9)}
.block.podcast .block-inner .list a{padding:.75rem .75rem .75rem 2.875rem}
.block.podcast .block-inner .list a::before{height:1.875rem;left:.625rem;line-height:1.875rem;width:1.875rem}
.block.podcast .block-inner .phone::before{left:29%}
.block.podcast .block-inner .phone::after{left:68%}
.block.podcast .block-inner .phone img{margin-bottom:.625rem}
.block.podcast .block-inner .phone h3{margin-top:0;font-size:1.5rem;line-height:calc(28em/24)}
.block.podcast .block-inner .phone .description{margin-bottom:.625rem;font-size:.875rem;line-height:calc(22em/14)}
.block.podcast .block-inner .phone .subscribe-button{padding:.625rem 1.875rem .625rem .625rem;font-size:.875rem;line-height:1.5}
.block.podcast .block-inner .phone .subscribe-button::after{right:.625rem}
.block.podcast .block-inner .phone .subscribe-button-wrapper{margin-bottom:0}
.block.price-boxes .block-inner{flex-wrap:wrap}
.block.price-boxes .box-static,.block.price-boxes .wp-block-quote,.block.price-boxes .wp-block-group.is-style-black-box,.block.price-boxes .wp-block-group.is-style-blue-box,.block.price-boxes .wp-block-columns.is-style-black-box,.block.price-boxes .wp-block-columns.is-style-blue-box,.block.price-boxes .gform_wrapper{max-width:unset;min-height:10.0625rem;width:calc(50% - 2.125rem)}
.block.programs{margin-top:2.8125rem}
.block.programs{margin-bottom:4.9375rem}
.block.programs .program{margin-bottom:1.25rem}
.block.programs .program .content{padding:1.25rem 1.25rem 1.875rem 1.875rem}
.block.programs .program .content h3{font-size:1.5rem;line-height:1.25}
.block.programs .program .content p{font-size:.875rem;line-height:calc(22em/14)}
.block.programs .program .content p:first-of-type{font-size:1rem;line-height:1.5}
.responsive-spacer-fullsize{display:none}
.responsive-spacer-tablet{display:block}
.block.success-stories .block-inner{padding:4.25rem 0 4.25rem}
.block.success-stories .block-inner .skewed-bg-teal::before,.block.success-stories .block-inner .has-teal-skewed-bg::before{height:1.75rem;top:-1.75rem}
.block.success-stories .block-inner .skewed-bg-teal::after{display:none}
.block.success-stories .block-inner .grid-item{margin-bottom:1.875rem;padding:1.875rem}
.block.success-stories .block-inner .grid-item img{height:5rem;width:5rem}
.block.success-stories .block-inner .grid-item .entry-title{font-size:.625rem;line-height:1.5}
.block.success-stories .block-inner .grid-item .entry-content{font-size:.875rem;line-height:calc(20em/14)}
.block.weeks{margin-bottom:2.625rem}
.block.weeks .box-static,.block.weeks .wp-block-quote,.block.weeks .wp-block-group.is-style-black-box,.block.weeks .wp-block-group.is-style-blue-box,.block.weeks .wp-block-columns.is-style-black-box,.block.weeks .wp-block-columns.is-style-blue-box,.block.weeks .gform_wrapper{flex-direction:column}
.block.weeks .number{flex-direction:row;margin:0 0 .75rem 0;font-size:1.75rem;line-height:calc(38em/28)}
.block.weeks .number span{margin-left:.5rem;font-size:1.75rem;line-height:calc(38em/28)}
.block.weeks .content h4{font-size:1.25rem;line-height:1.3}
.block.weeks .desc{font-size:1rem;line-height:1.625}
.entry-content ul.is-style-checkmark-rounded{margin-top:2.375rem}
.entry-content ul.is-style-checkmark-rounded{margin-bottom:2.375rem}
.wp-block-column>.is-style-checkmark,.wp-block-column>.is-style-cross-list,.wp-block-column>ol{margin-left:0}
.wp-block-columns.is-style-black-box,.wp-block-columns.is-style-blue-box{padding:1.875rem 1.875rem .8125rem 1.875rem}
.error404-content{margin-top:6.5rem}
.error404-content{margin-bottom:7.4375rem}
.blog .posts-grid,.category .posts-grid{margin-bottom:-0.625rem;margin-top:-0.625rem}
.blog .pagination::before,.category .pagination::before{display:none}
}

@media(max-width: 29.9375rem){
.posts-grid .grid-item .post-image-wrap{display:none}
.posts-grid .grid-item .post-image-mobile-wrap{display:block}
.site-footer .footer-widgets .footer-widgets-4,.site-footer .footer-widgets .footer-widgets-3,.site-footer .footer-widgets .footer-widgets-2{margin-bottom:0 !important;margin-top:0 !important}
.site-footer .footer-widgets .footer-widgets-4 .widget,.site-footer .footer-widgets .footer-widgets-3 .widget,.site-footer .footer-widgets .footer-widgets-2 .widget{margin-bottom:1.25rem}
.site-footer .footer-widgets .footer-widgets-4 .menu,.site-footer .footer-widgets .footer-widgets-3 .menu,.site-footer .footer-widgets .footer-widgets-2 .menu{margin-top:0}
.site-footer .footer-widgets .footer-widgets-4 .menu li:not(:last-child),.site-footer .footer-widgets .footer-widgets-3 .menu li:not(:last-child),.site-footer .footer-widgets .footer-widgets-2 .menu li:not(:last-child){margin-bottom:1.25rem}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3{cursor:pointer;margin-bottom:1.0625rem;font-size:1rem;line-height:1.25}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3::after,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3::after,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3::after{display:block}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3+div,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3+div,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3+div{border-bottom:.03125rem solid #fff;overflow:hidden;transition:height .3s}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3+div .menu,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3+div .menu,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3+div .menu{margin-bottom:1.25rem}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3+div .menu li,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3+div .menu li,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3+div .menu li{margin-bottom:.875rem !important}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3+div .menu a,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3+div .menu a,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3+div .menu a{font-family:"Bitter",serif;font-weight:400;font-size:.875rem;line-height:1.25}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu.is-open h3::after,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu.is-open h3::after,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu.is-open h3::after{content:"-";line-height:.5rem;top:39.87%}
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu:not(.is-open) h3+div,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu:not(.is-open) h3+div,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu:not(.is-open) h3+div{height:0 !important}
.site-footer.is-simplified{padding:1.875rem 0 2.8125rem}
.site-footer.is-simplified .footer-copyright{font-size:.625rem}
.site-footer .social-links-menu{justify-content:center;margin:.625rem auto 0;max-width:13.625rem}
.site-footer .social-links-menu li:not(:last-child){margin-right:2.375rem}
.site-footer .social-links-menu img{height:1.625rem}
.site-footer .footer-widgets{flex-direction:column}
.site-footer .footer-widgets .widget-area{width:calc(100% - 1.25rem) !important}
.site-footer .footer-widgets .footer-widgets-1{margin-top:1.125rem}
.site-footer .footer-widgets .footer-widgets-1{align-items:center;display:flex;flex-direction:column;text-align:center}
.site-footer .footer-widgets .footer-widgets-5{align-items:center;display:flex;flex-direction:column;text-align:center}
.site-footer .footer-widgets .footer-widgets-5 .widget:nth-child(2n){text-align:center}
.site-footer.full{padding-top:calc(0.043622 * (100vw - var(--scrollbar-width)))}
.site-footer.full .skewed-bg,.site-footer.full .skewed-bg-black,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white,.site-footer.full .has-white-skewed-bg::before{transform:skewY(-2.4978deg)}
.site-footer.full .container{padding-bottom:3.1875rem;padding-top:2.25rem}
.site-footer.full .footer-logo-link{margin-bottom:.875rem}
.block.faq .question{font-size:1.25rem;line-height:1.3}
.block.hero .box-static .image,.block.hero .wp-block-quote .image,.block.hero .wp-block-group.is-style-black-box .image,.block.hero .wp-block-group.is-style-blue-box .image,.block.hero .wp-block-columns.is-style-black-box .image,.block.hero .wp-block-columns.is-style-blue-box .image,.block.hero .gform_wrapper .image{max-width:4.75rem}
.block.hero .box-static .desc,.block.hero .wp-block-quote .desc,.block.hero .wp-block-group.is-style-black-box .desc,.block.hero .wp-block-group.is-style-blue-box .desc,.block.hero .wp-block-columns.is-style-black-box .desc,.block.hero .wp-block-columns.is-style-blue-box .desc,.block.hero .gform_wrapper .desc{font-size:1rem;line-height:1.3125}
.block.main-hero h1,.block.main-hero h2,.block.main-hero h3,.block.main-hero h4,.block.main-hero h5,.block.main-hero h6{margin-bottom:.75rem}
.block.main-hero h1{font-size:2.625rem;line-height:calc(52em/42)}
.block.main-hero .background::before{background-color:#2c79c4;height:1.375rem;width:calc(-14.319rem + 0.5 * (100vw - var(--scrollbar-width)));right:0;bottom:-1.375rem}
.block.price-boxes .box-static,.block.price-boxes .wp-block-quote,.block.price-boxes .wp-block-group.is-style-black-box,.block.price-boxes .wp-block-group.is-style-blue-box,.block.price-boxes .wp-block-columns.is-style-black-box,.block.price-boxes .wp-block-columns.is-style-blue-box,.block.price-boxes .gform_wrapper{width:100%}
.block.team-people .block-inner{justify-content:center}
.block.team-people .item{width:100%}
}

@media(max-width: 87.4375rem){
.entry-header .post-thumbnail::before{left:-14.375rem}
.has-page-decorator .site-header .container::after{right:0}
.site-header .menu-toggle{margin-left:auto;position:static;transform:translateY(0)}
.block.main-hero .images{margin-left:calc(34.6875rem - 0.5 * (100vw - var(--scrollbar-width)))}
.block.podcast .block-inner::after{right:-4.5625rem}
.block.podcast .block-inner .episodes-list{margin-right:1.5625rem}
.block.podcast .block-inner .phone{margin-right:2.1875rem}
}

@media(min-width: 48rem)and (max-width: 61.9375rem){
.content .posts-grid.featured .grid-item img{width:calc(50% - 0.625rem)}
.content .posts-grid.featured .grid-item .content-wrap{padding:1.6875rem}
.content .posts-grid.featured .grid-item .entry-header{margin-bottom:.25rem}
.content .posts-grid.featured .grid-item .entry-content{margin-top:0}
.content .posts-grid.featured .grid-item .entry-footer{margin-top:.75rem}
}

@media(min-width: 30rem){
.site-footer .footer-widgets .footer-widgets-4 .widget_nav_menu h3+div,.site-footer .footer-widgets .footer-widgets-3 .widget_nav_menu h3+div,.site-footer .footer-widgets .footer-widgets-2 .widget_nav_menu h3+div{height:auto !important}
}

@media(max-width: 74.9375rem){
.site-footer .footer-widgets .footer-widgets-4::after{display:none}
.site-footer .footer-widgets .footer-widgets-5{margin-top:3.75rem}
.site-footer .footer-widgets .footer-widgets-5::before{display:none}
.site-footer.full .container{padding-bottom:3.125rem;padding-top:3.875rem}
.block.calculator .block-inner{margin-bottom:3.125rem;margin-top:3.75rem;padding-bottom:4.0625rem}
.block.calculator .block-inner .skewed-bg-orange::after{display:none}
.block.calculator .block-inner .container::after{display:none}
.block.calculator .block-inner .text{margin-right:1.5625rem;width:60%}
.block.calculator .block-inner .text p{font-size:1rem;line-height:1.375}
>.block.calculator .block-inner .text p:first-child{font-size:2.25rem;line-height:calc(46em/36)}
.block.calculator .block-inner .text p.is-style-h3{font-size:1.75rem;line-height:calc(38em/28)}
.block.calculator .block-inner .calculator-box{margin-right:0;padding:2.75rem 2.625rem 2.5rem 1.75rem;box-shadow:-0.3125rem .3125rem 0 #000}
.block.calculator .block-inner .slider{margin-bottom:2.75rem}
.block.calculator .block-inner .number-input{margin-bottom:2.125rem}
.block.calculator .block-inner .number-input .has-dollar-sign{margin-top:-0.5625rem}
.block.calculator .block-inner .number-input input[type=number]{max-width:6.25rem}
.block.hero .box-static,.block.hero .wp-block-quote,.block.hero .wp-block-group.is-style-black-box,.block.hero .wp-block-group.is-style-blue-box,.block.hero .wp-block-columns.is-style-black-box,.block.hero .wp-block-columns.is-style-blue-box,.block.hero .gform_wrapper{min-width:unset;padding:1.875rem}
.block.icons .icons-wrapper{max-width:calc(100% - 12.1875rem)}
.block.main-hero .content{align-self:center;margin-bottom:2.25rem;margin-top:0}
.block.podcast-archive-hero .content{margin:0 auto;max-width:30.625rem}
.block.podcast-archive-hero .title{max-width:28.75rem;font-size:3rem;line-height:1.25}
.block.podcast-archive-hero .desc{max-width:28.75rem}
.block.podcast .block-inner::after{display:none}
.block.podcast .block-inner .phone{margin-right:0}
}

@media(max-width: 74.3125rem){
.site-footer.full .skewed-bg::before,.site-footer.full .skewed-bg-black::before,.site-footer.full .has-black-skewed-bg::before,.site-footer.full .skewed-bg-blue::before,.site-footer.full .has-blue-skewed-bg::before,.site-footer.full .skewed-bg-blue-light::before,.site-footer.full .has-blue-light-skewed-bg::before,.site-footer.full .skewed-bg-grey-1::before,.site-footer.full .has-grey-1-skewed-bg::before,.site-footer.full .skewed-bg-grey-2::before,.site-footer.full .has-grey-2-skewed-bg::before,.site-footer.full .skewed-bg-grey-3::before,.site-footer.full .has-grey-3-skewed-bg::before,.site-footer.full .skewed-bg-grey-4::before,.site-footer.full .has-grey-4-skewed-bg::before,.site-footer.full .skewed-bg-grey-5::before,.site-footer.full .has-grey-5-skewed-bg::before,.site-footer.full .skewed-bg-grey-6::before,.site-footer.full .has-grey-6-skewed-bg::before,.site-footer.full .skewed-bg-grey-7::before,.site-footer.full .has-grey-7-skewed-bg::before,.site-footer.full .skewed-bg-grey-8::before,.site-footer.full .has-grey-8-skewed-bg::before,.site-footer.full .skewed-bg-orange::before,.site-footer.full .has-orange-skewed-bg::before,.site-footer.full .skewed-bg-orange-light::before,.site-footer.full .has-orange-light-skewed-bg::before,.site-footer.full .skewed-bg-red::before,.site-footer.full .has-red-skewed-bg::before,.site-footer.full .skewed-bg-red-orange::before,.site-footer.full .has-red-orange-skewed-bg::before,.site-footer.full .skewed-bg-shadow::before,.site-footer.full .has-shadow-skewed-bg::before,.site-footer.full .skewed-bg-teal::before,.site-footer.full .has-teal-skewed-bg::before,.site-footer.full .skewed-bg-teal-light::before,.site-footer.full .has-teal-light-skewed-bg::before,.site-footer.full .skewed-bg-white::before,.site-footer.full .has-white-skewed-bg::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.1919 + 2.5rem)}
.block.calculator .block-inner .skewed-bg-orange::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.3008 + 2.5rem)}
.block.form-cta .block-inner .skewed-bottom::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.3018 + 2.5rem)}
.block.hero .skewed-bg-teal::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.116 + 2.5rem)}
.block.main-hero .background{left:13.8125rem}
.block.main-hero .background::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.1117 + 2.5rem)}
.block.main-hero .images{margin-left:-2.5rem}
.block.podcast-archive .block-inner .skewed-bg-teal::before,.block.podcast-archive .block-inner .has-teal-skewed-bg::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.3018 + 2.5rem)}
.block.success-stories .block-inner .skewed-bg-teal::before,.block.success-stories .block-inner .has-teal-skewed-bg::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.51 + 2.5rem)}
.block.success-stories .block-inner .skewed-bg-teal::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.007 + 2.5rem)}
}

@media(max-width: 61.9375rem)and (max-width: 74.3125rem){
.block.form-cta .block-inner .skewed-bottom::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.3018 + 2.5rem)}
.block.main-hero .background::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.1326 + 2.5rem)}
}

@media(max-width: 61.9375rem)and (max-width: 47.9375rem){
.block.form-cta .block-inner .skewed-bottom::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.3018 + 1.5rem)}
.block.main-hero .background::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.1326 + 1.5rem)}
}

@media(max-width: 50.4375rem){
.block.form-cta .block-inner .container{text-align:center}
.block.form-cta .block-inner .desktop-content{display:none}
.block.form-cta .block-inner .mobile-content{display:block}
.block.form-cta .block-inner h3{margin-bottom:1.875rem;font-size:1.75rem;line-height:calc(38em/28)}
.block.form-cta .block-inner .form-wrapper{border:unset;box-shadow:unset}
.block.form-cta .block-inner form ._form-content{display:block}
.block.form-cta .block-inner form input{border:.125rem solid #000;border-radius:.25rem;margin-bottom:1.25rem;padding:.625rem 2.0625rem;box-shadow:-0.1875rem .1875rem 0 #000}
.block.form-cta .block-inner form input[name=firstname]{width:100%}
.block.form-cta .block-inner form input[name=email]{width:100%}
.block.form-cta .block-inner form button{border-radius:.25rem;display:block;margin-left:auto;margin-right:auto;min-width:14.6875rem;padding:.625rem}
.block.form-cta .block-inner form ._form_element:nth-of-type(1)::after{display:none}
}

@media(max-width: 58.1875rem){
.block.form-cta .block-inner .container::before{display:none}
}

@media(max-width: 39.9375rem){
.block.main-hero{margin-bottom:-1.375rem;padding-bottom:5.4375rem}
.block.main-hero .background{bottom:1.375rem}
}

@media(max-width: 29.9375rem)and (max-width: 74.3125rem){
.block.main-hero .background::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.2936 + 2.5rem)}
}

@media(max-width: 29.9375rem)and (max-width: 47.9375rem){
.block.main-hero .background::before{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.2936 + 1.5rem)}
}

@media(max-width: 74.9375rem)and (max-width: 47.9375rem){
.block.podcast-archive-hero .title{font-size:2.25rem;line-height:calc(46em/36)}
}

@media(max-width: 56.1875rem){
.block.podcast .block-inner .phone{max-width:16.125rem}
}

@media(max-width: 23.6875rem){
.block.podcast .block-inner .phone img{margin:0 auto .625rem;max-height:5.8125rem}
.block.podcast .block-inner .phone h3.desktop-title{display:block}
.block.podcast .block-inner .phone h3.mobile-title{display:none}
}

@media(max-width: 47.9375rem)and (max-width: 74.3125rem){
.block.success-stories .block-inner .skewed-bg-teal::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 5rem)*0.12 + 2.5rem)}
}

@media(max-width: 47.9375rem)and (max-width: 47.9375rem){
.block.success-stories .block-inner .skewed-bg-teal::after{width:calc((1 * (100vw - var(--scrollbar-width)) - 3rem)*0.12 + 1.5rem)}
}

@media (max-width:600px){
.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}
.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}
.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}
}

@media(max-width: 1024px){
.editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-countdown-0m71m{ display:block; opacity:1 }
.eb-parent-eb-countdown-0m71m{ display:block }
}

@media(max-width: 767px){
.editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-countdown-0m71m{ display:block; opacity:1 }
.eb-parent-eb-countdown-0m71m{ display:block }
}

@media (min-resolution:192dpi){
:root{--wp-admin-border-width-focus:1.5px}
}

@media screen and (max-width:600px){
html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}
}

@media (min-width:782px){
.wp-block-columns{flex-wrap:nowrap!important}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}
}

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

@media (max-width: 62rem){
.margin-top-60{
		margin-top: 2.8125rem !important;
	}
.margin-top-72{
		margin-top: 3.375rem !important;
	}
.margin-top-30{
		margin-top: 1.6875rem !important;
	}
.margin-bottom-60{
		margin-bottom: 2.8125rem !important;
	}
.margin-top-112{
		margin-top: 4.75rem !important;
	}
.margin-bottom-75{
		margin-bottom: 3.5625rem !important;
	}
.margin-top-100{
		margin-top: 4.375rem !important;
	}
.margin-bottom-150{
		margin-bottom: 5.9375rem !important;
	}
.margin-top-40{
		margin-top: 2rem !important;
	}
.margin-bottom-80{
		margin-bottom: 3.75rem !important;
	}
.margin-bottom-30{
		margin-bottom: 1.6875rem !important;
	}
.margin-bottom-50{
		margin-bottom: 2.375rem !important;
	}
.margin-top-50{
		margin-top: 2.375rem !important;
	}
.margin-bottom-45{
		margin-bottom: 2.1875rem !important;
	}
.margin-top-25{
		margin-top: 1.5625rem !important;
	}
.margin-top-80{
		margin-top: 3.75rem !important;
	}
.margin-bottom-40{
		margin-bottom: 2rem !important;
	}
.margin-top-108{
		margin-top: 4.625rem !important;
	}
.margin-top-55{
		margin-top: 2.625rem !important;
	}
.margin-top-88{
		margin-top: 4rem !important;
	}
.margin-top-135{
		margin-top: 5.5rem !important;
	}
.margin-bottom-130{
		margin-bottom: 5.3125rem !important;
	}
.margin-top-56{
		margin-top: 2.625rem !important;
	}
}

@media (max-width: 48rem){
.margin-top-60{
		margin-top: 1.875rem !important;
	}
.margin-top-72{
		margin-top: 2.25rem !important;
	}
.margin-top-30{
		margin-top: 1.5rem !important;
	}
.margin-bottom-60{
		margin-bottom: 1.875rem !important;
	}
.margin-top-112{
		margin-top: 2.5rem !important;
	}
.margin-bottom-75{
		margin-bottom: 2.375rem !important;
	}
.margin-top-100{
		margin-top: 2.5rem !important;
	}
.margin-bottom-150{
		margin-bottom: 2.5rem !important;
	}
.margin-top-40{
		margin-top: 1.5rem !important;
	}
.margin-bottom-80{
		margin-bottom: 2.5rem !important;
	}
.margin-bottom-30{
		margin-bottom: 1.5rem !important;
	}
.margin-bottom-50{
		margin-bottom: 1.5625rem !important;
	}
.margin-top-50{
		margin-top: 1.5625rem !important;
	}
.margin-bottom-45{
		margin-bottom: 1.5rem !important;
	}
.margin-top-25{
		margin-top: 1.5rem !important;
	}
.margin-top-80{
		margin-top: 2.5rem !important;
	}
.margin-bottom-40{
		margin-bottom: 1.5rem !important;
	}
.margin-top-108{
		margin-top: 2.5rem !important;
	}
.margin-top-55{
		margin-top: 1.75rem !important;
	}
.margin-top-88{
		margin-top: 2.5rem !important;
	}
.margin-top-135{
		margin-top: 2.5rem !important;
	}
.margin-bottom-130{
		margin-bottom: 2.5rem !important;
	}
.margin-top-56{
		margin-top: 1.75rem !important;
	}
}

@media (min-width:600px){
.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}
.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}
.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}
.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}
.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}
.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}
}

@media (hover:none){
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}
}

@media not (prefers-reduced-motion){
.wp-block-image img.hide{visibility:hidden}
.wp-block-image img.show{animation:show-content-image .4s}
.wp-lightbox-container button{transition:opacity .2s ease}
.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}
.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}
.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}
.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}
.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}
.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}
.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}
.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}
}

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


/* ─── BUILD-SIDE ADDITIONS (not extracted from her stylesheet) ───────────── */

@media (min-width: 48rem) {
  .block.success-stories .block-inner .stories-grid {
    column-count: 2;
    column-gap: 1.875rem;
  }
  .block.success-stories .block-inner .grid-sizer { display: none; }
  .block.success-stories .block-inner .grid-item {
    width: 100%;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
