/*
! tailwindcss v3.3.5 | 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)
*/
.home .elementor-widget-button.demo-btn a {width: 260px!important;}
.footer-link:hover{color:#B5FFAB;}
.hfe-nav-menu__layout-horizontal li.menu-item{font-family: "Avenir LT Pro 35 Light";}
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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:  ;
}

/* Font imports */

@font-face {
    font-family: "Avenir LT Pro 35 Light";
    src: url("../fonts/Avenir/e5f78b4fb90a80a32be156470cbfead1.eot");
    src: url("../fonts/Avenir/e5f78b4fb90a80a32be156470cbfead1.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Avenir/e5f78b4fb90a80a32be156470cbfead1.woff2")format("woff2"),
    url("../fonts/Avenir/e5f78b4fb90a80a32be156470cbfead1.woff")format("woff"),
    url("../fonts/Avenir/e5f78b4fb90a80a32be156470cbfead1.ttf")format("truetype"),
    url("../fonts/Avenir/e5f78b4fb90a80a32be156470cbfead1.svg#Avenir LT Pro 35 Light")format("svg");
}

@font-face {
  font-family: "Avenir";

  src:
    url("../fonts/Avenir/Regular.ttf");

  font-weight: regular;
}

@font-face {
  font-family: "Avenir";

  src:
    url("../fonts/Avenir/Heavy.ttf");

  font-weight: bold;
}

@font-face {
  font-family: "Avenir";

  src:
    url("../fonts/Avenir/Black.ttf");

  font-weight: 900;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-RegularItalic.eot');

  src: local('Reckless Neue Regular Italic'), local('RecklessNeue-RegularItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-RegularItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-RegularItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-ThinItalic.eot');

  src: local('Reckless Neue Thin Italic'), local('RecklessNeue-ThinItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-ThinItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-ThinItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-ThinItalic.ttf') format('truetype');

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue Book';

  src: url('../fonts/Reckless Neue/RecklessNeue-Book.eot');

  src: local('Reckless Neue Book'), local('RecklessNeue-Book'),
        url('../fonts/Reckless Neue/RecklessNeue-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Book.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Book.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Book.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-Regular.eot');

  src: local('Reckless Neue Regular'), local('RecklessNeue-Regular'),
        url('../fonts/Reckless Neue/RecklessNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Regular.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Regular.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-Light.eot');

  src: local('Reckless Neue Light'), local('RecklessNeue-Light'),
        url('../fonts/Reckless Neue/RecklessNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Light.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Light.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-Thin.eot');

  src: local('Reckless Neue Thin'), local('RecklessNeue-Thin'),
        url('../fonts/Reckless Neue/RecklessNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Thin.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Thin.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-Heavy.eot');

  src: local('Reckless Neue Heavy'), local('RecklessNeue-Heavy'),
        url('../fonts/Reckless Neue/RecklessNeue-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Heavy.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Heavy.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-LightItalic.eot');

  src: local('Reckless Neue Light Italic'), local('RecklessNeue-LightItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-LightItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-LightItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-SemiBoldItalic.eot');

  src: local('Reckless Neue SemiBold Italic'), local('RecklessNeue-SemiBoldItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBoldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-Bold.eot');

  src: local('Reckless Neue Bold'), local('RecklessNeue-Bold'),
        url('../fonts/Reckless Neue/RecklessNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Bold.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Bold.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-Medium.eot');

  src: local('Reckless Neue Medium'), local('RecklessNeue-Medium'),
        url('../fonts/Reckless Neue/RecklessNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-Medium.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-Medium.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-BoldItalic.eot');

  src: local('Reckless Neue Bold Italic'), local('RecklessNeue-BoldItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-BoldItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-BoldItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-MediumItalic.eot');

  src: local('Reckless Neue Medium Italic'), local('RecklessNeue-MediumItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-MediumItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-MediumItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-HeavyItalic.eot');

  src: local('Reckless Neue Heavy Italic'), local('RecklessNeue-HeavyItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-HeavyItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue Book';

  src: url('../fonts/Reckless Neue/RecklessNeue-BookItalic.eot');

  src: local('Reckless Neue Book Italic'), local('RecklessNeue-BookItalic'),
        url('../fonts/Reckless Neue/RecklessNeue-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-BookItalic.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-BookItalic.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-BookItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Reckless Neue';

  src: url('../fonts/Reckless Neue/RecklessNeue-SemiBold.eot');

  src: local('Reckless Neue SemiBold'), local('RecklessNeue-SemiBold'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBold.woff2') format('woff2'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBold.woff') format('woff'),
        url('../fonts/Reckless Neue/RecklessNeue-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

/* Global */

body {
  overflow-x: hidden;
}

/* Font classes */

*,
/* Set Avenir Globally */
.font-avenir,
.font-avenir-child * {
  font-family: "Avenir LT Pro 35 Light";
}

.font-avenir-imp,
.font-avenir-imp-child * {
  font-family: "Avenir LT Pro 35 Light"!important;
}

.font-rneue,
.font-rneue-child * {
  font-family: Reckless Neue;
}

.font-rneue h1, .font-rneue h2, .font-rneue h3, .font-rneue span, .font-rneue em{
  font-family: 'Reckless Neue'!important;
}

.font-rneue-imp,
.font-rneue-imp-child * {
  font-family: Reckless Neue !important;
}

/* Font classes End */

/* Per Page */

/* Acommodate fixed header height */

.margin-top-for-header {
  margin-top: 90px;
}

.padding-top-for-header {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .margin-top-for-header {
    margin-top: 76px;
  }

  .padding-top-for-header {
    padding-top: 76px;
  }
}

/* Acommodate fixed header height End */

/* Per Page End */

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.transdur-500ms,
.transdur-500ms-child * {
  transition-duration: 500ms;
}

.flip {
  transform: rotate(180deg);
}

.w-full {
  width: 100%;
}

button:disabled {
  background-color: rgba(233, 233, 237, 0.5);
}

button:disabled .svg-chevron path {
  fill: #a0b8af;
}

/* Global End */

/* Site Header */

.site-elementor-header-container {
  background-color: #184C3B;
}

.site-elementor-header-container.bg-trans {
  background-color: transparent;
}

.site-elementor-header-container .icon-hamburger-mobile path, .site-elementor-header-container.bg-trans .icon-hamburger-mobile path {
  fill: white;
}

.site-elementor-header-container .site-header-logo path {
  fill: #b5ffab;
}

.site-elementor-header-container.bg-trans .site-header-logo path {
  fill: #b5ffab;
}

.list-menu-container {
  font-family: "Avenir LT Pro 35 Light";
}

.list-menu-container,
.list-menu-container * {
  transition-duration: 100ms;
}

.list-menu-title,
.list-menu-list-container > .menu-item-content {
  display: flex;
}

.list-menu-list-container {
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  padding-top: 8px;
}

.mobile-menu .list-menu-list-container,
.list-menu-list-container > .menu-item-content {
  border-radius: 8px;
  padding: 24px;
  background-color: white;
  gap: 24px;
  box-shadow: 0px 4px 12px 0px #00000033;
  font-size: 14px;
}

.mobile-menu .list-menu-list-container,
.list-menu-list-container > .menu-item-content,
.list-menu-group {
  white-space: nowrap;
  flex-direction: column;
}

.list-menu-group {
  display: flex;
  gap: 20px;
}

.list-menu-title-title{text-transform:uppercase; font-size:12px;}

.mobile-menu .list-menu-list-container:has(.list-menu-group-container),
.list-menu-list-container:has(.list-menu-group-container) > .menu-item-content {
  flex-direction: row;
  gap: 80px;
}

.list-menu-container.open .list-menu-title-drop-icon {
  transform: rotate(180deg);
}

.list-menu-container.open .list-menu-list-container {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.list-menu-list-item {
  display: flex;
  gap: 16px;
  color: black;
  align-items: center;
}

.list-menu-list-item:hover {
  color: #124d3b;
}

.list-menu-title-drop-icon,
.list-menu-list-item-icon {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-menu-list-item-icon {
  background-color: #b5ffab;
  border-radius: 100%;
}

.site-elementor-header-container .list-menu-title > div,
.site-elementor-header-container .list-menu-title svg path {
  color: white;
  stroke: #d0dbd8;
}

.site-elementor-header-container.bg-trans .list-menu-title > div,
.site-elementor-header-container.bg-trans .list-menu-title svg path {
  color: white;
  stroke: #d0dbd8;
}

.site-elementor-header-container .list-menu-title:hover > div,
.site-elementor-header-container
  .list-menu-container.open
  .list-menu-title
  > div,
.site-elementor-header-container .list-menu-title:hover svg path,
.site-elementor-header-container
  .list-menu-container.open
  .list-menu-title
  svg
  path {
  color: #b5ffab;
  stroke: #b5ffab;
}

.site-elementor-header-container.bg-trans .list-menu-title:hover > div,
.site-elementor-header-container.bg-trans
  .list-menu-container.open
  .list-menu-title
  > div,
.site-elementor-header-container.bg-trans .list-menu-title:hover svg path,
.site-elementor-header-container.bg-trans
  .list-menu-container.open
  .list-menu-title
  svg
  path {
  color: #b5ffab;
  stroke: #b5ffab;
}

.list-menu-title {
  border-bottom: 1px solid transparent;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.site-elementor-header-container .list-menu-title:hover,
.site-elementor-header-container .list-menu-container.open .list-menu-title {
  border-bottom: 1px solid #b5ffab;
}

.site-elementor-header-container.bg-trans .list-menu-title:hover,
.site-elementor-header-container.bg-trans
  .list-menu-container.open
  .list-menu-title {
  border-bottom: 1px solid #b5ffab;
}

.list-menu-entire-container {
  display: flex;
  gap: 30px;
  font-size: 18px;
  justify-content: center;
}

.list-menu-entire-container.includes-mobile-menu {
  justify-content: end;
}

.list-menu-entire-container.includes-mobile-menu .list-menu-container {
  display: none;
}

.list-menu-entire-container.includes-mobile-menu
  .icon-hamburger-mobile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 32px;
  max-height: 32px;
  width: 100vw;
  height: 100vh;
}

.list-menu-group-name {
  font-weight: 900;
  color: #cccccc;
}

.site-header-content-container > div > div:first-child {
  flex: 2;
}

.site-header-content-container > div > div:last-child {
  flex: 1;
}

/* Mobile Menus */

.mobile-menu-container.open {
  left: 0;
}

.mobile-menu-container {
  display: flex;
  background-color: white;
  position: fixed;
  z-index: 10;
  flex-direction: column;
  gap: 40px;
  top: 0;
  width: 100vw;
  height: 90vh;
  max-height: 90vh;
  left: -100%;
  transition: unset;
  transition-duration: 350ms;
  transition-timing-function: ease-in-out;
  padding: 18px 20px;
}

.mobile-menu-container .list-menu-group-name {
  font-size: 12px;
}

.mobile-menu-container * {
  transition: unset;
  transition-duration: 300ms;
}

.mobile-menu-header,
.mobile-list-menu-item-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.mobile-list-menu-item-title {
  align-items: center;
  min-height: 50px;
}

.mobile-menu-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: auto;
}

.mobile-list-menu-item {
  border-bottom: 1px solid #e7edeb;
}

.mobile-list-menu-item,
.mobile-list-menu-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-list-menu-item.open .mobile-list-menu-item-title-btn-accordion {
  transform: rotate(180deg);
}

.mobile-menu-bottom-button-container {
  display: flex;
  justify-content: center;
  bottom: 0;
  position: sticky;
  padding-top: 18px;
  background-color: white;
}

.mobile-list-menu-dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  max-height: 0;
  padding: 0;
}

.mobile-list-menu-item.open .mobile-list-menu-dropdown-container {
  max-height: 100vh;
  padding: 12px 0;
}

.mobile-list-menu-dropdown-container .list-menu-list-item-icon {
  width: 32px;
  height: 32px;
}

.mobile-list-menu-dropdown-container .list-menu-list-item-icon svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .list-menu-entire-container.includes-mobile-menu {
    justify-content: center;
  }

  .list-menu-entire-container.includes-mobile-menu .list-menu-container {
    display: block;
  }

  .list-menu-entire-container.includes-mobile-menu
    .icon-hamburger-mobile-container {
    display: none;
  }
}

/* Mobile Menus End */

/* Site Header End*/

/* Buttons */

.elementor-widget-button * {
  transition-duration: 500ms;
}

/* Button Tertiary */

.bg-trans .elementor-widget-button.btn-tertiary .elementor-button {
  border: 1px solid #b5ffab;
  color: #b5ffab;
}

.elementor-widget-button.btn-tertiary .elementor-button {
  border-radius: 999px;
  border: 1px solid #417062;
  color: #417062;
  background-color: transparent;
}

.elementor-widget-button.btn-tertiary .elementor-button .elementor-button-text {
  font-size: 14px;
}

.bg-trans .elementor-widget-button.btn-tertiary:hover .elementor-button {
  color: white;
}

.elementor-widget-button.btn-tertiary:hover .elementor-button {
  color: #b5ffab;
}

/* Button Tertiary End */

/* Button Primary Hover Caret */

.elementor-widget-button.primary-hover-caret .elementor-button {
  border-radius: 999px;
  color: white;
  background-color: #417062;
}

.elementor-widget-button.primary-hover-caret
  .elementor-button
  .elementor-button-text {
  display: flex;
  gap: 0px;
  align-items: center;
  font-size: 14px;
}

.elementor-widget-button.primary-hover-caret .elementor-button .caret {
  width: 0;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  overflow: hidden;
}

.elementor-widget-button.primary-hover-caret:hover .elementor-button {
  color: white;
  background-color: #84dd8e;
}

.elementor-widget-button.primary-hover-caret:hover
  .elementor-button
  .elementor-button-text {
  gap: 7px;
}

.elementor-widget-button.primary-hover-caret:hover .elementor-button .caret {
  width: 20px;
  opacity: 1;
}

.elementor-widget-button.primary-hover-caret.second
  .elementor-button:not(:hover):not(:disabled)
  .elementor-button-text {
  color: #124d3b;
}

.elementor-widget-button.primary-hover-caret.third
  .elementor-button:not(:hover):not(:disabled)
  .elementor-button-text {
  color: #ffffff;
}

.elementor-widget-button.primary-hover-caret.second
  .elementor-button
  .elementor-button-text {
  font-size: 18px;
}

.elementor-widget-button.primary-hover-caret.second:not(:hover):not(:disabled)
  .elementor-button {
  background-color: #b5ffab;
}

.elementor-widget-button.primary-hover-caret.third:not(:hover):not(:disabled)
  .elementor-button {
  background-color: #184C3B;
}

/* Button Primary Hover Caret End */

/* Button Prev Next */

.btn-prev-next {
  border: 0;
  border-radius: 100%;
  max-height: 48px;
  max-width: 48px;
  height: 100vh;
  width: 100vw;
  padding: 0;
  z-index: 1;
}

.btn-prev-next:not(:disabled) {
  background-color: #b5ffab;
}

.btn-prev-next:not(:disabled):hover {
  background-color: #84dd8e;
}

.btn-prev-next:not(:disabled) .svg-chevron path {
  fill: #124d3b;
}

.btn-prev-next:not(:disabled):hover .svg-chevron path {
  fill: white;
}

/* Button Prev Next End */

/* Buttons End */

/* Progress Pagination */

.progress-pagination-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

/* col variant */

.progress-pagination-container.col {
  flex-direction: column;
  gap: 40px;
}

.progress-pagination-container .progress-container {
  background-color: #e7edeb;
  width: 100px;
  height: 5px;
  border-radius: 8px;
}

.progress-pagination-container .progress-container.bg-green {
  background-color: #417062;
}

.progress-container .progress {
  background-color: #417062;
  height: 100%;
  border-radius: 8px;
}

.progress-container.bg-green .progress {
  background-color: #b5ffab;
}

/* top-container variant */

.progress-pagination-container .top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}

/* top-container.full-width variant */

.progress-pagination-container .top-container.full-width {
  width: 100%;
}

/* Mobile button view */

@media (max-width: 767px) {
  .progress-pagination-container.has-mobile-btn .btn-prev-next {
    position: absolute;
    top: 200px;
  }

  .progress-pagination-container.has-mobile-btn .btn-prev-next.next {
    right: -10px;
  }

  .progress-pagination-container.has-mobile-btn .btn-prev-next.prev {
    left: -10px;
  }
}

/* Progress Pagination End */

/* Homepage Rolling Diagram */

.rolling-diagram-container * {
  transition-duration: 300ms;
}

.rolling-diagram-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: none;
}

.rolling-diagram-container .rd-core {
  position: relative;
  max-height: 40%;
  max-width: 40%;
  height: 100%;
  width: 100%;
  background-color: #184c3b;
  border-radius: 100%;
}

.rolling-diagram-container .rd-point-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rolling-diagram-container .rd-point-tri {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%) translateY(-90%);
  border-right: 7px solid transparent;
  border-bottom: 16px solid #124d3b;
  border-left: 7px solid transparent;
}

@media (min-width: 600px) {
  .rolling-diagram-container .rd-point-tri {
    border-right: 12px solid transparent;
    border-bottom: 24px solid #124d3b;
    border-left: 12px solid transparent;
  }

  .rolling-diagram-container .rdt-desc {
    width: 125px;
  }
}

.rolling-diagram-container .rd-core {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rolling-diagram-container .rdc-desc {
  font-weight: 700;
  text-align: center;
  color: white;
  text-transform: uppercase;
  max-width: 75%;
  width: 100%;
  font-size: 18px;
  line-height: 152%;
  letter-spacing: 17%;
}

.rolling-diagram-container .rd-orbit {
  border-radius: 100%;
  border: 2px solid #b5ffab;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rolling-diagram-container .rd-orbit-2 {
  max-width: max(60%, 200px);
  max-height: max(60%, 200px);
}

.rolling-diagram-container .rd-tab-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rolling-diagram-container .rd-tab-background {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  background-color: #b5ffab;
  border-radius: 100%;
  display: flex;
}

.rolling-diagram-container .rd-tab-container.active .rd-tab-background {
  background-color: #184c3b;
}

.rolling-diagram-container .rd-tab {
  border-radius: 100%;
  border: 1px solid transparent;
  width: 74px;
  height: 74px;
  box-sizing: border-box;
  z-index: 1;
}

.rolling-diagram-container .rd-tab-container.active .rd-tab {
  border: 1px solid #184c3b;
}

.rolling-diagram-container .rdt-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.rolling-diagram-container .rd-tab-container.active .rdt-icon > svg path {
  fill: #b5ffab;
}

.rolling-diagram-container .rdt-desc {
  position: absolute;
  top: calc(100% + 10px);
  width: 80px;
  text-align: center;
  color: black;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5%;
  line-height: 133%;
  text-transform: uppercase;
  pointer-events: none;
}

@media (min-width: 480px) {
  .rolling-diagram-container .rdt-desc {
    width: 130px;
  }
}

.rolling-diagram-container .rd-tab-container.active .rdt-desc {
  font-weight: 800;
}

@media (max-width: 414px) {
  .rolling-diagram-container .rd-tab-container .rdt-desc {
    width: 60px;
  }
}

.rolling-diagram-container .rdt-desc.top {
  top: unset;
  bottom: calc(100% + 10px);
}

.rolling-diagram-container .rdt-desc.right {
  top: unset;
  left: calc(100% + 10px);
  text-align: left;
}

.rolling-diagram-container .rdt-desc.left {
  top: unset;
  right: calc(100% + 10px);
  text-align: right;
}

.rolling-diagram-container .rd-tab {
  pointer-events: auto;
}

.rolling-diagram-container .rd-tab-2 {
  transform: rotate(60deg);
}

.rolling-diagram-container .rd-tab-2 .rd-tab {
  transform: rotate(-60deg);
}

.rolling-diagram-container .rd-tab-3 {
  transform: rotate(120deg);
}

.rolling-diagram-container .rd-tab-3 .rd-tab {
  transform: rotate(-120deg);
}

.rolling-diagram-container .rd-tab-4 {
  transform: rotate(180deg);
}

.rolling-diagram-container .rd-tab-4 .rd-tab {
  transform: rotate(-180deg);
}

.rolling-diagram-container .rd-tab-5 {
  transform: rotate(240deg);
}

.rolling-diagram-container .rd-tab-5 .rd-tab {
  transform: rotate(-240deg);
}

.rolling-diagram-container .rd-tab-6 {
  transform: rotate(300deg);
}

.rolling-diagram-container .rd-tab-6 .rd-tab {
  transform: rotate(-300deg);
}

@media (max-width: 767px) {
  .rolling-diagram-container .rd-tab {
    width: 37px;
    height: 37px;
  }

  .rolling-diagram-container .rdc-desc {
    font-size: 14px;
    line-height: 16px;
  }

  .rolling-diagram-container .rdt-desc {
    font-size: 10px;
  }

  .rolling-diagram-container .rdt-icon > svg {
    max-width: 23px;
    max-height: 23px;
  }
}

@media (max-width: 479px) {
  .rolling-diagram-container .rdc-desc {
    font-size: 8px;
  }

  .rolling-diagram-container .rdt-desc {
    font-size: 8px;
  }
}

/* Homepage Rolling Diagram End */

/* Security Hero */

.sec-hero-container {
  width: 100%;
  height: 100%;
}

.sec-hero-container .sec-hero {
  width: 750px;
  height: 100vh;
  max-height: 750px;
  position: relative;
  aspect-ratio: 1 / 1;
}

.sec-hero-container,
.sec-hero-container .sec-hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-hero-container .sh-orbit {
  position: absolute;
  border-radius: 100%;
}

.sec-hero-container .sh-orbit-1 {
  border: 1px solid #417062;
  width: 71.73%;
  height: 71.73%;
}

.sec-hero-container .sh-orbit-2 {
  border: 1px solid #124d3b;
  width: 100%;
  height: 100%;
}

.sec-hero-container .sho-planet-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-hero-container .sho-planet {
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-hero-container .sho-planet.sho-white {
  width: 40px;
  height: 40px;
  background-color: #b5ffab;
  border: 5px solid white;
}

.sec-hero-container .sho-planet.sho-trans {
  width: 79px;
  height: 79px;
  background-color: white;
  border: 8px solid #a0b8af;
}

.sec-hero-container .sho-planet-container.medal {
  transform: rotate(-18deg);
}

.sec-hero-container .sho-planet-container.medal .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(18deg);
}

.sec-hero-container .sho-planet-container.vanta {
  transform: rotate(155deg);
}

.sec-hero-container .sho-planet-container.vanta .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(-155deg);
}

.sec-hero-container .sho-planet-container.trophy {
  transform: rotate(29deg);
}

.sec-hero-container .sho-planet-container.trophy .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(-29deg);
}

.sec-hero-container .sho-planet-container.iso {
  transform: rotate(62deg);
}

.sec-hero-container .sho-planet-container.iso .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(-62deg);
}

.sec-hero-container .sho-planet-container.lock {
  transform: rotate(105deg);
}

.sec-hero-container .sho-planet-container.lock .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(-105deg);
}

.sec-hero-container .sho-planet-container.shield {
  transform: rotate(203deg);
}

.sec-hero-container .sho-planet-container.shield .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(-203deg);
}

.sec-hero-container .sho-planet-container.aws {
  transform: rotate(244deg);
}

.sec-hero-container .sho-planet-container.aws .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(-244deg);
}

.sec-hero-container .sho-planet-container.graph {
  transform: rotate(-50deg);
}

.sec-hero-container .sho-planet-container.graph .sho-planet {
  transform: translateX(50%) translateY(-50%) rotate(50deg);
}

/* Security Hero End*/

/* Security Accordion */

.sec-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
  padding: 20px;
  border: 0;
}

.sec-accordion .e-n-accordion {
  gap: 32px;
  flex-direction: column;
  display: flex;
}

.sec-accordion .e-n-accordion > details {
  width: 100%;
}

.sec-accordion .e-n-accordion-item-title-icon {
  max-width: 34px;
  max-height: 34px;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Security Accordion End */

/* Page Center Slides specifics */

.page-center-slides {
  position: relative;
  width: 100%;
  max-width: 820px;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  padding: 20px;
  border: 1px solid #d0dbd8;
  border-radius: 24px;
  box-shadow: 0px 4px 12px 0px #00000085;
  transition-duration: 100ms;
}

.page-center-slides > :first-child {
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-height: 400px;
}

.page-center-slides > :first-child > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.page-center-slides > :nth-child(2) {
  display: flex;
  align-items: center;
}

.page-center-slides.opacity0 {
  opacity: 0;
}

@media (min-width: 768px) {
  .page-center-slides {
    grid-template-columns: 221px auto;
  }

  .page-center-slides > :first-child {
    max-height: unset;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-center-slides {
    height: 100vh;
    max-height: 488px;
  }
}

/* Page Center Slides specifics END */
