*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

body{
  font-family: 'Poppins';
}

.noto-serif{
  font-family: 'Noto Serif', serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn {
  display: flex;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-outline-primary {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 155 163 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 155 163 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.btn-outline-primary:hover.content-block {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.btn-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-block.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-block.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-white-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.btn-white-secondary:hover.content-block {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.btn-white-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-white-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.btn-white-primary:hover.content-block {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.btn-white-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outline-white {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-outline-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 155 163 / var(--tw-text-opacity, 1));
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.section--white+.section--white {
  padding-top: 0px;
}

.abs-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item__content{
  box-shadow: 0 4px 40px rgba(0,0,0,.1);
}

.accordeon button span{
  position: relative;
  width: 20px;
  height: 2px;
}

.accordeon button span:after,
    .accordeon button span:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1))
}

.accordeon button span:before {
  --tw-rotate: 90deg;
  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));
  transition-duration: 300ms;
}

.decorated-check-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.white-block{
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
}

.blurred-white {
  background: linear-gradient(180deg, rgba(255,255,255,6) 0%, rgba(255,255,255,0.01) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.btn-transparent{
  background: linear-gradient(180deg, rgba(65, 175, 188, 0.3) 0%, rgba(65, 175, 188, 0) 100%);
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
}

.decorated-check-list ul li {
  position: relative;
  padding-inline-start: 40px;
}

.decorated-check-list p {
  margin-bottom: 20px;
}

.decorated-check-list ul li:before{
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

.accordeon.open button span:before {
  --tw-rotate: 0;
  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));
}

.counter-item{
  box-shadow: 0 4px 40px rgba(0,0,0,.05);
}

.testimonial-figure{
  box-shadow: 0 4px 70px rgba(0,0,0,.08);
}

.block-number{
  flex: 0 0 50px;
}

@media(min-width: 768px){
  .block-number{
    flex: 0 0 70px;
  }
}

.main-header__inner{
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.main-footer h4 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.main-footer ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main-footer ul li {
  position: relative;
  padding-inline-start: 1rem;
}

.main-footer ul li::before{
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  left: 0px;
  top: 3px
}

.container .container {
  padding-left: 0px;
  padding-right: 0px;
}

.content-block.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.content-block.bg-light-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 232 / var(--tw-bg-opacity, 1));
}

.content-block.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.content-block.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.section--content-image p:not(:last-child), .section--content-image ul:not(:last-child) {
  margin-bottom: 1.25rem;
}

.section--content-image ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section--content-image ul li {
  position: relative;
  padding-inline-start: 1.75rem;
}

.map-wrapper iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.section--content-image ul li:before{
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 2px
}

.content-title strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

.team-member{
  box-shadow: 0 4px 40px rgba(194, 194, 194, 0.1);
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-\[20px\] {
  left: -20px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-\[3px\] {
  top: 3px;
}

.top-full {
  top: 100%;
}

.top-8 {
  top: 2rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-auto {
  margin-inline-end: auto;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-auto {
  margin-inline-start: auto;
}

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

.mt-12 {
  margin-top: 3rem;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

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

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

.w-\[40\%\] {
  width: 40%;
}

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

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

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

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

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

.w-\[calc\(100\%\+40px\)\] {
  width: calc(100% + 40px);
}

.w-\[calc\(100\%-70px\)\] {
  width: calc(100% - 70px);
}

.w-full {
  width: 100%;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.translate-y-\[12\%\] {
  --tw-translate-y: 12%;
  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));
}

.transform {
  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));
}

.resize {
  resize: both;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[27px\] {
  gap: 27px;
}

.gap-\[28px\] {
  gap: 28px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[38px\] {
  gap: 38px;
}

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

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[84px\] {
  gap: 84px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#949494\] {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity, 1));
}

.border-\[\#A3B5C1\] {
  --tw-border-opacity: 1;
  border-color: rgb(163 181 193 / var(--tw-border-opacity, 1));
}

.border-\[\#CFCFCF\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 207 207 / var(--tw-border-opacity, 1));
}

.border-\[\#D0D0D0\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#E2E2E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
}

.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-\[\#e4e4e4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.bg-\[\#F0F3E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0FBF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 251 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F5F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F9FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8FAF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 249 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[46px\] {
  padding-left: 46px;
  padding-right: 46px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-\[76px\] {
  padding-top: 76px;
  padding-bottom: 76px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pb-\[125\%\] {
  padding-bottom: 125%;
}

.pb-\[60\%\] {
  padding-bottom: 60%;
}

.pb-\[80\%\] {
  padding-bottom: 80%;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[160px\] {
  padding-top: 160px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[220px\] {
  padding-top: 220px;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pt-\[180px\] {
  padding-top: 180px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.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-\[12px\] {
  font-size: 12px;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.text-\[\#090B0E\] {
  --tw-text-opacity: 1;
  color: rgb(9 11 14 / var(--tw-text-opacity, 1));
}

.text-\[\#1F1F1F\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.text-\[\#1d1d1d\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#3C3C3C\] {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}

.text-\[\#3C4959\] {
  --tw-text-opacity: 1;
  color: rgb(60 73 89 / var(--tw-text-opacity, 1));
}

.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#4F4F4F\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.text-\[\#949494\] {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity, 1));
}

.text-\[\#FF9E2A\] {
  --tw-text-opacity: 1;
  color: rgb(255 158 42 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 155 163 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.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);
}

.invert {
  --tw-invert: invert(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);
}

.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.frm-fluent-form .ff-t-container{
  align-items: end;
}

.type-radios input:checked+span img{
  filter: brightness(0) invert(1);
}

.form-decorated-list {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 15px;
}

.main-form-wrapper .ff-default .ff-el-form-control {
  height: 41px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.main-form-wrapper .ff-default .ff-el-form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 163 / var(--tw-border-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
  display: flex;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.content-block.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
  width: 100%;
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus.content-block {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style):not([data-action="prev"]):after{
  content: "\f061";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-inline-start: 0.75rem;
}

.main-form-wrapper .ff-default .ff-btn-secondary:not(.ff_btn_no_style):not([data-action="next"]):before{
  content: "\f060";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-inline-end: 0.75rem;
}

.main-form-wrapper .ff-default .ff-btn.ff-btn-submit.ff_btn_no_style {
  display: flex;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.content-block.main-form-wrapper .ff-default .ff-btn.ff-btn-submit.ff_btn_no_style {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn.ff-btn-submit.ff_btn_no_style {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.main-form-wrapper .ff-default .ff-btn.ff-btn-submit.ff_btn_no_style:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-form-wrapper .ff-default .ff-btn.ff-btn-submit.ff_btn_no_style {
  margin-inline-start: auto;
}

.main-form-wrapper .ff-default .ff-btn.ff-btn-submit.ff_btn_no_style:after{
  content: "\f061";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-inline-start: 0.75rem;
}

.main-form-wrapper .fluentform .ff-step-titles li:after {
  top: 24px;
  height: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

.content-block.main-form-wrapper .fluentform .ff-step-titles li.ff_active:after,.content-block .fluentform .ff-step-titles li.ff_completed:after {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .fluentform .ff-step-titles li.ff_active:after, .fluentform .ff-step-titles li.ff_completed:after {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .fluentform .ff-step-titles li.ff_active, .fluentform .ff-step-titles li.ff_completed {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}

.main-form-wrapper .fluentform .ff-step-titles li:before {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1)) !important;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity, 1));
}

.content-block.main-form-wrapper .fluentform .ff-step-titles li.ff_active:before,.content-block .fluentform .ff-step-titles li.ff_completed:before {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.main-form-wrapper .fluentform .ff-step-titles li.ff_active:before, .fluentform .ff-step-titles li.ff_completed:before {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1)) !important;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ff-default .ff-el-input--label label{
  font-weight: 400;
  color: #616161;
}

[data-name="ff_cn_id_4"] .ff-t-column-2 .ff-el-input--content{
  position: relative;
}

[data-name="ff_cn_id_4"] .ff-t-column-2 .ff-el-input--content:after{
  content: "\f133";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  position: absolute;
  right: 1rem;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-inline-start: 0.75rem;
  height: -moz-fit-content;
  height: fit-content;
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

[data-name="ff_cn_id_4"] .ff-t-column-2 .ff-el-input--content .ff-el-form-control{
  background: transparent;
}

.ff-el-input--content .ff-el-form-control:focus,
.ff-el-input--content .ff-el-form-control:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 64 131 / var(--tw-border-opacity, 1));
}

.ff-default .ff-el-form-control{
  border: solid 1px #9E9E9E;
}

.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(10 150 66 / var(--tw-text-opacity, 1));
}

.two-colums-list {
  margin-top: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .two-colums-list {
    display: grid;
  }
}

.two-colums-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.two-colums-list ul li {
  position: relative;
  padding-inline-start: 30px;
}

.two-colums-list ul li:before{
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.navigation .menu-item.current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

@media(min-width: 1024px) and (max-width: 1440px){
  .navigation{
    gap: 22px !important;
  }

  .navigation .menu-item{
    font-size: 16px !important;
  }
}

.group:nth-child(even) .group-even\:bg-primary.content-block {
  --tw-bg-opacity: 1;
  background-color: rgb(65 175 188 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-secondary.content-block {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.before\:transform::before {
  content: var(--tw-content);
  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));
}

.hover\:text-primaryDark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 124 130 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

.group:last-child .group-last\:hidden {
  display: none;
}

.group:nth-child(even) .group-even\:order-1 {
  order: 1;
}

.group:nth-child(even) .group-even\:order-2 {
  order: 2;
}

.group:nth-child(even) .group-even\:ms-auto {
  margin-inline-start: auto;
}

.group:nth-child(even) .group-even\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 163 / var(--tw-bg-opacity, 1));
}

.group:nth-child(even) .group-even\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:nth-child(even) .group-even\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 155 163 / var(--tw-text-opacity, 1));
}

.group:nth-child(even) .group-even\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(233 64 131 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 64 131 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:h-\[70px\] {
    height: 70px;
  }

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

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

@media (min-width: 1024px) {
  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:-translate-y-\[50\%\] {
    --tw-translate-y: -50%;
    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));
  }

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

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

  .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\:items-center {
    align-items: center;
  }

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

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

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

  .lg\:gap-x-\[44px\] {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px;
  }

  .lg\:py-\[76px\] {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .lg\:pb-\[250px\] {
    padding-bottom: 250px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-\[200px\] {
    padding-top: 200px;
  }

  .lg\:pt-\[220px\] {
    padding-top: 220px;
  }

  .lg\:pt-\[236px\] {
    padding-top: 236px;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:\!block {
    display: block !important;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

.main-footer a{
	transition: .3s ease-in-out;
}
.main-footer a:hover{
	color: rgb(233 64 131 / var(--tw-text-opacity, 1));
}

.main-footer .wp-block-paragraph a{
	display: inline-block;
}

.splide__arrow--next,
.splide__arrow--prev{
    background: rgb(233 64 131);
    opacity: 1;
}

.splide__arrow--prev{
    transform: translateX(-50%);
}

.splide__arrow--next{
    transform: translateX(50%);
}

.splide__arrow--next path,
.splide__arrow--prev path{
    fill: #FFFFFF !important;
}

@media(max-width: 991px){
	.hide-in-mobile{
		display: none !important;
	}
}