*, ::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.19 | 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 {
  overflow-x: hidden;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

html {
  scroll-behavior: smooth;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
  }
}

h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 640px) {
  h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 47px;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 640px) {
  h3 {
    font-size: 23px;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media (min-width: 1536px) {
  h3 {
    line-height: 35px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h4 {
    line-height: 33px;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 23px;
    font-weight: 500;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 640px) {
  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
}

.menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu li,
  .blogtemplate ul.wp-block-list li {
  list-style-type: disc;
}

.Banner ul li {
  font-size: 18px;
  font-weight: 400 !important;
}

@media (min-width: 640px) {
  .Banner ul li {
    font-size: 20px;
  }
}

.Banner-sliders .owl-nav button.owl-next {
  margin-inline-end: 0px;
}

@media (min-width: 1024px) {
  .Banner-sliders .owl-nav button.owl-next {
    margin-inline-end: 1.5rem;
  }
}

.Banner-sliders .owl-nav button.owl-prev {
  margin-inline-end: 0px;
}

@media (min-width: 1024px) {
  .Banner-sliders .owl-nav button.owl-prev {
    margin-inline-start: 1.5rem;
  }
}

.time-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .time-menu {
    gap: 0.75rem;
  }
}

.time-menu li>span:nth-of-type(1) {
  display: flex;
  width: 100px;
}

.time-menu br {
  display: none;
}

.time-menu :last-child span {
  width: auto !important;
}

footer h4 {
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

footer ul {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 540px) {
  footer ul {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (min-width: 640px) {
  footer ul {
    gap: 0.75rem;
  }
}

footer ul li>a {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

footer ul li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

@media (min-width: 540px) {
  footer ul li {
    gap: 1rem;
  }
}

footer ul li:hover a {
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

.Im-section p,
  .section p {
  overflow-wrap: break-word;
}

.Im-section a,
  .section a {
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

.Im-section h1,
  .section h1 {
  font-size: 26px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .Im-section h1,
  .section h1 {
    font-size: 28px;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .Im-section h1,
  .section h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
  }
}

.section .p>br {
  display: none;
}

.section .wp-block-list li {
  margin-bottom: 0.5rem;
  margin-inline-start: 1rem;
  list-style-type: disc;
}

.section .wp-block-list li *::marker {
  color: rgb(26 130 129 );
}

.section .wp-block-list li::marker {
  color: rgb(26 130 129 );
}

.section h2 {
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .section h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .section h2 {
    font-size: 28px;
    font-weight: 500;
  }
}

.section h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .section h3 {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .section h3 {
    font-size: 26px;
    font-weight: 500;
  }
}

.section h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.blogtemplate h2.wp-block-heading {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .blogtemplate h2.wp-block-heading {
    padding-bottom: 25px;
  }
}

.blog-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.blogtemplate h3.wp-block-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-container-core-columns-is-layout-2 .wp-block-heading,
  .wp-container-core-columns-is-layout-3 .wp-block-heading {
  margin-top: 0px !important;
  margin-bottom: 8rem !important;
}

.blogtemplate .wp-block-list {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem !important;
  font-size: 18px;
  font-weight: 400;
}

.blogtemplate h4.wp-block-heading {
  margin-bottom: 1rem;
  font-weight: 400;
}

table td,
  th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

@media (min-width: 640px) {
  table td,
  th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
  }
}

table tr:first-of-type td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  table tr:first-of-type td {
    font-size: 18px;
    font-weight: 400;
  }
}

.blogtemplate .wp-block-table {
  overflow: auto;
}

.blogtemplate .wp-block-button a {
  margin-bottom: 1rem;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 400;
  --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: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.blogtemplate .wp-block-button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .blogtemplate .wp-block-button a {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.blogtemplate .rank-math-list-item {
  margin-bottom: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

@media (min-width: 640px) {
  .blogtemplate .rank-math-list-item {
    margin-top: 2rem;
    padding: 2rem;
  }
}

.blogtemplate h3.rank-math-question {
  margin-bottom: 1rem;
}

.blogtemplate .wp-container-core-columns-is-layout-2 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h3.wp-block-heading,
  .blogtemplate .wp-container-core-columns-is-layout-3 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h3.wp-block-heading {
  margin: 0px !important;
  margin-bottom: 1rem !important;
}

.blogtemplate .wp-container-core-columns-is-layout-2 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-list,
  .blogtemplate .wp-container-core-columns-is-layout-3 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-list {
  margin: 0px !important;
}

input[type="radio"] {
  display: none;
}

.link--block .menu p,
  .menu1 p {
  display: none !important;
}

.link--block .menu1 {
  gap: .5rem !important;
  font-size: 18px !important;
}

.list-g-disc li {
  list-style-type: disc;
}

.menu {
  padding-left: 20px;
}

.link-blocks ul {
  margin-top: 1rem !important;
}

.map-block {
  max-height: 650px !important;
}

.container {
  width: 100%;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!left-auto {
  left: auto !important;
}

.-left-full {
  left: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.z-\[-1\] {
  z-index: -1;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[99999\] {
  z-index: 99999;
}

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

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.-mt-6 {
  margin-top: -1.5rem;
}

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

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

.mb-\[15px\] {
  margin-bottom: 15px;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

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

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

.\!w-12 {
  width: 3rem !important;
}

.\!w-14 {
  width: 3.5rem !important;
}

.\!w-auto {
  width: auto !important;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

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

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-4 {
  border-right-width: 4px;
}

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

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

.border-Border {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}

.border-Teal {
  --tw-border-opacity: 1;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1));
}

.border-\[\#1A8281\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-Bgwhite {
  background-color: rgba(255, 255, 255, 0.64);
}

.bg-Teal {
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#1A8281\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FDF6EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 238 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  background-color: rgba(0,0,0,0.3);
}

.bg-salte {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 238 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pe-6 {
  padding-inline-end: 1.5rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

.text-a {
  font-size: 18px;
  font-weight: 400;
}

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

.text-body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.text-h3 {
  font-size: 26px;
  font-weight: 500;
}

.text-h4 {
  font-size: 23px;
  font-weight: 500;
}

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

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

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

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

.font-normal {
  font-weight: 400;
}

.text-Teal {
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

.text-black-900 {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

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

.shadow-\[0px_4px_13px_-2px_\#1310220f\2c 0px_4\.8px_24\.4px_-6px_\#1310221a\] {
  --tw-shadow: 0px 4px 13px -2px #1310220f,0px 4.8px 24.4px -6px #1310221a;
  --tw-shadow-colored: 0px 4px 13px -2px var(--tw-shadow-color), 0px 4.8px 24.4px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ulDiv>div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.ulDiv>div>div {
  margin-bottom: 1rem;
  flex-grow: 1;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 238 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.ulDiv>div>div>h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .ulDiv>div>div>h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .ulDiv>div>div>h3 {
    font-size: 28px;
    font-weight: 600;
  }
}

.ulDiv>div>div>ul li {
  list-style-type: disc;
}

.ulDiv>div>div>ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 18px;
}

.ulDiv.link-blocks.space-y-4 a {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.slider-wrapper .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(17 26 36 / var(--tw-bg-opacity, 1));
}

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

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

@media(max-width: 992px) {
  .blog-container {
    max-width: 860px;
  }
}

@media (min-width: 1200px) {
  .slider-wrapper .swiper-pagination-bullet {
    height: 0.875rem;
    width: 0.875rem;
  }
}

.clientSwiper>div {
  align-items: center;
}

.serviceSwiper .swiper-pagination,
.reviewSwiper .swiper-pagination,
.prosSwiper .swiper-pagination {
  position: static;
  display: none;
}

@media (max-width: 1280px) {
  .serviceSwiper .swiper-pagination,
  .reviewSwiper .swiper-pagination,
  .prosSwiper .swiper-pagination {
    display: block;
  }
}

.LendingAbout a {
  --tw-text-opacity: 1 !important;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1)) !important;
}

.blc-gradient {
  background: rgba(0, 0, 0, .7);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.teal-gradient {
  background: rgb(12, 65, 88);
  background: linear-gradient(180deg, rgba(12, 65, 88, 0) 0%, rgba(26, 130, 129, 0.35) 35%, rgba(26, 130, 129, 1) 100%);
}

.eQMHnD {
  flex-grow: 0 !important;
}

span.avtar {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  background: rgb(185, 179, 160);
}

.dots-container {
  display: flex;
}

.dot {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #000000;
  animation: pulse 2.5s infinite ease-in-out;
}

.dot:last-child {
  margin-right: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

.collapsible__drag {
  color: red !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #000000;
  }

  50% {
    transform: scale(1.2);
    background-color: #000000;
  }

  100% {
    transform: scale(0.8);
    background-color: #000000;
  }
}

.blogtemplate blockquote {
  padding: 40px 30px;
  background: #1a8281;
  color: #ffffff !important;
  margin: 30px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blogtemplate blockquote h2,
.blogtemplate blockquote h3,
.blogtemplate blockquote h4,
.blogtemplate blockquote p {
  color: #ffffff !important;
}

.blogtemplate blockquote p:first-child {
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 50px;
}

.blogtemplate blockquote a {
  background-color: #ffffff !important;
  color: #1a8281 !important;
  border: 1px solid transparent !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 16px 36px !important;
  transition: all .38s ease-in-out;
  cursor: pointer !important;
}

.blogtemplate blockquote a:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  cursor: pointer !important;
}

.wp-blogpage .accordian .accordion-content ul {
  list-style: disc !important;
  padding-left: 20px;
  margin-top: 8px;
}

.wp-blogpage ol {
  list-style: decimal !important;
}

.wp-blogpage ol.wp-block-list li a,
.wp-blogpage ul.wp-block-list li a {
  color: #1a8281 !important;
}

/* css for WP dev */

.sub-menu {
  visibility: hidden;
  left: 0px;
  top: 100%;
  z-index: 10;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0px;
  opacity: 0;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .sub-menu {
    position: absolute;
    width: 250px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  li:hover .sub-menu {
    visibility: visible;
    max-height: 500px;
    opacity: 1;
  }
}

.menu-item {
  position: relative;
}

.sub-menu a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.sub-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .sub-menu a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.side-menu.active {
  left: 0px;
  opacity: 1;
}

.submenu-open .sub-menu {
  visibility: visible;
  max-height: 500px;
  opacity: 1;
}

.menu-item-has-children .menu-item-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .menu-item-has-children .menu-item-wrapper button {
    display: none;
  }
}

#menu-header-menu > .current-menu-item > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #menu-header-menu > .current-menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(26 130 129 / var(--tw-text-opacity, 1));
  }
}

#backToTop {
  visibility: hidden;
  position: fixed;
  right: 2rem;
  bottom: 70px;
  z-index: 999;
  display: flex;
  height: 50px;
  width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(185 179 160 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: rgba(0,0,0,0.4) 0px 4px 16px 0px;
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#backToTop.show {
  visibility: visible;
  opacity: 1;
}

footer li.current-menu-item>a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.blog-container {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .blog-container {
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .blog-container {
    padding-bottom: 100px;
  }
}

.blog-container :is(ul,ol) ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog-container :is(ul,ol) li {
  list-style-type: disc;
}

.link--block .blog-container :is(ul,ol) p {
  display: none !important;
}

.blog-container :is(ul,ol) {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .blog-container :is(ul,ol) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-container ul li {
  font-weight: 400;
}

.blog-container :is(p,ul) {
  margin-bottom: 1rem;
}

.blog-container :is(h1,h2,h3,h4,h5,h6) {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

@media (min-width: 1280px) {
  .blog-container :is(h1,h2,h3,h4,h5,h6) {
    margin-top: 4rem;
  }
}

.blog-container a {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.blog-container #rank-math-faq .rank-math-list-item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  border-color: transparent;
  padding: 1rem;
  --tw-shadow: 0px 4px 13px -2px #1310220f,0px 4.8px 24.4px -6px #1310221a;
  --tw-shadow-colored: 0px 4px 13px -2px var(--tw-shadow-color), 0px 4.8px 24.4px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wp-blogpage .blog-container #rank-math-faq .rank-math-list-item .accordion-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
}

.blog-container #rank-math-faq .rank-math-list-item :is(h1,h2,h3,h4,h5,h6) {
  margin: 0px;
  margin-bottom: 1rem;
}

.wp-block-button__link{
  background: #1a8281;
  color: #fff !important;
  border-radius: 0;
  padding: 14px 28px;
}

.blog-container ul:empty {
  display: none;
}

.blog-container .wp-block-quote {
  width: 100%;
}

@media (min-width: 100%) {
  .blog-container .wp-block-quote {
    max-width: 100%;
  }
}

@media (min-width: 1670px) {
  .blog-container .wp-block-quote {
    max-width: 1670px;
  }
}

.blog-container .wp-block-quote {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-default .blog-container .wp-block-quote {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.error-404 .blog-container .wp-block-quote {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-container .wp-block-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .blog-container .wp-block-quote {
    margin-top: 4rem;
  }
}

.blog-container .wp-block-quote .wp-element-button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  border-width: 1.5px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.blog-container .wp-block-quote .wp-element-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 640px) {
  .blog-container .wp-block-quote .wp-element-button {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.blog-container .wp-block-quote h2 {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog-container .wp-block-quote p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.wp-block-buttons {
  justify-content: center;
}

.wpcf7-form :is(input,textarea) {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wpcf7-form :is(input,textarea)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.wpcf7-form :is(input,textarea)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.wpcf7-form :is(br,.wpcf7-spinner) {
  display: none;
}

.wpcf7-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wpcf7-form .form-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.wpcf7-form .form-main > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.wpcf7-form .form-main > * {
  width: 100%;
}

@media (min-width: 640px) {
  .wpcf7-form div:has(> p .wpcf7-email),
.wpcf7-form div:has(> p .wpcf7-tel) {
    width: calc(50% - 8px);
  }
}

.wpcf7-form .wpcf7-submit {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.wpcf7-form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .wpcf7-form .wpcf7-submit {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .wpcf7-form .wpcf7-submit {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .wpcf7-form .wpcf7-submit {
    margin-top: 3rem;
  }
}

.wpcf7-form a {
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0px !important;
  margin-top: 1.25rem !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.wpcf7-form .cf7ic-icon-wrapper label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.wpcf7-form .captcha-image {
  padding: 0px;
}

.page-template-default .sec-page-title {
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .page-template-default .sec-page-title {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .page-template-default .sec-page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page-template-default .sec-page-title h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-default .sec-page-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.page-template-default .sec-page-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 18px;
  font-weight: 400;
}

.ulDiv.link-blocks.page-template-default .sec-page-content a {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .page-template-default .sec-page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

.page-template-default .sec-page-content :is(ul,p) {
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .page-template-default .sec-page-content :is(ul,p) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.page-template-default .sec-page-content :is(a,h2,h3,h4,h5,h6) {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

.page-template-default .sec-page-content ul {
  list-style-type: disc;
}

.page-template-default .sec-page-content ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.page-template-default .sec-page-content ul {
  padding-left: 1.5rem;
}

.ulDiv.link-blocks.page-template-default .sec-page-content ul a {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.page-template-default .sec-page-content ul *::marker {
  color: rgb(26 130 129 );
}

.page-template-default .sec-page-content ul::marker {
  color: rgb(26 130 129 );
}

.blog-container a,
.page-template-default a{
  word-break: break-word;
}

.error-404 .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
}

.error-404 .sec-page-title {
  margin-bottom: 1.25rem;
}

.error-404 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .error-404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .error-404 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.error-404 .sec-page-content p {
  margin-bottom: 1.25rem;
}

.error-404 .las-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.error-404 .las-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .error-404 .las-btn {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .error-404 .las-btn {
    margin-top: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .error-404 .las-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }
}

.referanceSwiper .group:hover{
  padding-bottom: var(--container-height);
}

.referanceSwiper .group:hover .slide_content{
  max-height: var(--container-height) !important;
}

.blog-container .wp-block-table th,
.blog-container .wp-block-table td {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 130 129 / var(--tw-border-opacity, 1)) !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.wp-block-table .has-fixed-layout {
  table-layout: auto;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: unset;
}

@media (min-width: 1350px) {
  .wp-block-table .has-fixed-layout {
    width: 1080px;
  }
}

@media (min-width: 640px) {
  .ratgeber-template-default .sec-page-content :is(a,li,p) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.ratgeber-template-default .rank-math-list-item h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ratgeber-template-default .rank-math-list {
  margin-top: 2rem;
}

.current-menu-item .menu-item-wrapper {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.submenu-toggle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.submenu-open .submenu-toggle {
  --tw-rotate: 180deg;
  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));
}

.ratgeber-template-default ol {
  padding-left: 1.25rem;
}

.ratgeber-template-default ol li {
  list-style-type: decimal;
}

.wpcf7-submit {
  cursor: pointer;
  text-transform: uppercase;
}

footer .title_26{
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  font-weight: 500;
}

.wpcf7 .wpcf7-form-control{
  font-size: 16px !important;
}

.accordion :is(h3,ul) {
  margin: 0px;
}

.accordion p {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .lg\:bg-banner {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 640px) {
    .lg\:bg-banner {
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 768px) {
    .lg\:bg-banner {
      padding-left: 140px;
      padding-right: 140px;
    }
  }
}

.\*\:w-full > * {
  width: 100%;
}

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

.placeholder\:text-black-900::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

.placeholder\:text-black-900::placeholder {
  --tw-text-opacity: 1;
  color: rgb(17 28 36 / var(--tw-text-opacity, 1));
}

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

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-Teal:hover {
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:top-0 {
  top: 0px;
}

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

.group:hover .group-hover\:text-Teal {
  --tw-text-opacity: 1;
  color: rgb(26 130 129 / var(--tw-text-opacity, 1));
}

@media (min-width: 540px) {
  .xm\:w-\[47\%\] {
    width: 47%;
  }

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

  .xm\:text-a {
    font-size: 18px;
    font-weight: 400;
  }
}

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .sm\:gap-8 {
    gap: 2rem;
  }

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

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

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

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

  .sm\:text-h3 {
    font-size: 26px;
    font-weight: 500;
  }

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

@media (min-width: 768px) {
  .md\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

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

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

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

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

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

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

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

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

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

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

  .md\:text-h4 {
    font-size: 23px;
    font-weight: 500;
  }
}

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

  .lg\:\!absolute {
    position: absolute !important;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

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

  .lg\:mt-\[15px\] {
    margin-top: 15px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[75vh\] {
    height: 75vh;
  }

  .lg\:\!w-\[48\%\] {
    width: 48% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

  .lg\:w-\[calc\(25\%-12px\)\] {
    width: calc(25% - 12px);
  }

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

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:bg-Bgwhite {
    background-color: rgba(255, 255, 255, 0.64);
  }

  .lg\:bg-Teal {
    --tw-bg-opacity: 1;
    background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

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

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

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

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-h2 {
    font-size: 28px;
    font-weight: 500;
  }

  .lg\:text-h3 {
    font-size: 26px;
    font-weight: 500;
  }

  .lg\:text-black-900 {
    --tw-text-opacity: 1;
    color: rgb(17 28 36 / var(--tw-text-opacity, 1));
  }

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

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .\*\:lg\:w-1\/2 > * {
    width: 50%;
  }

  .lg\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }

  .group.reverse .group-\[\.reverse\]\:lg\:left-0 {
    left: 0px;
  }

  .group.reverse .group-\[\.reverse\]\:lg\:right-1\/4 {
    right: 25%;
  }

  .group.reverse .group-\[\.reverse\]\:lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1280px) {
  .xl\:-mt-\[50px\] {
    margin-top: -50px;
  }

  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

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

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pe-12 {
    padding-inline-end: 3rem;
  }

  .xl\:ps-12 {
    padding-inline-start: 3rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

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

  .xl\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-\[230px\] {
    width: 230px;
  }

  .\32xl\:w-\[calc\(50\%-4px\)\] {
    width: calc(50% - 4px);
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .\32xl\:px-\[calc\(9rem-4px\)\] {
    padding-left: calc(9rem - 4px);
    padding-right: calc(9rem - 4px);
  }
}

@media (min-width: 1680px) {
  .\34xl\:gap-6 {
    gap: 1.5rem;
  }

  .\34xl\:text-h3 {
    font-size: 26px;
    font-weight: 500;
  }
}

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

  .\33xl\:ml-\[100px\] {
    margin-left: 100px;
  }

  .\33xl\:mr-\[100px\] {
    margin-right: 100px;
  }

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

  .\33xl\:p-0 {
    padding: 0px;
  }

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

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

  .\33xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .\33xl\:pr-\[100px\] {
    padding-right: 100px;
  }

  .group.reverse .group-\[\.reverse\]\:3xl\:ml-\[100px\] {
    margin-left: 100px;
  }

  .group.reverse .group-\[\.reverse\]\:3xl\:mr-\[0\] {
    margin-right: 0;
  }

  .group.reverse .group-\[\.reverse\]\:3xl\:pl-\[100px\] {
    padding-left: 100px;
  }

  .group.reverse .group-\[\.reverse\]\:3xl\:pr-\[0\] {
    padding-right: 0;
  }
}

.\[\&_li\]\:h-\[38px\] li {
  height: 38px;
}

.\[\&_li\]\:w-\[38px\] li {
  width: 38px;
}

.\[\&_li\]\:items-center li {
  align-items: center;
}

.\[\&_li\]\:justify-center li {
  justify-content: center;
}

.\[\&_li\]\:rounded-full li {
  border-radius: 9999px;
}

.\[\&_li\]\:bg-Teal li {
  --tw-bg-opacity: 1;
  background-color: rgb(26 130 129 / var(--tw-bg-opacity, 1));
}

.\[\&_li\]\:p-2 li {
  padding: 0.5rem;
}