@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
--font-sans: "DM Sans", sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-lime-100: #EAFFCC;
--color-lime-200: #D5FF99;
--color-lime-400: #96FF00;
--color-lime-500: #86E400;
--color-green-700: #298262;
--color-green-900: #005537;
--color-blue-700: #1B7287;
--color-purple-700: #5A00B9;
--color-gray-50: oklch(98.5% 0.002 247.839);
--color-gray-100: #F5F5F5;
--color-gray-200: #EBEBEB;
--color-gray-300: #D8D8D8;
--color-gray-400: #C4C4C4;
--color-gray-500: #B1B1B1;
--color-gray-600: #767676;
--color-gray-700: #595959;
--color-gray-800: #282828;
--color-gray-900: oklch(21% 0.034 264.665);
--color-black: #000000;
--color-white: #ffffff;
--spacing: 4px;
--container-lg: 32rem;
--container-3xl: 48rem;
--container-4xl: 56rem;
--text-xs: 0.75rem;
--text-xs--line-height: 140%;
--text-sm: 0.875rem;
--text-sm--line-height: 140%;
--text-base: 1rem;
--text-base--line-height: 140%;
--text-lg: 1.125rem;
--text-lg--line-height: 140%;
--text-xl: 1.25rem;
--text-xl--line-height: 140%;
--text-2xl: 1.5rem;
--text-2xl--line-height: 140%;
--text-3xl: 1.875rem;
--text-3xl--line-height: calc(2.25 / 1.875);
--text-4xl: 2.25rem;
--text-4xl--line-height: calc(2.5 / 2.25);
--text-5xl: 3rem;
--text-5xl--line-height: 1;
--text-9xl: 8rem;
--text-9xl--line-height: 1;
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--font-weight-extrabold: 800;
--font-weight-black: 900;
--tracking-tight: -0.025em;
--leading-tight: 120%;
--leading-snug: 130%;
--radius-sm: 0.25rem;
--radius-md: 0.5rem;
--radius-lg: 1rem;
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-font-family: var(--font-sans);
--default-mono-font-family: var(--font-mono);
--color-charcoal: #343434;
--color-primary: var(--color-green-900);
--color-secondary: var(--color-lime-400);
--text-menu-heading: 1.375rem;
--text-menu-heading--line-height: 110%;
--text-5: 1.5rem;
--text-4: 1.75rem;
--text-3: 2.25rem;
--text-2: 2.75rem;
--text-1: 4rem;
}
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html, :host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
-webkit-text-decoration: inherit;
text-decoration: inherit;
}
b, strong {
font-weight: bolder;
}
code, kbd, samp, pre {
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
font-feature-settings: var(--default-mono-font-feature-settings, normal);
font-variation-settings: var(--default-mono-font-variation-settings, normal);
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
:-moz-focusring:where(:not(iframe)) {
outline: auto;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
ol, ul, menu {
list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
display: block;
vertical-align: middle;
}
img, video {
max-width: 100%;
height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
letter-spacing: inherit;
color: inherit;
border-radius: 0;
background-color: transparent;
opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start: 20px;
}
::file-selector-button {
margin-inline-end: 4px;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
}
textarea {
resize: vertical;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-date-and-time-value {
min-height: 1lh;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
padding-block: 0;
}
::-webkit-calendar-picker-indicator {
line-height: 1;
}
:-moz-ui-invalid {
box-shadow: none;
}
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.collapse {
visibility: collapse;
}
.invisible {
visibility: hidden;
}
.visible {
visibility: visible;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border-width: 0;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.static {
position: static;
}
.sticky {
position: sticky;
}
.inset-0 {
inset: 0px;
}
.start-0 {
inset-inline-start: calc(var(--spacing) * 0);
}
.top-0 {
top: 0px;
}
.top-full {
top: 100%;
}
.right-0 {
right: 0px;
}
.left-0 {
left: 0px;
}
.z-50 {
z-index: 50;
}
.z-1090 {
z-index: 1090;
}
.z-\[1090\] {
z-index: 1090;
}
.container {
width: 100%;
@media (width >= 30rem) {
max-width: 30rem;
}
@media (width >= 40rem) {
max-width: 40rem;
}
@media (width >= 48rem) {
max-width: 48rem;
}
@media (width >= 64rem) {
max-width: 64rem;
}
@media (width >= 80rem) {
max-width: 80rem;
}
@media (width >= 100rem) {
max-width: 100rem;
}
}
.m-0 {
margin: 0px;
}
.container {
width: 100%;
margin-inline: auto;
padding-inline: 1.25rem;
@media (width >= 1367px) {
max-width: calc(1180px + 2.5rem);
}
@media (width >= 1600px) {
max-width: calc(1500px + 2.5rem);
}
}
.mx-auto {
margin-inline: auto;
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
margin-top: calc(var(--spacing) * 6);
}
.mr-4 {
margin-right: calc(var(--spacing) * 4);
}
.mb-0 {
margin-bottom: 0px;
}
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
margin-bottom: calc(var(--spacing) * 6);
}
.block {
display: block;
}
.contents {
display: contents;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.inline {
display: inline;
}
.inline-block {
display: inline-block;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.table-cell {
display: table-cell;
}
.table-row {
display: table-row;
}
.size-4 {
width: calc(var(--spacing) * 4);
height: calc(var(--spacing) * 4);
}
.size-5 {
width: calc(var(--spacing) * 5);
height: calc(var(--spacing) * 5);
}
.size-6 {
width: calc(var(--spacing) * 6);
height: calc(var(--spacing) * 6);
}
.h-11 {
height: calc(var(--spacing) * 11);
}
.h-12 {
height: calc(var(--spacing) * 12);
}
.h-16 {
height: calc(var(--spacing) * 16);
}
.h-60 {
height: calc(var(--spacing) * 60);
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.w-12 {
width: calc(var(--spacing) * 12);
}
.w-32 {
width: calc(var(--spacing) * 32);
}
.w-83\.75 {
width: calc(var(--spacing) * 83.75);
}
.w-\[123px\] {
width: 123px;
}
.w-auto {
width: auto;
}
.w-fit {
width: fit-content;
}
.w-full {
width: 100%;
}
.max-w-3xl {
max-width: var(--container-3xl);
}
.max-w-4xl {
max-width: var(--container-4xl);
}
.max-w-60 {
max-width: calc(var(--spacing) * 60);
}
.max-w-full {
max-width: 100%;
}
.max-w-lg {
max-width: var(--container-lg);
}
.max-w-none {
max-width: none;
}
.min-w-0 {
min-width: 0px;
}
.min-w-16 {
min-width: calc(var(--spacing) * 16);
}
.flex-1 {
flex: 1;
}
.flex-shrink {
flex-shrink: 1;
}
.shrink-0 {
flex-shrink: 0;
}
.transform {
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
cursor: pointer;
}
.resize {
resize: both;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
flex-direction: column;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.items-center {
align-items: center;
}
.items-end {
align-items: flex-end;
}
.items-start {
align-items: flex-start;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.justify-end {
justify-content: flex-end;
}
.gap-1 {
gap: var(--spacing);
}
.gap-2 {
gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
gap: calc(var(--spacing) * 3);
}
.gap-4 {
gap: calc(var(--spacing) * 4);
}
.gap-6 {
gap: calc(var(--spacing) * 6);
}
.gap-x-5 {
column-gap: calc(var(--spacing) * 5);
}
.gap-y-2 {
row-gap: calc(var(--spacing) * 2);
}
.gap-y-6 {
row-gap: calc(var(--spacing) * 6);
}
.self-start {
align-self: flex-start;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-y-auto {
overflow-y: auto;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[12px\] {
border-radius: 12px;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.rounded-lg {
border-radius: var(--radius-lg);
}
.rounded-md {
border-radius: var(--radius-md);
}
.rounded-tl-sm {
border-top-left-radius: var(--radius-sm);
}
.rounded-tr-sm {
border-top-right-radius: var(--radius-sm);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-t {
border-top-style: var(--tw-border-style);
border-top-width: 1px;
}
.border-gray-200 {
border-color: var(--color-gray-200);
}
.border-gray-300 {
border-color: var(--color-gray-300);
}
.border-green-900 {
border-color: var(--color-green-900);
}
.bg-\[\#F8F8F8\] {
background-color: #F8F8F8;
}
.bg-black\/20 {
background-color: color-mix(in srgb, #000000 20%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
}
}
.bg-gray-50 {
background-color: var(--color-gray-50);
}
.bg-gray-100 {
background-color: var(--color-gray-100);
}
.bg-gray-200 {
background-color: var(--color-gray-200);
}
.bg-lime-200 {
background-color: var(--color-lime-200);
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-white {
background-color: var(--color-white);
}
.object-cover {
object-fit: cover;
}
.p-0 {
padding: 0px;
}
.p-1 {
padding: var(--spacing);
}
.p-4 {
padding: calc(var(--spacing) * 4);
}
.p-6 {
padding: calc(var(--spacing) * 6);
}
.px-0 {
padding-inline: 0px;
}
.px-1 {
padding-inline: var(--spacing);
}
.px-2 {
padding-inline: calc(var(--spacing) * 2);
}
.px-2\.5 {
padding-inline: calc(var(--spacing) * 2.5);
}
.px-3 {
padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
padding-inline: calc(var(--spacing) * 6);
}
.px-10 {
padding-inline: calc(var(--spacing) * 10);
}
.py-1 {
padding-block: var(--spacing);
}
.py-1\.5 {
padding-block: calc(var(--spacing) * 1.5);
}
.py-1\.75 {
padding-block: calc(var(--spacing) * 1.75);
}
.py-2 {
padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
padding-block: calc(var(--spacing) * 3);
}
.py-4 {
padding-block: calc(var(--spacing) * 4);
}
.py-6 {
padding-block: calc(var(--spacing) * 6);
}
.py-8 {
padding-block: calc(var(--spacing) * 8);
}
.py-10 {
padding-block: calc(var(--spacing) * 10);
}
.py-12 {
padding-block: calc(var(--spacing) * 12);
}
.py-\[10\.5px\] {
padding-block: 10.5px;
}
.pe-2 {
padding-inline-end: calc(var(--spacing) * 2);
}
.pe-3 {
padding-inline-end: calc(var(--spacing) * 3);
}
.pt-1 {
padding-top: var(--spacing);
}
.pt-4 {
padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
padding-top: calc(var(--spacing) * 5);
}
.pt-8 {
padding-top: calc(var(--spacing) * 8);
}
.pb-2 {
padding-bottom: calc(var(--spacing) * 2);
}
.pb-4 {
padding-bottom: calc(var(--spacing) * 4);
}
.pb-5 {
padding-bottom: calc(var(--spacing) * 5);
}
.pb-6 {
padding-bottom: calc(var(--spacing) * 6);
}
.pb-10 {
padding-bottom: calc(var(--spacing) * 10);
}
.pl-4 {
padding-left: calc(var(--spacing) * 4);
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-start {
text-align: start;
}
.font-\[\'Outfit\'\] {
font-family: 'Outfit';
}
.text-2xl {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-9xl {
font-size: var(--text-9xl);
line-height: var(--tw-leading, var(--text-9xl--line-height));
}
.text-base {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-menu-heading {
font-size: var(--text-menu-heading);
line-height: var(--tw-leading, var(--text-menu-heading--line-height));
}
.text-sm {
font-size: var(--text-sm);
line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
font-size: var(--text-xl);
line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
font-size: var(--text-xs);
line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-1 {
font-size: var(--text-1);
}
.text-2 {
font-size: var(--text-2);
}
.text-3 {
font-size: var(--text-3);
}
.text-4 {
font-size: var(--text-4);
}
.text-5 {
font-size: var(--text-5);
}
.text-\[16px\] {
font-size: 16px;
}
.text-\[36px\] {
font-size: 36px;
}
.leading-\[1\.02\] {
--tw-leading: 1.02;
line-height: 1.02;
}
.leading-snug {
--tw-leading: var(--leading-snug);
line-height: var(--leading-snug);
}
.leading-tight {
--tw-leading: var(--leading-tight);
line-height: var(--leading-tight);
}
.font-black {
--tw-font-weight: var(--font-weight-black);
font-weight: var(--font-weight-black);
}
.font-bold {
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
}
.font-extrabold {
--tw-font-weight: var(--font-weight-extrabold);
font-weight: var(--font-weight-extrabold);
}
.font-light {
--tw-font-weight: var(--font-weight-light);
font-weight: var(--font-weight-light);
}
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
}
.font-normal {
--tw-font-weight: var(--font-weight-normal);
font-weight: var(--font-weight-normal);
}
.font-semibold {
--tw-font-weight: var(--font-weight-semibold);
font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.02em\] {
--tw-tracking: -0.02em;
letter-spacing: -0.02em;
}
.tracking-\[0\.1em\] {
--tw-tracking: 0.1em;
letter-spacing: 0.1em;
}
.tracking-tight {
--tw-tracking: var(--tracking-tight);
letter-spacing: var(--tracking-tight);
}
.whitespace-nowrap {
white-space: nowrap;
}
.text-black {
color: var(--color-black);
}
.text-charcoal {
color: var(--color-charcoal);
}
.text-gray-300 {
color: var(--color-gray-300);
}
.text-gray-500 {
color: var(--color-gray-500);
}
.text-gray-600 {
color: var(--color-gray-600);
}
.text-gray-700 {
color: var(--color-gray-700);
}
.text-gray-800 {
color: var(--color-gray-800);
}
.text-gray-900 {
color: var(--color-gray-900);
}
.text-green-900 {
color: var(--color-green-900);
}
.text-primary {
color: var(--color-primary);
}
.text-secondary {
color: var(--color-secondary);
}
.text-white {
color: var(--color-white);
}
.text-white\/30 {
color: color-mix(in srgb, #ffffff 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 30%, transparent);
}
}
.uppercase {
text-transform: uppercase;
}
.italic {
font-style: italic;
}
.basic-underline-current {
text-decoration-line: underline;
text-decoration-color: transparent;
text-decoration-thickness: 1px;
transition-property: all;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
--tw-duration: 300ms;
transition-duration: 300ms;
&:hover {
@media (hover: hover) {
text-decoration-color: currentcolor;
}
}
}
.basic-underline-white {
text-decoration-line: underline;
text-decoration-color: transparent;
text-decoration-thickness: 1px;
transition-property: all;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
--tw-duration: 300ms;
transition-duration: 300ms;
&:hover {
@media (hover: hover) {
text-decoration-color: var(--color-white);
}
}
}
.overline {
text-decoration-line: overline;
}
.underline {
text-decoration-line: underline;
}
.shadow {
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-job-card {
--tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, var(--color-gray-300)), 0px 2px 12px 0px var(--tw-shadow-color, rgba(0,0,0,0.08)), 0px 1px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.05));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-menu {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
.blur {
--tw-blur: blur(8px);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
transition-property: transform, translate, scale, rotate;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
--tw-duration: 200ms;
transition-duration: 200ms;
}
.duration-300 {
--tw-duration: 300ms;
transition-duration: 300ms;
}
.ease-in-out {
--tw-ease: var(--ease-in-out);
transition-timing-function: var(--ease-in-out);
}
.select-all {
-webkit-user-select: all;
user-select: all;
}
@media (hover: hover) {
.hover\:bg-blue-700:hover {
background-color: var(--color-blue-700);
}
.hover\:bg-gray-200:hover {
background-color: var(--color-gray-200);
}
.hover\:bg-white\/10:hover {
background-color: color-mix(in srgb, #ffffff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
.hover\:bg-white\/10:hover {
background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
}
}
.hover\:bg-white\/20:hover {
background-color: color-mix(in srgb, #ffffff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
.hover\:bg-white\/20:hover {
background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
}
}
.hover\:text-green-700:hover {
color: var(--color-green-700);
}
.hover\:text-primary:hover {
color: var(--color-primary);
}
}
.focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip-path: none;
white-space: normal;
}
.focus\:absolute:focus {
position: absolute;
}
.focus\:top-1:focus {
top: var(--spacing);
}
.focus\:left-1:focus {
left: var(--spacing);
}
.focus\:z-50:focus {
z-index: 50;
}
.focus\:bg-white:focus {
background-color: var(--color-white);
}
.focus\:p-2:focus {
padding: calc(var(--spacing) * 2);
}
.focus\:text-black:focus {
color: var(--color-black);
}
.focus\:text-primary:focus {
color: var(--color-primary);
}
.active\:text-primary:active {
color: var(--color-primary);
}
@media (width < 48rem) {
.max-md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
@media (width >= 48rem) {
.md\:col-span-2 {
grid-column: span 2 / span 2;
}
.md\:mt-3 {
margin-top: calc(var(--spacing) * 3);
}
.md\:h-\[360px\] {
height: 360px;
}
.md\:flex-1 {
flex: 1;
}
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:flex-row {
flex-direction: row;
}
.md\:items-center {
align-items: center;
}
.md\:justify-between {
justify-content: space-between;
}
.md\:gap-6 {
gap: calc(var(--spacing) * 6);
}
.md\:rounded-\[20px\] {
border-radius: 20px;
}
.md\:p-6 {
padding: calc(var(--spacing) * 6);
}
.md\:py-3 {
padding-block: calc(var(--spacing) * 3);
}
.md\:py-16 {
padding-block: calc(var(--spacing) * 16);
}
.md\:pt-10 {
padding-top: calc(var(--spacing) * 10);
}
.md\:pb-12 {
padding-bottom: calc(var(--spacing) * 12);
}
.md\:text-5xl {
font-size: var(--text-5xl);
line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.md\:text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
}
@media (width >= 64rem) {
.lg\:col-span-1 {
grid-column: span 1 / span 1;
}
.lg\:mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:w-1\/3 {
width: calc(1 / 3 * 100%);
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:gap-12 {
gap: calc(var(--spacing) * 12);
}
.lg\:pt-12 {
padding-top: calc(var(--spacing) * 12);
}
.lg\:text-\[64px\] {
font-size: 64px;
}
}
@media (width >= 80rem) {
.xl\:block {
display: block;
}
.xl\:flex {
display: flex;
}
.xl\:hidden {
display: none;
}
.xl\:h-14 {
height: calc(var(--spacing) * 14);
}
.xl\:py-2 {
padding-block: calc(var(--spacing) * 2);
}
.xl\:pt-14 {
padding-top: calc(var(--spacing) * 14);
}
.xl\:text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
}
.\[\&_strong\]\:font-semibold strong {
--tw-font-weight: var(--font-weight-semibold);
font-weight: var(--font-weight-semibold);
}
}
@layer base {
body, a, h1, h2, h3, h4, h5, h6 {
font-family: "DM Sans", sans-serif;
}
}
.elementor-widget-text-editor, .elementor-widget-text-editor p, .elementor-widget-text-editor li, .elementor-widget-text-editor a {
font-family: "DM Sans", sans-serif !important;
}
.e-n-accordion-item .e-con strong, .e-n-accordion-item .e-con b {
font-weight: 900;
}
.elementor-widget-text-editor ul, .elementor-widget-theme-post-content ul, ul.wp-block-list {
list-style: none;
padding-left: 0;
margin: 0 0 16px 0;
}
.elementor-widget-text-editor ul li, .elementor-widget-theme-post-content ul li, ul.wp-block-list li {
position: relative;
padding-left: 16px;
margin-bottom: 8px;
line-height: 1.5;
}
.elementor-widget-text-editor ul li::before, .elementor-widget-theme-post-content ul li::before, ul.wp-block-list li::before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #005537;
}
.elementor-widget-text-editor ol, .elementor-widget-theme-post-content ol, ol.wp-block-list {
list-style-type: decimal;
padding-left: 24px;
margin: 0 0 16px 0;
}
.elementor-widget-text-editor ol li, .elementor-widget-theme-post-content ol li, ol.wp-block-list li {
list-style-type: decimal;
display: list-item;
margin-bottom: 8px;
line-height: 1.5;
padding-left: 8px;
}
.elementor-widget-text-editor ol ol, .elementor-widget-theme-post-content ol ol, ol.wp-block-list ol {
list-style-type: lower-alpha;
}
.elementor-widget-text-editor ol ol li, .elementor-widget-theme-post-content ol ol li, ol.wp-block-list ol li {
list-style-type: lower-alpha;
}
.elementor-widget-text-editor a {
color: #005537;
font-size: 16px;
line-height: 130%;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.elementor-widget-text-editor a[href$=".pdf"], .elementor-widget-text-editor a[href$=".doc"], .elementor-widget-text-editor a[href$=".docx"], .elementor-widget-text-editor a[href$=".xls"], .elementor-widget-text-editor a[href$=".xlsx"], .elementor-widget-text-editor a[href$=".zip"], .elementor-widget-text-editor a[href$=".rar"], .elementor-widget-text-editor a[href$=".csv"], .elementor-widget-text-editor a[href$=".pptx"], .elementor-widget-text-editor a[href$=".ppt"], .elementor-widget-text-editor a[download] {
display: block;
position: relative;
padding-left: 32px;
margin-bottom: 8px;
line-height: 1.5;
}
.elementor-widget-text-editor a[href$=".pdf"]::before, .elementor-widget-text-editor a[href$=".doc"]::before, .elementor-widget-text-editor a[href$=".docx"]::before, .elementor-widget-text-editor a[href$=".xls"]::before, .elementor-widget-text-editor a[href$=".xlsx"]::before, .elementor-widget-text-editor a[href$=".zip"]::before, .elementor-widget-text-editor a[href$=".rar"]::before, .elementor-widget-text-editor a[href$=".csv"]::before, .elementor-widget-text-editor a[href$=".pptx"]::before, .elementor-widget-text-editor a[href$=".ppt"]::before, .elementor-widget-text-editor a[download]::before {
content: "";
position: absolute;
left: 0;
top: 2px;
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9997 0.810059C11.5597 0.810059 11.1997 1.17006 11.1997 1.61006V14.3301L6.97969 10.1101C6.66969 9.80006 6.15969 9.80006 5.84969 10.1101C5.53969 10.4201 5.53969 10.9301 5.84969 11.2401L11.4397 16.8301C11.4397 16.8301 11.4597 16.8401 11.4697 16.8501C11.5397 16.9101 11.6097 16.9601 11.6897 17.0001C11.7897 17.0401 11.8897 17.0601 11.9997 17.0601C12.1097 17.0601 12.2097 17.0401 12.3097 17.0001C12.3897 16.9601 12.4697 16.9101 12.5297 16.8501C12.5397 16.8501 12.5497 16.8401 12.5597 16.8301L18.1497 11.2401C18.4597 10.9301 18.4597 10.4201 18.1497 10.1101C17.8397 9.80006 17.3297 9.80006 17.0197 10.1101L12.7997 14.3301V1.61006C12.7997 1.17006 12.4397 0.810059 11.9997 0.810059Z' fill='%23005537'/%3E%3Cpath d='M11.9997 22.8201C17.9597 22.8201 22.8197 17.9701 22.8197 12.0001C22.8197 9.11005 21.6997 6.40005 19.6497 4.35005C19.3397 4.04005 18.8297 4.04005 18.5197 4.35005C18.2097 4.66005 18.2097 5.17005 18.5197 5.48005C20.2597 7.22005 21.2197 9.53005 21.2197 12.0001C21.2197 17.0801 17.0897 21.2201 11.9997 21.2201C6.90969 21.2201 2.77969 17.0901 2.77969 12.0001C2.77969 9.54005 3.73969 7.22005 5.47969 5.48005C5.78969 5.17005 5.78969 4.66005 5.47969 4.35005C5.16969 4.04005 4.65969 4.04005 4.34969 4.35005C2.30969 6.39005 1.17969 9.11005 1.17969 12.0001C1.17969 17.9601 6.02969 22.8201 11.9997 22.8201Z' fill='%23005537'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
}
.elementor-widget-text-editor > p, .elementor-widget-text-editor > ul, .elementor-widget-text-editor > ol, .elementor-widget-text-editor > h1, .elementor-widget-text-editor > h2, .elementor-widget-text-editor > h3, .elementor-widget-text-editor > h4, .elementor-widget-text-editor > h5, .elementor-widget-text-editor > h6 {
margin-bottom: 12px;
}
.elementor-widget-text-editor > *:last-child {
margin-bottom: 0;
}
.nm-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 6px 32px;
border-radius: 9999px;
font-weight: 900;
font-size: 16px;
line-height: 1.2;
letter-spacing: -0.02em;
text-decoration: none;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
cursor: pointer;
}
.nm-button--outline {
background-color: transparent;
color: var(--color-green-900);
border: 1px solid var(--color-green-900);
}
.nm-button--outline:hover {
background-color: var(--color-green-900);
color: white;
}
.nm-button--primary {
background-color: var(--color-lime-400);
color: var(--color-green-900);
padding: 10px 40px;
}
.nm-button--primary:hover {
background-color: var(--color-lime-500);
}
.elementor-section:has(.nm-contact-card) > .elementor-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
align-items: stretch;
padding-inline: 1.25rem;
box-sizing: border-box;
}
.elementor-section:has(.nm-contact-card) > .elementor-container > .elementor-column {
width: auto;
max-width: none;
}
.elementor-section:has(.nm-contact-card) > .elementor-container > .elementor-column > .elementor-element-populated {
padding: 0;
}
@media (max-width: 1280px) {
.elementor-section:has(.nm-contact-card) > .elementor-container {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.elementor-section:has(.nm-contact-card) > .elementor-container {
grid-template-columns: 1fr;
}
}
.elementor-widget-wrap:has(> .elementor-widget-nomonday_contact_card), .elementor-widget-wrap:has(> .elementor-widget-nomonday_company_info_card) {
height: 100%;
}
.elementor-widget-nomonday_contact_card, .elementor-widget-nomonday_company_info_card {
display: flex;
height: 100%;
width: 100%;
}
.elementor-widget-nomonday_contact_card > .elementor-widget-container, .elementor-widget-nomonday_company_info_card > .elementor-widget-container {
display: flex;
width: 100%;
height: 100%;
}
.nm-contact-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
padding: 48px 24px;
border-radius: 20px;
text-align: center;
width: 100%;
height: 100%;
box-shadow: 0 4px 10px var(--color-gray-300);
background-color: white;
color: var(--color-gray-800);
}
.nm-contact-card--dark {
background-color: var(--color-green-900);
color: white;
}
.nm-contact-card__icon {
color: var(--color-green-900);
display: inline-flex;
align-items: center;
justify-content: center;
}
.nm-contact-card--dark .nm-contact-card__icon {
color: white;
}
.nm-contact-card__icon svg {
width: 48px;
height: 48px;
}
.nm-contact-card__title {
font-family: "DM Sans", sans-serif;
font-weight: 900;
font-size: 28px;
line-height: 1.1;
letter-spacing: -0.02em;
color: var(--color-green-900);
margin: 0;
}
@media (max-width: 767px) {
.nm-contact-card__title {
font-size: 20px;
}
}
.nm-contact-card--dark .nm-contact-card__title {
color: white;
}
.nm-contact-card__description {
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.nm-contact-card__phone-block {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 16px;
}
.nm-contact-card__description + .nm-contact-card__email {
margin-top: 16px;
}
.nm-contact-card__phone {
font-family: "DM Sans", sans-serif;
font-weight: 900;
font-size: 24px;
line-height: 1.05;
letter-spacing: -0.02em;
color: var(--color-green-900);
text-decoration: none;
}
.nm-contact-card__phone:hover {
text-decoration: underline;
}
.nm-contact-card--dark .nm-contact-card__phone {
color: var(--color-lime-400);
}
.nm-contact-card__hours {
font-size: 16px;
line-height: 1.3;
}
.nm-contact-card__email {
font-weight: 700;
font-size: 18px;
line-height: 1.3;
color: var(--color-green-900);
text-decoration: none;
word-break: break-word;
}
.nm-contact-card__email:hover {
text-decoration: underline;
}
.nm-contact-card--dark .nm-contact-card__email {
color: var(--color-lime-400);
}
.nm-company-card__name {
font-weight: 700;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.nm-company-card__address {
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.nm-company-card__legal {
display: flex;
flex-direction: column;
gap: 8px;
margin: 0;
width: 100%;
}
.nm-company-card__legal-row {
display: flex;
justify-content: center;
gap: 8px;
font-size: 16px;
line-height: 1.3;
}
.nm-company-card__legal-row dt {
margin: 0;
}
.nm-company-card__legal-row dd {
margin: 0;
font-weight: 700;
}
.elementor-section:has(.wpcf7 .nm-cf7-form) > .elementor-container {
padding-inline: 1.25rem;
box-sizing: border-box;
}
.elementor-section:has(.wpcf7 .nm-cf7-form) > .elementor-container > .elementor-column > .elementor-widget-wrap {
max-width: 780px;
margin-inline: auto;
background-color: white;
border-radius: 32px;
padding: 40px 30px;
box-shadow: 0 6px 6.5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
.elementor-section:has(.wpcf7 .nm-cf7-form) > .elementor-container > .elementor-column > .elementor-widget-wrap {
padding: 32px 20px;
border-radius: 24px;
}
}
.wpcf7 .nm-cf7-form {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
}
.wpcf7 .nm-cf7-row > p {
display: contents;
}
.wpcf7 .nm-cf7-row > p > br {
display: none;
}
.wpcf7 .nm-cf7-form span.wpcf7-form-control-wrap {
display: block;
margin: 0;
}
.wpcf7 .nm-cf7-row {
display: grid;
gap: 16px;
}
.wpcf7 .nm-cf7-row--split {
grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.wpcf7 .nm-cf7-row--split {
grid-template-columns: 1fr 1fr;
}
}
.wpcf7 .nm-cf7-form label {
display: block;
color: var(--color-gray-800);
font-size: 14px;
line-height: 1.4;
}
.wpcf7 .nm-cf7-info-text, .wpcf7 .nm-cf7-row--consent .nm-cf7-consent-intro {
display: block !important;
}
.wpcf7 .nm-cf7-row--consent input[type="checkbox"] {
transform: translateY(2px);
}
.wpcf7 .nm-cf7-info-text, .wpcf7 .nm-cf7-row--consent .nm-cf7-consent-intro, .wpcf7 .nm-cf7-row--consent .wpcf7-list-item .wpcf7-list-item-label {
color: var(--color-gray-700);
font-size: 12px;
line-height: 1.2;
}
.wpcf7 .nm-cf7-row--select-all label {
color: var(--color-gray-800);
font-size: 12px;
line-height: 1.2;
}
.wpcf7 .nm-cf7-row--select-all label br {
display: none;
}
.wpcf7 .nm-cf7-row--select-all #nm-select-all {
accent-color: var(--color-green-900);
margin-top: 2px;
transform: translateY(2px);
flex-shrink: 0;
}
.wpcf7 .nm-cf7-form input[type="text"], .wpcf7 .nm-cf7-form input[type="email"], .wpcf7 .nm-cf7-form input[type="tel"], .wpcf7 .nm-cf7-form select, .wpcf7 .nm-cf7-form textarea {
width: 100%;
padding: 12px 16px;
border: 1px solid var(--color-gray-400);
border-radius: 30px;
background-color: white;
color: var(--color-gray-800);
font-family: "DM Sans", sans-serif;
font-size: 14px;
line-height: 1.4;
outline: none;
transition: border-color 0.15s ease;
}
.wpcf7 .nm-cf7-form textarea {
border-radius: 24px;
min-height: 132px;
resize: vertical;
}
.wpcf7 .nm-cf7-form input::placeholder, .wpcf7 .nm-cf7-form textarea::placeholder {
color: var(--color-gray-800);
opacity: 0.7;
}
.wpcf7 .nm-cf7-form input:focus, .wpcf7 .nm-cf7-form select:focus, .wpcf7 .nm-cf7-form textarea:focus {
border-color: var(--color-green-900);
}
.wpcf7 .nm-cf7-form select {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.81 7.23 13.64 15.4c-.9.9-2.37.9-3.27 0L2.19 7.23a.75.75 0 0 0-1.06 1.06l8.17 8.17c1.51 1.52 3.97 1.52 5.48 0l8.17-8.17a.75.75 0 0 0-1.06-1.06z' fill='%23282828'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 18px center;
padding-right: 40px;
}
.wpcf7 .nm-cf7-row--consent {
font-size: 12px;
line-height: 1.35;
color: var(--color-gray-800);
}
.wpcf7 .nm-cf7-row--consent .wpcf7-acceptance {
display: block;
}
.wpcf7 .nm-cf7-row--consent .wpcf7-list-item {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 0;
}
.wpcf7 .nm-cf7-row--consent input[type="checkbox"] {
accent-color: var(--color-green-900);
margin-top: 2px;
flex-shrink: 0;
}
.wpcf7 .nm-cf7-row--submit {
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
margin-top: 8px;
min-height: 48px;
}
.wpcf7 .nm-cf7-row--submit > p {
display: contents;
}
.wpcf7 .nm-cf7-row--submit .wpcf7-spinner {
margin: 0 0 0 1.5rem;
}
.wpcf7 .nm-cf7-form input[type="submit"] {
background-color: var(--color-lime-400);
color: var(--color-green-900);
border: none;
border-radius: 9999px;
padding: 12px 40px;
font-family: "DM Sans", sans-serif;
font-weight: 900;
font-size: 16px;
letter-spacing: -0.02em;
cursor: pointer;
transition: background-color 0.15s ease;
}
.wpcf7 .nm-cf7-form input[type="submit"]:hover {
background-color: var(--color-lime-500);
}
.wpcf7 .nm-cf7-form input[type="submit"].is-incomplete {
opacity: 0.55;
}
.wpcf7 .nm-cf7-form input[type="submit"].is-incomplete:hover {
background-color: var(--color-lime-400);
}
.nm-landing-phone-popup .nm-cf7-form input[type="submit"] {
background-color: var(--color-primary);
color: #ffffff;
}
.nm-landing-phone-popup .nm-cf7-form input[type="submit"]:hover {
background-color: var(--color-green-700);
}
.nm-landing-phone-popup .nm-cf7-form input[type="submit"].is-incomplete:hover {
background-color: var(--color-primary);
}
.wpcf7 .wpcf7-not-valid-tip {
color: #b91c1c;
font-family: "DM Sans", sans-serif;
font-size: 12px;
font-weight: 500;
line-height: 1.35;
margin-top: 6px;
padding-left: 16px;
}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
border-color: #b91c1c !important;
}
.wpcf7 .wpcf7-response-output {
border: 1px solid transparent;
border-radius: 20px;
padding: 14px 20px;
font-family: "DM Sans", sans-serif;
font-size: 14px;
line-height: 1.4;
margin: 24px 0 0;
text-align: center;
}
.wpcf7 .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
background-color: var(--color-lime-100, #eaffcc);
border-color: var(--color-lime-400);
color: var(--color-green-900);
font-weight: 700;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
background-color: #fff5f5;
border-color: #fecaca;
color: #991b1b;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
background-color: #fff5f5;
border-color: #fecaca;
color: #991b1b;
}
.wpcf7 form.spam .wpcf7-response-output {
background-color: #fef3c7;
border-color: #fde68a;
color: #92400e;
}
body.nm-click2call-open {
overflow: hidden;
}
.nm-click2call {
position: fixed;
inset: 0;
z-index: 10000;
display: flex;
align-items: flex-end;
justify-content: center;
padding: 0;
@media (width >= 640px) {
align-items: center;
padding: 1.5rem;
}
}
.nm-click2call[hidden] {
display: none;
}
.nm-click2call__backdrop {
position: absolute;
inset: 0;
background-color: rgb(0 0 0 / 0.5);
cursor: pointer;
}
.nm-click2call__dialog {
position: relative;
width: 100%;
max-width: 28rem;
max-height: calc(100vh - 2rem);
overflow-y: auto;
background-color: #ffffff;
border-radius: 1rem 1rem 0 0;
padding: 2rem 1.5rem 1.5rem;
box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
@media (width >= 640px) {
border-radius: 1rem;
}
}
.nm-click2call__close {
position: absolute;
top: 0.75rem;
right: 0.75rem;
width: 2rem;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: 0;
font-size: 1.5rem;
line-height: 1;
color: var(--color-green-900);
cursor: pointer;
}
.nm-click2call__title {
font-family: "DM Sans", sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: var(--color-green-900);
margin: 0 0 0.5rem;
}
.nm-click2call__description {
font-family: "DM Sans", sans-serif;
font-size: 0.875rem;
line-height: 1.5;
color: var(--color-gray-700);
margin: 0 0 1.5rem;
}
.nm-click2call__field {
margin-bottom: 1rem;
}
.nm-click2call__label {
display: block;
font-family: "DM Sans", sans-serif;
font-size: 0.875rem;
font-weight: 600;
color: var(--color-green-900);
margin-bottom: 0.375rem;
}
.nm-click2call__input {
width: 100%;
padding: 0.75rem 1rem;
border: 1px solid var(--color-gray-300);
border-radius: 0.5rem;
font-family: "DM Sans", sans-serif;
font-size: 1rem;
line-height: 1.4;
color: var(--color-green-900);
background-color: #ffffff;
}
.nm-click2call__input:focus {
outline: 2px solid var(--color-lime-400);
outline-offset: 1px;
border-color: var(--color-lime-400);
}
.nm-click2call__hint {
font-family: "DM Sans", sans-serif;
font-size: 0.75rem;
color: var(--color-gray-600);
margin: 0.375rem 0 0;
}
.nm-click2call__slots-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.75rem;
}
.nm-click2call__slot {
min-width: 0;
}
select.nm-click2call__input {
appearance: none;
-webkit-appearance: none;
cursor: pointer;
padding-right: 2.25rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23334155' stroke-width='1.5'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 1rem;
}
.nm-click2call__error {
font-family: "DM Sans", sans-serif;
font-size: 0.75rem;
color: #991b1b;
margin: 0.375rem 0 0;
}
.nm-click2call__error[hidden] {
display: none;
}
.nm-click2call__error--global {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.nm-click2call__field--consent {
margin-top: 1rem;
}
.nm-click2call__consent {
display: flex;
gap: 0.625rem;
align-items: flex-start;
font-family: "DM Sans", sans-serif;
font-size: 0.75rem;
line-height: 1.5;
color: var(--color-gray-700);
cursor: pointer;
}
.nm-click2call__checkbox {
flex-shrink: 0;
width: 1rem;
height: 1rem;
margin-top: 0.125rem;
accent-color: var(--color-lime-400);
}
.nm-click2call__turnstile {
margin: 1rem 0;
min-height: 65px;
}
.nm-click2call__submit {
width: 100%;
margin-top: 1rem;
padding: 0.875rem 1.25rem;
background-color: var(--color-lime-400);
color: var(--color-green-900);
border: 0;
border-radius: 999px;
font-family: "DM Sans", sans-serif;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: background-color 200ms ease;
}
.nm-click2call__submit:hover:not(:disabled) {
background-color: var(--color-lime-500);
}
.nm-click2call__submit:disabled {
opacity: 0.6;
cursor: progress;
}
.nm-click2call-trigger {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.nm-click2call-trigger__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.875rem 1.5rem;
background-color: var(--color-lime-400);
color: var(--color-green-900);
border: 0;
border-radius: 999px;
font-family: "DM Sans", sans-serif;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: background-color 200ms ease;
}
.nm-click2call-trigger__btn:hover {
background-color: var(--color-lime-500);
}
.nm-click2call-trigger__call-now {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.5rem;
background-color: transparent;
color: var(--color-green-900);
border: 1px solid var(--color-green-900);
border-radius: 999px;
font-family: "DM Sans", sans-serif;
font-size: 0.875rem;
font-weight: 600;
text-decoration: none;
transition: background-color 200ms ease;
}
.nm-click2call-trigger__call-now:hover {
background-color: var(--color-green-900);
color: #ffffff;
}
@media (min-width: 768px) {
.nm-click2call-trigger__call-now {
display: none;
}
}
body.nm-advisor-modal-open {
overflow: hidden;
}
.nm-advisor-modal {
position: fixed;
inset: 0;
z-index: 10000;
display: flex;
align-items: flex-end;
justify-content: center;
padding: 0;
overflow-y: auto;
@media (width >= 640px) {
align-items: center;
padding: 1.5rem;
}
}
.nm-advisor-modal[hidden] {
display: none;
}
.nm-advisor-modal__backdrop {
position: fixed;
inset: 0;
background-color: rgb(0 0 0 / 0.5);
cursor: pointer;
}
.nm-advisor-modal__dialog {
position: relative;
width: 100%;
max-width: 780px;
margin: auto;
background-color: #ffffff;
border-radius: 24px 24px 0 0;
padding: 68px 20px 20px;
box-shadow: 0 6px 13px rgb(0 0 0 / 0.15);
@media (width >= 640px) {
border-radius: 32px;
}
@media (width >= 1440px) {
padding-top: 72px;
}
}
.nm-advisor-modal__close {
position: absolute;
top: 0.75rem;
right: 1rem;
width: 2rem;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: 0;
line-height: 1;
cursor: pointer;
}
.nm-advisor-modal__close-icon {
display: inline-flex;
}
.nm-advisor-modal__close svg {
width: 1rem;
height: 1rem;
}
.nm-advisor-modal__title {
font-family: "DM Sans", sans-serif;
font-size: 26px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.88px;
text-align: center;
color: var(--color-green-900);
margin: 0 0 20px;
@media (width >= 1024px) {
font-size: 36px;
}
@media (width >= 1280px) {
font-size: 44px;
}
}
.nm-advisor-modal__subtitle {
font-family: "DM Sans", sans-serif;
font-size: 1rem;
line-height: 1.3;
text-align: center;
color: var(--color-gray-800);
margin: 0 auto 20px;
max-width: 90%;
}
.nm-advisor-modal__view[hidden] {
display: none;
}
.nm-advisor-modal .wpcf7-response-output:empty {
display: none;
}
.nm-advisor-modal__view--success {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 24px 0 8px;
}
.nm-advisor-modal__view--success[hidden] {
display: none;
}
.nm-advisor-modal__success-icon {
display: inline-flex;
margin-bottom: 20px;
}
.nm-advisor-modal__success-icon svg {
width: 3.5rem;
height: 3.5rem;
}
.nm-advisor-modal__view--success .nm-advisor-modal__subtitle {
margin-bottom: 28px;
}
.nm-landing-phone-trigger {
display: flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
border-radius: 9999px;
background-color: var(--color-primary);
color: #ffffff;
border: 0;
box-shadow: 0 0 0 3px #ffffff, 0 4px 10px rgb(0 0 0 / 0.2);
cursor: pointer;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.nm-landing-phone-trigger:hover {
background-color: var(--color-purple-700);
color: var(--color-lime-400);
}
.nm-landing-phone-trigger--floating {
position: fixed;
right: 1rem;
bottom: 1rem;
z-index: 8900;
width: 3.25rem;
height: 3.25rem;
box-shadow: 0 0 0 3px #ffffff, 0 4px 12px rgb(0 0 0 / 0.25);
@media (width >= 640px) {
right: 1.5rem;
bottom: 1.5rem;
}
}
.nm-landing-phone-trigger--floating:hover {
background-color: var(--color-primary);
color: #ffffff;
box-shadow: 0 0 0 3px #ffffff, 0 8px 20px rgb(0 0 0 / 0.35);
}
.nm-landing-phone-popup {
display: block;
left: auto;
top: auto;
margin: 0;
padding: 0;
border: 0;
color: inherit;
position: fixed;
right: 1rem;
bottom: 1rem;
z-index: 9000;
width: calc(100% - 2rem);
max-width: 360px;
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 6px 20px rgb(0 0 0 / 0.2);
overflow: hidden;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(0.75rem) scale(0.97);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
@media (width >= 640px) {
right: 1.5rem;
bottom: 1.5rem;
}
}
.nm-landing-phone-popup[data-state="open"] {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0) scale(1);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
}
dialog#mobile-menu {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: 0;
background: transparent;
color: inherit;
}
@media (width < 64rem) {
dialog#mobile-menu:not(.hidden) {
display: block;
}
}
.nm-landing-phone-popup__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
padding: 0.875rem 1.25rem;
background-color: var(--color-primary);
color: #ffffff;
}
.nm-landing-phone-popup__title {
font-family: "DM Sans", sans-serif;
font-size: 1rem;
font-weight: 900;
}
.nm-landing-phone-popup__close {
display: flex;
align-items: center;
justify-content: center;
width: 1.5rem;
height: 1.5rem;
background: transparent;
border: 0;
color: #ffffff;
line-height: 1;
cursor: pointer;
}
.nm-landing-phone-popup__body {
padding: 1.25rem;
max-height: 70vh;
overflow-y: auto;
}
.nm-landing-phone-popup .wpcf7-response-output:empty {
display: none;
}
.nm-landing-phone-popup .nm-cf7-form, .nm-landing-phone-popup .nm-cf7-row {
gap: 10px;
}
.nm-landing-phone-popup .nm-cf7-row--split, .nm-landing-phone-popup .nm-landing-phone-popup__slots-row {
grid-template-columns: 1fr 1fr;
}
.nm-landing-phone-popup .nm-cf7-row--split > p {
display: contents;
}
.nm-landing-phone-popup .nm-cf7-row--split > p > br {
display: none;
}
.nm-landing-phone-popup .nm-landing-phone-popup__slots-row {
display: grid;
gap: 0.75rem;
margin: 0.75rem 0;
}
.nm-landing-phone-popup .nm-landing-phone-popup__slots-row > p {
display: contents;
}
.nm-landing-phone-popup .nm-landing-phone-popup__slots-row > p > br {
display: none;
}
.nm-landing-phone-popup .nm-cf7-form input[type="tel"], .nm-landing-phone-popup .nm-cf7-form select {
border-color: transparent;
background-color: var(--color-gray-100);
}
.nm-landing-phone-popup .nm-cf7-form input[type="tel"]:hover, .nm-landing-phone-popup .nm-cf7-form select:hover {
border-color: var(--color-green-900);
}
@media (width < 768px) {
.nm-history-timeline__overline, .nm-history-timeline__heading {
padding: 0 1rem;
}
}
.nm-history-timeline__overline {
font-family: "DM Sans", sans-serif;
font-size: 20px;
font-weight: 400;
color: var(--color-purple-700);
margin: 0 0 0.5rem;
}
.nm-history-timeline__heading {
font-family: "DM Sans", sans-serif;
font-size: 1.75rem;
font-weight: 900;
line-height: 1.2;
color: var(--color-green-900);
margin: 0 0 1.5rem;
@media (width >= 1024px) {
font-size: 2.25rem;
}
}
.nm-history-timeline__scroller {
overflow-x: auto;
scroll-behavior: smooth;
cursor: grab;
padding-bottom: 0.75rem;
@media (width < 640px) {
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
}
.nm-history-timeline__scroller:active {
cursor: grabbing;
}
.nm-history-timeline__list {
display: flex;
align-items: stretch;
width: max-content;
gap: 1.5rem;
position: relative;
list-style: none;
margin: 0;
padding: 0;
@media (width < 640px) {
padding: 0 1rem;
}
}
.nm-history-timeline__list::before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 1.6875rem;
height: 3px;
background-color: #eeeeee;
z-index: 0;
}
.nm-history-timeline__item {
position: relative;
flex: 0 0 220px;
min-width: 220px;
z-index: 1;
display: flex;
flex-direction: column;
padding-bottom: 2.875rem;
@media (width >= 340px) {
flex: 0 0 260px;
min-width: 260px;
}
@media (width >= 640px) {
flex: 0 0 320px;
min-width: 320px;
}
}
.nm-history-timeline__panel {
flex: 1;
display: flex;
flex-direction: column;
background-color: #ecf9da;
border: 1px solid #ecf9da;
border-radius: 12px;
overflow: hidden;
transition: transform 0.2s linear;
}
.nm-history-timeline__item:hover .nm-history-timeline__panel {
transform: scale(1.02);
}
.nm-history-timeline__image {
width: 100%;
height: 180px;
object-fit: cover;
display: block;
}
.nm-history-timeline__description {
flex: 1;
padding: 1rem 1.25rem;
font-family: "DM Sans", sans-serif;
font-size: 15px;
line-height: 1.4;
color: var(--color-gray-800);
margin: 0;
}
.nm-history-timeline__badge {
position: absolute;
left: 1.125rem;
bottom: 0;
width: 3.375rem;
height: 3.375rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 9999px;
background-color: #eff9ee;
border: 1px solid #005537;
color: #005537;
font-family: "DM Sans", sans-serif;
font-size: 0.875rem;
font-weight: 900;
z-index: 2;
box-shadow: 0 2px 7px -3px rgb(0 85 55 / 0.8);
transition: transform 0.2s linear, background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.nm-history-timeline__item:hover .nm-history-timeline__badge {
transform: scale(1.05);
background-color: #005537;
border-color: #005537;
color: #ffffff;
}
#slider-tabs-grid .swiper, #slider-tabs-grid .swiper-container {
position: relative;
}
.slider-tabs-grid-pagination {
display: flex;
gap: 0;
position: absolute;
top: 24px;
left: 32px;
right: 32px;
z-index: 10;
padding: 4px;
background: rgba(216, 216, 216, 0.70);
border-radius: 100px;
box-sizing: border-box;
@media (max-width: 768px) {
left: 16px;
right: 16px;
}
}
.slider-tabs-grid-btn {
padding: 2px;
border: none;
background: transparent;
color: #ffffff;
font-family: "DM Sans", sans-serif;
font-size: 14px;
font-weight: 900;
cursor: pointer;
transition: all 0.3s ease-in-out;
border-radius: 100px;
text-align: center;
white-space: nowrap;
}
.slider-tabs-grid-btn:nth-child(3n+1).active {
background: #9747FF;
color: #ffffff;
}
.slider-tabs-grid-btn:nth-child(3n+2).active {
background: #005537;
color: #ffffff;
}
.slider-tabs-grid-btn:nth-child(3n+3).active {
background: #96FF00;
color: #005537;
}
.slider-tabs-grid-btn:hover:not(.active) {
background: rgba(255, 255, 255, 0.2);
}
.text-xs {
font-size: 0.75rem;
line-height: 140%;
}
.text-sm {
font-size: 0.875rem;
line-height: 140%;
}
.text-base {
font-size: 1rem;
line-height: 140%;
}
.text-lg {
font-size: 1.125rem;
line-height: 140%;
}
.text-xl {
font-size: 1.25rem;
line-height: 140%;
}
.text-2xl {
font-size: 1.5rem;
line-height: 140%;
}
.text-6 {
font-size: 1.125rem;
line-height: 120%;
}
.text-5 {
font-size: 1.5rem;
line-height: 120%;
}
.text-4 {
font-size: 1.75rem;
line-height: 120%;
}
.text-3 {
font-size: 2.25rem;
line-height: 120%;
}
.text-2 {
font-size: 2.75rem;
line-height: 120%;
}
.text-1 {
font-size: 4rem;
line-height: 120%;
}
.video-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
}
.video-popup-content {
position: relative;
width: 90%;
max-width: 80vw;
aspect-ratio: 16 / 9;
@media (max-width: 1200px) {
max-width: 90vw;
}
}
.video-popup-content--portrait {
width: auto;
max-width: 90vw;
height: 85vh;
aspect-ratio: 9 / 16;
& video {
border-radius: 20px;
}
}
.video-popup-content iframe, .video-popup-content video {
width: 100%;
height: 100%;
border-radius: 12px;
}
.video-popup-close {
position: absolute;
top: -3rem;
right: -2rem;
background: none;
border: none;
color: white;
font-size: 40px;
cursor: pointer;
@media (max-width: 1200px) {
right: 0;
}
}
.elementor-widget-breadcrumbs p#breadcrumbs {
text-wrap: nowrap;
overflow-x: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.elementor-widget-breadcrumbs p#breadcrumbs::-webkit-scrollbar {
display: none;
}
.nm-podcast-link {
position: relative;
}
.nm-podcast-link::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 78px;
height: 53px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTYiIGhlaWdodD0iMTA2IiB2aWV3Qm94PSIwIDAgMTU2IDEwNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTE1Mi42MDUgODguOTA3NUMxNTAuODE1IDk1LjM3NzkgMTQ2Ljg5MiAxMDAuODU1IDE0MC4xNzEgMTAyLjU3N0MxMjcuOTg5IDEwNS43MTMgNzggMTA2IDc4IDEwNkM3OCAxMDYgMjguMDExMiAxMDUuNzEzIDE1LjgyOTQgMTAyLjU3N0M5LjEwNzY1IDEwMC44NTUgNS4yMDc2NSA5NS4zNzc5IDMuMzk1MyA4OC45MDc1QzAuMTM3NjUyIDc3LjE4MTMgOS4yNjY4MWUtMDYgNTMgOS4yNjY4MWUtMDYgNTNDOS4yNjY4MWUtMDYgNTMgMC4xMzc2NjEgMjguODE4OCAzLjM5NTMxIDE3LjA5MjVDNS4xODQ3MiAxMC42MjIxIDkuMTA3NjYgNS4xNDU0MiAxNS44Mjk0IDMuNDIyOTJDMjguMDExMiAwLjI4NzA5MSA3OCAxLjM2MzhlLTA1IDc4IDEuMzYzOGUtMDVDNzggMS4zNjM4ZS0wNSAxMjcuOTg5IDAuMjg3MTA5IDE0MC4xNzEgMy40MjI5NEMxNDYuODkyIDUuMTQ1NDQgMTUwLjgxNSAxMC42MjIxIDE1Mi42MDUgMTcuMDkyNUMxNTUuODYyIDI4LjgxODggMTU2IDUzIDE1NiA1M0MxNTYgNTMgMTU1Ljg2MiA3Ny4xODEzIDE1Mi42MDUgODguOTA3NVoiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgPHBhdGggZD0iTTEwMy4yMzYgNTIuOTk5N0w2MS45NDE0IDc1LjA4M0w2MS45NDE0IDMwLjkxNjMiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
background-size: contain;
background-repeat: no-repeat;
pointer-events: none;
@media (min-width: 768px) {
width: 156px;
height: 106px;
}
}
.js-case-studies-swiper .swiper-button-lock {
display: none !important;
}
.elementor-widget-nomonday_expert_info > .elementor-widget-container {
width: 100%;
}
.nm-expert-info {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 32px;
align-items: start;
}
.nm-expert-info__media-column {
display: flex;
flex-direction: column;
gap: 24px;
width: 100%;
max-width: 400px;
margin-inline: auto;
}
.nm-expert-info__content {
padding-inline: 20px;
}
@media (min-width: 768px) {
.nm-expert-info {
grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
gap: 32px;
padding-inline: 20px;
}
.nm-expert-info__media-column {
max-width: none;
margin-inline: 0;
}
.nm-expert-info__content {
padding-inline: 0;
}
}
@media (min-width: 1280px) {
.nm-expert-info {
gap: 56px;
}
}
.nm-expert-info .nm-expert-info__image, .nm-expert-info .nm-expert-info__video, .nm-expert-info .nm-expert-info__video-file {
display: block;
width: 100%;
height: auto;
border-radius: 20px;
overflow: hidden;
}
.nm-expert-info__video {
position: relative;
aspect-ratio: 9 / 16;
background-color: var(--color-gray-200);
}
.nm-expert-info .nm-expert-info__video, .nm-expert-info .nm-expert-info__video-file {
max-width: calc(70vh * 9 / 16);
max-width: calc(70svh * 9 / 16);
margin-inline: auto;
}
.nm-expert-info .nm-expert-info__image {
max-width: calc(70vh * 2 / 3);
max-width: calc(70svh * 2 / 3);
margin-inline: auto;
}
.nm-expert-info .nm-expert-info__video-embed {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.nm-expert-info__links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.nm-expert-info__links-item {
margin: 0;
padding: 0;
}
.nm-expert-info__link {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border: 1px solid var(--color-green-900);
border-radius: 50%;
color: var(--color-green-900);
transition: background-color 0.2s ease, color 0.2s ease;
}
.nm-expert-info__link:hover, .nm-expert-info__link:focus-visible {
background-color: var(--color-green-900);
color: var(--color-white);
}
.nm-expert-info__link-icon {
width: 22px;
height: 22px;
}
.nm-expert-info .nm-expert-info__name {
margin: 0;
font-weight: 900;
font-size: 32px;
line-height: 1.1;
letter-spacing: -0.02em;
color: var(--color-green-900);
}
@media (min-width: 375px) {
.nm-expert-info .nm-expert-info__name {
font-size: 40px;
}
}
.nm-expert-info .nm-expert-info__role {
margin: 8px 0 0;
font-weight: 700;
font-size: 18px;
line-height: 1.3;
color: var(--color-black);
}
.nm-expert-info__bio {
margin-top: 24px;
font-size: 16px;
line-height: 1.6;
color: var(--color-gray-800);
}
.nm-expert-info__bio > *:first-child {
margin-top: 0;
}
.nm-expert-info__bio p {
margin: 0 0 16px;
}
.nm-expert-info__bio p:last-child {
margin-bottom: 0;
}
.nm-expert-info__bio b, .nm-expert-info__bio strong {
font-weight: 700;
}
.nm-expert-info__bio a {
color: var(--color-green-900);
text-decoration: underline;
}
@media (min-width: 768px) {
.nm-expert-info .nm-expert-info__name {
font-size: 44px;
}
.nm-expert-info .nm-expert-info__role {
font-size: 20px;
}
}
:root {
--e-global-color-primary: #005537;
--e-global-color-secondary: #96FF00;
--e-global-color-text: #282828;
--e-global-color-accent: #5A00B9;
--e-global-typography-primary-font-family: "DM Sans";
--e-global-typography-primary-font-weight: 600;
--e-global-typography-secondary-font-family: "DM Sans";
--e-global-typography-secondary-font-weight: 400;
--e-global-typography-text-font-family: "DM Sans";
--e-global-typography-text-font-weight: 400;
--e-global-typography-accent-font-family: "DM Sans";
--e-global-typography-accent-font-weight: 500;
--green-50: #D8EEE6;
--e-gv-bc2570c: #D8EEE6;
--green-100: #BBDFD2;
--e-gv-8f90dca: #BBDFD2;
--green-200: #9ED0BE;
--e-gv-10a5249: #9ED0BE;
--green-300: #82C1AB;
--e-gv-6e2f1a5: #82C1AB;
--green-400: #65B297;
--e-gv-44aac13: #65B297;
--green-500: #48A383;
--e-gv-aa82cea: #48A383;
--green-600: #389473;
--e-gv-ee646df: #389473;
--green-700: #298262;
--e-gv-ca1a51a: #298262;
--green-800: #206F52;
--e-gv-84f4bca: #206F52;
--green-900: #005537;
--e-gv-ed9cc2b: #005537;
--green-950: #0F4734;
--e-gv-8ce09e1: #0F4734;
--lime-100: #EAFFCC;
--e-gv-f0e9330: #EAFFCC;
--lime-200: #D5FF99;
--e-gv-4f9657c: #D5FF99;
--lime-300: #C0FF66;
--e-gv-584115a: #C0FF66;
--lime-400: #96FF00;
--e-gv-d6b07ca: #96FF00;
--lime-500: #86E400;
--e-gv-7bbbbf5: #86E400;
--lime-600: #77CB00;
--e-gv-762af0b: #77CB00;
--lime-700: #62A503;
--e-gv-8d70c97: #62A503;
--lime-800: #4A7C02;
--e-gv-c941843: #4A7C02;
--caladon-100: #B2FFDC;
--e-gv-544a870: #B2FFDC;
--caladon-200: #66FFBA;
--e-gv-d68b1e5: #66FFBA;
--caladon-300: #00FF8C;
--e-gv-7e68cd0: #00FF8C;
--caladon-400: #01EC82;
--e-gv-73a5aa2: #01EC82;
--caladon-500: #00CC70;
--e-gv-8e98cf9: #00CC70;
--caladon-600: #009954;
--e-gv-4eb127f: #009954;
--blue-50: #DDF5FA;
--e-gv-1f6e604: #DDF5FA;
--blue-100: #C0EBF6;
--e-gv-5aa473c: #C0EBF6;
--blue-200: #A3E3F2;
--e-gv-863d0e0: #A3E3F2;
--blue-300: #81D8ED;
--e-gv-d9966ac: #81D8ED;
--blue-400: #54CAE7;
--e-gv-4a6d7f9: #54CAE7;
--blue-500: #2DBEE1;
--e-gv-5407346: #2DBEE1;
--blue-600: #259FBC;
--e-gv-235afc1: #259FBC;
--blue-700: #1B7287;
--e-gv-d5f3a7b: #1B7287;
--blue-800: #125060;
--e-gv-f864442: #125060;
--blue-900: #0A313B;
--e-gv-c425412: #0A313B;
--purple-100: #F0E2FF;
--e-gv-13473f1: #F0E2FF;
--purple-200: #E1CBF8;
--e-gv-d9b15ea: #E1CBF8;
--purple-300: #C39EEA;
--e-gv-882ccb3: #C39EEA;
--purple-400: #B078EC;
--e-gv-313c5de: #B078EC;
--purple-500: #9747FF;
--e-gv-61a22b0: #9747FF;
--purple-600: #782DC7;
--e-gv-fe813a9: #782DC7;
--purple-700: #5A00B9;
--e-gv-b26229d: #5A00B9;
--purple-800: #36006F;
--e-gv-9a45e31: #36006F;
--purple-900: #24004A;
--e-gv-921f620: #24004A;
--gray-50: #f8f8f8;
--e-gv-ff19b8a: #f8f8f8;
--gray-100: #F5F5F5;
--e-gv-f749d87: #F5F5F5;
--gray-200: #EBEBEB;
--e-gv-3a76eb4: #EBEBEB;
--gray-300: #D8D8D8;
--e-gv-14af8b3: #D8D8D8;
--gray-400: #C4C4C4;
--e-gv-c0fe5d1: #C4C4C4;
--gray-500: #B1B1B1;
--e-gv-ae0ab7c: #B1B1B1;
--gray-600: #767676;
--e-gv-4569e0e: #767676;
--gray-700: #595959;
--e-gv-7ac5214: #595959;
--gray-800: #282828;
--e-gv-23f4b48: #282828;
--black: #000000;
--e-gv-e7f1da8: #000000;
--white: #ffffff;
--e-gv-bde3762: #ffffff;
--text-xs: 12px;
--e-gv-6a0a532: 12px;
--text-sm: 14px;
--e-gv-5ebe18a: 14px;
--text-base: 16px;
--e-gv-310d4fa: 16px;
--text-lg: 18px;
--e-gv-dbde53c: 18px;
--text-xl: 20px;
--e-gv-e8427be: 20px;
--text-2xl: 24px;
--e-gv-4fc231b: 24px;
--text-6: 18px;
--e-gv-2833e42: 18px;
--text-5: 24px;
--e-gv-e6ce2bb: 24px;
--text-4: 28px;
--e-gv-f3ae22f: 28px;
--text-3: 36px;
--e-gv-5d2dc75: 36px;
--text-2: 44px;
--e-gv-4d0a7f4: 44px;
--text-1: 64px;
--e-gv-391097a: 64px;
--text-3xl: 26px;
--e-gv-aef6eb4: 26px;
--DM-Sans: DM Sans;
--e-gv-eeee762: DM Sans;
}
.hide-excerpt .elementor-widget-theme-post-excerpt {
display: none;
}
.nm-post-tags {
display: flex;
flex-wrap: wrap;
margin-bottom: 16px;
}
.nm-faq-el {
margin-bottom: 0px !important;
overflow: hidden;
}
.nm-faq-el .nm-faq-el-body {
display: grid !important;
grid-template-rows: 0fr;
transition: grid-template-rows 0.25s ease-in-out, border-width 0.25s ease-in-out, padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
}
.nm-faq-el:not(.active) .nm-faq-el-body {
border-width: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.nm-faq-el .nm-faq-el-body > * {
overflow: hidden;
min-height: 0;
}
.nm-faq-el .nm-faq-el-heading {
cursor: pointer;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
transition: background-color 0.25s ease-in-out;
}
.nm-faq-el:not(.active) .nm-faq-el-heading .elementor-heading-title {
color: #282828 !important;
}
.nm-faq-el .nm-faq-el-heading .elementor-icon {
transition: transform 0.25s ease-in-out;
}
.nm-faq-el.active .nm-faq-el-heading .elementor-icon {
transform: rotate(180deg) !important;
}
.nm-faq-el.active .nm-faq-el-heading {
background-color: rgba(107, 199, 0, 0.2);
}
.nm-faq-el.active .nm-faq-el-body {
grid-template-rows: 1fr;
transition: grid-template-rows 0.25s ease-in-out, border-width 0.25s ease-in-out, padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
}
.col-span-sm-7 {
grid-column: span 7 / span 7;
}
.nm-article-search-card .elementor-widget-theme-post-featured-image {
aspect-ratio: 53 / 28;
background-color: var(--green-100);
border-radius: 10px;
}
.nm-article-search-card .elementor-widget-theme-post-featured-image img {
object-fit: contain;
max-width: 100%;
max-height: 100%;
}
.nm-article-search-card .nm-article-search-card__img-wrp {
padding: 0 !important;
}
.nm-article-search-card .nm-article-search-card__link {
font-size: .875rem;
font-weight: 700;
letter-spacing: 1.4px;
text-transform: uppercase;
color: var(--green-900);
text-align: end;
}
@media (max-width: 1024px) {
.js-benefits-swiper {
overflow-x: clip;
--e-n-carousel-slides-vertical-alignment: stretch;
}
.js-benefits-swiper .swiper {
overflow: visible;
padding: 16px 0 24px !important;
}
.js-benefits-swiper .swiper-wrapper {
align-items: stretch !important;
}
.js-benefits-swiper .swiper-slide {
height: auto !important;
}
.js-benefits-swiper .swiper-slide .e-con {
height: 100%;
}
.js-benefits-swiper {
--padding-right: 0 !important;
}
.js-benefits-swiper .swiper-slide:last-child>.elementor-element.e-con {
--margin-right: 20px !important;
}
}
.js-benefits-swiper .swiper-pagination-bullet-active {
background-color: #005537 !important;
}
.js-benefits-swiper .swiper-pagination-bullet {
transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
.js-home-offer-swiper {
overflow-x: clip;
--e-n-carousel-slides-vertical-alignment: stretch;
}
.js-home-offer-swiper .swiper {
overflow: visible;
padding: 16px 0 24px !important;
}
.js-home-offer-swiper .swiper-wrapper {
align-items: stretch !important;
}
.js-home-offer-swiper .swiper-slide {
height: auto !important;
}
.js-home-offer-swiper .swiper-slide .e-con {
height: 100%;
}
.js-home-offer-swiper {
--padding-right: 0 !important;
}
.js-home-offer-swiper .swiper-slide:last-child>.elementor-element.e-con {
--margin-right: 20px !important;
}
}
.js-home-offer-swiper .swiper-pagination-bullet-active {
background-color: #005537 !important;
}
.js-home-offer-swiper .swiper-pagination-bullet {
transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
.js-yt-shorts-swiper {
overflow-x: clip;
--e-n-carousel-slides-vertical-alignment: stretch;
}
.js-yt-shorts-swiper .swiper {
overflow: visible;
padding-bottom: 34px !important;
}
.js-yt-shorts-swiper .swiper-wrapper {
align-items: stretch !important;
}
.js-yt-shorts-swiper .swiper-slide {
height: auto !important;
}
.js-yt-shorts-swiper .swiper-slide .e-con {
height: 100%;
}
.js-yt-shorts-swiper {
--padding-right: 0 !important;
}
.js-yt-shorts-swiper .swiper-slide:last-child>.elementor-element.e-con {
--margin-right: 20px !important;
}
.js-yt-shorts-swiper .swiper-slide:last-child>.elementor-element.e-con > div {
height: 100% !important;
}
}
.js-yt-shorts-swiper .swiper-pagination-bullet-active {
background-color: #005537 !important;
}
.js-yt-shorts-swiper .swiper-pagination-bullet {
transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
.js-contact-cards-swiper {
--padding-right: 0 !important;
}
.js-contact-cards-swiper .swiper-slide:last-child>.elementor-element.e-con {
--margin-right: 20px !important;
}
}
@media (max-width: 1366px) {
.js-contact-cards-swiper {
overflow-x: clip;
--e-n-carousel-slides-vertical-alignment: stretch;
}
.js-contact-cards-swiper .swiper {
overflow: visible;
padding-bottom: 34px !important;
}
.js-contact-cards-swiper .swiper-wrapper {
align-items: stretch !important;
}
.js-contact-cards-swiper .swiper-slide {
height: auto !important;
}
}
.js-contact-cards-swiper .swiper-pagination-bullet-active {
background-color: #005537 !important;
}
.js-contact-cards-swiper .swiper-pagination-bullet {
transition: all 0.3s ease-out;
}
.nm-pagination .elementor-pagination {
margin-top: 1.5rem;
display: flex;
align-items: center;
gap: 6px;
justify-content: center;
}
@media (min-width: 400px) {
.nm-pagination .elementor-pagination {
gap: 8px;
}
}
@media (min-width: 768px) {
.nm-pagination .elementor-pagination {
gap: 12px;
}
}
.nm-pagination .elementor-pagination .page-numbers {
margin: 0 !important;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 8px;
border: 1px solid #D8D8D8;
font-size: 14px;
font-weight: 500;
color: #282828;
text-decoration: none;
transition: border-color 0.2s, color 0.2s;
}
.nm-pagination .elementor-pagination .page-numbers:hover {
border-color: #005537;
color: #005537;
}
.nm-pagination .elementor-pagination .page-numbers.current {
background-color: #005537;
color: #fff;
border-color: #005537;
}
.nm-pagination .elementor-pagination .page-numbers.dots {
border: none;
}
.elementor-widget-theme-post-content table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
font-size: 15px;
}
.elementor-widget-theme-post-content th, .elementor-widget-theme-post-content td {
border: 1px solid #D8D8D8;
padding: 10px 14px;
text-align: left;
vertical-align: top;
}
.elementor-widget-theme-post-content thead th {
background-color: #D8EEE6;
color: #005537;
}
.elementor-widget-theme-post-content table p {
margin: 0;
}
.elementor-widget-theme-post-content .nm-table-scroll {
width: 100%;
margin: 24px 0;
overflow-x: auto;
}
.elementor-widget-theme-post-content .nm-table-scroll table {
margin: 0;
min-width: 640px;
}
.nm-article-cta {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
margin: 28px 0;
}
.elementor .elementor-widget-theme-post-content .btn-secondary, .elementor .elementor-widget-theme-post-content .btn-primary-outline {
display: flex;
width: fit-content;
align-items: center;
justify-content: center;
padding-block: 12.5px;
padding-inline: 20px;
border-radius: 100px;
color: var(--green-900);
font-family: var(--DM-Sans), sans-serif;
font-size: var(--text-lg);
font-weight: 900;
letter-spacing: -0.36px;
line-height: 130%;
transition: all 300ms;
}
.elementor .elementor-widget-theme-post-content .btn-secondary {
background-color: var(--lime-400);
}
.elementor .elementor-widget-theme-post-content .btn-secondary:hover, .elementor .elementor-widget-theme-post-content .btn-secondary:focus-visible {
background-color: var(--lime-300);
}
.elementor .elementor-widget-theme-post-content .btn-primary-outline {
border: 1px solid var(--green-900);
background-color: var(--white);
}
.elementor .elementor-widget-theme-post-content .btn-primary-outline:hover, .elementor .elementor-widget-theme-post-content .btn-primary-outline:focus-visible {
background-color: var(--gray-200);
}
body.nm-no-download-file .e-883b4f7-db6b48c {
display: none !important;
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
margin: 16px 0;
}
.elementor-widget-theme-post-content li {
margin: 6px 0;
}
.elementor-widget-theme-post-content li > p {
margin: 0;
}
.wp-block-pullquote {
border: none;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
@media (min-width: 768px) {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
.wp-block-pullquote blockquote {
border: none;
border-left: solid 1px var(--color-lime-400, #96FF00);
text-align: start;
@media (min-width: 768px) {
padding-left: 4rem;
}
padding-left: 3rem;
margin-bottom: 20px;
}
.wp-block-pullquote blockquote > p {
color: var(--color-charcoal, #343434);
font-size: 1.125rem;
}
.wp-block-pullquote blockquote cite {
color: #828282;
text-transform: none;
font-size: 1.125rem;
}
.wp-block-group {
background: white;
padding: 1.25rem;
border-radius: 1.25rem;
box-shadow: 0 4px 20px 0 var(--color-gray-300, #D8D8D8);
gap: 0;
}
.wp-block-group figure {
margin-bottom: 1.25rem;
}
.wp-block-group :last-child {
margin-bottom: 0;
}
@property --tw-rotate-x {
syntax: "*";
inherits: false;
}
@property --tw-rotate-y {
syntax: "*";
inherits: false;
}
@property --tw-rotate-z {
syntax: "*";
inherits: false;
}
@property --tw-skew-x {
syntax: "*";
inherits: false;
}
@property --tw-skew-y {
syntax: "*";
inherits: false;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-leading {
syntax: "*";
inherits: false;
}
@property --tw-font-weight {
syntax: "*";
inherits: false;
}
@property --tw-tracking {
syntax: "*";
inherits: false;
}
@property --tw-duration {
syntax: "*";
inherits: false;
}
@property --tw-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-inset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
syntax: "*";
inherits: false;
}
@property --tw-ring-offset-width {
syntax: "<length>";
inherits: false;
initial-value: 0px;
}
@property --tw-ring-offset-color {
syntax: "*";
inherits: false;
initial-value: #fff;
}
@property --tw-ring-offset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-blur {
syntax: "*";
inherits: false;
}
@property --tw-brightness {
syntax: "*";
inherits: false;
}
@property --tw-contrast {
syntax: "*";
inherits: false;
}
@property --tw-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-invert {
syntax: "*";
inherits: false;
}
@property --tw-opacity {
syntax: "*";
inherits: false;
}
@property --tw-saturate {
syntax: "*";
inherits: false;
}
@property --tw-sepia {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-drop-shadow-size {
syntax: "*";
inherits: false;
}
@property --tw-ease {
syntax: "*";
inherits: false;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
--tw-rotate-x: initial;
--tw-rotate-y: initial;
--tw-rotate-z: initial;
--tw-skew-x: initial;
--tw-skew-y: initial;
--tw-border-style: solid;
--tw-leading: initial;
--tw-font-weight: initial;
--tw-tracking: initial;
--tw-duration: initial;
--tw-shadow: 0 0 #0000;
--tw-shadow-color: initial;
--tw-shadow-alpha: 100%;
--tw-inset-shadow: 0 0 #0000;
--tw-inset-shadow-color: initial;
--tw-inset-shadow-alpha: 100%;
--tw-ring-color: initial;
--tw-ring-shadow: 0 0 #0000;
--tw-inset-ring-color: initial;
--tw-inset-ring-shadow: 0 0 #0000;
--tw-ring-inset: initial;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-offset-shadow: 0 0 #0000;
--tw-outline-style: solid;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;
--tw-grayscale: initial;
--tw-hue-rotate: initial;
--tw-invert: initial;
--tw-opacity: initial;
--tw-saturate: initial;
--tw-sepia: initial;
--tw-drop-shadow: initial;
--tw-drop-shadow-color: initial;
--tw-drop-shadow-alpha: 100%;
--tw-drop-shadow-size: initial;
--tw-ease: initial;
}
}
}