.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%;
}
}.standard-block-container-widget {
display: flex;
flex-direction: column;
gap: 48px;
border-radius: 24px;
}
.standard-block-widget {
display: flex;
gap: 24px;
flex-direction: row;
border-radius: 24px;
}
.standard-block-text {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 72px 97px;
gap: 24px;
}
.standard-block-list {
width: 50%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: start;
padding: 0;
gap: 24px;
}
.standard-block-container-widget .standard-block-title-wrapper {
position: relative;
z-index: 1;
word-break: break-all;
}
.standard-block-container-widget .standard-block-title {
font-family: Urbanist;
font-size: 80px;
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;
}
.standard-block-widget .standard-block-heading {
color: var(--Default-White, #fff);
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.standard-block-list .benefit-list {
list-style: none;
gap: 12px;
padding-left: 0;
margin: 0;
width: 100%;
}
.standard-block-list .benefit-item {
color: var(--Default-White, #fff);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
position: relative;
display: flex;
flex-direction: row;
}
.standard-block-list .benefit-item::before {
color: var(--Default-White, #fff);
content: "■";
line-height: 1;
padding: 0 12px;
}
.standard-block-list.has-separator .benefit-item {
border-bottom: 0.01px solid #242424;
padding-bottom: 8px;
padding-top: 8px;
}
.standard-block-list.has-separator .benefit-item:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 1rem;
}
.standard-block-widget .standard-block-subtitle {
color: var(--Default-White, #fff);
font-family: "Hanken Grotesk";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
}
.standard-block-widget .standard-block-content {
color: var(--Gray-Gray-700, #ddd);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.crombie-masonry-grid {
align-items: center;
position: relative;
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 24px;
}
.crombie-masonry-grid .standard-simple-image {
z-index: 2;
position: relative;
line-height: 0;
}
.crombie-masonry-grid-padding-left {
padding: 72px 0 72px 97px;
}
.crombie-masonry-grid-padding-right {
padding: 72px 97px 72px 0;
}
.masonry-row-top,
.masonry-row {
display: flex;
gap: 20px;
width: 100%;
height: 100%;
}
.masonry-large,
.masonry-small,
.masonry-small-bottom,
.masonry-large-bottom {
border-radius: 12px;
overflow: hidden;
display: flex;
}
.masonry-large {
width: 66%;
align-self: end;
}
.masonry-small {
width: 33%;
align-self: end;
}
.masonry-small-bottom {
width: 33%;
align-self: start;
}
.masonry-large-bottom {
width: 66%;
align-self: start;
}
.standard-block-image {
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: center;
display: block;
}
.crombie-standard-block-content {
flex: 1;
}
.crombie-standard-block-media {
flex: 1;
position: relative;
}
.crombie-standard-block {
position: relative;
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
overflow: visible;
}
.crombie-widget-standard-block-miscellany-top-left,
.crombie-widget-standard-block-miscellany-top-right,
.crombie-widget-standard-block-miscellany-bottom-left,
.crombie-widget-standard-block-miscellany-bottom-right,
.standard-block-widget-miscellany-simple-image-bottom,
.standard-block-widget-miscellany-simple-image-top,
.standard-block-widget-misc-top-padding-left,
.standard-block-widget-misc-top-padding-right,
.standard-block-widget-misc-bottom-padding-left,
.standard-block-widget-misc-bottom-padding-right {
position: absolute;
}
.crombie-masonry-grid .standard-block-widget-misc-top-padding-left {
top: 13%;
right: 19%;
z-index: 2;
}
.crombie-masonry-grid .standard-block-widget-misc-top-padding-right {
top: 13%;
right: 35%;
z-index: 2;
}
.crombie-widget-standard-block-miscellany-top-left {
top: 5%;
right: 4%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-top-right {
top: 5%;
right: 20%;
z-index: 3;
}
.standard-block-widget-miscellany-simple-image-top {
top: -52px;
right: 4%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-bottom-left {
bottom: 1%;
left: 20%;
z-index: 1;
}
.crombie-widget-standard-block-miscellany-bottom-right {
bottom: 1%;
left: 3%;
z-index: 1;
}
.standard-block-widget-miscellany-simple-image-bottom {
bottom: -50px;
left: 10%;
z-index: 1;
}
.crombie-masonry-grid .standard-block-widget-misc-bottom-padding-left {
bottom: 18%;
left: 20%;
z-index: 1;
}
.crombie-masonry-grid .standard-block-widget-misc-bottom-padding-right {
bottom: 18%;
left: 3%;
z-index: 1;
}
@keyframes crombie-float {
0%,
100% {
transform: translateX(0);
}
50% {
transform: translateY(-20px);
}
}
.crombie-masonry-grid .crombie-widget-standard-block-miscellany-icon {
width: 84px;
height: 116px;
animation: crombie-float 3s infinite alternate ease-in-out;
filter: blur(3px);
}
.crombie-masonry-grid .crombie-icon-rotate {
transform: rotate(90deg) !important;
width: 95px;
height: 168px;
filter: blur(3px);
}
@keyframes crombie-float-x {
0%,
100% {
transform: translateX(0);
}
50% {
transform: translateY(-20px);
}
}
.crombie-float-standard {
animation: crombie-float 3s infinite alternate ease-in-out;
}
.masonry-small-bottom img {
position: relative;
z-index: 2;
}
@media (max-width: 1200px) and (min-width: 768px) {
.standard-block-widget {
display: flex;
gap: 24px;
flex-direction: row;
}
.standard-block-container-widget .standard-block-title {
font-size: 32px;
}
.standard-block-text {
padding: 36px 16px 36px 48px;
}
.standard-block-widget .standard-block-subtitle {
font-size: 20px;
}
.standard-block-widget .standard-block-content {
font-size: 16px;
}
.crombie-masonry-grid .crombie-widget-standard-block-miscellany-icon {
width: 84px;
height: 116px;
}
.crombie-masonry-grid .crombie-icon-rotate {
width: 95px;
height: 168px;
}
.crombie-widget-standard-block-miscellany-top {
top: 1%;
right: 25%;
z-index: 2;
}
.standard-block-widget-miscellany-simple-image-top {
top: -20%;
right: 6%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-bottom {
bottom: 2%;
left: 5%;
z-index: 1;
}
.standard-block-widget-miscellany-simple-image-bottom {
bottom: -16%;
left: 3%;
z-index: 1;
}
.crombie-masonry-grid .standard-block-widget-misc-top-padding-left,
.crombie-masonry-grid .standard-block-widget-misc-top-padding-right {
top: 10%;
right: 23%;
z-index: 2;
}
.crombie-masonry-grid .standard-block-widget-misc-bottom-padding-left,
.crombie-masonry-grid .standard-block-widget-misc-bottom-padding-right {
bottom: 9%;
left: 5%;
z-index: 1;
}
.standard-block-list .benefit-item {
font-size: 20px;
}
.crombie-masonry-grid-padding-right,
.crombie-masonry-grid-padding-left {
padding: 24px 24px 24px 24px;
}
.crombie-widget-standard-block-miscellany-top-left {
top: -10%;
right: 13%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-top-right {
top: -10%;
right: 13%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-bottom-left {
bottom: -10%;
left: 10%;
z-index: 1;
}
.crombie-widget-standard-block-miscellany-bottom-right {
bottom: -10%;
left: 10%;
z-index: 1;
}
}
@media (max-width: 768px) {
.standard-block-widget {
flex-direction: column;
border-radius: 16px;
}
.standard-block-container-widget .standard-block-title {
font-size: 32px;
}
.standard-block-text {
width: 100%;
}
.standard-block-list {
width: 100%;
}
.standard-block-text {
padding: 24px;
}
.standard-block-widget .standard-block-subtitle {
font-size: 20px;
}
.standard-block-widget .standard-block-content {
font-size: 16px;
}
.crombie-masonry-grid {
width: 100%;
}
.crombie-widget-standard-block-miscellany-icon {
width: 47px !important;
height: 84px !important;
}
.crombie-icon-rotate {
width: 60px !important;
height: 80px !important;
}
.crombie-widget-standard-block-miscellany-top,
.crombie-masonry-grid .standard-block-widget-misc-top-padding-left,
.crombie-masonry-grid .standard-block-widget-misc-top-padding-right {
top: 7%;
right: 22%;
z-index: 2;
}
.standard-block-widget-miscellany-simple-image-top {
top: -7%;
right: 5%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-bottom,
.crombie-masonry-grid .standard-block-widget-misc-bottom-padding-left,
.crombie-masonry-grid .standard-block-widget-misc-bottom-padding-right {
bottom: 2%;
left: 5%;
z-index: 1;
}
.standard-block-widget-miscellany-simple-image-bottom {
bottom: -40px;
left: 5%;
z-index: 1;
}
.standard-block-list .benefit-item {
font-size: 20px;
}
.crombie-masonry-grid-padding-left {
padding: 24px 24px 0 24px;
}
.crombie-masonry-grid-padding-right {
padding: 0 24px 24px 24px;
}
.crombie-widget-standard-block-miscellany-top-left {
top: -10%;
right: 13%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-top-right {
top: -10%;
right: 12%;
z-index: 3;
}
.crombie-widget-standard-block-miscellany-bottom-left {
bottom: -25%;
left: 13%;
z-index: 1;
}
.crombie-widget-standard-block-miscellany-bottom-right {
bottom: -10%;
left: 13%;
z-index: 1;
}
} .standard-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;
}
.standard-block-button:hover {
opacity: 0.85;
color: #000000;
text-decoration: none;
}
@media (max-width: 768px) {
.standard-block-button {
padding: 10px 20px;
font-size: 14px;
}
}.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;
}
}.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;
}.future-blocks-widget {
display: flex;
gap: 24px;
border-radius: 24px;
}
.future-blocks-text {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 72px 97px;
gap: 24px;
}
.future-blocks-widget .future-blocks-heading {
color: var(--Default-White, #fff);
font-family: "Urbanist";
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.future-blocks-img-widget {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.future-blocks-image-bottom,
.future-blocks-image-top {
position: absolute;
}
.future-blocks-image-top {
top: -20%;
right: 5%;
z-index: 3;
}
.future-blocks-image-bottom {
bottom: -17%;
left: 8%;
z-index: 1;
}
@keyframes crombie-float {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
}
.future-blocks-widget .future-blocks-miscellany-icon {
width: 81px;
height: 104px;
animation: crombie-float 2s infinite alternate ease-in-out;
filter: blur(2px);
}
.future-blocks-widget .crombie-icon-rotate {
transform: rotate(238deg);
width: 122px;
height: 169px;
filter: blur(3px);
}
@keyframes crombie-float-x {
0%,
100% {
transform: translateY(-30px);
}
50% {
transform: translateY(0);
}
}
.crombie-float-x {
animation: crombie-float-x 2s infinite alternate ease-in-out;
}
.future-blocks-text-absolute {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 655px;
z-index: 3;
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}
.future-blocks-text-absolute-right {
left: 9%;
}
.future-blocks-text-absolute-left {
left: 30%;
}
@media (max-width: 768px) {
.future-blocks-widget {
flex-direction: column;
}
.future-blocks-image,
.future-blocks-text {
width: 100%;
}
.future-blocks-text {
padding: 24px;
}
.future-blocks-widget .future-blocks-heading {
font-size: 30px;
}
.future-blocks-img-widget {
width: 100%;
}
.future-blocks-image-top {
top: -42px;
right: 5%;
}
.future-blocks-image-bottom {
bottom: -40px;
left: 8%;
}
.future-blocks-widget .future-blocks-miscellany-icon {
width: 40px !important;
height: 52px !important;
}
.future-blocks-widget .crombie-icon-rotate {
width: 61px !important;
height: 84px !important;
}
.future-blocks-text-absolute {
position: relative;
width: 100%;
transform: translateY(0);
}
.future-blocks-text-absolute-right,
.future-blocks-text-absolute-left {
left: 0;
}
} .feature-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: 16px;
}
.feature-block-button:hover {
opacity: 0.85;
color: #000000;
text-decoration: none;
}
@media (max-width: 768px) {
.feature-block-button {
padding: 10px 20px;
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;
}
}.banner-widget {
text-align: center;
padding: 100px;
border-radius: 24px;
transition: all 0.5s ease-in-out;
display: flex;
flex-direction: column;
gap: 48px;
align-items: center;
position: relative;
overflow: hidden;
}
.banner-widget::before,
.banner-widget::after {
content: "";
position: absolute;
inset: 0;
z-index: 0;
transition: opacity 0.6s ease-in-out;
}
.banner-widget::before {
background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end)) !important;
opacity: 1;
}
.banner-widget::after {
background: linear-gradient(270deg, var(--gradient-start), var(--gradient-end)) !important;
opacity: 0;
}
.banner-widget:hover::before {
opacity: 0;
}
.banner-widget:hover::after {
opacity: 1;
}
.banner-widget > * {
position: relative;
z-index: 1;
}
.banner-widget:hover {
border-radius: 270px;
}
.banner-widget .banner-content {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}
.banner-widget .banner-heading {
margin: 0px;
font-size: 44px;
}
.banner-subtitle {
font-weight: 400 !important;
margin-bottom: 0px;
}
.banner-widget a.banner-button {
margin: 0px;
padding: 12px 24px;
border-radius: 27px;
font-weight: 700 !important;
background-color: #FFC432;
font-family: "Hanken Grotesk";
font-size: 20px;
color: black;
transition: 0.5s;
width: fit-content;
}
.banner-widget a.banner-button:hover {
background-color: #25B1E1;
}
@media (max-width: 1200px) {
.banner-widget {
padding: 62px;
}
.banner-widget:hover {
border-radius: 24px;
}
.banner-widget a.banner-button {
padding: 8px 20px;
font-size: 16px;
}
}
@media (max-width: 768px) {
.banner-widget {
padding: 120px 25px;
}
}.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;
}
}