.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%;
}
}.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;
}
}.features-widget {
display: flex;
}
.container-gap-full {
gap: 96px;
}
.container-gap-half {
gap: 24px;
}
.features-widget-row {
flex-direction: row;
}
.backgrounded-color {
display: flex;
gap: 96px;
padding: 84px 97px 96px 97px;
border-radius: 24px;
}
.features-widget .full-width {
width: 100%;
}
.features-widget .half-width {
width: 50%;
}
.features-widget .dark {
color: #161616;
}
.features-widget .light {
color: #ffffff;
}
.features-block-widget.dark {
background-color: #161616;
}
.features-block-widget.light {
background-color: #ffffff;
}
.features-widget.direction-row {
display: flex;
flex-direction: row;
}
.features-widget.direction-column {
display: flex;
flex-direction: column;
}
.features-widget .features-table {
display: flex;
flex-wrap: wrap;
}
.features-widget .features-table-gap-column {
justify-content: space-between;
gap: 64px 0px;
}
.features-widget .features-table-gap-row {
justify-content: start;
gap: 24px 0px;
} .features-widget .features-table.columns-1 .feature-block {
flex: 0 0 100%;
} .features-widget .features-table.columns-2 .feature-block {
flex: 0 0 calc(50% - 48px);
} .features-widget .features-table.columns-3 .feature-block {
flex: 0 0 calc(33% - 48px);
}
.features-widget .feature-block {
position: relative;
padding: 0 0 0 97px;
}
.features-widget .feature-block.hidden-block {
opacity: 0;
pointer-events: none;
}
.features-widget .conteiner-heading-half-padding {
padding: 0 0 0 97px;
}
.features-widget .conteiner-heading-full-padding {
padding: 0 97px 0 97px;
gap: 28px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
}
.features-widget .features-heading {
font-family: Urbanist;
font-style: normal;
font-weight: 900;
line-height: 115%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.features-widget .heading-size-half {
font-size: 64px;
margin: 0;
}
.features-widget .heading-size-full {
font-size: 80px;
}
.features-description {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
color: #999999;
margin: 0;
}
.features-widget .features-heading.black {
color: #000;
}
.features-widget .feature-block img {
position: absolute;
transition: 0.3s;
}
.features-widget .misc-half-width {
width: 20px;
height: 26px;
left: 55px;
top: -1px;
}
.features-widget .misc-full-width {
width: 35px;
height: 44px;
left: 35px;
top: -4px;
}
.features-widget .feature-block:hover img {
transform: rotate(12deg);
transition: 0.3s;
}
.features-widget .feature-title {
color: var(--Gray-Gray-800, #eee);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0 0 8px 0;
}
.features-widget .features-title-size-row {
font-size: 20px;
}
.features-widget .features-title-size-column {
font-size: 24px;
}
.features-widget .feature-title.black {
color: #000;
}
.features-widget .feature-content {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0 0 16px 0;
}
.features-widget .features-content-size-row {
font-size: 20px;
}
.features-widget .features-content-size-column {
font-size: 16px;
}
.features-widget .feature-button {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk";
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: 0.5s;
opacity: 0;
pointer-events: none;
}
.features-widget.light .feature-button {
color: var(--Color-Palette-Blue-Blue-500, #dc3374);
border-bottom: 1px solid;
}
.features-widget .feature-button:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid;
}
.features-widget .feature-block:hover .feature-button {
transition: 0.5s;
opacity: 1;
pointer-events: all;
} .features-widget .feature-link {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-decoration: none;
border-bottom: 1px solid var(--Color-Palette-Yellow-Yellow-500, #ffc432);
transition: 0.3s;
display: inline-block;
padding: 4px 0;
}
.features-widget .feature-link:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid var(--Color-Palette-Blue-Blue-500, #25b1e1);
transition: 0.3s;
} .features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(1);
transition: 0.3s;
}
.features-widget .features-table.dynamic-color .feature-block:hover img {
filter: grayscale(0);
transition: 0.3s;
} .features-widget .features-block-button-wrapper {
padding: 0 97px 96px 97px;
}
.features-widget .features-block-button {
font-family: "Hanken Grotesk";
background-color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
color: #000;
padding: 12px 32px 12px 32px;
text-decoration: none;
font-weight: 700;
border-radius: 27px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 20px;
height: 54px;
text-align: center;
}
.features-widget .features-block-button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
}
.features-block-image {
position: absolute;
z-index: 0;
max-width: 50%;
max-height: 100%;
bottom: 0;
right: 0;
border-bottom-right-radius: 24px !important;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 97px;
}
@media (max-width: 1200px) and (min-width: 768px) {
.features-widget {
gap: 48px;
}
.container-gap-half {
gap: 24px;
}
.backgrounded-color {
display: flex;
flex-direction: column;
gap: 48px;
padding: 48px 24px 48px 24px;
border-radius: 16px;
}
.features-widget .features-table.columns-3 .feature-block {
flex: 0 0 calc(50% - 48px);
}
.features-widget .conteiner-heading-half-padding {
padding: 0 0 0 62px;
}
.features-widget .conteiner-heading-full-padding {
padding: 0 62px 0 62px;
gap: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
}
.features-widget .feature-block {
padding: 0 0 0 62px;
}
.features-widget .feature-block img {
left: 12px;
}
.features-block-image {
max-width: 100%;
object-fit: contain;
border-bottom-right-radius: 16px !important;
}
.features-widget .features-block-button-wrapper {
padding: 0 24px 48px 40px;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 40px;
}
.features-widget .features-block-button {
padding: 8px 20px 8px 20px;
font-weight: 700;
border-radius: 999px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 16px;
height: 40px;
position: relative;
z-index: 1;
}
.features-widget .feature-button {
opacity: 1;
}
.features-widget .features-table {
display: flex;
flex-wrap: wrap;
}
.features-widget .features-table-gap-column {
justify-content: space-between;
gap: 64px 0px;
}
.features-widget .features-table-gap-row {
justify-content: start;
gap: 24px 0px;
}
.features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(0);
}
}
@media (max-width: 768px) {
.backgrounded-color {
gap: 36px;
padding: 0px 0px 62px 0px;
border-radius: 16px;
}
.features-widget .half-width,
.features-widget .full-width {
width: 100%;
}
.container-gap-full {
gap: 36px;
}
.container-gap-half {
gap: 24px;
}
.features-widget .conteiner-heading-half-padding,
.features-widget .conteiner-heading-full-padding {
padding: 0;
width: 100%;
gap: 16px;
}
.features-widget.direction-row {
display: flex;
flex-direction: column;
}
.features-widget .features-table.columns-2 .feature-block {
flex: 0 0 100%;
height: auto;
}
.features-widget .features-table.columns-3 .feature-block {
flex: 0 0 100%;
height: auto;
}
.features-widget .heading-size-half {
font-size: 30px;
margin: 0;
}
.features-widget .heading-size-full {
font-size: 32px;
}
.features-widget .feature-block {
padding: 0 0 0 42px;
}
.features-widget .misc-half-width,
.features-widget .misc-full-width {
left: 0;
top: 0;
width: 24px;
height: 32px;
}
.features-widget .features-title-size-row {
font-size: 20px;
}
.features-widget .features-title-size-column {
margin-bottom: 8px;
font-size: 18px;
}
.features-widget .feature-content {
margin-bottom: 8px;
font-size: 14px;
}
.features-description {
font-size: 16px;
}
.features-widget .feature-link {
font-size: 16px;
}
.features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(0);
}
.features-widget .features-block-button-wrapper {
padding: 0 0 0 42px;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 42px;
}
.features-widget .features-block-button {
padding: 8px 20px 8px 20px;
font-weight: 700;
border-radius: 999px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 16px;
height: 40px;
position: relative;
z-index: 3;
}
}.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;
}
}.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;
}.animated-list-widget{
display: flex;
flex-direction: column;
gap: 48px;
}
.animated-list-widget .title-wrapper {
display: flex;
flex-direction: column;
gap: 16px;
}
.animated-list-widget .title {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.animated-list-widget .subtitle {
color: var(--Gray-Gray-500, #9B9B9B);
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: 0px;
margin: 0;
}
.animated-list-widget .animated-list {
display: flex;
flex-direction: column;
gap: 24px;
}
.animated-list-widget .animated-list .item {
display: flex;
flex-direction: row;
gap: 24px;
padding: 24px;
border-radius: 12px;
cursor: pointer;
transition: 0.3s;
background: var(--Gray-Gray-100, #161616);
}
.animated-list-widget .animated-list .item:hover {
transform: translateY(-2px);
transition: 0.3s;
}
.animated-list-widget .animated-list .item .left-block-item {
flex: 1.5;
display: flex;
flex-direction: row;
transition: 0.3s;
}
.animated-list-widget .animated-list .item .right-block-item {
flex: 1;
display: flex;
flex-direction: row;
transition: 0.3s;
}
.animated-list-widget .animated-list .item .left-block-item{
gap: 16px;
}
.animated-list-widget .animated-list .item .right-block-item {
gap: 24px;
}
.animated-list-widget .animated-list .item .left-block-item img {
position: absolute;
height: 48px;
width: 36px;
left: 24px;
opacity: 0;
transition: 0.3s;
}
.animated-list-widget .animated-list .item:hover .left-block-item img,
.animated-list-widget .animated-list .expandable-item .left-block-item img {
opacity: 1;
transition: 0.3s;
}
.animated-list-widget .animated-list .item .left-block-item h3 {
color: var(--Default-White, #FFF);
font-family: "Hanken Grotesk", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
height: fit-content;
padding-right: 60px;
transition: 0.3s;
}
.animated-list-widget .animated-list .item .left-block-item h6 {
transition: 0.3s;
}
.animated-list-widget .animated-list .item:hover .left-block-item h3,
.animated-list-widget .animated-list .expandable-item .left-block-item h3,
.animated-list-widget .animated-list .item:hover .left-block-item h6 {
transform: translateX(60px);
transition: 0.3s;
}
.animated-list-widget .animated-list .item .right-block-item p {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
transition: 0.3s;
}
.animated-list-widget .animated-list .item:hover .right-block-item p {
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.animated-list-widget .animated-list .item .right-block-item p.type {
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
padding: 4px 16px;
border-radius: 19px;
align-self: center;
border: 1px solid;
border-color:  var(--Gray-Gray-200, #242424);
background-color: var(--Default-Black, #000);
transition: 0.3s;
}
.animated-list-widget .animated-list .item:hover .right-block-item p.type {
border-color: var(--Default-Black, #000);;
color: var(--Gray-Gray-900, #FAFAFA);
transition: 0.3s;
}
.animated-list-widget .animated-list .item .right-block-item p.ubication {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}
.animated-list-widget .animated-list .item .right-block-item p.ubication::before {
content: "";
display: block;
width: 20px;
height: 20px;
background-size: contain;
background-repeat: no-repeat;
flex-shrink: 0;
}
.animated-list-widget .animated-list .item .right-block-item p.ubication:not(.worldwide)::before {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/animated-list/assets/map-marker.svg);
}
.animated-list-widget .animated-list .item .right-block-item p.ubication.worldwide::before {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/animated-list/assets/worldwide.svg);
}
.animated-list-widget .animated-list .item .right-block-item a {
position: absolute;
right: 24px;
padding: 12px 32px;
color: var(--Default-Black, #000);
align-self: center;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-weight: 700;
border-radius: 27px;
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
opacity: 0;
transition: 0.3s;
}
.animated-list-widget .animated-list .item:hover .right-block-item a {
opacity: 1;
transition: 0.3s;
}
.animated-list-widget .animated-list .item:hover .right-block-item a:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.animated-list-widget .animated-list .item .right-block-item .first-row {
display: flex;
flex-direction: row;
gap: 16px;
width: fit-content;
}
@media (max-width: 1200px) and (min-width: 768px) {
.animated-list-widget .animated-list .item .left-block-item img {
opacity: 1;
}
.animated-list-widget .animated-list .item .left-block-item h3 {
padding-left: 60px;
}
.animated-list-widget .animated-list .item:hover .left-block-item h3,
.animated-list-widget .animated-list .item:hover .left-block-item h6 {
transform: translatex(0);
}
.animated-list-widget .animated-list .item .right-block-item {
position: relative;
}
.animated-list-widget .animated-list .item .right-block-item .first-row {
width: calc(100% - 100px);
}
.animated-list-widget .animated-list .item .right-block-item a {
width: 80px;
padding: 8px 12px;
opacity: 1;
position: absolute;
right: 0;
}
.animated-list-widget .animated-list .item .right-block-item .hover-text,
.animated-list-widget .animated-list .item .right-block-item .hover-button {
width: 80px;
padding: 8px 12px;
opacity: 1;
position: absolute;
right: 0;
}
}
@media (max-width: 767px) {
.animated-list-widget .title {
font-size: 30px;
}
.animated-list-widget .subtitle {
font-size: 16px;
}
.animated-list-widget .animated-list {
gap: 16px;
}
.animated-list-widget .animated-list .item {
flex-direction: column;
gap: 12px;
padding: 12px 12px 24px 12px;
}
.animated-list-widget .animated-list .item .left-block-item img {
display: none;
}
.animated-list-widget .animated-list .item .left-block-item h3 {
font-size: 22px;
}
.animated-list-widget .animated-list .item:hover .left-block-item h3,
.animated-list-widget .animated-list .item:hover .left-block-item h6 {
transform: translate(0);
}
.animated-list-widget .animated-list .item .right-block-item p {
font-size: 16px;
}
.animated-list-widget .animated-list .item .left-block-item, .animated-list-widget .animated-list .item .right-block-item {
flex-direction: column;
align-items: flex-start;
}
.animated-list-widget .animated-list .item .right-block-item a {
position: relative;
align-self: self-start;
right: auto;
padding: 8px 16px;
opacity: 1;
}
.animated-list-widget .animated-list .item .right-block-item .hover-text {
position: relative;
align-self: self-start;
right: auto;
padding: 8px 16px;
opacity: 1;
}
.animated-list-widget .animated-list .item .right-block-item .hover-button {
display: none;
}
.animated-list-widget .animated-list .item .right-block-item .first-row {
width: 100%;
} .animated-list-widget .animated-list .expandable-item .left-block-item img {
display: block;
position: relative;
left: 0;
opacity: 1;
width: 24px;
height: 32px;
}
.animated-list-widget .animated-list .expandable-item .left-block-item h3 {
transform: translateX(0);
}
.animated-list-widget .animated-list .expandable-item .left-block-item {
flex-direction: row;
align-items: center;
gap: 12px;
}
.animated-list-widget .animated-list .expandable-item .right-block-item .hover-text {
display: none;
}
} .animated-list-widget .animated-list .expandable-item {
flex-wrap: wrap;
}
.animated-list-widget .animated-list .expandable-item .expandable-trigger {
cursor: pointer;
}
.animated-list-widget .animated-list .expandable-item .expandable-arrow {
transition: transform 0.3s ease;
}
.animated-list-widget .animated-list .expandable-item.expanded .expandable-arrow {
transform: rotate(90deg);
}
.animated-list-widget .animated-list .item .right-block-item .hover-text,
.animated-list-widget .animated-list .item .right-block-item .hover-button {
position: absolute;
right: 24px;
padding: 12px 32px;
color: var(--Default-Black, #000);
align-self: center;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-weight: 700;
border-radius: 27px;
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
opacity: 0;
transition: 0.3s;
cursor: pointer;
text-decoration: none;
}
.animated-list-widget .animated-list .item:hover .right-block-item .hover-text,
.animated-list-widget .animated-list .item:hover .right-block-item .hover-button,
.animated-list-widget .animated-list .expandable-item .right-block-item .hover-text,
.animated-list-widget .animated-list .expandable-item .right-block-item .hover-button {
opacity: 1;
transition: 0.3s;
}
.animated-list-widget .animated-list .item .right-block-item .hover-button:hover {
background-color: #25B1E1;
}
.animated-list-widget .animated-list .expandable-item .expandable-content {
width: 100%;
padding: 20px 0 10px 0;
color: #DDDDDD;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 150%;
letter-spacing: 0px;
animation: fadeIn 0.3s ease;
}
.animated-list-widget .animated-list .expandable-item .expandable-content p {
margin: 40px 0 10px 0;
}
.animated-list-widget .animated-list .expandable-item .expandable-content ul,
.animated-list-widget .animated-list .expandable-item .expandable-content ol {
margin: 0 0 10px 20px;
}
.animated-list-widget .animated-list .expandable-item .expandable-content .expandable-inner-link {
display: inline-flex;
align-items: center;
gap: 16px;
margin-top: 40px;
color: #FFC432;
background: transparent;
text-decoration: none;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 150%;
letter-spacing: 0px;
transition: all 0.3s ease;
}
.animated-list-widget .animated-list .expandable-item .expandable-content .expandable-inner-link::before {
content: '';
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border: 1px solid #FFC432;
border-radius: 50%;
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: 20px;
background-repeat: no-repeat;
background-position: center;
transition: all 0.3s ease;
}
.animated-list-widget .animated-list .expandable-item .expandable-content .expandable-inner-link:hover {
color: #25B1E1;
}
.animated-list-widget .animated-list .expandable-item .expandable-content .expandable-inner-link:hover::before {
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");
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1024px) {
.animated-list-widget .animated-list .expandable-item .expandable-content {
padding: 15px 0 10px 0;
}
}
@media (max-width: 768px) {
.animated-list-widget .animated-list .expandable-item .expandable-content {
padding: 12px 0 8px 0;
font-size: 14px;
}
}.video-block-widget {
display: flex;
gap: 24px;
flex-direction: column;
border-radius: 8px;
}
.video-block-text {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 20px;
gap: 24px;
}
.video-block-widget .video-block-heading {
color: var(--Default-White, #dddddd);
font-family: "Urbanist";
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
text-align: center;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.video-block-widget .video-block-subtitle {
color: var(--Default-White, #999999);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
margin-bottom: 1rem;
text-align: center;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.video-block-videos {
display: flex;
flex-direction: row;
position: relative;
gap: 24px;
width: 100%;
}
.video-block-video {
position: relative;
width: 100%;
}
.one-video-block {
display: flex;
position: relative;
padding: 0 34px;
}
.video-block-video-heading {
position: absolute;
left: 1%;
bottom: 1%;
z-index: 3;
opacity: 1;
visibility: visible;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.video-block-widget .video-block-video-title {
color: var(--Default-White, #dddddd);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
text-align: start;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.video-block-widget .video-block-video-subtitle {
color: var(--Default-White, #606060);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
text-align: start;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.video-block-media {
position: relative;
z-index: 2;
border-radius: 12px;
}
.video-blocks-image-right,
.video-blocks-image-left,
.one-video-blocks-image-right,
.one-video-blocks-image-left {
position: absolute;
}
.one-video-blocks-image-right {
bottom: 30%;
right: -5%;
z-index: 3;
}
.video-blocks-image-right {
bottom: 30%;
right: -5%;
z-index: 3;
}
.one-video-blocks-image-left {
bottom: 30%;
left: -5%;
z-index: 1;
}
.video-blocks-image-left {
bottom: 30%;
left: -5%;
z-index: 1;
}
@keyframes crombie-float-video {
0%,
100% {
transform: translateX(0);
}
50% {
transform: translateX(30px);
}
}
.video-block-widget .video-blocks-miscellany-icon {
width: 122px;
height: 169px;
animation: crombie-float-video 4s infinite alternate ease-in-out;
transform: rotate(141deg);
filter: blur(4px);
}
.video-block-widget .crombie-icon-rotate-video {
transform: rotate(141deg);
width: 122px;
height: 169px;
filter: blur(4px);
display: block;
}
@keyframes crombie-float-x-video {
0%,
100% {
transform: translateX(0px);
}
50% {
transform: translateX(-30px);
}
}
.crombie-float-x-video {
animation: crombie-float-x-video 4s infinite alternate ease-in-out;
}
.video-block-media-wrapper {
position: relative;
display: inline-block;
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 9;
background: #000;
overflow: hidden;
}
.video-block-media-wrapper video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.video-block-media-wrapper iframe.video-block-youtube {
width: 100%;
height: 100%;
border: none;
display: block;
}
.video-block-youtube-wrapper,
.video-block-poster-wrapper {
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
}
.video-block-youtube-wrapper .video-block-youtube-thumbnail,
.video-block-poster-wrapper .video-block-poster {
width: 100%;
height: 100%;
object-fit: cover;
}
.video-block-youtube-wrapper iframe.video-block-youtube,
.video-block-poster-wrapper video {
width: 100%;
height: 100%;
border: none;
}
.video-block-custom-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 64px;
color: white;
cursor: pointer;
opacity: 0.85;
transition: opacity 0.2s ease;
z-index: 3;
}
.video-block-custom-play-button:hover {
opacity: 1;
}
.video-block-fade-out {
opacity: 0 !important;
visibility: hidden !important;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.video-block-fade-in {
opacity: 1 !important;
visibility: visible !important;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.video-block-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(5px);
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
transition: opacity 0.3s ease;
}
@media (max-width: 1200px) and (min-width: 768px) {
.video-block-widget .video-block-heading {
font-size: 32px;
}
.video-block-widget .video-block-subtitle {
font-size: 16px;
}
.video-block-widget .video-block-videos {
flex-direction: column;
}
.video-block-widget .crombie-icon-rotate-video {
transform: rotate(141deg);
width: 41px;
height: 52px;
filter: blur(4px);
display: block;
}
.one-video-blocks-image-right {
top: 2%;
right: 5%;
z-index: 3;
}
.video-blocks-image-right {
top: 2%;
right: 5%;
z-index: 3;
}
.one-video-blocks-image-left {
bottom: -18%;
left: 5%;
z-index: 1;
}
.video-blocks-image-left {
bottom: -3%;
left: 6%;
z-index: 1;
}
@keyframes crombie-float-x-video {
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-30px);
}
}
.crombie-float-x-video {
animation: crombie-float-x-video 4s infinite alternate ease-in-out;
}
.one-video-block {
padding: 0;
}
}
@media (max-width: 768px) {
.video-block-widget .video-block-heading {
font-size: 32px;
}
.video-block-widget .video-block-subtitle {
font-size: 16px;
}
.video-block-widget .video-block-videos {
flex-direction: column;
}
.video-block-widget .crombie-icon-rotate-video {
transform: rotate(141deg);
width: 41px;
height: 52px;
filter: blur(4px);
display: block;
}
.one-video-blocks-image-right {
top: 2%;
right: 5%;
z-index: 3;
}
.video-blocks-image-right {
top: 2%;
right: 5%;
z-index: 3;
}
.one-video-blocks-image-left {
bottom: -22%;
left: 5%;
z-index: 1;
}
.video-blocks-image-left {
bottom: -12%;
left: 9%;
z-index: 1;
}
@keyframes crombie-float-x-video {
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-30px);
}
}
.crombie-float-x-video {
animation: crombie-float-x-video 4s infinite alternate ease-in-out;
}
.one-video-block {
padding: 0;
}
} .video-block-button {
display: inline-block;
align-self: flex-start;
width: fit-content;
padding: 12px 24px;
background-color: #F2C94C;
color: #000000;
border-radius: 24px;
text-decoration: none;
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
transition: opacity 0.3s ease;
margin-top: 8px;
}
.video-block-button:hover {
opacity: 0.85;
color: #000000;
text-decoration: none;
}
@media (max-width: 768px) {
.video-block-button {
padding: 10px 20px;
font-size: 14px;
}
}.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;
}
}.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;
}
}