/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-32 {
  top: 8rem;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-60 {
  margin-bottom: -15rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[275px\] {
  width: 275px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[75px\] {
  width: 75px;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[275px\] {
  max-width: 275px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[885px\] {
  max-width: 885px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-y-60 {
  --tw-translate-y: -15rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[12\.5px\] {
  gap: 12.5px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tr-\[150px\] {
  border-top-right-radius: 150px;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-ferla_light_green {
  --tw-border-opacity: 1;
  border-color: rgb(98 214 159 / var(--tw-border-opacity));
}
.border-b-ferla_dark_green {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 67 69 / var(--tw-border-opacity));
}
.border-b-ferla_light_green {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(98 214 159 / var(--tw-border-opacity));
}
.bg-ferla_brick {
  --tw-bg-opacity: 1;
  background-color: rgb(232 127 114 / var(--tw-bg-opacity));
}
.bg-ferla_dandelion {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 156 / var(--tw-bg-opacity));
}
.bg-ferla_dark_green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 67 69 / var(--tw-bg-opacity));
}
.bg-ferla_lavender {
  --tw-bg-opacity: 1;
  background-color: rgb(157 159 235 / var(--tw-bg-opacity));
}
.bg-ferla_light_green {
  --tw-bg-opacity: 1;
  background-color: rgb(98 214 159 / var(--tw-bg-opacity));
}
.bg-ferla_sand {
  --tw-bg-opacity: 1;
  background-color: rgb(237 236 231 / var(--tw-bg-opacity));
}
.bg-ferla_sky {
  --tw-bg-opacity: 1;
  background-color: rgb(172 205 236 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-ferla_light_green {
  fill: #62D69F;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-10 {
  padding: 2.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-7 {
  padding: 1.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[12\.5px\] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pl-\[12\.5px\] {
  padding-left: 12.5px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[12\.5px\] {
  padding-right: 12.5px;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-playfair-medium {
  font-family: Playfair Display Medium, serif;
}
.font-roboto-bold {
  font-family: Roboto Bold, sans-serif;
}
.font-roboto-light {
  font-family: Roboto Light, sans-serif;
}
.font-roboto-medium {
  font-family: Roboto Medium, sans-serif;
}
.font-roboto-regular {
  font-family: Roboto Regular, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[100px\] {
  font-size: 100px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#CCD8DB\] {
  --tw-text-opacity: 1;
  color: rgb(204 216 219 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-ferla_dark_green {
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.text-ferla_light_green {
  --tw-text-opacity: 1;
  color: rgb(98 214 159 / var(--tw-text-opacity));
}
.text-ferla_sand {
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-80 {
  opacity: 0.8;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[350ms\] {
  transition-duration: 350ms;
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Light';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto-Light.woff2?f6da29cb69bf738928ee923cf919be38) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.woff2?8ebaa20606662c25529e4288029e1903) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Medium';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto-Medium.woff2?70ace3870f471997ceb71da78dcd9e13) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.woff2?002079d85a6f27587d17b6527474d43b) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display Regular';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Playfair-Display-Regular.woff2?64b2ffa00d5a02aeb1265580fc6ba8c6) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display Medium';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Playfair-Display-Medium.woff2?48a0f54e9938f2432c20083641b0fd4d) format('woff2');
}
.menu-item {
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
}
.menu-item.show {
  opacity: 1;
  transform: translateY(0);
}
a.menu-item {
  width: -moz-max-content;
  width: max-content;
  font-family: Roboto Regular, sans-serif;
}
a.menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(98 214 159 / var(--tw-text-opacity));
}
.menu-bars {
  transition: all 0.35s ease;
}
.country-selector {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.country-selector a:hover {
  transition: color 0.3s ease;
  color: #62D69F !important;
  text-decoration: none !important;
}
.wgcurrent {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
@media (min-width: 960px) {

  .wgcurrent {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.weglot-language-sv,
.weglot-language-en {
  padding: 0 !important;
  color: #EDECE7 !important;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
@media (min-width: 960px) {

  .weglot-language-sv,
.weglot-language-en {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.big-hero {
  height: auto;
  padding-top: 160px;
  padding-bottom: 200px;
}
@media (min-width: 370px) {
  .big-hero {
    height: 100vh;
    padding: unset;
  }
}
.big-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(78deg, rgba(98, 214, 159, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(180deg, rgba(2, 67, 69, 0.00) 50%, #024345 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
}
.big-hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2,67,69,1) 0%, rgba(0,0,0,0) 60%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  opacity: .5;
}
.big-hero-video {
  height: 100vh;
  padding: unset;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
@media (min-width: 782px) {
  .big-hero-video {
    display: block;
  }
}
.big-hero-video .video-container {
  height: 40%;
}
.big-hero-video .subheading br {
  display: none;
}
@media (min-width: 782px) {
  .big-hero-video .subheading br {
    display: block;
  }
}
@media (max-width: 782px) {
  .big-hero-video .ferla-container {
    padding-bottom: 20px;
    padding-top: 20px;
    align-items: center;
  }
}
@media (min-width: 376px) {
  .big-hero-video .video-container {
    height: 60%;
  }
}
@media (max-width: 782px) {
  .big-hero-video .btn-md-light-green {
    font-size: 12.5px;
    padding: 11.5px 25px;
  }
}
.case-hero {
  height: 650px;
}
.case-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(78deg, rgba(98, 214, 159, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(180deg, rgba(2, 67, 69, 0.00) 50%, #024345 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
}
.faq .faq-item button {
  padding: 25px 0;
  border-top: 0.5px solid #000000;
}
@media (min-width: 782px) {
  .faq .faq-item button {
    padding: 30px 0;
  }
}
.faq .faq-item button div {
  font-family: Playfair Display Regular, serif;
}
.faq .faq-item:last-of-type {
  border-bottom: 0.5px solid #000000;
}
.faq .wysiwyg {
  padding-bottom: 25px;
}
@media (min-width: 782px) {
  .faq .wysiwyg {
    padding-bottom: 30px;
  }
}
.image-slider .swiper {
  overflow: visible !important;
}
.image-slider .swiper-nav {
  margin-top: 40px;
  height: 66px;
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) {
  .image-slider .swiper-nav {
    margin-top: 50px;
  }
}
.image-slider .swiper-nav .swiper-button-next,
.image-slider .swiper-nav .swiper-button-prev {
  width: -moz-min-content;
  width: min-content;
  position: relative;
  left: unset;
  right: unset
}
.image-slider .swiper-button-next:after, .swiper-rtl .swiper-button-next:after,
.image-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}
.small-hero .swiper .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  right: 15px;
  bottom: 15px;
  left: unset;
  display: flex;
  gap: 10px;
}
.small-hero .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: unset;
  height: 10px;
  width: 10px;
  background: #ffffff;
  opacity: 1;
}
.small-hero.bg-ferla_light_green .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62D69F;
}
.small-hero.bg-ferla_dark_green .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #024345;
}
.small-hero.bg-ferla_sand .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62D69F;
}
.small-hero.bg-ferla_sky .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ACCDEC;
}
.small-hero.bg-ferla_lavender .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9D9FEB;
}
.small-hero.bg-ferla_dandelion .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF99C;
}
.small-hero.bg-ferla_brick .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E87F72;
}
.quote-slider .swiper {
  overflow: visible !important;
}
.quote-slider .swiper-nav {
  display: none;
}
@media (min-width: 768px) {
  .quote-slider .swiper-nav {
    height: 66px;
    display: flex;
    gap: 30px;
    margin-top: 50px;
  }
}
.quote-slider .swiper-nav .swiper-button-next,
.quote-slider .swiper-nav .swiper-button-prev {
  width: -moz-min-content;
  width: min-content;
  position: relative;
  left: unset;
  right: unset
}
.quote-slider .swiper-button-next:after, .swiper-rtl .swiper-button-next:after,
.quote-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}
.quote-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.quote-slider .swiper-slide {
	transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  max-width: 1150px;
  width: 85%;
}
@media (min-width: 600px) {

  .quote-slider .swiper-slide {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }

}
.quote-slider .swiper-nav {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {

  .quote-slider .swiper-nav {
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
  background-color: transparent;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  color: #000000;
  width: 100%;
}
.contact-form input[type="submit"] {
  padding: 12.5px 35px;
  font-size: 14px;
  transition: all 0.35s ease;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 67 69 / var(--tw-bg-opacity));
  font-family: Roboto Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
.small-hero.contact-form input[type="submit"] .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #024345;
}
.text-numbers.contact-form input[type="submit"] p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-two-column.contact-form input[type="submit"] p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contact-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 54 55 / var(--tw-bg-opacity));
}
.contact-form input[type="text"]::-moz-placeholder, .contact-form input[type="tel"]::-moz-placeholder, .contact-form input[type="email"]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #333333;
  font-family: Roboto Light, sans-serif;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
  color: #333333;
  font-family: Roboto Light, sans-serif;
}
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="tel"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #333333;
  font-family: Roboto Light, sans-serif;
}
.contact-form textarea:focus,
.contact-form input:focus{
  outline: none;
}
.contact-form textarea {
  background-color: transparent;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  height: 100px;
  width: 100%;
}
.contact-form .wpcf7-acceptance>span {
  margin: 0;
  padding-right: 12.5px;
}
.contact-form input[type="checkbox"] {
  background-color: red;
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-family: Roboto Light, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-form .wpcf7-response-output {
  background-color: #ffffff;
  border: none !important;
  padding: 20px !important;
  font-family: Roboto Light, sans-serif;
}
.text-numbers .ferla_sand p,
.text-numbers .ferla_light_green p,
.text-numbers .ferla_sky p,
.text-numbers .ferla_lavender p,
.text-numbers .ferla_dandelion p,
.text-numbers .ferla_brick p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-numbers.bg-ferla_dark_green p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-numbers .ferla_sand :is(h1, h2, h3, h4, h5, h6),
.text-numbers .ferla_light_green :is(h1, h2, h3, h4, h5, h6), 
.text-numbers .ferla_sky :is(h1, h2, h3, h4, h5, h6),
.text-numbers .ferla_lavender :is(h1, h2, h3, h4, h5, h6),
.text-numbers .ferla_dandelion :is(h1, h2, h3, h4, h5, h6),
.text-numbers .ferla_brick :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 4px;
  font-family: Playfair Display Medium, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.text-numbers .ferla_dark_green :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 4px;
  font-family: Playfair Display Medium, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
.related-posts .related-posts-grid {
  display: none;
}
.related-posts .related-posts-slider {
  display: block;
}
@media (min-width: 1150px) {
  .related-posts .related-posts-grid {
    display: grid;
  }
  
  .related-posts .related-posts-slider {
    display: none;
  }
}
.related-posts .swiper {
  overflow: visible !important;
}
.related-posts .swiper .swiper-pagination {
  margin-top: 50px;
  position: relative;
}
.related-posts .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.related-posts .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.related-posts .related-posts-slider .swiper-slide, 
.page-template-template-case-index-php .swiper-slide {
  height: auto;
  background-color: #ffffff;
}
.related-posts .related-posts-slider .swiper-slide>a,
.page-template-template-case-index-php .swiper-slide>a {
  height: 100%;
}
.single .post-info {
  border-left: 4px solid #024345;
  padding-left: 15px;
  margin-bottom: 20px;
}
.single .attachment-custom_large {
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single .content a:not(.btn-underline) {
  text-decoration: underline;
  font-weight: medium;
}
.single .content :is(h1, h2, h3, h4, h5, h6) {
  padding-top: 10px;
  font-family: Playfair Display Medium, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.single .wp-block-embed iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .single .wp-block-embed iframe {
    height: 400px;
  }
}
.post-index-filters {
  margin-bottom: 30px;
}
.post-index-filters .searchandfilter ul li {
  padding: unset;
}
.post-index-filters form ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.post-index-filters form input[type="radio"] {
  display: none;
}
.post-index-filters form ul li:not(.sf-field-category) .sf-label-radio {
  padding: unset;
  cursor: pointer;
  display: inline-block;
  padding: 7.5px 10px;
  text-transform: uppercase;
  border: 1px solid #000000;
  font-size: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto Regular, sans-serif;
}
.post-index-filters form ul .sf-option-active .sf-label-radio {
  background-color: #000000;
  color: #ffffff;
}
.service-sidebar-btn {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 17.5px 25px;
  margin-bottom: 20px;
  font-family: Roboto Medium, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.service-sidebar {
  margin-left: 35px;
}
.service-sidebar-links {
  border-left: 2px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.service-sidebar-links::after {
  display: block;
  content: '';
  height: 25px;
  margin-left: -2px;
  margin-top: -4px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 236 231 / var(--tw-bg-opacity));
}
.small-hero.service-sidebar-links::after .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62D69F;
}
.service-sidebar-links a {
  margin-left: 13px;
  font-size: 16px;
  padding: 15px;
  color: #5C5E64;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: Roboto Medium, sans-serif;
}
.service-sidebar-links a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.service-sidebar-links a.active-service {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.single-service figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.single-service figure img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-service figure figcaption {
  margin-top: 1rem;
  margin-bottom: 0px;
  font-family: Roboto Light, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.single-job-body {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.single-job-body p:not(:first-of-type):not(:empty):not(:has(> strong)) {
 margin-bottom: 20px;
}
.single-job-body p:first-of-type {
  margin-bottom: 5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.single-job-body p, 
.single-job-body li {
  font-family: Roboto Light, sans-serif;
}
.single-job-body p strong {
  font-weight: normal;
  display: block;
  margin-bottom: 25px;
  margin-top: 50px;
  font-family: Playfair Display Medium, serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.single-job-body br {
  display: none;
}
.single-job-body ul {
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-job-body em {
  font-style: normal;
  font-family: Roboto Regular, sans-serif;
}
@media (max-width: 420px) {
  .single-job-title {
    font-size: 40px;
  }
}
.single-service #content .wysiwyg :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  --tw-text-opacity: 1;
  color: rgb(98 214 159 / var(--tw-text-opacity));
}
.ferla-container {
  max-width: 1330px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wysiwyg :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.5rem;
  font-family: Playfair Display Medium, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
.text-two-column .wysiwyg > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin: unset;
}
.wysiwyg p {
  font-family: Roboto Light, sans-serif;
}
.wysiwyg a {
  border-bottom: 2px solid #62D69F;
  font-family: Roboto Regular, sans-serif;
}
.wysiwyg a:hover {
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.wysiwyg ul,
.wysiwyg ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wysiwyg ul {
  list-style-type: none;
  font-family: Roboto Light, sans-serif;
}
.wysiwyg ul li {
  display: flex;
}
.wysiwyg ul li::before {
  content: "";
  display: inline-block;
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #024345;
  margin-right: 15px;
  margin-top: 6px;
}
.wysiwyg ol {
  list-style-type: decimal;
  list-style-position: inside;
  font-family: Roboto Light, sans-serif;
}
.btn-sm-light-green {
  padding: 12.5px 35px;
  font-size: 14px;
  transition: all 0.35s ease;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(98 214 159 / var(--tw-bg-opacity));
  font-family: Roboto Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.small-hero.btn-sm-light-green .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62D69F;
}
.btn-sm-light-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 222 178 / var(--tw-bg-opacity));
}
.btn-sm-dark-green {
  padding: 12.5px 35px;
  font-size: 14px;
  transition: all 0.35s ease;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 67 69 / var(--tw-bg-opacity));
  font-family: Roboto Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
.small-hero.btn-sm-dark-green .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #024345;
}
.text-numbers.btn-sm-dark-green p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-two-column.btn-sm-dark-green p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-sm-dark-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 54 55 / var(--tw-bg-opacity));
}
.btn-md-light-green {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12.5px 30px;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(98 214 159 / var(--tw-bg-opacity));
  font-family: Roboto Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.small-hero.btn-md-light-green .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62D69F;
}
.btn-md-light-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 222 178 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .btn-md-light-green {
    font-size: 16px;
    padding: 12.5px 35px;
  }
}
.btn-sm-white {
  padding: 12.5px 35px;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 100px;
  border-radius: 0.375rem;
  font-family: Roboto Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));

}
.btn-sm-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-underline {
  display: inline-block;
  color: #000000;
  border-bottom: 2px solid #62D69F;
  transition: all 0.3s ease;
  font-family: Roboto Medium, sans-serif;
}
.btn-underline:hover {
  border-bottom: 2px solid #000000;
}
.footer-link {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 15px;
  /* color: #ffffff; */
  color: #62D69F;
  transition: all 0.3s ease;
  font-family: Roboto Regular, sans-serif;
}
.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(98 214 159 / var(--tw-text-opacity));
}
[x-cloak] { 
  display: none !important;
}
.category-tag {
  display: inline-block;
  padding: 7.5px 10px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto Regular, sans-serif;
}
.category-tag-dark {
  display: inline-block;
  padding: 7.5px 10px;
  text-transform: uppercase;
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto Regular, sans-serif;
}
.job-category-tag-dark {
  display: inline-block;
  padding: 7.5px 10px;
  text-transform: uppercase;
  border: 1px solid #000000;
  color: #000000;
  font-size: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto Regular, sans-serif;
}
@media (min-width: 768px) {
  
  .job-category-tag-dark {
    font-size: 12px;
   }
   
}
.active-category {
  background-color: #000000;
  color: #ffffff;
}
.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /* background: linear-gradient(220deg, #000 -23.49%, rgba(0, 0, 0, 0.00) 100%); */
  background: linear-gradient(245deg, #000 -23.49%, rgba(0, 0, 0, 0.00) 69.95%);
}
.contact-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), rgba(0, 0, 0, 0.00);
}
.post-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(245deg, #000 -23.49%, rgba(0, 0, 0, 0.00) 69.95%);
}
.post-card, 
.case-card,
.job-card {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.post-card:hover,
.case-card:hover,
.job-card:hover {
  box-shadow: 0 25px 50px -12px #a1e6c5;
}
.leaflet-attribution-flag {
  width: 0 !important;
}
.text-two-column .ferla_sand p,
.text-two-column .ferla_light_green p,
.text-two-column .ferla_sky p,
.text-two-column .ferla_lavender p,
.text-two-column .ferla_dandelion p,
.text-two-column .ferla_brick p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-two-column.bg-ferla_dark_green p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-two-column .ferla_sand :is(h1, h2, h3, h4, h5, h6),
.text-two-column .ferla_light_green :is(h1, h2, h3, h4, h5, h6), 
.text-two-column .ferla_sky :is(h1, h2, h3, h4, h5, h6),
.text-two-column .ferla_lavender :is(h1, h2, h3, h4, h5, h6),
.text-two-column .ferla_dandelion :is(h1, h2, h3, h4, h5, h6),
.text-two-column .ferla_brick :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(2 67 69 / var(--tw-text-opacity));
}
.text-two-column .ferla_dark_green :is(h1, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(237 236 231 / var(--tw-text-opacity));
}
.contact-card .contact-card-tel {
  font-size: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto Light, sans-serif;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.contact-card .contact-card-mail {
  font-size: 10px;
  margin-top: 0.375rem;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto Light, sans-serif;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 430px) {
  .contact-card .contact-card-tel,
  .contact-card .contact-card-mail {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  @media (min-width: 600px) {

    .contact-card .contact-card-tel,
  .contact-card .contact-card-mail {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  } 
}
.swiper-slide {
  height: auto;
}
.related-posts-sticky .post-card:nth-child(1) {
  position: relative;
}
.related-posts-sticky .post-card:nth-child(1)::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: '';
  background-image: url('https://ferla.nu/wp-content/uploads/2024/03/thumbtack-light.png');
  z-index: 1;
  background-repeat: no-repeat;
  height: 25px;
  width: 20px;
  background-size: 20px;
}
.hover\:border-b-ferla_dark_green:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 67 69 / var(--tw-border-opacity));
}
.hover\:border-b-ferla_light_green:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(98 214 159 / var(--tw-border-opacity));
}
.hover\:bg-\[\#023637\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 54 55 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#81deb2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 222 178 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 600px) {

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[234px\] {
    height: 234px;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:w-\[216px\] {
    width: 216px;
  }

  .sm\:w-\[275px\] {
    width: 275px;
  }

  .sm\:w-\[350px\] {
    width: 350px;
  }

  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-\[100px\] {
    gap: 100px;
  }

  .sm\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 782px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-\[25px\] {
    bottom: 25px;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:ml-\[25px\] {
    margin-left: 25px;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[100px\] {
    height: 100px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[390px\] {
    height: 390px;
  }

  .md\:h-\[50px\] {
    height: 50px;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:w-\[152px\] {
    width: 152px;
  }

  .md\:w-\[225px\] {
    width: 225px;
  }

  .md\:w-\[250px\] {
    width: 250px;
  }

  .md\:w-\[360px\] {
    width: 360px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[450px\] {
    width: 450px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:max-w-\[320px\] {
    max-width: 320px;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .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\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 960px) {

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[440px\] {
    height: 440px;
  }

  .lg\:w-\[170px\] {
    width: 170px;
  }

  .lg\:w-\[275px\] {
    width: 275px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-\[325px\] {
    max-width: 325px;
  }

  .lg\:max-w-\[715px\] {
    max-width: 715px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[150px\] {
    gap: 150px;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1280px) {

  .xl\:bottom-\[80px\] {
    bottom: 80px;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[96px\] {
    height: 96px;
  }

  .xl\:w-\[300px\] {
    width: 300px;
  }

  .xl\:w-\[450px\] {
    width: 450px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-\[100px\] {
    gap: 100px;
  }

  .xl\:gap-\[135px\] {
    gap: 135px;
  }

  .xl\:gap-\[150px\] {
    gap: 150px;
  }

  .xl\:gap-\[165px\] {
    gap: 165px;
  }

  .xl\:gap-\[230px\] {
    gap: 230px;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }
}

