/*
Template Name: Appexy - Tailwind CSS Landing Page Template
Version: 1.0
Author: CoderThemes
Email: support@coderthemes.com
File: Main Css File
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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;
}
p {font-size:15px !important;color:rgba(0,32,62,0.8) !important;letter-spacing:-0.3px !important}
/*
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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-bottom-3{
  bottom: -0.75rem;
}
.-right-16{
  right: -4rem;
}
.-right-20{
  right: -5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.end-2{
  inset-inline-end: 0.5rem;
}
.end-5{
  inset-inline-end: 1.25rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-\[-35px\]{
  right: -35px;
}
.start-4{
  inset-inline-start: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2\/4{
  top: 50%;
}
.top-\[32px\]{
  top: 32px;
}
.top-auto{
  top: auto;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-3{
  margin: 0.75rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mt-80{
  margin-top: -20rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.me-2{
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.me-32{
  -webkit-margin-end: 8rem;
          margin-inline-end: 8rem;
}
.ms-1{
  -webkit-margin-start: 0.25rem;
          margin-inline-start: 0.25rem;
}
.ms-2{
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.ms-32{
  -webkit-margin-start: 8rem;
          margin-inline-start: 8rem;
}
.ms-4{
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
}
.ms-auto{
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 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-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-px{
  margin-top: 1px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[62px\]{
  min-height: 62px;
}
.min-h-full{
  min-height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-36{
  width: 9rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[170px\]{
  width: 170px;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.grow{
  flex-grow: 1;
}
.basis-full{
  flex-basis: 100%;
}
.-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-45{
  --tw-rotate: -45deg;
  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-45{
  --tw-rotate: 45deg;
  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));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.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-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-8{
  border-width: 8px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity));
}
.border-primary\/20{
  border-color: rgb(13 110 253 / 0.2);
}
.border-transparent{
  border-color: transparent;
}
.border-white\/\[0\.2\]{
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#343a40\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 58 64 / var(--tw-bg-opacity));
}
.bg-\[\#484d53\]{
  --tw-bg-opacity: 1;
  background-color: rgb(72 77 83 / var(--tw-bg-opacity));
}
.bg-\[\#495057\]{
  --tw-bg-opacity: 1;
  background-color: rgb(73 80 87 / var(--tw-bg-opacity));
}
.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}
.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity));
}
.bg-primary\/10{
  background-color: rgb(13 110 253 / 0.1);
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\.\.\/images\/heros\/hero-6-bg-1\.jpg\'\)\]{
  background-image: url('../images/heros/hero-6-bg-1.jpg');
}
.bg-\[url\(\'\.\.\/images\/heros\/hero-6-bg-2\.jpg\'\)\]{
  background-image: url('../images/heros/hero-6-bg-2.jpg');
}
.bg-\[url\(\'\.\.\/images\/heros\/hero-6-bg-3\.jpg\'\)\]{
  background-image: url('../images/heros/hero-6-bg-3.jpg');
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary{
  --tw-gradient-from: #0d6efd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 110 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-400{
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-600{
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-300{
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}
.to-blue-400{
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-rose-300{
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-transparent{
  fill: transparent;
}
.stroke-primary{
  stroke: #0d6efd;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-96{
  padding-bottom: 24rem;
}
.pe-44{
  -webkit-padding-end: 11rem;
          padding-inline-end: 11rem;
}
.ps-12{
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-48{
  padding-top: 12rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl\/none{
  font-size: 1.5rem;
  line-height: 1;
}
.text-2xl\/tight{
  font-size: 1.5rem;
  line-height: 1.25;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-5xl\/snug{
  font-size: 3rem;
  line-height: 1.375;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/normal{
  font-size: 1rem;
  line-height: 1.5;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/7{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/normal{
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xl\/none{
  font-size: 1.25rem;
  line-height: 1;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-8{
  line-height: 2rem;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}
.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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-transparent{
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html{
  position: relative;
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.app-content h1 {letter-spacing:-3px;font-weight:700 !important;color:#07223D !important}
.app-content h2 {letter-spacing:-1px;font-weight:700 !important;color:#07223D !important}
.app-content h3 {letter-spacing:-1px;font-weight:700 !important;color:#0252CA !important;font-size:20px !important;}

.swiper-1{
  padding-left: 3rem;
  padding-right: 3rem;
}
.swiper-1 .swiper-slide{
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
}
.swiper-1 .swiper-slide.swiper-slide-active{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
  --tw-shadow: 0px 5px 20px 0px #343a401a;
  --tw-shadow-colored: 0px 5px 20px 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);
}

.swiper-pagination-bullets-dynamic{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity));
  --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(2px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 110 253 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.header{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 40;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .header{
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.header .navbar-nav{
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px){
  .header .navbar-nav{
    margin-top: 0px;
  }
}
.header .navbar-nav .nav-link{
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){
  .header .navbar-nav .nav-link{
    display: block;
  }
}
.header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 1px;
  border-radius: 0.5rem;
  border-bottom-width: 2px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header .navbar-nav .nav-btn-link{
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.header .navbar-nav .nav-btn{
  display: flex;
  width: 6rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header.header-light .navbar-brand .logo-light{
  display: none;
}
@media (min-width: 1024px){
  .header.header-light .navbar-brand .logo-light{
    display: block;
  }
}
.header.header-light .navbar-brand .logo-dark{
  display: block;
}
@media (min-width: 1024px){
  .header.header-light .navbar-brand .logo-dark{
    display: none;
  }
}
.header.header-light .navbar-nav .nav-link{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header.header-light .navbar-nav .nav-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .header.header-light .navbar-nav .nav-link{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
}
.header.header-light .navbar-nav .active .nav-link{
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .header.header-light .navbar-nav .active .nav-link{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.header.header-light .navbar-nav .active .nav-link::after{
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity));
}
@media (min-width: 1024px){
  .header.header-light .navbar-nav .active .nav-link::after{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}
.header.header-light .navbar-nav .nav-btn-link{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .header.header-light .navbar-nav .nav-btn-link{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.header.header-light .navbar-nav .nav-btn{
  border-color: rgb(13 110 253 / 0.25);
  background-color: rgb(13 110 253 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}
.header.header-light .navbar-nav .nav-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .header.header-light .navbar-nav .nav-btn{
    border-color: rgb(255 255 255 / 0.25);
    background-color: rgb(255 255 255 / 0.1);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .header.header-light .navbar-nav .nav-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
  }
}
.header.header-dark .navbar-brand .logo-light, .header.nav-sticky .navbar-brand .logo-light{
  display: none;
}
.header.header-dark .navbar-brand .logo-dark, .header.nav-sticky .navbar-brand .logo-dark{
  display: block;
}
.header.header-dark .navbar-nav .nav-item .nav-link, .header.nav-sticky .navbar-nav .nav-item .nav-link{
  --tw-text-opacity: 1;
  color: rgb(7 34 61 / var(--tw-text-opacity));
}
.header.header-dark .navbar-nav .nav-item.active .nav-link, .header.nav-sticky .navbar-nav .nav-item.active .nav-link{
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}
.header.header-dark .navbar-nav .nav-item.active .nav-link::after, .header.nav-sticky .navbar-nav .nav-item.active .nav-link::after{
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity));
}
.header.header-dark .navbar-nav .nav-btn-link, .header.nav-sticky .navbar-nav .nav-btn-link{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.header.header-dark .navbar-nav .nav-btn, .header.nav-sticky .navbar-nav .nav-btn{
  border-color: rgb(13 110 253 / 0.2);
  background-color: rgb(13 110 253 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}
.header.header-dark .navbar-nav .nav-btn:hover, .header.nav-sticky .navbar-nav .nav-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header.nav-sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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);
}
.header.nav-sticky .navbar-nav{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.header.nav-sticky .navbar-nav .nav-item .nav-link{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.header.nav-sticky .navbar-nav .nav-btn-link{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.placeholder\:text-white\/50::-moz-placeholder{
  color: rgb(255 255 255 / 0.5);
}
.placeholder\:text-white\/50::placeholder{
  color: rgb(255 255 255 / 0.5);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-8::after{
  content: var(--tw-content);
  bottom: -2rem;
}
.after\:-left-12::after{
  content: var(--tw-content);
  left: -3rem;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:-z-10::after{
  content: var(--tw-content);
  z-index: -10;
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.after\:h-0::after{
  content: var(--tw-content);
  height: 0px;
}
.after\:h-32::after{
  content: var(--tw-content);
  height: 8rem;
}
.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}
.after\:w-32::after{
  content: var(--tw-content);
  width: 8rem;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-blue-600::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.after\:bg-\[url\(\'\.\.\/images\/dot\.png\'\)\]::after{
  content: var(--tw-content);
  background-image: url('../images/dot.png');
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-white\/5:hover{
  border-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-green-500\/80:hover{
  background-color: rgb(34 197 94 / 0.8);
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:ps-3:hover{
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-slate-100:hover{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover{
  --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);
}
.hover\:shadow-black\/50:hover{
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-primary\/40:hover{
  --tw-shadow-color: rgb(13 110 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:after\:h-\[5px\]:hover::after{
  content: var(--tw-content);
  height: 5px;
}
.hover\:after\:w-\[5px\]:hover::after{
  content: var(--tw-content);
  width: 5px;
}
.hover\:after\:items-center:hover::after{
  content: var(--tw-content);
  align-items: center;
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --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(0px + 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);
}
.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}
.group:hover .group-hover\:w-10\/12{
  width: 83.333333%;
}
.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}
.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.fc-collapse.open .fc-collapse-open\:-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));
}
.fc-collapse.open .fc-collapse-open\:rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.fc-collapse.open .fc-collapse-open\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.fc-collapse.open.fc-collapse-open\:-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));
}
.fc-collapse.open.fc-collapse-open\:rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.fc-collapse.open.fc-collapse-open\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.fc-modal.open .fc-modal-open\:flex{
  display: flex;
}
.fc-modal.open .fc-modal-open\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.fc-modal.open.fc-modal-open\:flex{
  display: flex;
}
.fc-modal.open.fc-modal-open\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
:is(.dark .dark\:border-gray-700){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-700){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
:is(.dark .dark\:bg-amber-100\/5){
  background-color: rgb(254 243 199 / 0.05);
}
:is(.dark .dark\:bg-blue-100\/5){
  background-color: rgb(219 234 254 / 0.05);
}
:is(.dark .dark\:bg-emerald-100\/5){
  background-color: rgb(209 250 229 / 0.05);
}
:is(.dark .dark\:bg-slate-800){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-opacity-80){
  --tw-bg-opacity: 0.8;
}
:is(.dark .dark\:text-gray-400){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:h-\[700px\]{
    height: 700px;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-5xl\/snug{
    font-size: 3rem;
    line-height: 1.375;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:me-24{
    -webkit-margin-end: 6rem;
            margin-inline-end: 6rem;
  }
  .lg\:ms-24{
    -webkit-margin-start: 6rem;
            margin-inline-start: 6rem;
  }
  .lg\:ms-auto{
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:pb-36{
    padding-bottom: 9rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:ms-3{
    -webkit-margin-start: 0.75rem;
            margin-inline-start: 0.75rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tab-content{opacity:0;transition:opacity .4s ease;position:absolute;inset:0;pointer-events:none;}
.tab-content.show{opacity:1;position:relative;pointer-events:auto}
.tab-link{display:block;padding:1rem;border-radius:.5rem;transition:background .3s ease}
.tab-link:hover{background-color:#fff;box-shadow:0 4px 6px #0000001a}
.tab-link.active{background-color:#E2EDFE;}
.lead {font-size:22px !important;font-weight:600;letter-spacing:-1px !important;color:#004482;text-align:center}



#outer{position:relative;overflow:hidden}
.innerPop{font-size:10px;position:absolute;font-weight:700;padding:7px 10px;border:3px solid #fff;background:rgba(255,255,255,0.95);color:#333 !important;border-radius:5px;opacity:0;transform:scale(0.5);animation:pop 3s ease-in-out forwards;box-shadow:rgba(0,0,0,0.5) 0 0 5px}
@keyframes pop {
0%{opacity:0;transform:scale(0.5)}
10%{opacity:1;transform:scale(1.3)}
20%{transform:scale(1)}
80%{opacity:0.6}
100%{opacity:0;transform:scale(0.5)}
}
.bar {transition: width 1s ease;height:5px;background:#2563EB;;margin:0 0 1px 0;border-radius:4px}
.postcode-text {font-size:18px;text-align:center;font-weight:700;letter-spacing:-1px;color:#333}



.stats td {border:1px solid #eee !important;border-width:0 0 1px 0 !important;padding:10px 0 !important;vertical-align:top}
.stats th {border:1px solid #1D4ED8 !important;border-width:0 0 1px 0 !important;padding:10px 0 !important;vertical-align:top}
.stats tr:last-child td {border:1px solid #eee !important;border-width:0 0 0 0 !important}
.stats tr td:last-child {color:#1D4ED8;padding-left:10px !important;}
.leaflet-tooltip.district-label-tooltip{background-color:#0009;color:#fff;font-weight:700;border-radius:4px;padding:2px 6px;font-size:12px;border:none;box-shadow:none}
.leaflet-interactive:focus {outline: none;}

.tab-container::-webkit-scrollbar{width:8px}
.tab-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}
.tab-container::-webkit-scrollbar-thumb{background-color:#a0aec0;border-radius:4px;border:2px solid #f1f1f1}
.tab-container{scrollbar-width:thin;scrollbar-color:#a0aec0 #f1f1f1}

.tab-container{scrollbar-width:none}
.tab-container::-webkit-scrollbar{display:none}
.tab-container:hover{scrollbar-width:thin}
.tab-container:hover::-webkit-scrollbar{display:block;width:8px}

.apexcharts-series.apexcharts-heatmap-series rect {
	stroke: #fff;
    stroke-width: 1.5px;

}

.card {
  position: relative;
  border-radius: 0.30rem;
  --tw-bg-opacity: 1;
  background-color: white !important;
  padding: 1rem;
  --tw-shadow: 0 3px 6px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 6px 6px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
}
a.card:hover {background:#f9f9f9 !important}

.card-sm {
  position: relative;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: white;
  padding: 0.5rem;
}


.form-element,.form-control {
	border:1px solid #aaa;border-radius:4px;height:30px;width:100%;padding:8px
}


btn.form-element {background:#2563EB;color:#fff;min-width:45px !important;padding:0}



.headlineNumber {font-size:28px;margin:15px 0;font-weight:700}



/* Tabs */
.tabs2 {

}
ul#tabs2-nav {
  list-style: none;

}
ul#tabs2-nav li {
  cursor: pointer;
  ;font-size:12px;text-align:center;background:#fff;font-weight:600
}
ul#tabs2-nav li:hover,
ul#tabs2-nav li.active {
  background-color: #2563EB;color:#fff
}
#tabs-nav2 li a {
  text-decoration: none;
  color: #FFF
}
.tab2-content {
	height: calc(100vh - 270px); /* Adjust 100px depending on your header/nav */
}

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

.transition-fastest {
  transition-duration: 75ms;
}
.transition-faster {
  transition-duration: 100ms;
}
.transition-fast {
  transition-duration: 150ms;
}
.transition-medium {
  transition-duration: 200ms;
}
.transition-slow {
  transition-duration: 300ms;
}
.transition-slower {
  transition-duration: 500ms;
}
.transition-slowest {
  transition-duration: 700ms;
}

.transition-all {
  transition-property: all;
}
.transition-opacity {
  transition-property: opacity;
}
.transition-transform {
  transition-property: transform;
}

.focus-visible.focus-visible\:underline {
  text-decoration: underline;
}

html, body {
  height: 100%;
  margin: 0;
}

#heatmap {
  flex-grow: 1;
  min-height: 0; /* Crucial for Firefox to behave */
}

h1.title {font-size:32px !important;font-weight:700 !important;color:#00203E !important}
h2.title {font-size:20px !important;font-weight:700 !important;color:#0252CA !important}
h3.title {font-size:20px !important;font-weight:700 !important;color:#444 !important}
#dt-length-0 {width:60px;}

table.dataTable tr td:nth-child(1) {font-weight:600 !important}
table.dataTable tr td:nth-child(2) {text-align:center}
table.dataTable tr td:nth-child(3) {text-align:center}
table.dataTable tr th {color:#2563EB}
table.dataTable tr th:nth-child(2) {text-align:center}
table.dataTable tr th:nth-child(3) {text-align:center}

.postcode {font-weight:700;font-size:17px}


/* Scrollbar */
.scoll-pane {
  overflow: auto;
  width: 20vw;
  height: 20vh;
  background: hsl(200 10% 97%);
  padding: 1rem;
  border-radius: 0.5rem;
}

::-webkit-scrollbar {
  width: 12px; /* Mostly for vertical scrollbars */
  height: 12px; /* Mostly for horizontal scrollbars */
}
::-webkit-scrollbar-thumb { /* Foreground */
  background: var(--scrollbar-foreground);
  background: #ccc;
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
#heatmap2 ::-webkit-scrollbar-thumb { /* Foreground */
  background: var(--scrollbar-foreground);
  background: #DBEAFE;
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-track { /* Background */
  background: var(--scrollbar-background);
  background: transparent;
}

/* CSS Guage */
.mask{position:relative;overflow:hidden;display:block;width:12.5rem;height:6.25rem;margin:1.25rem}
.semi-circle{position:relative;display:block;width:12.5rem;height:6.25rem;background:linear-gradient(to right,#c0392b 0%,#f1c40f 50%,#1abc9c 100%);border-radius:50% 50% 50% 50%/100% 100% 0 0}
.semi-circle::before{content:"";position:absolute;bottom:0;left:50%;z-index:2;display:block;width:8.75rem;height:4.375rem;margin-left:-4.375rem;background:#fff;border-radius:50% 50% 50% 50%/100% 100% 0 0}
.semi-circle2::before{background:#F3F4F6 !important}
.semi-circle--mask{position:absolute;top:0;left:0;width:12.5rem;height:12.5rem;background:transparent;;transform-origin:center center;backface-visibility:hidden;transition:all .3s ease-in-out}
.semi-circle--mask::before{content:"";position:absolute;top:0;left:0;z-index:2;display:block;width:12.625rem;height:6.375rem;margin:-1px 0 0 -1px;background:#f2f2f2;border-radius:50% 50% 50% 50%/100% 100% 0 0}
.semi-circle--mask2::before{background:#fff}
.gauge--1 .semi-circle{background:#2563EB}
.gauge-score {
  position: absolute;
  top: 3.5rem;line-height:1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;color:#1D4ED8;font-size:36px;font-weight:700
}

.card p:first-of-type{
    font-weight:600;
}

.recommendations-box  p:first-of-type{
    font-weight:600;font-size:18px !important;line-height:1.4;
}


.code {background:#f0f0f0;border-radius:10px;padding:10px;font-family:monospace;margin:20px 0}

[data-tooltip] {
  position: relative;
  cursor: help;
  text-decoration: none;
}
[data-tooltip][data-position=right]::before {
  top: -50%;
  left: 105%;
  transform: translateX(-20px);
}
[data-tooltip][data-position=bottom]::before {
  top: 120%;
  transform: translateY(-20px);
}
[data-tooltip][data-position=left]::before {
  top: -70%;
  right: 165%;
  left: auto;
  transform: translateX(20px);
}
[data-tooltip]:hover::before {
  transform: translate(0);
  opacity: 1;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  width: 240px;
  display: block;
  background: #FFF;
  padding: 10px;
  top: -50px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  border-radius: 6px;
  text-align: left;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size:12px !important;font-weight:600 !important;letter-spacing:0 !important;
  color:#555 !important;
}



.pulse-wrapper{width:20px;height:20px;position:absolute}
.pulse-inner{width:100%;height:100%;background:rgba(255,255,255,0.5);border:1px solid #2563EB;border-radius:50%;animation:pulseIt 1.5s infinite}
@keyframes pulseIt {
0%{transform:scale(2);opacity:1}
50%{transform:scale(1.1);opacity:0}
100%{transform:scale(2);opacity:1}
}

.icon_q {margin-top:-8px}

.radius-label {
    background: rgba(255,255,255,0.7);
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
}


.card.bg-selected {box-shadow:none !important}
.bg-selected {background:#DBEAFE !important;color:#222 !important}
.bg-selected .bg-blue-100 {background:#FFF !important}

@keyframes reveal {
0%,100%{opacity:.2}
50%{opacity:1}
}
.dot{animation:reveal 1.4s infinite;animation-fill-mode:both}
.dot:nth-child(2){animation-delay:.2s}
.dot:nth-child(3){animation-delay:.4s}

.swot img {position:absolute;bottom:-10px;left:15px}

textarea {
  resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 100px;
}


/* TOAST */
#toast {position:fixed;top:45%;left:0;right:0;text-align:center;display:none;z-index:99999999}
#toast div {max-width:340px;margin:0 auto;border-radius:6px;font-size:15px;font-weight:600;padding:10px;color:#fff}
#toast div.warning {background:#F44336 !important}
#toast div.notification {background:#26D68A !important}
#toast .fa {cursor:pointer}
#toast .fa:hover {color:#000}
.fa-times {cursor:pointer}
.fa-times:hover {color:red}


.material-symbols-outlined {}



html,
body {
  height: 100%;
}



#AIRecommendations ul {list-style-type:none}
#AIRecommendations ul li {list-style-type:none;position: relative;}

.recommendations-box ul {list-style-type:none;padding:padding:25px}
.recommendations-box ul li {list-style-type:none;position: relative;}
#recommendations-summary p:first-child {font-weight:600}


/* LEAD SOURCE ACTIVE STATE */
.ls_active {font-weight:600 !important;color:#000 !important}

.leaflet-control-zoom {border-color:#fff !important;box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 14px 0px !important;}
#heatmapKey  {border-color:#fff !important;box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 14px 0px !important;}
#heatmapToggleScore  {border-color:#fff !important;box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 14px 0px !important;}

.bar {border-right:2px solid #fff}
.br div:nth-child(1) {font-weight:500}

.academy-content h4 {color:#00203E !important;font-weight:600 !important;margin:20px 0 !important}
.academy-content h3 {color:#0F40A4 !important;font-weight:600 !important;margin:20px 0 !important}
.academy-content h3 strong {color:#00203E !important;font-weight:600 !important}
.academy-content h4 strong {color:#0F40A4 !important;font-weight:600 !important}

.creditsBarFree { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; }
.creditsBarPaid { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; }

/* SETUP GUIDE */
#setupGuide .faq-drawer {margin-top:5px}
#setupGuide .faq-drawer__content-wrapper{max-height:0;overflow:hidden;transition:.25s ease-in-out}
#setupGuide .faq-drawer__title{cursor:pointer;display:block;padding:0 0 0;position:relative;margin-bottom:5px;transition:all .25s ease-out;font-weight:600;font-size:95%}
#setupGuide .faq-drawer__title::after{color:#000;border-style:solid;border-width:1px 1px 0 0;content:" ";display:inline-block;float:right;height:10px;left:-5px;position:relative;right:20px;top:4px;transform:rotate(135deg);transition:.35s ease-in-out;vertical-align:top;width:10px;border-color:#222}
#setupGuide .faq-drawer__title:hover{color:#4E4B52}
#setupGuide .faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper{max-height:350px}
#setupGuide .faq-drawer__trigger:checked + .faq-drawer__title::after{transform:rotate(-45deg);transition:.25s ease-in-out}
#setupGuide input[type="checkbox"]{display:none}


.table-lookalike tr td {padding:4px;}
.table-lookalike tr th:nth-child(2) {text-align:center;padding-bottom:5px}
.table-lookalike tr th:nth-child(3) {text-align:center;padding-bottom:5px}
.table-lookalike tr td:nth-child(2) {text-align:center}
.table-lookalike tr td:nth-child(3) {text-align:center}
.table-lookalike tr:nth-child(even) {background:#EFF6FF}
.leaflet-popup-content-wrapper {width:300px !important}
.leaflet-popup-content {margin:10px !important}


.match-good {
	background-color: #e6f4ea;  /* light green */
}

.match-fair {
	background-color: #fff8e1;  /* soft amber */
}

.match-poor {
	background-color: #fce8e6;  /* light red/pink */
}

.leadscore-0,.leadscore-1,.leadscore-2 {background:#F3FF8A}
.leadscore-3,.leadscore-4 {background:#ECB337}
.leadscore-5,.leadscore-6,.leadscore-7 {background:#FF758C}
.leadscore-8,.leadscore-9,.leadscore-10 {background:#D6001D}

#leadstable table {}
#leadstable table tr td:nth-child(2),#leadstable table tr th:nth-child(2) {text-align:left}
#leadstable table tr td:nth-child(3),#leadstable table tr th:nth-child(3) {text-align:left}
#leadstable table tr td:nth-child(4),#leadstable table tr th:nth-child(4) {text-align:center;max-width:100px !important;font-weight:700 !important;font-size:18px;}
#leadstable table tr td:nth-child(5),#leadstable table tr th:nth-child(5) {text-align:center;max-width:70px !important;font-weight:700 !important;font-size:16px;}
#leadstable table tbody tr:hover {
  background-color: #f3f4f6;
  cursor: pointer;
}
#leadstable table .activeTR {background:#DBEAFE}
.dt-info {margin:15px 0}
.dt-button {background:#2563EB !important;border-radius:5px !important;color:#fff !important;font-weight:600 !important;border:0  !important;margin-right:15px;display:inline-block}
.dt-container .current {border-radius:5px !important}
#popup_segmentCategory a {font-weight:600}
#popup_segmentCategory a:hover {background:#DBEAFE}

.btn-filter {padding:5px 8px;border-radius:6px;cursor:pointer;background:#f8f8f8}
.btn-filter:hover {background:#DBEAFE}

.marker-cluster-small {
background-color: rgba(37, 99, 235, 0.2) !important;color:#fff !important;
}
.marker-cluster-small div {
background-color: rgba(37, 99, 235, 0.5) !important;color:#fff !important;
}
.marker-cluster-medium {
background-color: rgba(37, 99, 235, 0.3) !important;color:#fff !important;
}
.marker-cluster-medium div {
background-color: rgba(37, 99, 235, 0.6) !important;color:#fff !important;
}

.marker-cluster-large {
background-color: rgba(37, 99, 235, 0.4) !important;color:#fff !important;
}
.marker-cluster-large div {
background-color: rgba(37, 99, 235, 0.7) !important;color:#fff !important;
}

/* --- Guided Tour styles --- */
.gt-mask{position:fixed; inset:0}
.gt-hole{position:absolute; box-shadow: 0 0 0 9999px rgba(0,0,0,.6); border-radius:5px; z-index:9998; pointer-events:none; transition: all .2s ease;}
.gt-tooltip{position:absolute; margin-top:10px;max-width:420px; background:#00203E; color:#fff; border-radius:5px; padding:25px; z-index:9999999999999; box-shadow:0 10px 25px rgba(0,0,0,.35)}
.gt-tooltip h3{margin:0 0 6px; font-size:16px;color:#DBEAFE !important}
.gt-tooltip p{margin:0 0 12px; font-size:14px; color:#e5e7eb !important}
.gt-tooltip .gt-ctr{display:flex; gap:8px; justify-content:flex-end}
.gt-tooltip .btn{background:#fff; color:#00203E;padding:4px 8px;border-radius:3px;font-size:13px;font-weight:600}
.gt-tooltip .btn.primary{background:#2563EB; color:#fff}
.gt-sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
.gt-pulse{animation: gt-pulse 1.2s ease-in-out infinite;border-radius:4px !important}
@keyframes gt-pulse{0%{box-shadow:0 0 0 9999px rgba(0,0,0,.6), 0 0 0 0 rgba(14,165,233,.6)} 70%{box-shadow:0 0 0 9999px rgba(0,0,0,.6), 0 0 0 12px rgba(14,165,233,0)} 100%{box-shadow:0 0 0 9999px rgba(0,0,0,.6), 0 0 0 0 rgba(14,165,233,0)}}

.docs-box p {font-size:15px !important;margin:0 0 10px 0 !important}
.docs-box ul {font-size:15px !important;margin:0 0 10px 0 !important}
.docs-box ul ul {margin-left:30px !important;}
.docs-box ol {font-size:15px !important;margin:0 0 10px 0 !important}

.campaignList td {text-align:left !important;border-bottom:1px solid #eee;padding:8px 0}
.campaignList tr:last-child td {border:0}
.campaignList th {text-align:left !important}

input[type="range"]::-webkit-slider-thumb{background-color:#1D4ED8;border:none;height:1.25rem;width:1.25rem;border-radius:9999px;cursor:pointer;-webkit-appearance:none;margin-top:-1px}
input[type="range"]::-moz-range-thumb{background-color:#1D4ED8;border:none;height:1.25rem;width:1.25rem;border-radius:9999px;cursor:pointer}
input[type="range"]{accent-color:#1D4ED8;height:.5rem}
.text-blue-999 {color:#00203E}



.btn-primary {
  display: inline-block;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #004482 0%, #00203E 100%);
  border: none;
  border-radius: 0.35rem; /* 12px rounded corners */
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #005EB3 0%, #004482 100%);
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(79, 70, 229, 0.2);
}

.btn-primary:disabled {
  background: #cbd5e1;
  cursor: not-allowed;
  box-shadow: none;
}


.btn-secondary {
  display: inline-block;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a8a; /* Indigo-900 */
  background: #fff;
  border: 2px solid #e5e7eb; /* light gray border */
  border-radius: 0.35rem;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.btn-secondary:hover {
  background: #f9fafb;
  border-color: #cbd5e1; /* darker gray */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.btn-secondary:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.btn-secondary:disabled {
  color: #9ca3af;
  background: #f3f4f6;
  border-color: #e5e7eb;
  cursor: not-allowed;
  box-shadow: none;
}

h3 {font-size:18px !important;font-weight:700 !important;color:#004482 !important;letter-spacing:-1px !important}

.scrollcard{width:250px;height:360px;flex-shrink:0;border-radius:1rem;text-align:center;transition:width .4s ease,opacity .4s ease}
.scrollcard:hover{width:390px;z-index:10}
.scrollcard .showInitial{opacity:1;transition:opacity .4s ease}
.scrollcard .showOnHover{opacity:0;transition:opacity .4s ease;transition-delay:.2s}
.scrollcard:hover .showInitial{opacity:0}
.scrollcard:hover .showOnHover{opacity:1}
.showOnHover img{padding:5px;border-radius:8px;border:4px solid #ffffffe6;background:#ffffffb3}
.sector-business:hover{background:linear-gradient(to bottom right,#2563eb,#4B81EF)}
.sector-estate:hover{background:linear-gradient(to bottom right,#00CA72,#00F28B)}
.sector-finance:hover{background:linear-gradient(to bottom right,#98013D,#E0015A)}
.sector-trades:hover{background:linear-gradient(to bottom right,#0073EA,#2291FF)}
.sector-property:hover{background:linear-gradient(to bottom right,#E63946,#EB636D)}
.sector-recruitment:hover{background:linear-gradient(to bottom right,#457B9D,#6298B9)}
.sector-healthcare:hover{background:linear-gradient(to bottom right,#3561A2,#678FCD)}
.sector-retail:hover{background:linear-gradient(to bottom right,#078E92,#0AC0C5)}
.sector-authorities:hover{background:linear-gradient(to bottom right,#FF006A,#FF6FAC)}
.sector-hospitality:hover{background:linear-gradient(to bottom right,#981FAC,#D36FE6)}



.table-auto td {border:1px solid #ccc;color:#333}
.table-auto tr td:first-child {font-weight:600;color:#333}
.table-auto tr td:nth-child(2) {font-size:90%}
.table-auto th {color:#333;font-size:110%;padding:10px !important;}
.table-auto tr td {vertical-align:top;padding:10px;}
.table-auto tr:nth-child(odd) {background:#EAF4FF}