/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.top-hero {
background-color: #F8F4EC !important;
padding-top: 48px !important;
padding-bottom: 48px !important;
}

.top-hero .blog-card__category {
margin-bottom: 0;
}

.top-hero .blog-post-desktop-title {
margin-top: 16px;
}

.breadcrumbs {
margin-bottom: 16px;
line-height: 1.4;
width: 50%;
padding-right: 48px;
}

.previous_posts_link {
display: block;
}
.breadcrumbs a {
color: #D38269;
font-family: "Lato-Bold";
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.breadcrumbs a:hover {
color: #D38269;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.top-hero__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}

.top-hero__content {
position: relative;
z-index: 990;
background-color: white;
border-radius: 28px;
padding: 16px !important;
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}
.top-hero__image-div {
width: 50%;
}

.top-hero__image {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 28px;
-webkit-animation: fadeUp 1s both 0.1s;
animation: fadeUp 1s both 0.1s;
}

.top-hero__category {
background-color: #EEEFF5;
color: #2A2243;
padding: 8px 16px;
border-radius: 28px;
font-size: 14px;
line-height: 1.6;
font-family: "Lato-Bold";
margin-bottom: 16px;
display: inline-block;
-ms-flex-item-align: start;
align-self: flex-start;
}

.top-hero__title {
text-align: left;
}
.blog-post-mobile-title {
display: none;
}

.blog-post-desktop-title {
display: block;
font-size: 26px;
width: 100%;
line-height: 1.4;
font-family: "Lato-Bold";
color: #3A2A1F;
}

.blog-card__date {
color: #D38269 !important;
font-size: 14px !important;
margin-left: 0 !important;
font-family: "Lato-Regular" !important;
}

.top-hero__text-div {
background-color: #F9EEDB;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 450px;
width: 50%;
padding: 32px;
border-radius: 28px;
}
.top-hero__excerpt {
font-size: 20px;
margin-top: 16px;
line-height: 1.4;
font-family: "Lato-Light";
color: #2A2243;
margin-bottom: 16px;
}
.top-hero__bottom-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-animation: fadeUp 1s both 0.5s;
animation: fadeUp 1s both 0.5s;
}

.top-hero__category {
margin-right: 24px;
}

.top-hero__date {
font-size: 14px;
line-height: 1.6;
font-family: "Lato-Regular";
color: #666666;
margin-bottom: 16px;
}

.post-content-section {
padding-top: 96px;
padding-bottom: 96px;
background-color: white;
}
.post-content-section__div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 96px;
padding-top: 48px;
}
.post-content-section__content {
width: 50%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.post-content-section__summary-div {
position: sticky;
top: calc(96px + 12px);
width: calc(35% - 48px);
max-width: 390px;
margin-right: 48px;
padding: 32px;
margin-bottom: auto;
border-radius: 28px;
background: #899F66;
}

.post-content-section__summary-title {
font-size: 18px;
font-family: "Lato-Bold";
color: white;
margin-bottom: 16px;
}

.sticky-summary__link {
display: block;
font-size: 16px;
line-height: 1.4;
color: white;
margin-bottom: 12px;
font-family: "Lato-Regular";
padding: 8px 16px;
border-radius: 28px;
}
.sticky-summary__link--h3 {
padding-left: 16px;
}
.sticky-summary__link:last-child {
margin-bottom: 0;
}
.link-to-offset_highlight {
color: white;
background-color: #D38269;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.post-content-section__author-div {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding: 16px 0;
margin: 32px 0;
}

.post-content-section__author-photo {
width: 60px;
height: 100%;
margin-right: 16px;
}

.post-content-section__author-name {
font-family: "Lato-Regular";
font-size: 20px;
color: white;
}

.post-content-section__author-role {
font-family: "Lato-Regular";
font-size: 16px;
color: white;
margin-top: 8px;
line-height: 1.4;
}

.post-content-section__share-div {}

.post-content-section__share-title {
font-family: "Lato-Regular";
font-size: 20px;
margin-bottom: 16px;
color: white;
}


.post-content-section__share-btn {
border: none;
background-color: transparent;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.post-content-section__share-btn svg:hover path {
fill: #D38269;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.post-content-section__share-btn--email svg:hover path {
stroke: #D38269;
fill: white;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}
.post-content-section__content h2 {
font-family: "Lato-Bold";
line-height: 1.3;
font-size: 30px;
color: #D38269;
margin-top: 48px;
margin-bottom: 16px;
}
.post-content-section__content h2:first-child {
margin-top: 0;
}
.post-content-section__content h3 {
font-family: "Lato-Bold";
line-height: 1.3;
font-size: 26px;
color: #2A2243;
margin-bottom: 16px;
}
.post-content-section__content p,
.post-content-section__content ul {
line-height: 1.6;
}
.post-content-section__content p:last-child {
margin-bottom: 0;
}
.post-content-section__content img {
width: 100%;
max-width: 600px;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.post-content-section__content .icon {
width: 30px !important;
height: auto !important;
position: relative;
bottom: -2px;
}
.post-content-section__content ul li,
.post-content-section__content ol li {
list-style: auto;
font-size: 18px;
margin-left: 20px;
line-height: 1.6;
}
.post-content-section__content ul li {
list-style: circle !important;
}
.similar-posts-section__card-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 32px 1fr 32px 1fr;
grid-template-columns: 1fr 1fr 1fr;
-webkit-column-gap: 32px;
-moz-column-gap: 32px;
column-gap: 32px;
margin: 48px 0;
}

.post-content-section__cta-block {
border-radius: 28px;
padding: 16px;
}

.post-content-section__cta-title * {
font-family: "Lato-Bold";
color: white !important;
font-size: 32px !important;
}

.post-content-section__cta-content {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
    -ms-flex-align: start;
align-items: flex-start;
}

.post-content-section__cta-content-and-img {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
}

.post-content-section__cta-text {
padding-right: 48px;
}

.post-content-section__share-buttons {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
gap: 8px;
}

.post-content-section__share-buttons button {
padding: 0;
}

.post-content-section__cta-text * {
color: white !important;
font-family: "Lato-Light";
font-size: 20px !important;
line-height: 1.4 !important;
}

.post-content-section__cta {
margin-top: auto;
}
.post-content-section__cta-image {
width: 33% !important;
height: auto !important;
}

.contact-form-wrapper {
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important;
background-color: #D38269 !important;
}

.contact-form-section {
padding-bottom: 0 !important;
}

.contact-form-section>.container {
padding: 0 !important;
}

.contact-form-features {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
order: 1;
}

.contact-form-form {
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
order: 2;
background-color: #F8F4EC !important;
}

.contact-form-form .wpcf7-form input[type="text"], .contact-form-form .wpcf7-form input[type="email"], .contact-form-form .wpcf7-form input[type="tel"], .contact-form-form .wpcf7-form input[type="number"], .contact-form-form .wpcf7-form textarea, .contact-form-form .wpcf7-form select {
background-color: #F8F4EC !important;
color: #3A2A1F !important;
border: 3px solid #3A2A1F !important;
}

.contact-form-form .wpcf7-form input::-webkit-input-placeholder,
.contact-form-form .wpcf7-form textarea::-webkit-input-placeholder {
    color: #3A2A1F !important;
    opacity: 0.7;
}

.contact-form-form .wpcf7-form input::-moz-placeholder,
.contact-form-form .wpcf7-form textarea::-moz-placeholder {
    color: #3A2A1F !important;
    opacity: 0.7;
}

.contact-form-form .wpcf7-form input:-ms-input-placeholder,
.contact-form-form .wpcf7-form textarea:-ms-input-placeholder {
    color: #3A2A1F !important;
    opacity: 0.7;
}

.contact-form-form .wpcf7-form input::-ms-input-placeholder,
.contact-form-form .wpcf7-form textarea::-ms-input-placeholder {
    color: #3A2A1F !important;
    opacity: 0.7;
}
.contact-form-form .wpcf7-form input::placeholder,
.contact-form-form .wpcf7-form textarea::placeholder {
color: #3A2A1F !important;
opacity: 0.7;
}

.contact-form-header {
text-align: center !important;
background-color: inherit !important;
margin-bottom: 0 !important;
padding: 0 !important;
}

.contact-form-content__subtitle {
margin: 0 !important;
}

.contact-form-header * {
color: white !important;
}

.contact-form-features__list li svg {
display: none;
}

.contact-form-features__list {
-webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
flex-direction: row !important;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
}

.contact-form-features__list li {
text-align: center !important;
margin-left: 0 !important;
padding: 8px 24px !important;
border-radius: 50px !important;
font-family: "Lato-Bold" !important;
font-size: 18px !important;
min-width: 300px;
}

.contact-form-features__list li:nth-child(4n+1) {
background-color: #D38269;
color: white;
border: 3px solid #3A2A1F;
}

.contact-form-features__list li:nth-child(4n+2) {
background-color: #899F66;
color: white;
border: 3px solid white;
}

.contact-form-features__list li:nth-child(4n+3) {
background-color: #3A2A1F;
color: white;
border: 3px solid white;
}

.contact-form-features__list li:nth-child(4n) {
background-color: #F9EEDB;
color: #3A2A1F;
border: 3px solid #3A2A1F;
}

.contact-form-cta-section {
margin-top: 32px !important;
}

.wpcf7-form .wpcf7-list-item {
color: #3A2A1F !important;
}

.contact-form-form .wpcf7-not-valid-tip {
color: #3A2A1F !important;
}

@media only screen and (max-width: 1124px) {
.top-hero>.container {
padding: 16px !important;
}

.top-hero {
padding-bottom: 0px !important;
}

.top-hero__image {
width: 100%;
}

.post-content-section__summary-div {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
padding: 16px;
}

.similar-posts-section__card-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-content-section {
padding-bottom: 48px !important;
}
.post-content-section__div {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}

.post-content-section__summary-div {
position: relative;
top: 0;
width: 100%;
max-width: none;
}

.post-content-section__content {
width: 100%;
margin-bottom: 16px;
}
}
@media screen and (max-width: 1024px) {
.top-hero {
padding: 48px 0;
}

.top-hero>.container {
margin-top: 0 !important;
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}

.breadcrumbs {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
order: 1;
margin-bottom: 0;
width: 100%;
}

.blog-post-mobile-title {
display: block;
font-size: 26px;
width: 100%;
line-height: 1.4;
font-family: "Lato-Bold";
color: #3A2A1F;
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
order: 2;
margin-bottom: 16px;
}

.blog-post-desktop-title {
display: none;
}

.top-hero__text-div {
margin-right: 0;
padding: 16px;
}

.top-hero__container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
order: 3;
}

.top-hero__image-div {
width: 100%;
}

.top-hero__image {
width: 100%;
margin: 0;
}

.top-hero__checkup-btn {
margin: 0 auto 48px;
}

.top-hero__text-div {
margin-left: 0;
min-width: 0;
width: 100%;
}

.similar-posts-section__card-container {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-row-gap: 32px;
}
}

@media screen and (max-width: 783px) {
.post-content-section__content img {
display: none;
}

.post-content-section__cta-title * {
font-size: 22px !important;
}

.post-content-section__content ul li{
font-size: 14px !important;
-webkit-box-flex: 1;
    -ms-flex: 1;
flex: 1;
}
}

@media screen and (max-width: 550px) {
.top-hero {
        padding-top: 0 !important;
    }

.footer .cta-component {
    position: inherit;
}
}