@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
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] {
  display: none;
}*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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:  ;
}::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:  ;
}.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}@media (min-width: 480px){.container{
        max-width: 480px;
    }
}@media (min-width: 600px){.container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}@media (min-width: 782px){.container{
        max-width: 782px;
    }
}@media (min-width: 880px){.container{
        max-width: 880px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}@media (min-width: 1000px){.container{
        max-width: 1000px;
    }
}@media (min-width: 1232px){.container{
        max-width: 1232px;
    }
}.visible{
    visibility: visible;
}.invisible{
    visibility: hidden;
}.fixed{
    position: fixed;
}.absolute{
    position: absolute;
}.relative{
    position: relative;
}.sticky{
    position: sticky;
}.inset-0{
    inset: 0px;
}.inset-x-0{
    left: 0px;
    right: 0px;
}.bottom-0{
    bottom: 0px;
}.bottom-8{
    bottom: 2rem;
}.bottom-\[150px\]{
    bottom: 150px;
}.bottom-\[25px\]{
    bottom: 25px;
}.end-2{
    inset-inline-end: 0.5rem;
}.end-2\.5{
    inset-inline-end: 0.625rem;
}.left-0{
    left: 0px;
}.left-8{
    left: 2rem;
}.left-\[15\%\]{
    left: 15%;
}.left-\[50\%\]{
    left: 50%;
}.right-0{
    right: 0px;
}.right-\[15\%\]{
    right: 15%;
}.top-0{
    top: 0px;
}.top-12{
    top: 3rem;
}.top-2{
    top: 0.5rem;
}.top-2\.5{
    top: 0.625rem;
}.top-\[50\%\]{
    top: 50%;
}.top-\[6px\]{
    top: 6px;
}.-z-\[1\]{
    z-index: -1;
}.z-10{
    z-index: 10;
}.z-30{
    z-index: 30;
}.z-40{
    z-index: 40;
}.z-50{
    z-index: 50;
}.z-\[9999\]{
    z-index: 9999;
}.order-2{
    order: 2;
}.col-span-1{
    grid-column: span 1 / span 1;
}.col-span-2{
    grid-column: span 2 / span 2;
}.col-span-3{
    grid-column: span 3 / span 3;
}.col-span-6{
    grid-column: span 6 / span 6;
}.float-right{
    float: right;
}.m-auto{
    margin: auto;
}.-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}.mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}.mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}.mx-\[-12px\]{
    margin-left: -12px;
    margin-right: -12px;
}.mx-\[-16px\]{
    margin-left: -16px;
    margin-right: -16px;
}.mx-\[-8px\]{
    margin-left: -8px;
    margin-right: -8px;
}.mx-auto{
    margin-left: auto;
    margin-right: auto;
}.my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}.my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}.-mr-1{
    margin-right: -0.25rem;
}.mb-1{
    margin-bottom: 0.25rem;
}.mb-12{
    margin-bottom: 3rem;
}.mb-14{
    margin-bottom: 3.5rem;
}.mb-2{
    margin-bottom: 0.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-7{
    margin-bottom: 1.75rem;
}.mb-8{
    margin-bottom: 2rem;
}.ml-2{
    margin-left: 0.5rem;
}.ml-3{
    margin-left: 0.75rem;
}.ml-4{
    margin-left: 1rem;
}.ml-auto{
    margin-left: auto;
}.mr-1{
    margin-right: 0.25rem;
}.mr-2{
    margin-right: 0.5rem;
}.mr-4{
    margin-right: 1rem;
}.mr-6{
    margin-right: 1.5rem;
}.mr-\[5px\]{
    margin-right: 5px;
}.mr-auto{
    margin-right: auto;
}.ms-1{
    margin-inline-start: 0.25rem;
}.ms-2{
    margin-inline-start: 0.5rem;
}.mt-0{
    margin-top: 0px;
}.mt-10{
    margin-top: 2.5rem;
}.mt-12{
    margin-top: 3rem;
}.mt-14{
    margin-top: 3.5rem;
}.mt-2{
    margin-top: 0.5rem;
}.mt-3{
    margin-top: 0.75rem;
}.mt-4{
    margin-top: 1rem;
}.mt-5{
    margin-top: 1.25rem;
}.mt-6{
    margin-top: 1.5rem;
}.mt-8{
    margin-top: 2rem;
}.mt-\[10px\]{
    margin-top: 10px;
}.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;
}.size-10{
    width: 2.5rem;
    height: 2.5rem;
}.size-2{
    width: 0.5rem;
    height: 0.5rem;
}.h-1{
    height: 0.25rem;
}.h-10{
    height: 2.5rem;
}.h-14{
    height: 3.5rem;
}.h-16{
    height: 4rem;
}.h-2{
    height: 0.5rem;
}.h-20{
    height: 5rem;
}.h-24{
    height: 6rem;
}.h-3{
    height: 0.75rem;
}.h-32{
    height: 8rem;
}.h-36{
    height: 9rem;
}.h-4{
    height: 1rem;
}.h-40{
    height: 10rem;
}.h-44{
    height: 11rem;
}.h-48{
    height: 12rem;
}.h-5{
    height: 1.25rem;
}.h-52{
    height: 13rem;
}.h-6{
    height: 1.5rem;
}.h-60{
    height: 15rem;
}.h-64{
    height: 16rem;
}.h-8{
    height: 2rem;
}.h-80{
    height: 20rem;
}.h-\[100\%\]{
    height: 100%;
}.h-\[300px\]{
    height: 300px;
}.h-auto{
    height: auto;
}.h-full{
    height: 100%;
}.h-screen{
    height: 100vh;
}.max-h-52{
    max-height: 13rem;
}.max-h-56{
    max-height: 14rem;
}.min-h-\[226px\]{
    min-height: 226px;
}.min-h-full{
    min-height: 100%;
}.min-h-screen{
    min-height: 100vh;
}.w-0{
    width: 0px;
}.w-1{
    width: 0.25rem;
}.w-1\/3{
    width: 33.333333%;
}.w-10{
    width: 2.5rem;
}.w-16{
    width: 4rem;
}.w-24{
    width: 6rem;
}.w-3{
    width: 0.75rem;
}.w-4{
    width: 1rem;
}.w-5{
    width: 1.25rem;
}.w-56{
    width: 14rem;
}.w-6{
    width: 1.5rem;
}.w-6\/12{
    width: 50%;
}.w-7\/12{
    width: 58.333333%;
}.w-8{
    width: 2rem;
}.w-80{
    width: 20rem;
}.w-\[14px\]{
    width: 14px;
}.w-auto{
    width: auto;
}.w-full{
    width: 100%;
}.max-w-\[1032px\]{
    max-width: 1032px;
}.max-w-\[1290px\]{
    max-width: 1290px;
}.max-w-\[378px\]{
    max-width: 378px;
}.flex-shrink{
    flex-shrink: 1;
}.shrink-0{
    flex-shrink: 0;
}.flex-grow{
    flex-grow: 1;
}.grow-0{
    flex-grow: 0;
}.origin-top-right{
    transform-origin: top right;
}.translate-x-full{
    --tw-translate-x: 100%;
    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));
}.translate-y-full{
    --tw-translate-y: 100%;
    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;
}.resize{
    resize: both;
}.scroll-pr-6{
    scroll-padding-right: 1.5rem;
}.list-inside{
    list-style-position: inside;
}.list-decimal{
    list-style-type: decimal;
}.list-none{
    list-style-type: none;
}.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}.flex-row{
    flex-direction: row;
}.flex-col{
    flex-direction: column;
}.flex-wrap{
    flex-wrap: wrap;
}.place-items-center{
    place-items: center;
}.content-between{
    align-content: space-between;
}.items-center{
    align-items: center;
}.items-baseline{
    align-items: baseline;
}.justify-end{
    justify-content: flex-end;
}.justify-center{
    justify-content: center;
}.justify-between{
    justify-content: space-between;
}.gap-10{
    gap: 2.5rem;
}.gap-2{
    gap: 0.5rem;
}.gap-4{
    gap: 1rem;
}.gap-6{
    gap: 1.5rem;
}.gap-8{
    gap: 2rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.overflow-hidden{
    overflow: hidden;
}.overflow-y-auto{
    overflow-y: auto;
}.overflow-y-scroll{
    overflow-y: scroll;
}.text-wrap{
    text-wrap: wrap;
}.text-nowrap{
    text-wrap: nowrap;
}.rounded{
    border-radius: 0.25rem;
}.rounded-2xl{
    border-radius: 1rem;
}.rounded-\[12px\]{
    border-radius: 12px;
}.rounded-\[16px\]{
    border-radius: 16px;
}.rounded-\[30px\]{
    border-radius: 30px;
}.rounded-\[4px\]{
    border-radius: 4px;
}.rounded-\[50px\]{
    border-radius: 50px;
}.rounded-\[8px\]{
    border-radius: 8px;
}.rounded-full{
    border-radius: 9999px;
}.rounded-lg{
    border-radius: 0.5rem;
}.rounded-md{
    border-radius: 0.375rem;
}.rounded-xl{
    border-radius: 0.75rem;
}.rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}.rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}.rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}.rounded-tr-lg{
    border-top-right-radius: 0.5rem;
}.border{
    border-width: 1px;
}.border-2{
    border-width: 2px;
}.border-b-\[1px\]{
    border-bottom-width: 1px;
}.border-t-\[1px\]{
    border-top-width: 1px;
}.border-\[\#1E1E1ECC\]{
    border-color: #1E1E1ECC;
}.border-\[\#525252\]{
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
}.border-\[\#ebebeb\]{
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
}.border-\[\#ffffff52\]{
    border-color: #ffffff52;
}.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
}.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-b-\[\#002a4a33\]{
    border-bottom-color: #002a4a33;
}.border-t-\[\#002a4a33\]{
    border-top-color: #002a4a33;
}.bg-\[\#001220\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 18 32 / var(--tw-bg-opacity));
}.bg-\[\#002A4A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
}.bg-\[\#002a4a1a\]{
    background-color: #002a4a1a;
}.bg-\[\#353B95\]{
    --tw-bg-opacity: 1;
    background-color: rgb(53 59 149 / var(--tw-bg-opacity));
}.bg-\[\#353b95\]{
    --tw-bg-opacity: 1;
    background-color: rgb(53 59 149 / var(--tw-bg-opacity));
}.bg-\[\#EBEBEB\]{
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}.bg-\[\#FAFAF9\]{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}.bg-\[\#FFF6E5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 246 229 / var(--tw-bg-opacity));
}.bg-\[\#ffffffcc\]{
    background-color: #ffffffcc;
}.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-900\/50{
    background-color: rgb(17 24 39 / 0.5);
}.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-light\/30{
    background-color: rgb(249 250 251 / 0.3);
}.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
}.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(53 59 149 / var(--tw-bg-opacity));
}.bg-stone-200{
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}.bg-transparent{
    background-color: transparent;
}.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-black{
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-transparent{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-black{
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
}.bg-cover{
    background-size: cover;
}.bg-no-repeat{
    background-repeat: no-repeat;
}.fill-light{
    fill: #F9FAFB;
}.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}.p-0{
    padding: 0px;
}.p-2{
    padding: 0.5rem;
}.p-3{
    padding: 0.75rem;
}.p-4{
    padding: 1rem;
}.p-5{
    padding: 1.25rem;
}.p-6{
    padding: 1.5rem;
}.p-8{
    padding: 2rem;
}.p-\[14px\]{
    padding: 14px;
}.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}.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-8{
    padding-left: 2rem;
    padding-right: 2rem;
}.px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
}.px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
}.px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
}.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}.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-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
}.py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
}.py-\[3px\]{
    padding-top: 3px;
    padding-bottom: 3px;
}.py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px;
}.pb-0{
    padding-bottom: 0px;
}.pb-10{
    padding-bottom: 2.5rem;
}.pb-16{
    padding-bottom: 4rem;
}.pb-4{
    padding-bottom: 1rem;
}.pb-6{
    padding-bottom: 1.5rem;
}.pb-\[100px\]{
    padding-bottom: 100px;
}.pb-\[60px\]{
    padding-bottom: 60px;
}.pl-2{
    padding-left: 0.5rem;
}.pl-6{
    padding-left: 1.5rem;
}.pt-0{
    padding-top: 0px;
}.pt-10{
    padding-top: 2.5rem;
}.pt-16{
    padding-top: 4rem;
}.pt-3{
    padding-top: 0.75rem;
}.pt-4{
    padding-top: 1rem;
}.pt-6{
    padding-top: 1.5rem;
}.pt-\[120px\]{
    padding-top: 120px;
}.pt-\[150px\]{
    padding-top: 150px;
}.text-left{
    text-align: left;
}.text-center{
    text-align: center;
}.text-right{
    text-align: right;
}.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}.text-\[12px\]{
    font-size: 12px;
}.text-\[14px\]{
    font-size: 14px;
}.text-\[32px\]{
    font-size: 32px;
}.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}.text-h1{
    font-size: 56px;
}.text-h2{
    font-size: 32px;
}.text-h3{
    font-size: 22px;
}.text-h4{
    font-size: 18px;
}.text-h5{
    font-size: 16px;
}.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.font-black{
    font-weight: 900;
}.font-bold{
    font-weight: 700;
}.font-extrabold{
    font-weight: 800;
}.font-light{
    font-weight: 300;
}.font-medium{
    font-weight: 500;
}.font-semibold{
    font-weight: 600;
}.uppercase{
    text-transform: uppercase;
}.capitalize{
    text-transform: capitalize;
}.italic{
    font-style: italic;
}.leading-5{
    line-height: 1.25rem;
}.leading-6{
    line-height: 1.5rem;
}.leading-7{
    line-height: 1.75rem;
}.leading-none{
    line-height: 1;
}.leading-tight{
    line-height: 1.25;
}.text-\[\#002A4A\]{
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.text-\[\#1E1E1ECC\]{
    color: #1E1E1ECC;
}.text-\[\#1E1E1E\]{
    --tw-text-opacity: 1;
    color: rgb(30 30 30 / var(--tw-text-opacity));
}.text-\[\#525252\]{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}.text-\[\#FAFAF9\]{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity));
}.text-\[\#ffffffcc\]{
    color: #ffffffcc;
}.text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}.text-desc{
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-light{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity));
}.text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
    text-decoration-line: underline;
}.opacity-0{
    opacity: 0;
}.opacity-35{
    opacity: 0.35;
}.opacity-80{
    opacity: 0.8;
}.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);
}.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 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-black{
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored);
}.ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}.ring-opacity-5{
    --tw-ring-opacity: 0.05;
}.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);
}.backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.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;
}.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.duration-150{
    transition-duration: 150ms;
}.duration-200{
    transition-duration: 200ms;
}.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}.alignwide{
    margin: 2rem 0;
    max-width: 1000px !important;
}.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}.aligncenter{
    margin: 0.5rem auto;
    display: block;
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }.alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }.wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }.wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}.wp-caption{
    display: inline-block;
}.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}:root {
    --star-size: 18px;
    --star-color: #FFD640;
    --star-background: #fff;
}body{
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
}p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}@media (min-width: 880px){p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}h1,h2,h3,h4,h5,h6{
    font-family: 'Friz Quadrata Regular';
    font-weight: 400;
    line-height: 1.1;
}.base_btn{
    font-family: 'Friz Quadrata Regular';
}@media (min-width: 782px){h1{
        font-size: 56px;
    }
}h2{
    font-size: 32px;
}h3{
    font-size: 22px;
}/* We Help Make Peoples Life Better */h4{
    font-size: 18px;
}h5{
    font-size: 16px;
}h6{
    font-size: 14px;
}p, ul, ol{
    list-style-position: inside;
    list-style-type: decimal;
    list-style-type: none;
    padding: 0px;
}p a, ul a, ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}p a:hover, ul a:hover, ol a:hover{
    text-decoration-line: none;
}p, ul, ol{
    margin-bottom: 0px;
}.bg-size-100{
    background-size: 100% 100% !important;
}.error_page svg {
    margin-top: 4%;
}a{
    transition: all .3s;
}.primary-menu li a{
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn_style_1{
    background: rgb(0 0 0 / 60%);
    background-blend-mode: plus-darker;
    mix-blend-mode: normal;
    box-shadow: -11.1504px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.8584px -1.732px 12px -8px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(5.96px);
            backdrop-filter: blur(5.96px);
}.btn_style_2{
    background: rgba(255, 255, 255, 0.24);
    background-blend-mode: plus-lighter;
    mix-blend-mode: normal;
    box-shadow: -11.1504px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.8584px -1.732px 12px -8px rgba(0, 0, 0, 0.15), inset 1.92344px 1.79262px 8.28px rgba(255, 255, 255, 0.15), inset 0.994244px 0.92662px 4.14px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(3.26px);
            backdrop-filter: blur(3.26px);
}.sub_title{
    background: linear-gradient(111.77deg, rgba(255, 255, 255, 0.1024) -0.07%, rgba(255, 255, 255, 0.064) 100%);
    background-blend-mode: plus-lighter;
    mix-blend-mode: normal;
    box-shadow: -11.1504px -10.392px 48px -12px rgba(225, 225, 225, 0.15), -1.8584px -1.732px 12px -8px rgba(225, 225, 225, 0.15), inset 1.98849px 1.85324px 4px rgba(255, 255, 255, 0.15), inset 1.05929px 0.98724px 4.28px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 8px;
}.subtitle{
    background: rgba(0, 0, 0, 0.1);
}.text_with_full_img_content, .border_box{
    background: #FFFFFF;
    border: 1px solid rgba(30, 30, 30, 0.08);
    box-shadow: 0px 4px 4px rgba(30, 30, 30, 0.08);
    border-radius: 16px;
}.video_popup_btn{
    transform: translate(-50%,-50%);
}.contact_form input, .contact_form textarea {
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 42, 74, 0.2);
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
}.col-span-3 {
    grid-column: span 3 / span 3;
}.contact_form .grid {
    gap: 10px;
}.en_row_reverse .flex.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.slider_pagination .swiper-pagination-bullet{
    background-color: #002A4A;
    opacity: .25;
}.slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}.banner-section .banner_shape_01, .banner-section .banner_shape_02 {
    z-index: 9;
    opacity: .1;
}.contact_form .wpcf7-submit, .footer-widget-area .wp-element-button{
    margin-top: 10px;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.contact_form .wpcf7-submit:hover, .footer-widget-area .wp-element-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.contact_form .wpcf7-submit:focus, .footer-widget-area .wp-element-button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}.footer-widget-area .wp-element-button{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.footer-widget-area .wp-element-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.footer-widget-area ul li{
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
}.footer-widget-area ul li:after{
    position: absolute;
    top: 6px;
    left: 0px;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    content: "";
}.footer-widget-area p{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.footer-widget-area ul li a{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity));
}.footer-widget-area ul li a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.footer_copyright .wp-block-list li {
    display: inline-block;
    margin-left: 10px;
}.footer_copyright .wp-block-list li a, .footer_copyright .wp-block-list li {
    color: #fff;
}.copyright_text {
    border-top: 1px solid #fafaf980;
}.bg_gray{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}.pb-16{
    padding-bottom: 64px;
}.form_content .description p{
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.form_content .form_item input, .form_content .form_item textarea{
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: -0.02em;

}.form_content p{
   text-align: left;
}.banner_form .wpcf7-submit{
    display: inline-flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.en_row_reverse .flex.flex-wrap.justify-center.banner_form .wpcf7-submit {
    flex-direction: row-reverse;
}.banner-section .location_btn{
    display: inline-flex;
    align-items: center;
}.en_row_reverse .flex.flex-wrap.justify-center.banner-section .location_btn {
    flex-direction: row-reverse;
}.banner-section .location_btn svg{
    margin-left: 0.5rem;
}.pricing_item 
 .description ul {
    list-style: disc;
    padding: 10px 0 0 17px;
}.pricing_item .description ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
}.pricing_item .description + ul li {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}.pricing_item .description + ul li:nth-child(even) {
    background-color: transparent;
}.pricing_item .description + ul {
    background: rgba(255, 255, 255, 0.4);
}.pricing_item p {
    font-size: 14px;
    line-height: 18px;
}.total_price .total_amount {
    padding: 2px 4px;
    background: #002A4A;
    border-radius: 4px;
    color: #fff;
}.pricing_table {
    background: rgb(255 255 255 / 60%);
    border-radius: 4px;
    overflow: hidden;
}.pricing_table td {
    padding: 8px 16px;
}.pricing_table tr:nth-child(odd) {
    background-color: #fff;
}.content_box_wrapper .description ul {
    list-style: disc;
    padding: 10px 0 15px 17px;
    -moz-column-count: 2;
         column-count: 2;
}.content_box_wrapper .description ul li {
    margin-bottom: 6px;
}.accordion_items .accordion_item:nth-child(odd){
    background-color: #ffffffcc;
}.book_btn svg{
    margin-left: 0.5rem;
}.book_item_content {
    align-content: space-between;
}/* form-styles.css */.bestillingsskema_form .form-label{
    margin-bottom: 0.5rem;
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}.bestillingsskema_form .form-select{
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.bestillingsskema_form .form-textarea{
    height: 7rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.bestillingsskema_form .form-input{
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.bestillingsskema_form .form-grid p{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}.contact_form .bestillingsskema_form .form-grid p {
    gap: 10px;
}@media (min-width: 600px){.bestillingsskema_form .form-grid p{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.bestillingsskema_form br{
    display: none;
}.bestillingsskema_form .form-note{
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.bestillingsskema_form .form-text-right{
    margin-top: 1rem;
    text-align: right;
}.bestillingsskema_form .form-btn .form-button{
    margin-top: 1rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: 'Friz Quadrata Regular';
}.header_part .bestillingsskema_form .form-btn .form-button img {
    max-width: 14px;
}.header_part .bestillingsskema_form .form-btn .form-button:hover img {
    filter: brightness(0) invert(0);
}.bestillingsskema_form .form-btn .form-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.bestillingsskema_form .form-btn .form-button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}@media (min-width: 782px){.bestillingsskema_form .form-btn .form-button{
        margin-top: 1.5rem;
    }
}/* Kundetilfredshed Form css */.kund_form .form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #002A4A;
    margin-bottom: 10px;
    display: inline-block;
}.form-radio-group.form_radio .form-radio-label {
    display: block;
    margin-bottom: 10px;
}.form-radio-group.form_radio .form-radio-label .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #002A4A;
}.form-radio-group.form_radio .wpcf7-form-control-wrap {
    margin-left: 0 !important;
}.kund_form .form-input{
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.kund_form .form-rating-group{
    display: flex;
}.kund_form .form-rating-group > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.en_row_reverse .kund_form .form-rating-group.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.kund_form .form-radio-group{
    display: flex;
}.kund_form .form-radio-group > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.en_row_reverse .kund_form .form-radio-group.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.kund_form .form-radio-label{
    display: inline-flex;
    align-items: center;
}.kund_form .form-radio-label > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.en_row_reverse .flex.flex-wrap.justify-center.kund_form .form-radio-label {
    flex-direction: row-reverse;
}.kund_form .form-radio{
    height: 1rem;
    width: 1rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.kund_form .form-button-group{
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}.en_row_reverse .kund_form .form-button-group.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.en_row_reverse .flex.kund_form .form-button-group.justify-center.items-center {
    flex-direction: row-reverse;
}.kund_form .form-button .wpcf7-list-item-label{
    display: inline-block;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
    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;
}.kund_form .form-button .wpcf7-list-item-label:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.kund_form .form-button input[type="checkbox"]:checked + .wpcf7-list-item-label{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.kund_form .form-button input{
    display: none;
}.kund_form .form-textarea{
    height: 7rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.kund_form .form-submit-button{
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --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: 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;
}.kund_form .form-submit-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}.kund_form .wpcf7-list-item{
    margin: 0;
}.product-item {
    width: calc(25% - 16px); /* 3 columns on tablets */
    margin: 8px;
    float: left;
}.product-filter label, .category_check_wrapper label, .offcanvus_button{
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
}.en_row_reverse .product-filter label.flex-wrap.justify-center.items-center,.en_row_reverse  .category_check_wrapper label.flex-wrap.justify-center.items-center,.en_row_reverse  .offcanvus_button.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.en_row_reverse .flex.flex-wrap.justify-center.product-filter label,.en_row_reverse .flex.flex-wrap.justify-center .category_check_wrapper label,.en_row_reverse .flex.flex-wrap.justify-center .offcanvus_button {
    flex-direction: row-reverse;
}.product-filter label:hover, .category_check_wrapper label:hover, .offcanvus_button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.product-filter label, .category_check_wrapper label, .offcanvus_button{
    border: 1px solid rgba(0, 42, 74, 0.2);
}.product-filter label:hover img, .product-filter label.active img, .category_check_wrapper label:hover img, .category_check_wrapper label.active img, .offcanvus_button:hover svg {
    filter: brightness(0) invert(1);
}.offcanvus_button svg{
    margin-right: 6px;
}.product-filter label.active, .category_check_wrapper label.active{
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.product-filter label input{
    display: none;
}.category_check_wrapper {
    display: flex;
    flex-wrap: wrap;
}.category_check_wrapper .attribute_list_item {
    margin-right: 10px;
    margin-bottom: 10px;
}.category_check_wrapper .attribute_list_item input {
   display: none;
}.product-item .attachment-woocommerce_thumbnail {
    height: 174px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}.product-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}.product-image .no-variation-message {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-grid;
    place-content: center;
    background-color: rgb(0 0 0 / 50%);
    padding: 20px;
}.product-image .no-variation-message p {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}/* Section Title */.offcanvas_item .title{
    margin-bottom: 0.75rem;
}/* Section Title */.offcanvas_item label{
    display: flex;
    align-items: center;
}.en_row_reverse .offcanvas_item label.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.en_row_reverse .flex.flex-wrap.justify-center.offcanvas_item label {
    flex-direction: row-reverse;
}/* Category Buttons (Kister, Urner, etc.) */.category-buttons{
    margin-bottom: 1.5rem;
    display: flex;
}.category-buttons > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.en_row_reverse .category-buttons.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.category-buttons button{
    display: flex;
    align-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}.en_row_reverse .category-buttons button.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.en_row_reverse .flex.flex-wrap.justify-center.category-buttons button {
    flex-direction: row-reverse;
}.category-buttons button svg{
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
}/* Attribute Section */.attribute_list_item{
    margin-bottom: 1rem;
}.attribute-filter-wrapper, .offcanvas_item{
    margin-bottom: 2rem;
}/* Attribute Titles (Farve, Størrelser, etc.) */.attribute-filter h5{
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}/* Checkbox Label */.attribute-filter label{
    display: flex;
    align-items: center;
}.en_row_reverse .attribute-filter label.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}.en_row_reverse .flex.flex-wrap.justify-center.attribute-filter label {
    flex-direction: row-reverse;
}/* Checkbox */.offcanvas_item input[type="checkbox"]{
    margin-right: 0.5rem;
    border-radius: 9999px;
}/* Attribute Icon */.attribute-filter img.attribute-icon{
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
}/* Attribute Name */.attribute-filter label span{
    margin-right: 0.5rem;
}/* Product Count */.attribute-filter .product-count{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}.offcanvus_header .offcanvus_text{
    font-size: 14px;
    line-height: 115%;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #002A4A;
    opacity: 0.8;
}.attribute-filter-title h5{
    text-transform: capitalize;
}.product-item img{
    margin: 0 auto;
}/* Set the size of the map container */.location_map #map {
    height: 400px;
    width: 100%;
}#suggestions {
    max-height: 200px; /* Limit height */
    overflow-y: auto; /* Scroll if too many items */
    z-index: 9999; /* Ensure it appears above other elements */
    display: none; /* Initially hidden */
}.suggestion-item {
    padding: 10px; /* Add padding for clickable area */
    cursor: pointer; /* Change cursor on hover */
}.suggestion-item:hover {
    background-color: #f0f0f0; /* Highlight on hover */
}.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    line-height: 1;
    position: relative;
}.Stars::before {
    content: "☆☆☆☆☆";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.Stars::after {
    content: "★★★★★";
    letter-spacing: 3px;
    color: var(--star-color);
    width: var(--percent);
    position: absolute;
    overflow: hidden;
    left: 0;
}.dropdown_show #dropdownMenu {
    display: block;
}#dropdownMenu {
    display: none;
}.kundetilfredshed_form .input_group {
    margin-bottom: 32px;
}.kundetilfredshed_form br {
    display: none;
}.kundetilfredshed_form .form-rating-group svg {
    background: rgba(0, 42, 74, 0.1);
    border-radius: 8px !important;
    padding: 10px !important;
    height: 44px !important;
    width: 44px !important;
}.kundetilfredshed_form .form-rating-group input:checked + svg {
    background: #002A4A;
}.kundetilfredshed_form .form-rating-group input:checked + svg path {
    fill: #fff;
}.kundetilfredshed_form .form-button-group input[type="checkbox"]:checked + .wpcf7-list-item-label{
    color: #003d9d;
}.kundetilfredshed_form .form-rating-group p{
    display: flex;
}.kundetilfredshed_form .form-rating-group p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.en_row_reverse .kundetilfredshed_form .form-rating-group p.flex-wrap.justify-center.items-center {
    flex-direction: row-reverse;
}/* Hide the default radio input */.form-radio-group input[type="radio"], .attribute-group input[type="radio"]{
    display: none;
}.attribute-group .attribute-group-label{
    position: relative;
}/* Custom radio button styling */.form-radio-group .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #002A4A; /* Outer circle */
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}.attribute-group-label {
    display: flex;
    align-items: center;
}.attribute-group .attribute-group-label::before {
    content: '';
    display: inline-block;
    margin-right: 0;
    opacity: 0.6;
    border: 1px solid #002A4A;
    border-radius: 16px;
    width: 12px;
    height: 12px;
}/* Change the style when the radio button is checked */.attribute-group input[type="radio"]:checked + .attribute-group-label::before {
    background: rgb(0 42 74 / 6%);
    border: 2px solid #002A4A;
}/* Change the style when the radio button is checked */.form-radio-group input[type="radio"]:checked + .wpcf7-list-item-label::before {
    border: 6px solid #002A4A; /* Outer circle */ /* Inner filled circle when checked */
}/* Align the label text next to the custom radio */.form-radio-group .wpcf7-list-item-label {
    font-size: 18px;
    color: #002A4A; /* Text color */
    vertical-align: middle;
}.kundetilfredshed_form .form-submit-button{
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: 'Friz Quadrata Regular';
}.header_part .kundetilfredshed_form .form-submit-button img {
    max-width: 14px;
}.header_part .kundetilfredshed_form .form-submit-button:hover img {
    filter: brightness(0) invert(0);
}.kundetilfredshed_form .form-submit-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.kundetilfredshed_form .form-submit-button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}.top_dropdown svg {
    transition: .3s;
}.top_dropdown.dropdown_show svg {
    transform: rotate(180deg);
}.sticky_header.sticky_top .header_top {
    transition: .3s;
    padding: 0 !important;
    height: 0;
    opacity: 0;
    visibility: hidden;
}.sticky_top {
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 5px 60px rgb(255 255 255 / 10%);
}/* .sticky_header .header_part  {
    z-index: 99999;
    position: relative;
} */.height-full {
    height: 100vh;
}.footer_menu_offcanvas, .header_menu_offcanvas {
    bottom: -100px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}.header_menu_offcanvas.show_offcanvas {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}div#page {
    position: relative;
    z-index: 1;
    overflow: hidden;
}.offcanvas_meta a{
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    text-align: center;
    display: block;
    width: 100%;
}.offcanvas_meta a img{
    max-height: 24px;
}.offcanvas_meta .icon{
    display: block;
    margin-bottom: 8px;
    text-align: center;
}.offcanvas_meta .icon img{
    margin: 0 auto;
}.header_menu_offcanvas .primary-menu li a{
    padding: 10px 0;
}.gm-style-iw-d h3 {
    margin-bottom: 12px;
}.gm-style-iw-d p {
    margin-bottom: 7px;
}.gm-style-iw-d a {
    display: none;
}.banner-section .contact_form input, .banner-section .contact_form textarea{
    color: #fff;
}.banner-section .contact_form .wpcf7-submit{
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.text_with_full_img_content .description a {
    color: rgb(0 42 74);
    text-decoration: underline;
}.banner_content .description a {
    color: #fff;
    text-decoration: underline;
}.header_part .base_btn img {
    max-width: 14px;
}.header_part .base_btn:hover img {
    filter: brightness(0) invert(0);
}.header_contact_meta img{
    max-width: 16px;
}div#drawer-example {
    background-color: #fff;
    min-height: 100vh;
    z-index: 999999999;
}.thumb-swiper {
    max-width: 172px;
    margin-right: 0;
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(2px);
  	backdrop-filter: blur(2px);
    border-radius: 9999px;
    margin-top: 0;
}.thumb-swiper .slider_thumb {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}.image_gallery_wrapper .full_img {
    height: 369px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
}.text_with_img_box .text_with_img_description p{
    color: #fff;
}.testimonial_item_wrapper .Stars::after{
    color: #FFD640;
}.testimonial_slider_meta{
    flex: 100% 0 0;
}.img_info{
    background: linear-gradient(111.77deg, rgba(255, 255, 255, 0.288) -0.07%, rgba(255, 255, 255, 0.18) 100%);
    background-blend-mode: plus-lighter;
    mix-blend-mode: normal;
    box-shadow: -11.1504px -10.392px 48px -12px rgba(225, 225, 225, 0.15), -1.8584px -1.732px 12px -8px rgba(225, 225, 225, 0.15), inset 1.98849px 1.85324px 4px rgba(255, 255, 255, 0.15), inset 1.05929px 0.98724px 4.28px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 16px;
}.text_with_full_img .main_img{
    border: 1px solid rgba(30, 30, 30, 0.08);
    box-shadow: 0px 4px 4px rgba(30, 30, 30, 0.08);
    border-radius: 12px;
}@media (max-width: 768px) {
    .product-item {
        width: calc(50% - 16px); /* 2 columns on smaller devices */
        margin: 8px;
    }
    .pricing_item {
        margin-bottom: 20px;
    }
}@media (min-width: 1681px) {
   
}@media (max-width: 1681px) and (min-width: 1558px) {
    
}@media (min-width: 1280px) and (max-width: 1440px) {
    
    
}@media (max-width: 1280px) and (min-width: 960px) {
     
}@media (max-width: 1440px) and (min-width: 768px) {
   
}@media (max-width: 1280px) and (min-width: 960px) {
   
}@media (max-width: 960px) and (min-width: 768px) {
    .pricing_item {
        margin-bottom: 20px;
    }
}@media (min-width: 959.98px) {
    
}@media (max-width: 767.98px) {
    .py-16{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pb-16{
        padding-bottom: 3rem;
    }
    .pt-16{
        padding-top: 3rem;
    }
}/* @import "header.css"; */.hover\:border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(53 59 149 / var(--tw-border-opacity));
}.hover\:bg-\[\#353B95\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(53 59 149 / var(--tw-bg-opacity));
}.hover\:bg-\[\#3E8E3E\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(62 142 62 / var(--tw-bg-opacity));
}.hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}.hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 42 74 / var(--tw-bg-opacity));
}.hover\:bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(53 59 149 / var(--tw-bg-opacity));
}.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:text-\[\#353b95\]:hover{
    --tw-text-opacity: 1;
    color: rgb(53 59 149 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(0 42 74 / var(--tw-text-opacity));
}.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}@media (min-width: 600px){.sm\:col-span-1{
        grid-column: span 1 / span 1;
    }.sm\:block{
        display: block;
    }.sm\:w-3\/12{
        width: 25%;
    }.sm\:w-4\/12{
        width: 33.333333%;
    }.sm\:w-6\/12{
        width: 50%;
    }.sm\:w-9\/12{
        width: 75%;
    }.sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.sm\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }.sm\:py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}@media (min-width: 782px){.md\:col-span-2{
        grid-column: span 2 / span 2;
    }.md\:mb-0{
        margin-bottom: 0px;
    }.md\:mb-4{
        margin-bottom: 1rem;
    }.md\:mb-5{
        margin-bottom: 1.25rem;
    }.md\:mb-6{
        margin-bottom: 1.5rem;
    }.md\:mb-8{
        margin-bottom: 2rem;
    }.md\:mr-4{
        margin-right: 1rem;
    }.md\:mt-0{
        margin-top: 0px;
    }.md\:mt-16{
        margin-top: 4rem;
    }.md\:mt-24{
        margin-top: 6rem;
    }.md\:mt-4{
        margin-top: 1rem;
    }.md\:mt-6{
        margin-top: 1.5rem;
    }.md\:block{
        display: block;
    }.md\:flex{
        display: flex;
    }.md\:grid{
        display: grid;
    }.md\:w-10\/12{
        width: 83.333333%;
    }.md\:w-2\/12{
        width: 16.666667%;
    }.md\:w-3\/12{
        width: 25%;
    }.md\:w-4\/12{
        width: 33.333333%;
    }.md\:w-5\/12{
        width: 41.666667%;
    }.md\:w-6\/12{
        width: 50%;
    }.md\:w-7\/12{
        width: 58.333333%;
    }.md\:w-8\/12{
        width: 66.666667%;
    }.md\:w-9\/12{
        width: 75%;
    }.md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.md\:flex-nowrap{
        flex-wrap: nowrap;
    }.md\:border-r-2{
        border-right-width: 2px;
    }.md\:border-primary{
        --tw-border-opacity: 1;
        border-color: rgb(0 42 74 / var(--tw-border-opacity));
    }.md\:p-10{
        padding: 2.5rem;
    }.md\:p-4{
        padding: 1rem;
    }.md\:p-8{
        padding: 2rem;
    }.md\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }.md\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }.md\:py-\[6px\]{
        padding-top: 6px;
        padding-bottom: 6px;
    }.md\:pl-6{
        padding-left: 1.5rem;
    }.md\:pt-6{
        padding-top: 1.5rem;
    }.md\:text-center{
        text-align: center;
    }.md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }.md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }.md\:text-h1{
        font-size: 56px;
    }.md\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }.md\:leading-5{
        line-height: 1.25rem;
    }
}@media (min-width: 880px){.lg\:order-1{
        order: 1;
    }.lg\:-mx-4{
        margin-left: -1rem;
        margin-right: -1rem;
    }.lg\:mx-1{
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }.lg\:my-12{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }.lg\:mb-0{
        margin-bottom: 0px;
    }.lg\:mb-10{
        margin-bottom: 2.5rem;
    }.lg\:mb-16{
        margin-bottom: 4rem;
    }.lg\:mb-3{
        margin-bottom: 0.75rem;
    }.lg\:mb-4{
        margin-bottom: 1rem;
    }.lg\:mb-8{
        margin-bottom: 2rem;
    }.lg\:ml-2{
        margin-left: 0.5rem;
    }.lg\:ml-4{
        margin-left: 1rem;
    }.lg\:mr-10{
        margin-right: 2.5rem;
    }.lg\:mt-0{
        margin-top: 0px;
    }.lg\:mt-10{
        margin-top: 2.5rem;
    }.lg\:block{
        display: block;
    }.lg\:inline-block{
        display: inline-block;
    }.lg\:flex{
        display: flex;
    }.lg\:hidden{
        display: none;
    }.lg\:w-4\/12{
        width: 33.333333%;
    }.lg\:w-\[600px\]{
        width: 600px;
    }.lg\:w-auto{
        width: auto;
    }.lg\:items-center{
        align-items: center;
    }.lg\:justify-between{
        justify-content: space-between;
    }.lg\:bg-transparent{
        background-color: transparent;
    }.lg\:p-0{
        padding: 0px;
    }.lg\:p-10{
        padding: 2.5rem;
    }.lg\:p-8{
        padding: 2rem;
    }.lg\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }.lg\:px-\[12px\]{
        padding-left: 12px;
        padding-right: 12px;
    }.lg\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }.lg\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }.lg\:py-\[128px\]{
        padding-top: 128px;
        padding-bottom: 128px;
    }.lg\:py-\[53px\]{
        padding-top: 53px;
        padding-bottom: 53px;
    }.lg\:pb-\[185px\]{
        padding-bottom: 185px;
    }.lg\:pb-\[80px\]{
        padding-bottom: 80px;
    }.lg\:pl-14{
        padding-left: 3.5rem;
    }.lg\:pr-12{
        padding-right: 3rem;
    }.lg\:pt-\[132px\]{
        padding-top: 132px;
    }.lg\:pt-\[168px\]{
        padding-top: 168px;
    }.lg\:pt-\[212px\]{
        padding-top: 212px;
    }.lg\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }.lg\:text-h1{
        font-size: 56px;
    }
}@media (min-width: 1000px){.xl\:mb-0{
        margin-bottom: 0px;
    }.xl\:mr-0{
        margin-right: 0px;
    }.xl\:block{
        display: block;
    }.xl\:hidden{
        display: none;
    }.xl\:w-7\/12{
        width: 58.333333%;
    }.xl\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
}@media (prefers-color-scheme: dark){.dark\:bg-gray-800{
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    }.dark\:bg-gray-900\/80{
        background-color: rgb(17 24 39 / 0.8);
    }.dark\:hover\:bg-gray-600:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity));
    }.dark\:hover\:text-white:hover{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}




