.hero-widget {
position: relative;
display: flex;
flex-direction: column;
gap: 72px;
}
.hero-widget p,
.hero-widget h1,
.hero-widget h2,
.hero-widget h3,
.hero-widget h4,
.hero-widget h5,
.hero-widget h6 {
margin: 0;
}
.hero-widget .hero-gradient {
position: absolute;
top: 0;
right: 0;
height: auto;
z-index: -1;
}
.hero-widget .hero-principal {
display: flex;
flex-direction: column;
gap: 40px;
}
.hero-widget.type-gradient .headings{
display: flex;
flex-direction: column;
gap: 16px;
}
.hero-widget.type-gradient .subheading {
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
}
.hero-widget.type-gradient .subheading a {
font-family: "Hanken Grotesk", sans-serif;
color: var(--Default-White, #FFF);
font-weight: 700;
} .hero-widget.type-seo-title .headings {
display: flex;
flex-direction: column;
gap: 0;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-title {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-subtitle {
color: #DDD;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.hero-widget .hero-buttons {
display: flex;
gap: 24px;
}
.hero-widget .hero-buttons a {
padding: 12px 32px;
border-radius: 27px;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.hero-widget .primary-button {
color: black;
background: #FFC432;
transition: 0.5s;
}
.hero-widget .primary-button:hover {
color: black;
background: #25B1E1;
}
.hero-widget .secondary-button {
color: #FFC432;
border: 1px solid #FFC432;
transition: 0.5s;
}
.hero-widget .secondary-button:hover {
color: #25B1E1;
border: 1px solid #25B1E1;
} .hero-widget.type-homepage .hero-title {
width: 849px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 558px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: -120px;
width: 550px;
z-index: -1;
} .hero-widget.type-blog .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-blog .hero-principal .breadcrumbs {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-blog .hero-principal .breadcrumbs a {
color: white;
font-weight: 700;
}
.hero-widget.type-blog .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-blog .date {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px 12px 12px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-blog .date a {
color: white;
text-decoration: underline;
text-decoration-color: grey;
text-underline-offset: 10px;
transition: 0.3s;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .date .logo{
width: 40px;
height: 40px;
padding: 7px;
background-color: black;
border-radius: 50%;
}
.hero-widget.type-blog .date .logo img {
height: -webkit-fill-available;
width: -webkit-fill-available;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.hero-widget.type-blog .comments-quntity {
display: flex;
flex-direction: row;
gap: 12px;
align-self: center;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.hero-widget.type-blog img.blog-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-blog .description{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-blog .description h2{
color: var(--Gray-Gray-700, #DDD);
text-align: center;
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-download .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-download .hero-principal .breadcrumbs-download a {
color: white;
font-weight: 700;
}
.hero-widget.type-download .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-download .date-download {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
justify-content: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-download img.download-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-download .description-download{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-download .description-download h2{
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-image {
display: flex;
flex-direction: row;
gap: 24px;
}
.hero-widget.type-image .hero-subtitle {
width: 558px;
}
.hero-widget.type-image .image-contenetor{
line-height: 0;
}
.hero-widget.type-image.right .hero-principal{
width: calc(100% - 461px);
}
.hero-widget.type-image.right .image-contenetor {
position: relative;
width: 461px;
height: 461px;
line-height: 0;
}
.hero-widget.type-image.right .image-contenetor .hero-image {
width: 100%;
height: auto;
aspect-ratio: 1;
border-radius: 27px;
object-fit: cover;
object-position: center;
}
.hero-widget.type-image.right .image-contenetor .miscelany {
position: absolute;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
width: 75px;
top: 0;
left: -45px;
z-index: -1;
filter: blur(8px);
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 100px;
bottom: 0;
right: -45px;
z-index: 1;
filter: blur(4px);
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
} .hero-widget.type-image.background .image-contenetor .miscelany {
display: none;
}
.hero-widget.type-image.background .hero-principal{
width: 100%;
}
.hero-widget.type-image.background .image-contenetor {
position: absolute;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-homepage .desktop-image{
display:block;
} .hero-widget.type-capability {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 560px;
gap: 36px;
padding-top: 24px;
}
.hero-widget.type-capability .image-wrapper {
position: absolute;
top: 24px;
right: 0;
bottom: 0;
left: 0;
border-radius: 300px 27px 27px 300px;
z-index: 1;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
mix-blend-mode: luminosity;
opacity: 0.55;
border-radius: inherit;
z-index: 2;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
position: absolute;
top: 0;
right: 0;
width: 75.087%;
height: 100%;
object-fit: cover;
object-position: right center;
border-radius: inherit;
}
.hero-widget.type-capability .hero-principal {
position: relative;
z-index: 3;
width: 900px;
max-width: 100%;
gap: 36px;
}
.hero-widget.type-capability .hero-subtitle {
max-width: 530px;
}
.hero-widget.type-capability .headings {
display: flex;
flex-direction: column;
gap: 12px;
}
.hero-widget.type-capability .subheading {
color: #909090;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
@keyframes miscelanyTopMove {
from { transform: translateY(0); }
to   { transform: translateY(30px); }
}
@keyframes miscelanyBottomMove {
from { transform: translateY(0); }
to   { transform: translateY(-30px); }
}
@media (max-width: 1200px) and (min-width: 768px) {
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-homepage {
margin-bottom: 60px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: 70px;
width: 100%;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:block;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-image.right .hero-principal {
width: 50%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
word-break: break-all;
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 50%;
height: fit-content;
aspect-ratio: 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 86px;
bottom: -90px;
right: 0px;
}
.hero-widget.type-download .description-download {
width: 100%;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding-top: 0;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 1140 / 560;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
}
@media (max-width: 768px) {
.hero-widget {
gap: 50px;
}
.hero-widget .hero-principal {
gap: 32px;
}
.hero-widget.type-homepage {
margin-bottom: 300px;
}
.hero-widget.type-homepage .hero-principal {
width: auto;
}
.hero-widget .hero-button {
padding: 8px 20px !important;
font-size: 16px !important;
}
.hero-widget .hero-buttons a {
padding: 8px 20px;
font-size: 16px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 100%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
font-size: 40px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
width: 100%;
top: 151px;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:block;
}
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-blog .hero-principal .breadcrumbs{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-blog .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-blog .date{
padding: 8px 12px 8px 8px;
font-size: 14px;
}
.hero-widget.type-blog .date .logo {
width: 24px;
height: 24px;
padding: 4px;
}
.hero-widget.type-blog .date a {
text-decoration-color: white;
text-underline-offset: 6px;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .comments-quntity{
font-size: 14px;
}
.hero-widget.type-blog .description{
width: 100%;
}
.hero-widget.type-blog .description h2{
font-size: 18px;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-download .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-download .date-download{
padding: 8px 16px;
font-size: 14px;
}
.hero-widget.type-download .description-download{
width: 100%;
}
.hero-widget.type-download .description-download h2{
font-size: 18px;
}
.hero-widget.type-image{
flex-direction: column;
gap: 48px;
}
.hero-widget.type-image.right .hero-principal {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
top: -48px;
left: 24px;
width: 48px;
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 60px;
bottom: -48px;
right: 16px;
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding: 0 16px;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 421 / 275;
}
.hero-widget.type-capability .image-wrapper::before {
display: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
width: 100%;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
.hero-widget.type-capability .subheading {
font-size: 16px;
}
.hero-widget.type-capability .hero-title {
font-size: 32px;
line-height: 115%;
}
.hero-widget.type-capability .hero-subtitle {
font-size: 16px;
max-width: 100%;
}
}.newsletter-widget {
display: flex;
border-radius: 24px;
gap: 24px;
}
.newsletter-widget.newsletter-type-bright {
background-color: white;
flex-direction: row;
padding: 72px 97px;
justify-content: space-between;
}
.newsletter-widget.newsletter-type-darke {
background: var(--Gray-Gray-100, #161616);
flex-direction: column;
padding: 48px;
width: 752px;
}
.newsletter-widget.newsletter-type-slim {
background-color: white;
flex-direction: column;
padding: 36px;
width: 364px;
}
.newsletter-widget .message,.newsletter-widget .newsletter-form {
position: relative;
display: flex;
flex-direction: column;
gap: 12px;
}
.newsletter-widget.newsletter-type-bright .message,.newsletter-widget.newsletter-type-bright .newsletter-form {
width: 47%;
}
.newsletter-widget.newsletter-type-slim .message {
padding-left: 0 !important;
}
.newsletter-widget .newsletter-form {
justify-content: center;
}
.newsletter-widget .newsletter-heading {
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.newsletter-widget.newsletter-type-bright .newsletter-heading {
color: var(--Default-Black, #000);
}
.newsletter-widget.newsletter-type-darke .newsletter-heading {
color: var(--Default-White, #FFF);
}
.newsletter-widget.newsletter-type-slim .newsletter-heading {
color: var(--Default-Black, #000);
font-size: 32px;
}
.newsletter-widget .newsletter-message {
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.newsletter-widget.newsletter-type-bright .newsletter-message {
color: var(--Gray-Gray-500, #606060);
}
.newsletter-widget.newsletter-type-darke .newsletter-message {
color: var(--Default-White, #DDD);
}
.newsletter-widget.newsletter-type-slim .newsletter-message {
color: var(--Gray-Gray-500, #606060);
font-size: 16px;
font-weight: 700;
}
.newsletter-widget .success-icon {
display: none;
position: absolute;
left: 0;
}
.newsletter-widget.newsletter-type-slim .success-icon {
display: none;
position: relative;
width: 48px;
margin-bottom: 12px;
}
.newsletter-widget form{
display: flex;
flex-direction: column;
gap: 24px;
}
.newsletter-widget .newsletter-form .hs-form-field {
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
}
.newsletter-widget .newsletter-form label {
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.newsletter-widget.newsletter-type-bright .newsletter-form label {
color: var(--Default-Black, #000);
font-size: 20px;
}
.newsletter-widget.newsletter-type-darke .newsletter-form label {
color: var(--Default-White, #FFF);
font-size: 16px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form label {
color: var(--Default-Black, #000);
font-size: 16px;
}
.newsletter-widget .newsletter-form .hs-form-checkbox label {
display: flex;
gap: 8px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.newsletter-widget.newsltter-type-bright .newsletter-form .hs-form-checkbox label {
color: var(--Gray-Gray-500, #606060);
}
.newsletter-widget.newsltter-type-darke .newsletter-form .hs-form-checkbox label {
color: var(--Gray-Gray-700, #DDD);
}
.newsletter-widget.newsltter-type-slim .newsletter-form .hs-form-checkbox label {
color: var(--Gray-Gray-500, #606060);
}
.newsletter-widget .newsletter-form ul{
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 10px;
align-items: center;
}
.newsletter-widget.newsletter-type-slim .newsletter-form ul {
flex-direction: column;
}
.newsletter-widget .newsletter-form input {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
border-radius: 8px;
border: none;
}
.newsletter-widget.newsletter-type-bright .newsletter-form input {
background: var(--Gray-Gray-800, #EEE);
padding: 20px 32px;
}
.newsletter-widget.newsletter-type-darke .newsletter-form input {
background-color: var(--Gray-Gray-200, #242424);
padding: 12px 24px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form input {
background: var(--Gray-Gray-800, #EEE);
padding: 12px 24px;
}   
.newsletter-widget .newsletter-form input.error {
position: relative;
padding-right: 35px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form input.error {
padding-right: 35px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form input.error,
.newsletter-widget.newsletter-type-slim .newsletter-form input.error {
background: var(--Color-Palette-Red-Red-100, #FFEBEB);
border: 1px solid var(--Color-Palette-Red-Red-500, #FF4647);
}
.newsletter-widget.newsletter-type-darke .newsletter-form input.error {
border: 1px solid var(--Color-Palette-Red-Red-300, #FF999A);
background: var(--Color-Palette-Red-Red-900, #4D0F0F);
}
.newsletter-widget .newsletter-form .input:has(input.error)::after {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
right: 35px;
pointer-events: none;
}
.newsletter-widget.newsletter-type-bright .newsletter-form .input:has(input.error)::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M10.9996 21.25C5.97963 21.25 3.46963 21.25 1.95963 19.86C1.12963 19.09 0.559631 18.1 0.329631 16.98C-0.0903688 14.96 1.16963 12.74 3.66963 8.32C6.16963 3.88 7.42963 1.66 9.35963 1.02C10.4296 0.66 11.5596 0.66 12.6396 1.02C14.5696 1.66 15.8296 3.89 18.3296 8.32C20.8296 12.75 22.0896 14.97 21.6696 16.99C21.4396 18.11 20.8696 19.1 20.0396 19.87C18.5296 21.26 16.0096 21.26 10.9996 21.26V21.25ZM4.97963 9.05C2.73963 13.03 1.49963 15.21 1.80963 16.67C1.97963 17.48 2.37963 18.2 2.98963 18.75C4.06963 19.74 6.53963 19.74 11.0196 19.74C15.4996 19.74 17.9696 19.74 19.0496 18.75C19.6496 18.2 20.0596 17.48 20.2196 16.67C20.5196 15.21 19.2896 13.02 17.0496 9.06C14.7996 5.08 13.5696 2.9 12.1796 2.44C11.4196 2.19 10.6096 2.19 9.84963 2.44C8.46963 2.9 7.22963 5.09 4.98963 9.05H4.97963Z" fill="%23ff0000"/><path d="M10.9996 16C10.4496 16 9.99963 15.55 9.99963 15C9.99963 14.45 10.4396 14 10.9996 14C11.5496 14 11.9996 14.45 11.9996 15C11.9996 15.55 11.5496 16 10.9996 16Z" fill="%23ff0000"/><path d="M10.9996 12.75C10.5896 12.75 10.2496 12.41 10.2496 12V8C10.2496 7.59 10.5896 7.25 10.9996 7.25C11.4096 7.25 11.7496 7.59 11.7496 8V12C11.7496 12.41 11.4096 12.75 10.9996 12.75Z" fill="%23ff0000"/></svg>');
top: 24px;
}
.newsletter-widget.newsletter-type-darke .newsletter-form .input:has(input.error)::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M10.9996 21.25C5.97963 21.25 3.46963 21.25 1.95963 19.86C1.12963 19.09 0.559631 18.1 0.329631 16.98C-0.0903688 14.96 1.16963 12.74 3.66963 8.32C6.16963 3.88 7.42963 1.66 9.35963 1.02C10.4296 0.66 11.5596 0.66 12.6396 1.02C14.5696 1.66 15.8296 3.89 18.3296 8.32C20.8296 12.75 22.0896 14.97 21.6696 16.99C21.4396 18.11 20.8696 19.1 20.0396 19.87C18.5296 21.26 16.0096 21.26 10.9996 21.26V21.25ZM4.97963 9.05C2.73963 13.03 1.49963 15.21 1.80963 16.67C1.97963 17.48 2.37963 18.2 2.98963 18.75C4.06963 19.74 6.53963 19.74 11.0196 19.74C15.4996 19.74 17.9696 19.74 19.0496 18.75C19.6496 18.2 20.0596 17.48 20.2196 16.67C20.5196 15.21 19.2896 13.02 17.0496 9.06C14.7996 5.08 13.5696 2.9 12.1796 2.44C11.4196 2.19 10.6096 2.19 9.84963 2.44C8.46963 2.9 7.22963 5.09 4.98963 9.05H4.97963Z" fill="%23FF4647"/><path d="M10.9996 16C10.4496 16 9.99963 15.55 9.99963 15C9.99963 14.45 10.4396 14 10.9996 14C11.5496 14 11.9996 14.45 11.9996 15C11.9996 15.55 11.5496 16 10.9996 16Z" fill="%23FF4647"/><path d="M10.9996 12.75C10.5896 12.75 10.2496 12.41 10.2496 12V8C10.2496 7.59 10.5896 7.25 10.9996 7.25C11.4096 7.25 11.7496 7.59 11.7496 8V12C11.7496 12.41 11.4096 12.75 10.9996 12.75Z" fill="%23FF4647"/></svg>');
top: 38px;
}
.newsletter-widget.newsletter-type-slim .newsletter-form .input:has(input.error)::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M10.9996 21.25C5.97963 21.25 3.46963 21.25 1.95963 19.86C1.12963 19.09 0.559631 18.1 0.329631 16.98C-0.0903688 14.96 1.16963 12.74 3.66963 8.32C6.16963 3.88 7.42963 1.66 9.35963 1.02C10.4296 0.66 11.5596 0.66 12.6396 1.02C14.5696 1.66 15.8296 3.89 18.3296 8.32C20.8296 12.75 22.0896 14.97 21.6696 16.99C21.4396 18.11 20.8696 19.1 20.0396 19.87C18.5296 21.26 16.0096 21.26 10.9996 21.26V21.25ZM4.97963 9.05C2.73963 13.03 1.49963 15.21 1.80963 16.67C1.97963 17.48 2.37963 18.2 2.98963 18.75C4.06963 19.74 6.53963 19.74 11.0196 19.74C15.4996 19.74 17.9696 19.74 19.0496 18.75C19.6496 18.2 20.0596 17.48 20.2196 16.67C20.5196 15.21 19.2896 13.02 17.0496 9.06C14.7996 5.08 13.5696 2.9 12.1796 2.44C11.4196 2.19 10.6096 2.19 9.84963 2.44C8.46963 2.9 7.22963 5.09 4.98963 9.05H4.97963Z" fill="%23ff0000"/><path d="M10.9996 16C10.4496 16 9.99963 15.55 9.99963 15C9.99963 14.45 10.4396 14 10.9996 14C11.5496 14 11.9996 14.45 11.9996 15C11.9996 15.55 11.5496 16 10.9996 16Z" fill="%23ff0000"/><path d="M10.9996 12.75C10.5896 12.75 10.2496 12.41 10.2496 12V8C10.2496 7.59 10.5896 7.25 10.9996 7.25C11.4096 7.25 11.7496 7.59 11.7496 8V12C11.7496 12.41 11.4096 12.75 10.9996 12.75Z" fill="%23ff0000"/></svg>');
top: 15px;
right: 24px;
}
.newsletter-widget .newsletter-form div.actions [type=submit] {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 27px;
padding: 12px 32px;
border: none;
transition: 0.3s;
}
.newsletter-widget .newsletter-form div.actions {
width: fit-content;
cursor: pointer;
}
.newsletter-widget .newsletter-form div.actions:hover [type=submit] {
background-color: var(--e-global-color-f598829);
transition: 0.3s;
}
.newsletter-widget .newsletter-form ul.no-list.hs-error-msgs {
list-style: none;
padding-left: 0;
}
.newsletter-widget .newsletter-form label.hs-error-msg {
font-size: 15px;
margin-top: 12px
}
.newsletter-widget .newsletter-form div.actions:after {
content: "->";
background: var(--e-global-color-62e1cb5);
padding: 14px;
border-radius: 50%;
color: black;
transition: 0.3s;
}
.newsletter-widget .newsletter-form div.actions:hover:after {
background: var(--e-global-color-f598829);
transition: 0.3s;
}
.newsletter-widget .newsletter-form div.actions:hover .hs-submit [type=submit] {
background-color: var(--e-global-color-f598829);
}
.newsletter-widget .newsletter-form .hs-form-field {
position: relative;
}
.newsletter-widget .newsletter-form .hs_email{
gap: 0px;
}
.newsletter-widget .newsletter-form .hs_interest{
padding-top: 16px;
}
.newsletter-widget .newsletter-form .hs_interest ul {
flex-wrap: wrap;
}
.newsletter-widget.newsletter-type-darke .newsletter-form .hs_interest ul {
gap: 16px 24px;
}
.newsletter-widget .newsletter-form li {
width: 45%;
}
.newsletter-widget.newsletter-type-slim .newsletter-form li {
width: auto;
}
.newsletter-widget .newsletter-form ul.hs-error-msgs li {
width: auto;
}
.newsletter-widget.newsletter-type-darke .newsletter-form .hs_interest ul li {
width: auto;
}
.newsletter-widget .newsletter-form .form-waiting{
color: #888;
margin: 0;
}
@media (max-width: 1200px) and (min-width: 769px) {
.newsletter-widget.newsletter-type-bright {
padding: 36px 64px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form input {
padding: 14px 24px;
}
.newsletter-widget .newsletter-form .input:has(input.error)::after {
right: 22px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form .input:has(input.error)::after {
top: 17px;
}
}
@media (max-width: 768px) {
.newsletter-widget.newsletter-type-bright {
padding: 24px;
flex-direction: column;
}
.newsletter-widget.newsletter-type-darke {
width: 100%;
padding: 24px;
}
.newsletter-widget.newsletter-type-slim {
width: auto;
padding: 24px;
}
.newsletter-widget.newsletter-type-bright .message, .newsletter-widget.newsletter-type-bright .newsletter-form {
width: 100%;
}
.newsletter-widget .success-icon {
width: 40px;
height: 40px;
}
.newsletter-widget .newsletter-heading, .newsletter-widget.newsletter-type-slim .newsletter-heading {
font-size: 26px;
}
.newsletter-widget .newsletter-form .hs-form-field {
gap: 24px;
}
.newsletter-widget .newsletter-form .hs-form-field {
gap: 0px;
}
.newsletter-widget .newsletter-form ul{
flex-direction: column;
gap: 12px;
}
.newsletter-widget .newsletter-form .hs-form-field input {
padding: 12px 16px;
}
.newsletter-widget .newsletter-form .hs-fieldtype-checkbox > label:first-of-type {
margin-bottom: 12px;
}
.newsletter-widget .newsletter-form .hs-form-checkbox label {
font-size: var(--e-global-typography-f9793af-font-size);
}
.newsletter-widget .newsletter-form .input:has(input.error)::after {
width: 26px;
height: 26px;
right: 16px;
top: 16px;
}
.newsletter-widget.newsletter-type-bright .newsletter-form .input:has(input.error)::after,
.newsletter-widget.newsletter-type-slim .newsletter-form .input:has(input.error)::after {
top: 14px;
}
.newsletter-widget .newsletter-form li {
width: auto;
}
.newsletter-widget .newsletter-form label.hs-error-msg {
margin: 12px 0;
}
}.share-post-widget {
width: 752px;
justify-self: center;
align-items: center;
display: flex;
flex-direction: column;
gap: 48px;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.share-post-widget p{
margin: 0;
}
.share-post-widget .separator-line {
height: 0.5px;
width: 100%;
background-color: #363636;
}
.share-post-widget .tags {
justify-content: center;
display: flex;
flex-direction: row;
gap: 12px;
}
.share-post-widget .tag {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
display: flex;
text-align: center;
align-items: center;
cursor: pointer;
border: 1px solid;
padding: 8px 24px;
border-radius: 27px;
font-weight: 700;
transition: 0.3s;
}
.share-post-widget .tag:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.share-post-widget .share {
display: flex;
flex-direction: column;
gap: 12px;
width: fit-content;
align-items: center;
}
.share-post-widget .social-icons {
display: flex;
flex-direction: row;
gap: 12px;
}
.share-post-widget .social-icons a {
width: 54px;
height: 54px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: var(--Gray-Gray-100, #161616);
transition: 0.3s;
}
.share-post-widget .social-icons a:hover {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
transition: 0.3s;
}
.share-post-widget .social-icons a img {
width: 24px;
height: 24px;
transition: 0.3s;
}
.share-post-widget .social-icons a:hover img {
filter: contrast(5);
}
.share-post-widget .site-info {
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
text-align: center;
padding-bottom: 72px;
}
.share-post-widget .site-separator {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
width: 100%;
}
.share-post-widget .site-separator .separator-line {
flex: 1 1 0;
}
.share-post-widget .site-separator img {
width: 96px;
height: 96px;
aspect-ratio: 1 / 1;
padding: 20px;
}
.share-post-widget .site-info .about-link{
display: flex;
flex-direction: row;
gap: 8px;
}
.share-post-widget .site-info .about-link a {
color: var(--Default-White, #FFF);
font-weight: 700;
text-decoration: underline;
text-decoration-color: dimgrey;
text-underline-offset: 8px;
transition: 0.3s;
}
.share-post-widget .site-info .about-link a:hover {
text-decoration-color: white;
transition: 0.3s;
}
@media (max-width: 768px) {
.share-post-widget {
width: 100%;
font-size: 16px;
}
.share-post-widget .tag{
padding: 4px 16px;
}
.share-post-widget .social-icons a{
width: 40px;
height: 40px;
}
.share-post-widget .site-info{
padding-bottom: 48px;
}
}.related-posts-widget {
display: flex;
flex-direction: column;
gap: 48px;
}
.related-posts-widget .related-posts-heading {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.related-posts-widget .posts-contenetor {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.related-posts-widget .post-card {
display: flex;
flex-direction: column;
width: 30%;
}
.related-posts-widget .post-card .img-wrapper {
position: relative;
border-radius: 8px;
overflow: hidden;
aspect-ratio: 182 / 137;
}
.related-posts-widget .post-card .img-wrapper img {
height: 100%;
width: 100%;
object-fit: cover;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .img-wrapper img {
transform: scale(1.15);
transition: 0.3s;
}
.related-posts-widget .post-card .img-wrapper .post-category {
position: absolute;
color: var(--Default-White, #FFF);
background-color: black;
padding: 4px 12px;
left: 10px;
top: 12px;
border-radius: 24px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
z-index: 1;
margin: 0;
opacity: 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .img-wrapper .post-category {
opacity: 1;
transition: 0.3s;
}
.related-posts-widget .title-card {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 24px 0 16px 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .title-card {
color: white;
transition: 0.3s;
}
.related-posts-widget .post-card .post-info {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
opacity: 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .post-info {
opacity: 1;
transition: 0.3s;
}
.related-posts-widget .post-info .profile-img-link {
width: 24px;
height: 24px;
border-radius: 50%;
}
.related-posts-widget .post-info img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.related-posts-widget .post-info p {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.related-posts-widget .post-info .author-name {
color: var(--Default-White, #FFF);
font-weight: 700;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding-bottom: 3px;
border-bottom: 1px solid #606060;
transition: 0.3s;
margin-bottom: -4px;
}
.related-posts-widget .post-info .author-name:hover {
border-bottom-color: white;
transition: 0.3s;
}
@media (max-width: 1200px) and (min-width: 769px) {
.related-posts-widget .post-card .img-wrapper .post-category {
opacity: 1;
}
.related-posts-widget .post-card .post-info {
opacity: 1;
}
.related-posts-widget .post-info img {
width: 24px;
height: auto;
}
}
@media (max-width: 768px) {
.related-posts-widget .related-posts-heading {
font-size: 32px;
}
.related-posts-widget .posts-contenetor {
flex-direction: column;
gap: 48px;
}
.related-posts-widget .post-card {
width: 100%;
}
.related-posts-widget .post-card .img-wrapper {
aspect-ratio: 182 / 127;
}
.related-posts-widget .post-card .img-wrapper .post-category {
opacity: 1;
}
.related-posts-widget .post-card:hover .img-wrapper img {
transform: scale(1);
}
.related-posts-widget .title-card {
font-size: 18px;
margin: 20px 0 12px 0;
}
.related-posts-widget .post-card .post-info {
opacity: 1;
}
.related-posts-widget .post-card-hidden{
display: none;
}
}.crombie-footer {
background-color: white;
position: relative;
}
.crombie-footer p, .crombie-footer a.footer-link, .crombie-footer h6 {
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.crombie-footer .crombie-footer-misc {
position: absolute;
width: 85px;
height: 150px;
top: -80px;
right: -200px;
}
.crombie-footer .crombie-footer-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 48px 0px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline {
display: flex;
align-items: center;
gap: 24px;
}
.crombie-footer .crombie-footer-tagline p {
font-size: 16px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper {
min-width: 54px;
max-width: 54px;
min-height: 54px;
max-height: 54px;
background-color: black;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper .crombie-footer-icon {
width: 25px;
height: 25px;
transform: translateX(-2px);
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons {
display: flex;
align-items: center;
gap: 24px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper {
width: 64px;
height: 64px;
background-color: #FAFAFA;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(0px);
transition: all 0.3s ease-in-out;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper:hover {
background-color: #FFC432;
transform: translateY(-8px);
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper .crombie-footer-social-icon {
width: 24px;
height: 24px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper:hover .filter {
filter: contrast(5);
}
.crombie-footer .divider {
width: 100%;
height: 0.667px;
background-color: #EEEEEE;
margin: 0px;
}
.crombie-footer .crombie-footer-center {
display: flex;
justify-content: space-between;
padding: 48px 0px 96px 0px;
gap: 24px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column {
display: flex;
flex-direction: column;
gap: 16px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column .crombie-footer-column-content {
display: flex;
flex-direction: column;
gap: 12px;
}
.crombie-footer .crombie-footer-center p, .crombie-footer .crombie-footer-center a.footer-link {
color: var(--Gray-Gray-500, #606060);
font-size: 16px;
}
.crombie-footer .crombie-footer-center h6{
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
}
.crombie-footer .crombie-footer-center a.footer-link,.crombie-footer .crombie-footer-bottom-links a.footer-link{
text-decoration: underline;
text-underline-offset: 8px;
text-decoration-color: transparent;
transition: 0.3s;
}
.crombie-footer .crombie-footer-center a.footer-link:hover,.crombie-footer .crombie-footer-bottom-links a.footer-link:hover{
color: black;
text-decoration-color: black;
transition: 0.3s;
}
.crombie-footer .crombie-footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 0px;
}
.crombie-footer .crombie-footer-bottom .crombie-footer-bottom-links {
display: flex;
align-items: center;
gap: 24px;
}
.crombie-footer .crombie-footer-bottom p {
color: var(--Gray-Gray-600, #999);
font-size: 14px;
font-weight: 700;
}
.crombie-footer .crombie-footer-bottom-links a.footer-link {
color: var(--Gray-Gray-500, #606060);
font-size: 14px;
} .crombie-footer .crombie-footer-center form {
background-color: #FAFAFA;
padding: 36px;
border-radius: 16px;
display: flex;
flex-direction: column;
border-radius: 24px;
gap: 24px;
}
.crombie-footer .crombie-footer-center form .success-icon {
display: none;
position: absolute;
left: 0;
}
.crombie-footer .crombie-footer-center form .hs-form-field {
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
}
.crombie-footer .crombie-footer-center form label {
font-family: "Hanken Grotesk";
color: #606060;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.crombie-footer .crombie-footer-center form .hs-form-checkbox label {
display: flex;
gap: 8px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.crombie-footer .crombie-footer-center form ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.crombie-footer .crombie-footer-center form input {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
border-radius: 8px;
border: none;
background: var(--Gray-Gray-800, #EEE);
padding: 12px 24px;
}
.crombie-footer .crombie-footer-center form input.error {
position: relative;
padding-right: 35px;
}
.crombie-footer .crombie-footer-center form .input:has(input.error)::after {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
right: 35px;
pointer-events: none;
}
.crombie-footer .crombie-footer-center form div.actions [type=submit] {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 27px;
padding: 12px 32px;
border: none;
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form div.actions {
width: fit-content;
cursor: pointer;
}
.crombie-footer .crombie-footer-center form div.actions:hover [type=submit] {
background-color: var(--e-global-color-f598829);
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form ul.no-list.hs-error-msgs {
list-style: none;
padding-left: 0;
}
.crombie-footer .crombie-footer-center form label.hs-error-msg {
font-size: 15px;
margin-top: 12px
}
.crombie-footer .crombie-footer-center form div.actions:after {
content: "->";
background: var(--e-global-color-62e1cb5);
padding: 14px;
border-radius: 50%;
color: black;
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form div.actions:hover:after {
background: var(--e-global-color-f598829);
transition: 0.3s;
}
.crombie-footer .crombie-footer-center form div.actions:hover .hs-submit [type=submit] {
background-color: var(--e-global-color-f598829);
}
.crombie-footer .crombie-footer-center form .hs-form-field {
position: relative;
}
.crombie-footer .crombie-footer-center form .hs_email {
gap: 0px;
}
.crombie-footer .crombie-footer-center form .hs_interest {
padding-top: 16px;
}
.crombie-footer .crombie-footer-center form .hs_interest ul {
flex-wrap: wrap;
}
.crombie-footer .crombie-footer-center form ul.hs-error-msgs li {
width: auto;
}
.crombie-footer .crombie-footer-center form .form-waiting {
color: #888;
margin: 0;
}
.crombie-footer .crombie-footer-center img.footer-image {
width: 200px;
}
.crombie-footer .submitted-message {
color: var(--Gray-Gray-500, #606060);
font-weight: 400;
font-size: 16px;
}
@media (max-width: 1500px) and (min-width: 1400px) {
.crombie-footer .crombie-footer-misc {
right: -120px;
}
}
@media (max-width: 1400px) and (min-width: 1350px) {
.crombie-footer .crombie-footer-misc {
right: -100px;
}
}
@media (max-width: 1350px) and (min-width: 1300px) {
.crombie-footer .crombie-footer-misc {
right: -65px;
}
}
@media (max-width: 1300px) and (min-width: 1250px) {
.crombie-footer .crombie-footer-misc {
width: 75px;
height: 140px;
top: -77px;
right: -45px;
}
}
@media (max-width: 1250px) and (min-width: 1200px) {
.crombie-footer .crombie-footer-misc {
width: 75px;
height: 140px;
top: -77px;
right: -30px;
}
}
@media (max-width: 1200px) {
.crombie-footer .crombie-footer-center form {
background-color: #FAFAFA;
padding: 16px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column:has(form){
flex: auto;
}
.crombie-footer .crombie-footer-center .crombie-footer-column .crombie-footer-column-content{
word-break: break-word;
}
.crombie-footer .crombie-footer-center form div.actions [type=submit]{
padding: 10px 16px;
}
.crombie-footer .crombie-footer-misc {
width: 65px;
height: auto;
right: 26px;
top: -52px;
}
}
@media (max-width: 768px) {
.crombie-footer .crombie-footer-top {
flex-direction: column;
align-items: start;
gap: 24px;
}
.crombie-footer .crombie-footer-misc {
position: absolute;
width: 52px;
height: 92px;
top: -50px;
right: 0px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper {
min-width: 48px;
max-width: 48px;
min-height: 48px;
max-height: 48px;
}
.crombie-footer .crombie-footer-top .crombie-footer-tagline .crombie-footer-icon-wrapper .crombie-footer-icon {
width: 24px;
height: 24px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons {
width: 100%;
justify-content: space-between;
gap: 0px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper {
width: 40px;
height: 40px;
}
.crombie-footer .crombie-footer-top .crombie-footer-social-icons .crombie-footer-social-icon-wrapper .crombie-footer-social-icon {
width: 20px;
height: 20px;
}
.crombie-footer .crombie-footer-center {
flex-wrap: wrap;
gap: 48px 16px;
}
.crombie-footer .crombie-footer-center .crombie-footer-column {
flex: 1 1 calc(50% - 24px);
}
.crombie-footer .crombie-footer-center .crombie-footer-column:has(img) {
flex: auto;
}
.crombie-footer .crombie-footer-bottom {
flex-direction: column;
gap: 24px;
align-items: start;
}
.crombie-footer .crombie-footer-bottom .crombie-footer-bottom-links {
flex-wrap: wrap;
gap: 16px;
}
.crombie-footer .crombie-footer-bottom .crombie-footer-bottom-links .crombie-footer-bottom-link {
flex: 30%;
}
.crombie-footer .crombie-footer-misc {
height: auto;
right: 0;
top: -40px;
}
}