.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%;
}
}.container-lead-block-widget h1,
.container-lead-block-widget h2,
.container-lead-block-widget h3,
.container-lead-block-widget h4,
.container-lead-block-widget h5,
.container-lead-block-widget h6,
.container-lead-block-widget p {
margin: 0;
}
.container-lead-block-widget {
padding: 0;
margin: 0;
}
.column-lead-block-widget {
gap: 82px;
padding: 84px 97px 96px 97px;
border-radius: 24px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
}
.misc-column-lead-block-widget {
gap: 82px;
padding: 0 97px 0 97px;
border-radius: 24px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
}
.row-lead-block-widget {
gap: 121px;
padding: 0 97px;
border-radius: 24px;
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
}
.row-misc-lead-text-block {
gap: 121px;
padding: 0 97px;
border-radius: 24px;
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
min-height: 270px;
}
.container-lead-block-widget .dark {
color: #000;
}
.container-lead-block-widget .light {
color: #dddddd;
}
.lead-text-block-widget-dark {
background-color: #161616;
padding: 84px 96px;
}
.lead-text-block-widget-light {
background-color: #ffffff;
padding: 84px 96px;
}
.lead-block-title-wrapper,
.lead-block-subtitle-wrapper {
position: relative;
z-index: 1;
word-break: break-all;
}
.full-width {
width: 100%;
}
.half-width {
width: 50%;
}
.lead-block-title-wrapper .lead-block-heading {
font-family: Urbanist, sans-serif;
font-style: normal;
font-weight: 900;
line-height: 115%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
letter-spacing: 0;
text-align: left;
vertical-align: bottom;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.lead-block-title-wrapper .full-font {
font-size: 62px;
}
.lead-block-title-wrapper .half-font {
font-size: 48px;
}
.lead-block-subtitle-wrapper .lead-block-subtitle.black,
.lead-block-title-wrapper .lead-block-heading.black {
color: #000;
}
.lead-block-subtitle-wrapper .lead-block-subtitle.padding-miscelany {
padding: 12px 0 12px 0;
}
.lead-block-title-wrapper .lead-block-title {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 130%;
letter-spacing: 0;
text-align: left;
vertical-align: bottom;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
margin: 0;
}
.container-lead-block-widget .lead-block-subtitle-wrapper {
display: flex;
flex-direction: column;
align-items: start;
justify-content: flex-start;
}
.container-lead-block-widget .lead-block-subtitle {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 130%;
letter-spacing: 0;
text-align: left;
vertical-align: bottom;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
margin: 0;
}
.lead-block-absolute-image-wrapper {
position: absolute;
z-index: 0;
pointer-events: none;
width: auto;
height: auto;
max-width: 50%;
max-height: 100%;
}
.lead-block-absolute-image-wrapper img {
width: 100%;
height: auto;
object-fit: contain;
display: block;
}
.lead-block-image {
position: absolute;
z-index: 0;
max-width: 50%;
max-height: 100%;
border-bottom-right-radius: 24px;
}
.container-lead-block-widget .position-left-top {
top: 0;
left: 0;
border-bottom-right-radius: 24px;
transform: rotate(180deg);
}
.container-lead-block-widget .position-left-bottom {
bottom: 0;
left: 0;
border-bottom-right-radius: 24px;
transform: scaleX(-1);
}
.container-lead-block-widget .position-right-top {
top: 0;
right: 0;
border-bottom-right-radius: 24px;
transform: rotate(180deg) scaleX(-1);
}
.container-lead-block-widget .position-right-bottom {
bottom: 0;
right: 0;
border-bottom-right-radius: 24px;
transform: rotate(0deg);
}
.container-lead-block-widget .misc-top-left {
position: absolute;
top: -35px;
left: 20px;
z-index: -1;
width: 122px;
height: 156px;
filter: blur(5px);
}
.container-lead-block-widget .misc-top-right {
position: absolute;
top: -35px;
right: 90px;
z-index: -1;
width: 95px;
height: 168px;
filter: blur(5px);
}
.container-lead-block-widget .misc-bottom-left {
position: absolute;
bottom: -35px;
left: 20px;
z-index: -1;
width: 128px;
height: 175px;
filter: blur(5px);
}
.container-lead-block-widget .misc-bottom-right {
position: absolute;
bottom: -35px;
right: 90px;
z-index: -1;
width: 114px;
height: 162px;
filter: blur(5px);
}
.container-lead-block-widget .lead-text-block-table {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 64px 0px;
}
.lead-item {
gap: 8px;
padding: 8px 0;
display: flex;
flex-direction: column;
}
.lead-item .lead-image {
width: 120px;
height: 120px;
display: flex;
}
.lead-item .lead-image img {
height: -webkit-fill-available;
object-fit: contain;
width: -webkit-fill-available;
}
.lead-item .heading-list {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 700;
font-style: bold;
font-size: 20px;
line-height: 150%;
letter-spacing: 0px;
vertical-align: bottom;
margin: 0;
}
.lead-item .content-list {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 150%;
letter-spacing: 0px;
vertical-align: bottom;
margin: 0;
color: #999999;
}
.button-wrapper {
display: flex;
justify-content: flex-start;
margin-top: 16px;
}
.button-wrapper .lead-button {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
padding: 8px 0;
border-bottom: 1px solid var(--Color-Palette-Yellow-Yellow-500, #ffc432);
transition: all 0.3s ease;
opacity: 1;
pointer-events: all;
display: inline-block;
}
.button-wrapper .lead-button:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid var(--Color-Palette-Blue-Blue-500, #25b1e1);
} .container-lead-block-widget .lead-text-block-table.columns-1 .lead-item {
flex: 0 0 100%;
} .container-lead-block-widget .lead-text-block-table.columns-2 .lead-item {
flex: 0 0 calc(50% - 48px);
} .container-lead-block-widget .lead-text-block-table.columns-3 .lead-item {
flex: 0 0 calc(33% - 48px);
}
@media (max-width: 1200px) and (min-width: 768px) {
.column-lead-block-widget {
gap: 48px;
padding: 48px 24px 48px 24px;
}
.lead-block-title-wrapper .lead-block-heading {
font-size: 40px;
}
.lead-block-title-wrapper .lead-block-heading.font {
font-size: 48px;
}
.lead-block-title-wrapper .lead-block-title {
font-size: 20px;
}
.lead-block-subtitle-wrapper .lead-block-subtitle {
font-size: 20px;
}
}
@media (max-width: 768px) {
.column-lead-block-widget {
gap: 48px;
padding: 48px 24px 48px 24px;
}
.container-lead-block-widget .lead-text-block-table {
gap: 32px 0;
flex-direction: column;
}
.misc-column-lead-block-widget {
gap: 48px;
padding: 0 24px 0 24px;
}
.container-lead-block-widget .lead-text-block-table.columns-2 .lead-item,
.container-lead-block-widget .lead-text-block-table.columns-3 .lead-item {
flex: 0 0 100%;
margin: 0;
}
.lead-item {
gap: 16px;
padding: 16px 0;
}
.lead-item .lead-image {
width: 80px;
height: 80px;
}
.lead-item .heading-list {
font-size: 18px;
line-height: 130%;
}
.lead-item .content-list {
font-size: 14px;
line-height: 140%;
}
.button-wrapper {
margin-top: 12px;
}
.button-wrapper .lead-button {
font-size: 14px;
padding: 4px 0;
}
.lead-text-block-widget-dark,
.lead-text-block-widget-light {
padding: 48px 24px;
}
.row-lead-block-widget {
gap: 48px;
padding: 0 24px;
border-radius: 16px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
}
.row-misc-lead-text-block {
gap: 48px;
padding: 0 24px;
border-radius: 16px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
min-height: 0;
}
.half-width {
width: 100%;
}
.lead-block-title-wrapper .lead-block-title {
font-size: 16px;
}
.lead-block-subtitle-wrapper .lead-block-subtitle {
font-size: 16px;
}
.lead-block-absolute-image-wrapper {
max-width: 100%;
}
.lead-block-absolute-image-wrapper img {
object-fit: contain;
}
.lead-block-title-wrapper .lead-block-heading {
font-size: 32px;
}
.container-lead-block-widget .position-left-top {
border-bottom-right-radius: 16px;
}
.container-lead-block-widget .position-left-bottom {
border-bottom-right-radius: 16px;
}
.container-lead-block-widget .position-right-top {
border-bottom-right-radius: 16px;
}
.container-lead-block-widget .position-right-bottom {
border-bottom-right-radius: 16px;
}
.container-lead-block-widget .misc-top-left {
top: -10px;
left: -15px;
width: 61px;
height: 78px;
}
.container-lead-block-widget .misc-top-right {
top: -10px;
right: -15px;
width: 47px;
height: 84px;
}
.container-lead-block-widget .misc-bottom-left {
bottom: -35px;
left: -20px;
width: 63px;
height: 87px;
}
.container-lead-block-widget .misc-bottom-right {
bottom: -35px;
right: -20px;
width: 57px;
height: 81px;
}
.lead-text-block-widget-dark {
padding: 48px 24px;
}
.lead-text-block-widget-light {
padding: 48px 24px;
}
} .lead-text-block-widget.type-column-with-blocks {
display: flex;
flex-direction: column;
gap: 48px;
}
.lead-text-block-widget.type-column-with-blocks h1,
.lead-text-block-widget.type-column-with-blocks h2,
.lead-text-block-widget.type-column-with-blocks h3,
.lead-text-block-widget.type-column-with-blocks h4,
.lead-text-block-widget.type-column-with-blocks h5,
.lead-text-block-widget.type-column-with-blocks h6,
.lead-text-block-widget.type-column-with-blocks p {
z-index: 1;
}
.lead-text-block-widget .heading {
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.lead-text-block-widget:not(.style-light) .heading  {
color: var(--Gray-Gray-700, #DDD);
}
.lead-text-block-widget.style-light .heading  {
color: var(--Default-Black, #000);
}
.lead-text-block-widget .subheading {
font-family: "Hanken Grotesk", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}
.lead-text-block-widget:not(.style-light) .subheading {
color: var(--Gray-Gray-700, #DDD);
}
.lead-text-block-widget.style-light .subheading {
color: var(--Default-Black, #000);
}
.lead-text-block-widget.type-column-with-blocks .columns-container {
display: flex;
flex-direction: row;
z-index: 1;
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-2 {
gap: 128px;
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-3 {
gap: 64px;
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-1 .column {
width: 100%;
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-2 .column {
width: calc((100% - 128px) / 2);
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-3 .column {
width: calc((100% - 2 * 64px) / 3);
}
.lead-text-block-widget.type-column-with-blocks .column {
display: flex;
flex-direction: column;
gap: 48px;
}
.lead-text-block-widget.type-column-with-blocks .column .badge {
width: fit-content;
line-height: 0;
}
.lead-text-block-widget.type-column-with-blocks .column .text {
display: flex;
flex-direction: column;
gap: 8px;
}
.lead-text-block-widget.type-column-with-blocks .column .text h6 {
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
.lead-text-block-widget.type-column-with-blocks:not(.style-light) .column .text h6 {
color: var(--Gray-Gray-700, #DDD);
}
.lead-text-block-widget.type-column-with-blocks.style-light .column .text h6 {
color: var(--Gray-Gray-300, #363636);
}
.lead-text-block-widget.type-column-with-blocks .column .text p {
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.lead-text-block-widget.type-column-with-blocks:not(.style-light) .column .text p {
color: var(--Gray-Gray-600, #999);
}
.lead-text-block-widget.type-column-with-blocks.style-light .column .text p {
color: var(--Gray-Gray-500, #606060);
}
.lead-text-block-widget.type-column-with-blocks p {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.lead-text-block-widget.type-column-with-blocks ul {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
padding-left: 20px;
}
.lead-text-block-widget.type-column-with-blocks li {
color: var(--Gray-Gray-600, #999);
} .lead-text-block-widget.type-column-with-blocks.style-normal,
.lead-text-block-widget.type-column-with-blocks.style-miscelany,
.lead-text-block-widget.type-column-with-blocks.style-miscelany_two {
padding: 0px 97px;
} .lead-text-block-widget.type-column-with-blocks.style-dark {
background: var(--Gray-Gray-100, #161616);
padding: 84px 97px;
border-radius: 24px;
} .lead-text-block-widget.type-column-with-blocks.style-light {
background: var(--Default-White, #FFF);
padding: 84px 97px;
border-radius: 24px;
}
.lead-text-block-widget.type-column-with-blocks.style-light img.gradient,
.lead-text-block-widget.type-column-with-blocks.style-dark img.gradient {
position: absolute;
border-radius: 24px;
z-index: 0;
}
.lead-text-block-widget.type-column-with-blocks.style-light img.gradient.right-bottom,
.lead-text-block-widget.type-column-with-blocks.style-dark img.gradient.right-bottom {
bottom: 0;
right: 0;
}
.lead-text-block-widget.type-column-with-blocks.style-light img.gradient.left-bottom,
.lead-text-block-widget.type-column-with-blocks.style-dark img.gradient.left-bottom {
bottom: 0;
left: 0;
transform: scaleX(-1);
}
.lead-text-block-widget.type-column-with-blocks.style-light img.gradient.right-top,
.lead-text-block-widget.type-column-with-blocks.style-dark img.gradient.right-top {
top: 0;
right: 0;
transform: scaleY(-1);
}
.lead-text-block-widget.type-column-with-blocks.style-light img.gradient.left-top,
.lead-text-block-widget.type-column-with-blocks.style-dark img.gradient.left-top {
top: 0;
left: 0;
transform: scale(-1);
}
.lead-text-block-widget.type-column-with-blocks img.misc {
position: absolute;
width: 180px;
max-height: 240px;
filter: blur(5px);
padding: 36px;
z-index: -1;
}
.lead-text-block-widget.type-column-with-blocks img.misc.right-bottom {
bottom: -90px;
right: 0;
}
.lead-text-block-widget.type-column-with-blocks img.misc.left-bottom {
bottom: -90px;
left: 0;
}
.lead-text-block-widget.type-column-with-blocks img.misc.right-top {
top: -90px;
right: 0;
}
.lead-text-block-widget.type-column-with-blocks img.misc.left-top {
top: -90px;
left: 0;
}
@media (max-width: 768px) {
.lead-text-block-widget .heading {
font-size: 32px;
}
.lead-text-block-widget .subheading {
font-size: 24px;
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-2,
.lead-text-block-widget.type-column-with-blocks .columns-container.size-3 {
flex-direction: column;
gap: 32px;
}
.lead-text-block-widget.type-column-with-blocks .columns-container.size-2 .column,
.lead-text-block-widget.type-column-with-blocks .columns-container.size-3 .column {
width: 100%;
flex-direction: column;
gap: 16px;
}
.lead-text-block-widget.type-column-with-blocks .column .badge{
width: 90px;
}
.lead-text-block-widget.type-column-with-blocks .column .text h6 {
font-size: 16px;
}
.lead-text-block-widget.type-column-with-blocks .column .text p {
font-size: 14px;
}
.lead-text-block-widget.type-column-with-blocks.style-normal,
.lead-text-block-widget.type-column-with-blocks.style-miscelany,
.lead-text-block-widget.type-column-with-blocks.style-miscelany_two {
padding: 0px 24px;
}
.lead-text-block-widget.type-column-with-blocks.style-dark {
padding: 24px;
}
.lead-text-block-widget.type-column-with-blocks.style-light {
padding: 24px;
}
.lead-text-block-widget.type-column-with-blocks img.misc {
width: 60px;
max-height: 90px;
padding: 0px;
}
.lead-text-block-widget.type-column-with-blocks img.misc.right-bottom {
bottom: -50px;
}
.lead-text-block-widget.type-column-with-blocks img.misc.left-bottom {
bottom: -50px;
}
.lead-text-block-widget.type-column-with-blocks img.misc.right-top {
top: -50px;
}
.lead-text-block-widget.type-column-with-blocks img.misc.left-top {
top: -50px;
}
} .lead-text-block-widget.type-rows-blocks {
display: flex;
flex-direction: column;
gap: 48px;
position: relative;
overflow: hidden;
} .lead-text-block-widget.type-rows-blocks img.misc {
position: absolute;
z-index: 0;
width: 180px;
max-height: 240px;
filter: blur(5px);
padding: 36px;
}
.lead-text-block-widget.type-rows-blocks img.misc.right-top {
top: -40px;
right: 0;
}
.lead-text-block-widget.type-rows-blocks img.misc.left-bottom {
top: 20px;
left: 0;
} .lead-text-block-widget.type-rows-blocks img.gradient {
position: absolute;
z-index: 0;
width: 50%;
height: auto;
opacity: 0.8;
}
.lead-text-block-widget.type-rows-blocks img.gradient.right-bottom {
bottom: 0;
right: 0;
}
.lead-text-block-widget.type-rows-blocks img.gradient.right-top {
top: 0;
right: 0;
}
.lead-text-block-widget.type-rows-blocks img.gradient.left-bottom {
bottom: 0;
left: 0;
}
.lead-text-block-widget.type-rows-blocks img.gradient.left-top {
top: 0;
left: 0;
} .lead-text-block-widget.type-rows-blocks.style-dark {
background: #161616;
padding: 64px;
border-radius: 16px;
}
.lead-text-block-widget.type-rows-blocks.style-light {
background: #fff;
padding: 64px;
border-radius: 16px;
}
.lead-text-block-widget.type-rows-blocks.style-light .heading,
.lead-text-block-widget.type-rows-blocks.style-light .row-title {
color: #161616;
}
.lead-text-block-widget.type-rows-blocks.style-light .subheading,
.lead-text-block-widget.type-rows-blocks.style-light .row-content {
color: #666;
} .lead-text-block-widget.type-rows-blocks .heading,
.lead-text-block-widget.type-rows-blocks .subheading,
.lead-text-block-widget.type-rows-blocks .rows-container {
position: relative;
z-index: 1;
}
.lead-text-block-widget.type-rows-blocks .heading {
padding: 0 100px;
color: #fff;
font-family: Urbanist, sans-serif;
font-size: 64px;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.lead-text-block-widget.type-rows-blocks .subheading {
color: #9B9B9B;
font-family: Urbanist, sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.lead-text-block-widget.type-rows-blocks .rows-container {
display: flex;
flex-direction: column;
gap: 48px;
padding: 0 100px;
}
.lead-text-block-widget.type-rows-blocks .row-item {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
gap: 48px;
padding: 32px 0;
border-bottom: 1px solid #333;
}
.lead-text-block-widget.type-rows-blocks .row-item:last-child {
border-bottom: none;
}
.lead-text-block-widget.type-rows-blocks .row-left {
display: flex;
flex-direction: column;
gap: 40px;
flex: 0 0 50%;
}
.lead-text-block-widget.type-rows-blocks .row-title {
color: #fff;
font-family: Urbanist, sans-serif;
font-size: 48px;
font-weight: 900;
line-height: 115%;
max-width: 400px;
margin: 0;
}
.lead-text-block-widget.type-rows-blocks .row-primary-btn {
display: inline-flex;
align-items: center;
gap: 0;
text-decoration: none;
width: fit-content;
}
.lead-text-block-widget.type-rows-blocks .row-primary-btn span {
display: inline-flex;
align-items: center;
padding: 12px 24px;
background: #FFC432;
color: #000;
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 150%;
letter-spacing: 0px;
border-radius: 27px;
transition: background 0.3s ease;
}
.lead-text-block-widget.type-rows-blocks .row-primary-btn::after {
content: '';
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #FFC432;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14 5l7 7m0 0l-7 7m7-7H3'/%3E%3C/svg%3E");
background-size: 18px;
background-repeat: no-repeat;
background-position: center;
transition: all 0.3s ease;
}
.lead-text-block-widget.type-rows-blocks .row-primary-btn:hover span {
background: #25B1E1;
}
.lead-text-block-widget.type-rows-blocks .row-primary-btn:hover::after {
background-color: #25B1E1;
}
.lead-text-block-widget.type-rows-blocks .row-right {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
flex: 0 0 50%;
}
.lead-text-block-widget.type-rows-blocks .row-image {
flex-shrink: 0;
}
.lead-text-block-widget.type-rows-blocks .row-image img {
max-width: 20px;
height: auto;
}
.lead-text-block-widget.type-rows-blocks .row-content-wrapper {
display: flex;
flex-direction: column;
gap: 24px;
}
.lead-text-block-widget.type-rows-blocks .row-content {
color: #fff;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 150%;
letter-spacing: 0px;
}
.lead-text-block-widget.type-rows-blocks .row-content p {
margin: 0;
}
.lead-text-block-widget.type-rows-blocks .row-secondary-btn {
display: inline-flex;
align-items: center;
gap: 16px;
color: #FFC432;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-weight: 600;
text-decoration: none;
width: fit-content;
transition: color 0.3s ease;
}
.lead-text-block-widget.type-rows-blocks .row-secondary-btn span {
border-bottom: 1px solid #FFC432;
padding-bottom: 8px;
transition: border-color 0.3s ease;
}
.lead-text-block-widget.type-rows-blocks .row-secondary-btn:hover span {
border-color: #25B1E1;
}
.lead-text-block-widget.type-rows-blocks .row-secondary-btn::after {
content: '';
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border: 1px solid #FFC432;
border-radius: 50%;
background-color: transparent;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23FFC432' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14 5l7 7m0 0l-7 7m7-7H3'/%3E%3C/svg%3E");
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
transition: all 0.3s ease;
}
.lead-text-block-widget.type-rows-blocks .row-secondary-btn:hover {
color: #25B1E1;
}
.lead-text-block-widget.type-rows-blocks .row-secondary-btn:hover::after {
border-color: #25B1E1;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2325B1E1' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14 5l7 7m0 0l-7 7m7-7H3'/%3E%3C/svg%3E");
} @media (max-width: 1024px) {
.lead-text-block-widget.type-rows-blocks .row-item {
gap: 32px;
}
.lead-text-block-widget.type-rows-blocks .row-left {
flex: 0 0 50%;
}
.lead-text-block-widget.type-rows-blocks .row-right {
flex: 0 0 50%;
}
.lead-text-block-widget.type-rows-blocks .row-title {
font-size: 32px;
}
}
@media (max-width: 768px) {
.lead-text-block-widget.type-rows-blocks .heading {
font-size: 36px;
padding: 0;
}
.lead-text-block-widget.type-rows-blocks .rows-container {
padding: 0;
}
.lead-text-block-widget.type-rows-blocks .row-item {
flex-direction: column;
gap: 24px;
}
.lead-text-block-widget.type-rows-blocks .row-left,
.lead-text-block-widget.type-rows-blocks .row-right {
flex: 1;
width: 100%;
}
.lead-text-block-widget.type-rows-blocks .row-title {
font-size: 28px;
}
.lead-text-block-widget.type-rows-blocks .row-content {
font-size: 16px;
}
}.cards-blocks-wrapper {
gap: 96px;
display: flex;
flex-direction: column;
}
.cards-blocks-main-title {
display: flex;
gap: 10px;
}
.cards-blocks-main-title .cards-blocks-main-title-text {
all: unset;
font-family: "Urbanist", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 80px;
line-height: 115%;
letter-spacing: 0px;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
display: block;
}
.cards-blocks-carousel {
position: relative;
overflow: hidden;
}
.cards-blocks-carousel .swiper {
overflow: visible;
padding-bottom: 40px;
}
.cards-blocks-carousel .swiper-slide {
width: 364px !important; flex-shrink: 0;
}
.cards-blocks-container {
display: flex;
flex-direction: column;
gap: 20px;
}
.cards-blocks-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
overflow-x: hidden;
align-items: stretch;
}
.cards-blocks-item {
flex: 0 0 auto;
box-sizing: border-box;
}
.cards-blocks-item {
flex: 0 0 auto;
}
.cards-blocks-content {
margin-bottom: 24px;
text-align: center;
font-size: 18px;
}
.cards-blocks-item-inner {
width: 100%;
height: 100%;
padding: 48px 48px 40px 48px;
border-radius: 24px;
background-color: #161616;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 10px;
text-align: start;
box-sizing: border-box;
}
.cards-blocks-row.cards-cols-1 .cards-blocks-item {
width: 100%;
}
.cards-blocks-row.cards-cols-2 .cards-blocks-item {
width: calc(50% - 10px);
}
.cards-blocks-row.cards-cols-3 .cards-blocks-item {
width: calc(33.333% - 13.33px);
}
.cards-blocks-icon .card-icon {
width: 40.88px;
height: 52.23px;
}
.cards-blocks-row.no-wrap-row {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
gap: 20px;
}
.cards-blocks-icon {
display: flex;
align-items: start;
flex-shrink: 0;
}
.cards-blocks-title-wrapper,
.cards-blocks-content-wrapper {
display: flex;
align-items: start;
flex-direction: column;
justify-content: flex-start;
}
.cards-blocks-title-wrapper {
margin-bottom: 1rem;
}
.cards-blocks-title-wrapper .cards-blocks-title {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 120%;
letter-spacing: 0;
color: #ffffff;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
margin: 0;
}
.cards-blocks-title-wrapper .cards-blocks-subtitle {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 120%;
letter-spacing: 0;
min-height: 43px;
margin: 0;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
color: #999999;
}
.cards-blocks-content-wrapper .cards-blocks-content {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: 0;
color: #6b6b6b;
margin-bottom: 16px;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
}
.cards-blocks-item {
flex: 1 1 0;
display: flex;
}
.cards-blocks-header {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 36px;
}
.cards-blocks-read-more-wrapper {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}
.cards-blocks-item-inner:hover .cards-blocks-read-more-wrapper {
opacity: 1;
visibility: visible;
}
.cards-blocks-read-more-wrapper .cards-blocks-read-more {
display: inline-block;
font-weight: 700;
color: #ffc100;
text-decoration: underline;
text-underline-offset: 10px;
font-size: 20px;
transition: all 0.3s ease;
}
.cards-blocks-read-more-wrapper .cards-blocks-read-more:hover {
color: var(--Color-Palette-Yellow-Yellow-500, #00cfff);
}
@media (max-width: 1200px) and (min-width: 756px) {
.cards-blocks-title-wrapper {
margin-bottom: 0;
min-height: 0;
align-self: center;
width: 100%;
}
.cards-blocks-content-wrapper {
min-height: 25px;
}
.cards-blocks-header .card-icon {
flex-shrink: 0;
width: 30.66px;
height: 39.17px;
display: block;
}
.cards-blocks-header {
flex-direction: row;
align-items: start;
display: flex;
justify-content: flex-start;
width: 100%;
gap: 16px;
}
.cards-blocks-title-wrapper .cards-blocks-title,
.cards-blocks-title-wrapper .cards-blocks-subtitle,
.cards-blocks-content-wrapper .cards-blocks-content {
max-width: 100%;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.cards-blocks-title-wrapper .cards-blocks-title {
font-size: 22px;
}
.cards-blocks-content-wrapper .cards-blocks-content {
font-size: 16px;
}
.cards-blocks-title-wrapper .cards-blocks-subtitle {
font-size: 24px;
}
.cards-blocks-row {
flex-direction: column;
flex-wrap: nowrap;
}
.cards-blocks-row.cards-cols-2 .cards-blocks-item,
.cards-blocks-row.cards-cols-3 .cards-blocks-item,
.cards-blocks-row.cards-cols-1 .cards-blocks-item {
width: 100%;
}
.cards-blocks-wrapper {
gap: 48px;
padding: 0 5px 0 5px;
}
.cards-blocks-main-title {
display: flex;
gap: 10px;
}
.cards-blocks-read-more-wrapper {
opacity: 1;
visibility: visible;
}
.cards-blocks-read-more {
opacity: 1;
text-decoration: underline;
text-underline-offset: 10px;
}
}
@media (max-width: 768px) {
.cards-blocks-title-wrapper {
margin-bottom: 0;
min-height: 0;
width: 100%;
gap: 16px;
}
.cards-blocks-content-wrapper {
min-height: 25px;
}
.cards-blocks-header .card-icon {
flex-shrink: 0;
width: 30.66px;
height: 39.17px;
display: block;
}
.cards-blocks-header {
flex-direction: column;
width: 100%;
gap: 20px;
}
.cards-blocks-title-wrapper .cards-blocks-title,
.cards-blocks-title-wrapper .cards-blocks-subtitle,
.cards-blocks-content-wrapper .cards-blocks-content {
max-width: 100%;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.cards-blocks-title-wrapper .cards-blocks-title {
font-size: 20px;
}
.cards-blocks-content-wrapper .cards-blocks-content {
font-size: 16px;
}
.cards-blocks-title-wrapper .cards-blocks-subtitle {
font-size: 16px;
}
.cards-blocks-row {
flex-direction: column;
flex-wrap: nowrap;
}
.cards-blocks-row.cards-cols-2 .cards-blocks-item,
.cards-blocks-row.cards-cols-3 .cards-blocks-item,
.cards-blocks-row.cards-cols-1 .cards-blocks-item {
width: 100%;
}
.cards-blocks-wrapper {
gap: 48px;
padding: 0 5px 0 5px;
}
.cards-blocks-main-title {
display: flex;
gap: 10px;
}
.cards-blocks-main-title .cards-blocks-main-title-text {
font-family: "Urbanist", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 32px;
line-height: 115%;
letter-spacing: 0px;
color: #dddddd;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
}
.cards-blocks-read-more-wrapper {
opacity: 1;
visibility: visible;
}
.cards-blocks-read-more-wrapper .cards-blocks-read-more {
opacity: 1;
font-size: 16px;
}
}.table-widget {
display: flex;
flex-direction: column;
gap: 48px;
}
.table-widget .titles {
display: flex;
flex-direction: column;
gap: 24px;
}
.table-widget .heading {
color: var(--Gray-Gray-700, #DDD);
font-family: 'Urbanist', sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.table-widget .subtitle {
color: var(--Gray-Gray-600, #999);
font-family: 'Urbanist', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
}
.table-widget__tabs-nav-wrapper {
position: relative;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;
-ms-overflow-style: none;
cursor: grab;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
}
.table-widget__tabs-nav-wrapper::-webkit-scrollbar {
display: none;
}
.table-widget__tabs-nav-wrapper.is-dragging {
cursor: grabbing;
}
.table-widget__tabs-nav {
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 24px;
width: max-content;
min-width: 100%;
padding-bottom: 4px;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.table-widget__tab-nav-item {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 24px;
border-radius: 30px;
border: none;
font-size: 20px;
font-weight: 700;
font-family: 'Hanken Grotesk', sans-serif;
cursor: pointer;
color: var(--Gray-Gray-700, #DDD);
background: var(--Gray-Gray-100, #161616);
transition: 0.3s;
flex: 0 0 auto;
}
.table-widget__tab-nav-item:hover {
color: var(--Default-White, #FFF);
background: var(--Gray-Gray-400, #484848);
transition: 0.3s;
}
.table-widget__tab-nav-item.active {
color: var(--Default-Black, #000);
background: var(--Default-White, #FFF);
transition: 0.3s;
}
.table-widget__tabs-content {
position: relative;
}
.table-widget__tab-content {
display: none;
}
.table-widget__tab-content.active {
display: block;
}
.table-widget__wrapper {
display: flex;
flex-direction: column;
gap: 0;
}
.table-widget__header {
border-radius: 8px 8px 0 0;
}
.table-widget__body-wrapper {
max-height: 770px;
overflow-y: auto;
overflow-x: auto;
}
.table-widget__body {
border-radius: 0 0 8px 8px;
}
.table-widget__body .first-row-mobile {
display: none;
}
.table-widget__body tr:nth-child(odd),
.table-widget__body tr:nth-child(odd) td {
background: var(--Gray-Gray-200, #242424);
}
.table-widget__body tr:nth-child(even),
.table-widget__body tr:nth-child(even) td {
background: var(--Gray-Gray-100, #161616);
}
.table-widget__body-wrapper::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.table-widget__body-wrapper::-webkit-scrollbar-track {
background: var(--Gray-Gray-500, #606060);
}
.table-widget__body-wrapper::-webkit-scrollbar-thumb {
background: var(--Color-Palette-Blue-Blue-300, #92D8F0);
transition: 0.3s;
}
.table-widget__body-wrapper::-webkit-scrollbar-thumb:hover {
background: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.table-widget__body-wrapper::-webkit-scrollbar-corner {
background: var(--Gray-Gray-500, #606060);
}
.table-widget__table {
width: 100%;
border-collapse: collapse;
margin: 0;
font-size: 14px;
overflow: hidden;
font-style: normal;
font-weight: 400;
line-height: 150%;
font-family: 'Hanken Grotesk', sans-serif;
background-color: var(--Gray-Gray-100, #161616);
transition: 0.3s;
}
.table-widget__table td {
padding: 12px 24px;
border: none;
align-content: center;
}
.table-widget__table td .table-content {
display: flex;
flex-direction: column;
gap: 16px;
}
.table-widget__table tr:hover {
background: var(--Gray-Gray-400, #484848);
transition: 0.3s;
}
.table-widget__header tr:first-child,
.table-widget__header tr:first-child td {
background: var(--Gray-Gray-200, #242424);
}
.table-widget__table tr.first-row {
font-size: 16px;
font-weight: 700;
border-bottom: 1px solid var(--Color-Palette-Blue-Blue-300, #92D8F0);
border-collapse: separate !important;
}
.table-widget__table tr.first-row:hover {
background-color: var(--Gray-Gray-100, #161616);
font-size: 16px;
font-weight: 700;
}
.table-widget__table tr.first-row td p {
color: var(--Gray-Gray-600, #999);
}
.table-widget__table td .table-content p {
color: var(--Default-White, #FFF);
margin: 0;
line-height: 150%;
} .table-widget__table tr td .table-content a {
font-weight: 700;
color: var(--Default-White, #FFF);
text-decoration: none;
transition: 0.3s;
}
.table-widget__table tr:hover td .table-content a {
font-weight: 700;
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
transition: 0.3s;
}
.table-widget__table tr td .table-content a:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.table-widget__table[data-columns="1"] td {
width: 100%;
}
.table-widget__table[data-columns="2"] td {
width: 50%;
}
.table-widget__table[data-columns="3"] td {
width: 33.333%;
}
.table-widget__table[data-columns="4"] td {
width: 25%;
}
.table-widget__table[data-columns="5"] td {
width: 20%;
}
@media (max-width: 768px) {
.table-widget {
gap: 32px;
}
.table-widget .titles {
gap: 16px;
}
.table-widget .heading {
font-size: 32px;
font-family: 'Urbanist', sans-serif;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.table-widget .subtitle {
font-size: 24px;
font-weight: 400;
line-height: 130%;
}
.table-widget__header {
display: none;
}
.table-widget__body .first-row-mobile {
display: table-row;
}
.table-widget__body {
border-radius: 8px;
overflow: hidden;
}
.table-widget__body tr:nth-child(odd),
.table-widget__body tr:nth-child(odd) td {
background: var(--Gray-Gray-100, #161616);
}
.table-widget__body tr:nth-child(even),
.table-widget__body tr:nth-child(even) td {
background: var(--Gray-Gray-200, #242424);
}
.table-widget__tabs-content {
margin-right: -16px;
}
.table-widget__tabs-nav {
gap: 12px;
}
.table-widget__tab-nav-item {
padding: 10px 15px;
font-size: 14px;
text-align: center;
}
.table-widget__body-wrapper {
max-height: 962px;
overflow-x: scroll;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--Color-Palette-Blue-Blue-300, #92D8F0) var(--Gray-Gray-500, #606060);
}
.table-widget__body-wrapper::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.table-widget__body-wrapper::-webkit-scrollbar-track {
background: var(--Gray-Gray-500, #606060);
}
.table-widget__body-wrapper::-webkit-scrollbar-thumb {
background: var(--Color-Palette-Blue-Blue-300, #92D8F0);
transition: 0.3s;
}
.table-widget__body-wrapper::-webkit-scrollbar-thumb:hover {
background: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.table-widget__body-wrapper::-webkit-scrollbar-corner {
background: var(--Gray-Gray-500, #606060);
}
.table-widget__body-wrapper::-webkit-scrollbar-button {
display: none;
}
.table-widget__table td {
width: 228px !important;
min-width: 228px;
}
.table-widget__body tr:hover,
.table-widget__body tr:hover td {
background: inherit;
}
.table-widget__table tr td .table-content a {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
}
.table-widget__table tr td .table-content a:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
}
}.badges-widget{
display: flex;
flex-direction: column;
gap: 48px;
}
.badges-widget.badges-type-table .badges-contenetor {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 24px;
} .badges-widget.badges-type-slider .badges-carousel {
overflow: hidden;
width: 100%;
}
.badges-widget.badges-type-slider .badges-contenetor {
display: flex;
width: fit-content;
flex-wrap: nowrap;
transition: transform 0.3s ease-out;
}
:where(.badges-widget.badges-type-slider .badges-contenetor) {
gap: 24px;
}
.badges-widget.badges-type-slider .badge {
flex-shrink: 0;
} .badges-widget.badges-type-slider .card-badge {
display: flex;
flex-direction: column;
width: fit-content;
flex-shrink: 0;
gap: 24px;
}
.badges-widget .titles {
display: flex;
flex-direction: column;
gap: 24px;
}
.badges-widget .heading{
color: var(--Gray-Gray-700, #DDD);
font-family: 'Urbanist', sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.badges-widget .subtitle {
color: var(--Gray-Gray-600, #999);
font-family: 'Urbanist', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
}
.badges-widget .badge {
position: relative;
display: flex;
background: var(--Gray-Gray-100, #161616);
border-radius: 12px;
align-items: center;
justify-content: center;
transition: 0.3s;
overflow: hidden;
} .badges-widget .badge.margins {
padding: 32px;
}
.badges-widget .badge,
.badges-widget.badges-type-table .badges-contenetor a{
width: calc((100% - calc(5 * 24px)) / 6);
height: auto;
aspect-ratio: 1 / 1;
}
.badges-widget.badges-type-table .badges-contenetor a .badge{
width: 100%;
height: 100%;
overflow: hidden;
} :where(.badges-widget.badges-type-slider .badge) {
width: 152px;
height: 152px;
overflow: hidden;
}
.badges-widget .badge:hover {
background: #242424;
transition: 0.3s;
}
.badges-widget .badge img {
max-height: -webkit-fill-available;
max-width: -webkit-fill-available;
}
.badges-widget .title-content-wrapper {
display: flex;
flex-direction: column;
gap: 8px;
}
.badges-widget .badge-title {
color: var(--Gray-Gray-700, #DDD);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
.badges-widget .badge-content {
color: var(--Gray-Gray-500, #606060);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.badges-widget .badge-content p {
margin: 0;
}
.badges-widget .badge.soon img {
filter: grayscale(100%);
}
.badges-widget span.soon {
position: absolute;
right: 12px;
top: 12px;
background-color: var(--Default-Black, #000);
color: var(--Gray-Gray-700, #DDD);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 30px;
padding: 2px 8px;
}
@media (max-width: 1200px) {
.badges-widget.badges-type-table .badges-contenetor {
gap: 16px;
}
.badges-widget.badges-type-table .badge,
.badges-widget.badges-type-table .badges-contenetor a{
width: calc((100% - calc(3 * 24px)) / 4);
}
.badges-widget.badges-type-table .badges-contenetor a .badge{
width: 100%;
height: 100%;
} :where(.badges-widget.badges-type-slider .badge) {
width: 152px;
height: 152px;
}
}
@media (max-width: 768px) {
.badges-widget{
gap: 32px;
}
.badges-widget .titles {
gap: 16px;
}
.badges-widget .heading{
font-size: 32px;
font-family: 'Urbanist', sans-serif;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.badges-widget .subtitle {
font-size: 24px;
font-weight: 400;
line-height: 130%;
}
.badges-widget.badges-type-table .badge,
.badges-widget.badges-type-table .badges-contenetor a{
width: calc(50% - 8px);
} :where(.badges-widget.badges-type-slider .badge) {
width: 152px;
height: 152px;
}
:where(.badges-widget.badges-type-slider .badges-contenetor) {
gap: 16px;
}
} .badges-widget.badges-type-slider .view-more-link {
text-decoration: none;
width: fit-content;
}
.badges-widget.badges-type-slider p.view-more {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
width: fit-content;
text-decoration: underline;
text-underline-offset: 10px;
transition: 0.3s;
cursor: pointer;
}
.badges-widget.badges-type-slider p.view-more:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}.contact-form-widget.contact-type-dark {
display: flex;
flex-direction: row;
gap: 130px;
}
.contact-form-widget.contact-type-bright {
background-color: white;
display: flex;
flex-direction: column;
padding: 64px 97px;
border-radius: 24px;
gap: 50px;
}
.contact-form-widget .contact-form-wrapper {
flex: 60%;
align-content: center;
}
.contact-form-widget .contact-decoration {
flex: 40%;
}
.contact-form-widget .contact-form-heading {
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper form{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
gap: 32px;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper form{
display: flex;
flex-direction: column;
gap: 24px;
}
.contact-form-widget .contact-form-wrapper .hs-form-field {
display: flex;
flex-direction: column;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .hs-form-field{
gap: 18px
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .hs-form-field{
gap: 20px;
}
.contact-form-widget .contact-form-wrapper label {
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
line-height: 130%;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper label {
color: var(--Default-Black, #000);
font-weight: 700;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper label {
color: var(--Gray-Gray-700, #DDD);
font-weight: 400;
}
.contact-form-widget .contact-form-wrapper input {
position: relative;
border: none;
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding: 20px 32px;
border-radius: 8px;
width: 100%;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper input {
color: var(--Default-Black, #000);
background-color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper input {
color: var(--Gray-Gray-600, #999);
background-color: var(--Gray-Gray-200, #242424);
}
.contact-form-widget .contact-form-wrapper input.error,.contact-form-widget .contact-form-wrapper textarea.error,.contact-form-widget .contact-form-wrapper select.error {
padding-right: 70px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper input.error,.contact-form-widget.contact-type-bright .contact-form-wrapper textarea.error,.contact-form-widget.contact-type-bright .contact-form-wrapper select.error {
border: 1px solid var(--Color-Palette-Red-Red-500, #FF4647);
background-color: var(--Color-Palette-Red-Red-100, #FFEBEB);
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper input.error,.contact-form-widget.contact-type-dark .contact-form-wrapper textarea.error,.contact-form-widget.contact-type-dark .contact-form-wrapper select.error {
background-color: var(--Color-Palette-Red-Red-900, #4D0F0F);
border: 1px solid var(--Color-Palette-Red-Red-300, #FF999A);
color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget .contact-form-wrapper input.error::placeholder,.contact-form-widget .contact-form-wrapper textarea.error::placeholder,.contact-form-widget .contact-form-wrapper select.error::placeholder {
color: var(--Gray-Gray-600, #999);
}
.contact-form-widget.contact-type-bright .contact-form-wrapper input[type="text"]:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-bright .contact-form-wrapper input[type="email"]:not(.error):not(:placeholder-shown),
.contact-form-widget.contact-type-bright .contact-form-wrapper textarea:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-bright .contact-form-wrapper select:valid:not(.error) {
background-color: var(--Color-Palette-Green-Green-100, #EBF9F0);
border: 1px solid var(--Color-Palette-Green-Green-500, #33C466);
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper input[type="text"]:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-dark .contact-form-wrapper input[type="email"]:not(.error):not(:placeholder-shown),
.contact-form-widget.contact-type-dark .contact-form-wrapper textarea:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-dark .contact-form-wrapper select:valid:not(.error) {
background-color: var(--Color-Palette-Green-Green-900, #0F3B1F);
border: 1px solid var(--Color-Palette-Green-Green-300, #99E2B4);
color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget .contact-form-wrapper .input {
position: relative;
}
.contact-form-widget .contact-form-wrapper .input:has(input.error)::after,.contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after,.contact-form-widget .contact-form-wrapper .input:has(select.error)::after  {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(input.error)::after,.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(textarea.error)::after,.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(select.error)::after  {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/bright/error.svg);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(input.error)::after,.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(textarea.error)::after,.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(select.error)::after  {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/dark/error.svg);
}
.contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after {
top: 36px;
}
.contact-form-widget .contact-form-wrapper .input:has(select.error)::after {
right: 70px;
}
.contact-form-widget .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after,
.contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
content: "";
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/check.svg);
background-size: contain;
background-repeat: no-repeat;
width: 16px;
height: 16px;
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(select:valid:not(.error))::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/bright/check.svg);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(select:valid:not(.error))::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/dark/check.svg);
}
.contact-form-widget .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after {
top: 32px;
}
.contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
right: 70px;
}
.contact-form-widget .contact-form-wrapper textarea {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
color: var(--Gray-Gray-600, #999);
width: 100%;
border-radius: 8px;
border: none;
padding: 20px 32px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper textarea {
height: 105px;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper textarea {
height: 210px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper textarea {
background-color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper textarea {
background-color: var(--Gray-Gray-200, #242424);
}
.contact-form-widget .hs-form-field ul {
padding: 0;
list-style: none;
}
.contact-form-widget .hs-form-field ul label {
display: flex;
flex-direction: row;
gap: 12px;
}
.contact-form-widget .contact-form-wrapper select {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding: 20px 32px;
border-radius: 8px;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 40px;
position: relative;
width: 100%;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper select {
background-color: var(--Gray-Gray-800, #EEE);
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper select {
background-color: var(--Gray-Gray-200, #242424);
color: var(--Gray-Gray-600, #999);
}
.contact-form-widget .contact-form-wrapper select::-ms-expand {
display: none;
}
.contact-form-widget .contact-form-wrapper select,.contact-form-widget .contact-form-wrapper select.error,.contact-form-widget .contact-form-wrapper select:valid:not(.error) {
position: relative;
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/select-arrow.svg);
background-repeat: no-repeat;
background-position: right 32px center;
background-size: 16px;
cursor: pointer;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper select,.contact-form-widget.contact-type-bright .contact-form-wrapper select.error,.contact-form-widget.contact-type-bright .contact-form-wrapper select:valid:not(.error) {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/bright/select-arrow.svg);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper select,.contact-form-widget.contact-type-dark .contact-form-wrapper select.error,.contact-form-widget.contact-type-dark .contact-form-wrapper select:valid:not(.error) {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/dark/select-arrow.svg);
}
.contact-form-widget .contact-form-wrapper [type=submit] {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 27px 27px 27px 27px;
padding: 12px 32px 12px 32px;
border: none;
transition: 0.3s;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper [type=submit],.contact-form-widget.contact-type-dark .contact-form-wrapper [type=submit] {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
color: var(--Default-Black, #000);
}
.contact-form-widget .contact-form-wrapper div.actions {
position: relative;
width: fit-content;
cursor: pointer;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper div.actions:hover [type=submit],.contact-form-widget.contact-type-dark .contact-form-wrapper div.actions:hover [type=submit] {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.contact-form-widget .contact-form-wrapper ul.no-list.hs-error-msgs {
list-style: none;
padding-left: 0;
}
.contact-form-widget .contact-form-wrapper label.hs-error-msg {
font-size: 15px;
}
.contact-form-widget .contact-form-wrapper div.actions::after {
position: absolute;
top: 6px;
content: "";
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/button-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 40%;
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
padding: 21px;
border-radius: 50%;
color: black;
transition: 0.3s;
display: inline-block;
}
.contact-form-widget .contact-form-wrapper div.actions:hover:after {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.contact-form-widget .contact-form-wrapper div.actions:hover .hs-submit [type=submit] {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
}
.contact-form-widget.contact-type-bright .hs_submit.hs-submit {
width: fit-content;
height: fit-content;
justify-self: end;
transform: translateX(-41px);
}
.contact-form-widget.contact-type-bright .hs_error_rollup {
display: none;
}
.contact-form-widget .contact-form-wrapper .form-waiting{
color: #888;
margin: 0;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .form-waiting{
text-align: left;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .form-waiting{
text-align: center;
}
.contact-form-widget .legal-consent-container p {
font-size: 13px;
font-family: "Hanken Grotesk";
line-height: 150%;
margin: 0;
}
.contact-form-widget.contact-type-bright .legal-consent-container p {
color: var(--Gray-Gray-600, #999);
}
.contact-form-widget.contact-type-dark .legal-consent-container p {
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget .hs_recaptcha {
display: none !important;
}
@media (max-width: 1200px) {
.contact-form-widget.contact-type-bright {
padding: 42px 64px;
}
.contact-form-widget.contact-type-dark {
gap: 42px;
}
}
@media (max-width: 768px) {
.contact-form-widget.contact-type-bright {
padding: 24px;
gap: 24px;
}
.contact-form-widget.contact-type-dark {
flex-direction: column;
gap: 96px;
}
.contact-form-widget .contact-form-heading{
font-size: 26px;
}
.contact-form-widget .contact-form-wrapper label {
font-size: 16px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper form{
display: flex;
flex-direction: column;
gap: 24px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .hs-form-field,.contact-form-widget.contact-type-dark .contact-form-wrapper .hs-form-field{
gap: 12px;
}
.contact-form-widget .contact-form-wrapper .hs-form-field input,
.contact-form-widget .contact-form-wrapper .hs-form-field select,
.contact-form-widget .contact-form-wrapper textarea {
padding: 16px;
font-size: 16px;
}
.contact-form-widget .contact-form-wrapper .input:has(input.error)::after, .contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after, .contact-form-widget .contact-form-wrapper .input:has(select.error)::after {
right: 20px;
}
.contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after {
top: 30px;
}
.contact-form-widget .contact-form-wrapper .input:has(select.error)::after {
right: 60px;
}
.contact-form-widget .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after, .contact-form-widget .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after, .contact-form-widget .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after, .contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
right: 20px;
}
.contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
right: 60px;
}
.contact-form-widget .contact-form-wrapper select, .contact-form-widget .contact-form-wrapper select.error, .contact-form-widget .contact-form-wrapper select:valid:not(.error) {
background-position: right 20px center;
}
.contact-form-widget .contact-form-wrapper [type=submit]{
font-size: 16px;
padding: 8px 20px;
}
.contact-form-widget .contact-form-wrapper div.actions::after{
top: 0px;
background-size: 32%;
padding: 19px;
}
.contact-form-widget.contact-type-bright .hs_submit.hs-submit {
justify-self: start;
transform: translateX(0px);
}
}.faqs-widget{
display:flex;
flex-direction: column;
gap: 20px;  
font-family: "Hanken Grotesk";
font-style: normal;
line-height: 120%;
}
.faqs-widget.type-framed{
width: 752px;
}
.faqs-widget p,
.faqs-widget h2,
.faqs-widget h3,
.faqs-widget h4,
.faqs-widget h5,
.faqs-widget h6 {
margin: 0;
}
.faqs-widget .heading {
font-size: 40px;
font-weight: 700;
color: var(--Gray-Gray-700, #DDD);
}
.faqs-widget .faqs-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.faqs-widget .faq {
display: flex;
flex-direction: column;
border-radius: 12px;
padding: 16px 24px;
cursor: pointer;
}
.faqs-widget.type-normal .faq.active {
background: var(--Gray-Gray-100, #161616);
}
.faqs-widget.type-framed .faq {
background: var(--Gray-Gray-100, #161616);
}
.faqs-widget .faq .question{
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
font-size: 24px;
font-weight: 700;
line-height: 150%;
color: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.faqs-widget .faq.active .question{
color: white;
transition: 0.3s;
}
.faqs-widget .faq .question img {
width: 28px;
height: 28px;
filter: grayscale(1);
transform: rotate(45deg);
transition: 0.3s;
}
.faqs-widget .faq.active .question img {
filter: grayscale(0);
transform: rotate(0deg);
}
.faqs-widget .faq .answer {
color: var(--Gray-Gray-600, #999);
font-size: 20px;
font-weight: 400;
line-height: 150%;
pointer-events: none;
max-height: 0px;
padding: 0 48px;
opacity: 0;
transition:
opacity 0.15s,
max-height 0.3s,
padding 0.3s;
}
.faqs-widget .faq.active .answer {
max-height: none;
padding: 24px 48px;
opacity: 1;
transition:
opacity 0.3s,
max-height 0.3s,
padding 0.3s;
}
@media (max-width: 600px) {
.faqs-widget.type-framed{
width: 100%;
}
.faqs-widget .heading {
font-size: 28px;
line-height: 110%;
}
.faqs-widget .faq{
padding: 12px;
}
.faqs-widget .faq .question{
font-size: 18px;
line-height: 120%;
align-items: flex-start;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.faqs-widget .faq .question img {
width: 19px;
height: 19px;
}
.faqs-widget .faq .answer {
font-size: 16px;
line-height: 130%;
padding: 0 36px;
}
.faqs-widget .faq.active .answer {
padding: 12px 36px;
}
}.paragraph-widget{
width: 752px;
display: flex;
flex-direction: column;
gap: 36px;
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.paragraph-widget p,
.paragraph-widget h1,
.paragraph-widget h2,
.paragraph-widget h3,
.paragraph-widget h4,
.paragraph-widget h5,
.paragraph-widget h6 {
margin: 0;
} .paragraph-widget.size-XS {
font-size: 12px;
}
.paragraph-widget.size-XS h2 {
font-size: 24px;
}
.paragraph-widget.size-XS h3 {
font-size: 20px;
}
.paragraph-widget.size-XS h4 {
font-size: 16px;
}
.paragraph-widget.size-XS h5 {
font-size: 14px;
}
.paragraph-widget.size-XS h6 {
font-size: 12px;
} .paragraph-widget.size-S {
font-size: 16px;
}
.paragraph-widget.size-S h2 {
font-size: 32px;
}
.paragraph-widget.size-S h3 {
font-size: 24px;
}
.paragraph-widget.size-S h4 {
font-size: 18px;
}
.paragraph-widget.size-S h5 {
font-size: 16px;
}
.paragraph-widget.size-S h6 {
font-size: 14px;
} .paragraph-widget.size-M {
font-size: 20px;
}
.paragraph-widget.size-M h2 {
font-size: 48px;
}
.paragraph-widget.size-M h3 {
font-size: 36px;
}
.paragraph-widget.size-M h4 {
font-size: 24px;
}
.paragraph-widget.size-M h5 {
font-size: 20px;
}
.paragraph-widget.size-M h6 {
font-size: 16px;
} .paragraph-widget.size-L {
font-size: 24px;
}
.paragraph-widget.size-L h2 {
font-size: 56px;
}
.paragraph-widget.size-L h3 {
font-size: 44px;
}
.paragraph-widget.size-L h4 {
font-size: 32px;
}
.paragraph-widget.size-L h5 {
font-size: 24px;
}
.paragraph-widget.size-L h6 {
font-size: 20px;
} .paragraph-widget.size-XL {
font-size: 28px;
}
.paragraph-widget.size-XL h2 {
font-size: 64px;
}
.paragraph-widget.size-XL h3 {
font-size: 52px;
}
.paragraph-widget.size-XL h4 {
font-size: 40px;
}
.paragraph-widget.size-XL h5 {
font-size: 32px;
}
.paragraph-widget.size-XL h6 {
font-size: 24px;
}
.paragraph-widget .list-text-blocks {
display: flex;
flex-direction: column;
gap: 32px;
}
.paragraph-widget .text-block {
display: flex;
flex-direction: column;
gap: 20px;
}
.paragraph-widget .content {
display: flex;
flex-direction: column;
gap: 16px;
}
@media screen and (max-width: 480px) {
.paragraph-widget {
width: 100%;
gap: 24px;
}
.paragraph-widget .list-text-blocks {
gap: 18px;
}
.paragraph-widget .content {
gap: 12px;
}
.paragraph-widget .content {
gap: 10px;
}
.paragraph-widget .content ul {
padding-left: 24px;
} .paragraph-widget.size-XS {
font-size: 10px;
}
.paragraph-widget.size-XS h2 {
font-size: 18px;
}
.paragraph-widget.size-XS h3 {
font-size: 16px;
}
.paragraph-widget.size-XS h4 {
font-size: 14px;
}
.paragraph-widget.size-XS h5 {
font-size: 12px;
}
.paragraph-widget.size-XS h6 {
font-size: 10px;
} .paragraph-widget.size-S {
font-size: 12px;
}
.paragraph-widget.size-S h2 {
font-size: 22px;
}
.paragraph-widget.size-S h3 {
font-size: 18px;
}
.paragraph-widget.size-S h4 {
font-size: 16px;
}
.paragraph-widget.size-S h5 {
font-size: 14px;
}
.paragraph-widget.size-S h6 {
font-size: 12px;
} .paragraph-widget.size-M {
font-size: 16px;
}
.paragraph-widget.size-M h2 {
font-size: 28px;
}
.paragraph-widget.size-M h3 {
font-size: 22px;
}
.paragraph-widget.size-M h4 {
font-size: 18px;
}
.paragraph-widget.size-M h5 {
font-size: 16px;
}
.paragraph-widget.size-M h6 {
font-size: 14px;
} .paragraph-widget.size-L {
font-size: 18px;
}
.paragraph-widget.size-L h2 {
font-size: 32px;
}
.paragraph-widget.size-L h3 {
font-size: 26px;
}
.paragraph-widget.size-L h4 {
font-size: 22px;
}
.paragraph-widget.size-L h5 {
font-size: 18px;
}
.paragraph-widget.size-L h6 {
font-size: 16px;
} .paragraph-widget.size-XL {
font-size: 20px;
}
.paragraph-widget.size-XL h2 {
font-size: 36px;
}
.paragraph-widget.size-XL h3 {
font-size: 30px;
}
.paragraph-widget.size-XL h4 {
font-size: 24px;
}
.paragraph-widget.size-XL h5 {
font-size: 20px;
}
.paragraph-widget.size-XL h6 {
font-size: 18px;
}
}.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;
}
}