*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #EFEFEF;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9CB3CA;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9CB3CA;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: Pagabo Sans Display, sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (max-width: 1600px) {
  body {
    font-size: 18px;
    line-height: 1.25rem;
  }
}

@media (max-width: 1366px) {
  body {
    font-size: 18px;
  }
}

h1 {
  margin-bottom: 1rem;
  font-size: 3.125rem;
  line-height: 3.325rem;
  font-weight: 500;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}

@media (max-width: 1366px) {
  h2 {
    font-size: 40px;
    line-height: 2.5rem;
  }
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.9rem;
  font-weight: 500;
}

h4 {
  margin-bottom: 0.75rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5rem;
}

h5 {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 500;
}

h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
}

a {
  transition: all ease 0.5s;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

a:focus {
  outline-width: 0px;
}

p {
  margin-bottom: 1.25rem;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 700;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 1024px) {
  .nav-menu {
    display: block;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0.75rem;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    padding-right: 0px;
  }
}

@media (max-width: 1600px) {
  .nav-menu> :not([hidden])~ :not([hidden]) {
    margin-left: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .nav-menu> :not([hidden])~ :not([hidden]) {
    margin-left: 0.5rem;
    margin-left: 0px;
  }
}

.nav-menu a {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1600px) {
  .nav-menu a {
    font-size: 18px;
  }
}

@media (max-width: 1366px) {
  .nav-menu a {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .nav-menu a {
    z-index: 0;
    display: block;
    display: inline-block;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.nav-menu>li>a:before {
  margin-top: 27px;
  width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: '';
  content: var(--tw-content);
}

@media (max-width: 767px) {
  .nav-menu>li>a:before {
    display: none;
  }
}

.nav-menu>li:hover>a {
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
}

.policies-item a.nav-menu>li:hover>a .item-arrow:before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.nav-menu>li:hover>a:before {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.nav-menu>li.menu-item-has-children>a:before {
  right: 28px;
}

@media (max-width: 1024px) {
  .nav-menu>li.menu-item-has-children>a:before {
    display: none;
  }

  .nav-menu>li.menu-item-has-children:hover>a:before {
    display: none;
  }
}

.nav-menu>li.menu-item-has-children:hover>a:before {
  width:100%;
}

@media (max-width: 1024px) {
  .nav-menu>li:nth-last-child(2) {
    margin-top: 1.25rem;
  }
}

@media (max-width: 767px) {
  .nav-menu>li:nth-last-child(2) {
    margin-bottom: 1.25rem;
  }
}

.nav-menu>li:nth-last-child(2) a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.policies-item .nav-menu>li:nth-last-child(2) a:hovera .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.nav-menu>li:nth-last-child(2) a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (max-width: 1366px) {
  .nav-menu>li:nth-last-child(2) a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 17px !important;
  }
}

@media (max-width: 1024px) {
  .nav-menu>li:nth-last-child(2) a {
    display: flex;
    justify-content: center;
  }

  .policies-item a.nav-menu>li:nth-last-child(2) a:hover .item-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .nav-menu>li:nth-last-child(2) a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
  }
}

.nav-menu>li:nth-last-child(2):hover>a:before {
  display: none;
}

@media (max-width: 1024px) {
  .nav-menu>li:nth-last-child(2) a:before {
    display: none;
  }

  .nav-menu>li {
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.submenu-toggle {
  position: absolute;
  right: -15px;
  top: 0px;
  z-index: 10;
  display: flex;
  display: none;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 1024px) {
  .submenu-toggle {
    right: 0px;
    display: flex;
  }
}

.nav-menu .menu-item-has-children:hover .sub-menu li.sub_menu_heading {
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children:hover .sub-menu li.sub_menu_heading {
    display: none;
  }

  .nav-menu .menu-item-has-children .sub-menu li.sub_menu_heading {
    display: none;
  }
}

.nav-menu .menu-item-has-children .sub-menu li:last-child a {
  background-image: none !important;
  padding-left: 1.25rem !important;
}

@media (max-width: 767px) {
  .nav-menu .menu-item-has-children .sub-menu li:last-child a {
    padding-left: 0.5rem !important;
  }
}

.nav-menu .menu-item-has-children .sub-menu li.sub_menu_heading a {
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
}

.nav-menu .menu-item-has-children .sub-menu li.sub_menu_heading a:hover {
  background-color: transparent;
}

.nav-menu .menu-item-has-children .sub-menu li.sub_menu_heading a:hover:after {
  display: none;
}

.nav-menu>li>.sub-menu {
  position: absolute;
  top: 100%;
  z-index: 10;
  margin-left: -20px;
  display: none;
  min-width: 300px;
  --tw-translate-y: -1.5rem;
  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));
  padding-bottom: 3rem;
  padding-top: 3rem;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.nav-menu>li>.sub-menu:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (max-width: 1024px) {
  .nav-menu>li>.sub-menu {
    position: relative;
    top: 0px;
    margin-left: 0px;
    display: none;
    --tw-translate-y: 0px;
    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));
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.nav-menu>.menu-item-has-children:hover .sub-menu {
  display: block;
  padding-right: 0.5rem;
}

@media (max-width: 1024px) {
  .nav-menu>.menu-item-has-children:hover .sub-menu {
    display: none;
    padding-right: 0px;
  }
}

.nav-menu>li.resources-menu>.sub-menu {
  width: 285px;
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children.current .sub-menu {
    display: block;
  }

  .nav-menu .menu-item-has-children>.sub-menu {
    padding-left: 0.25rem;
  }
}

.nav-menu .menu-item-has-children.current .submenu-toggle {
  transform: rotate(180deg);
}

.nav-menu>.menu-item-has-children>a {
  position: relative;
}

.nav-menu>.menu-item-has-children>a:after {
  font-family: 'Font Awesome 6 Pro';
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (max-width: 1024px) {
  .nav-menu>.menu-item-has-children>a:after {
    display: none;
  }
}

.nav-menu>.menu-item-has-children>a:after {
  font-weight: 300;
  margin: 8px 0 0 10px;
  text-decoration: none;
  content:'\f107' ;
}

.nav-menu>li:hover>a:after {
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.nav-menu .menu-item-has-children:hover>.sub-menu>li {
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children:hover>.sub-menu>li {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.nav-menu .menu-item-has-children .sub-menu li .sub-menu {
  display: none;
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children .sub-menu li .sub-menu {
    position: relative;
    left: 0.75rem;
    display: block;
  }
}

.nav-menu .menu-item-has-children .sub-menu li .sub-menu li {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children .sub-menu li .sub-menu li {
    margin-bottom: 0px;
  }
}

.nav-menu .menu-item-has-children:hover .sub-menu li:hover .sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  display: block;
  min-width: 370px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5rem;
}

@media (max-width: 1366px) {
  .nav-menu .menu-item-has-children:hover .sub-menu li:hover .sub-menu {
    padding-left: 0.25rem;
  }
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children:hover .sub-menu li:hover .sub-menu {
    position: relative;
    left: 0.75rem;
  }
}

.nav-menu .menu-item-has-children>.sub-menu>li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-menu .menu-item-has-children .sub-menu li a {
  position: relative;
  z-index: 10;
  display: inline-block;
  white-space: normal;
  border-radius: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1366px) {
  .nav-menu .menu-item-has-children .sub-menu li a {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .nav-menu .menu-item-has-children .sub-menu li a {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 767px) {
  .nav-menu .menu-item-has-children .sub-menu li a {
    padding-left: 0.5rem;
  }
}

.nav-menu .menu-item-has-children .sub-menu li a:hover, .nav-menu .menu-item-has-children .sub-menu li a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.nav-menu .menu-item-has-children .sub-menu li a span {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.nav-menu .menu-item-has-children .sub-menu a:hover::after, .nav-menu .menu-item-has-children>.sub-menu>.current-menu-item>a::after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  content:'';
}

.nav-menu .menu-item-has-children>.sub-menu>.current-menu-item>a:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.nav-menu .menu-item-has-children>.sub-menu>.current-menu-item>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-menu .menu-item-has-children .sub-menu .current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* .nav-menu .menu-item-has-children .sub-menu a:focus::after {
    @apply scale-x-[0.95] bg-black content-[''] left-0 right-0 top-0 bottom-0 rounded-3xl
  } */

@media (max-width: 1024px) {
  .menu-desktop {
    right: -100%;
    width: 340px;
    --tw-translate-x: 1.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));
    padding: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: 0.5s;
  }
}

.menu-desktop.active {
  transform: translateX(0);
  right: 0px;
  --tw-translate-x: 0px;
  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))
}

@media (max-width: 1024px) {
  .menu-desktop.active {
    display: block;
  }
}

@media (max-width: 1366px) {
  .logo img {
    max-width: 120px;
  }
}

#primary-menu li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1600px) {
  #primary-menu li {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media (max-width: 1366px) {
  #primary-menu li {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

@media (max-width: 1024px) {
  #primary-menu li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  #primary-menu li {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#primary-menu li:last-child>a {
  padding-left: 2rem;
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 20 22"><path id="Vector" d="M20,22h-.986A9.092,9.092,0,0,0,10,12.853,9.091,9.091,0,0,0,.986,22H0a10.13,10.13,0,0,1,7.838-9.906A6.26,6.26,0,0,1,10,0a6.26,6.26,0,0,1,2.162,12.094A10.13,10.13,0,0,1,20,22ZM10,11.493a5.215,5.215,0,0,0,5.17-5.246,5.171,5.171,0,1,0-10.34,0A5.214,5.214,0,0,0,10,11.493Z" fill="%23fff"/></svg>') no-repeat left center;
}

#primary-menu li:last-child>a:hover{
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 20 22"><path id="Vector" d="M20,22h-.986A9.092,9.092,0,0,0,10,12.853,9.091,9.091,0,0,0,.986,22H0a10.13,10.13,0,0,1,7.838-9.906A6.26,6.26,0,0,1,10,0a6.26,6.26,0,0,1,2.162,12.094A10.13,10.13,0,0,1,20,22ZM10,11.493a5.215,5.215,0,0,0,5.17-5.246,5.171,5.171,0,1,0-10.34,0A5.214,5.214,0,0,0,10,11.493Z" fill="%23FDD700"/></svg>') no-repeat left center;
}

#primary-menu li:last-child a span {
  font-family: Pagabo Sans Display, sans-serif;
}

#cookie-law-info-bar #wt-cli-policy-link{
  padding-left: 0 !important;
}

#slide1 .owl-item .item {
  height: 518px !important;
}

#toggleMenu:hover .logo-dropdown {
  display: block;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1024px) {
  #toggleMenu:hover .logo-dropdown {
    display: none;
  }
}

#toggleMenu.show-dropdown .logo-dropdown {
  display: none;
}

@media (max-width: 1024px) {
  #toggleMenu.show-dropdown .logo-dropdown {
    display: block;
  }
}

.logo-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: none;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.show-dropdown .logo-dropdown {
  display: block;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#toggleMenu.menu-icon:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.show-dropdown .logo-dropdown li a, #toggleMenu:hover .logo-dropdown li a {
  position: relative;
  display: block;
}

.show-dropdown .logo-dropdown li a:after,
  #toggleMenu:hover .logo-dropdown li a:after {
  transition: all ease 0.5s;
  width: 0;
  content: '';
  bottom: -5px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  position: absolute;
}

.show-dropdown .logo-dropdown li a:hover:after,
  #toggleMenu:hover .logo-dropdown li a:hover:after {
  width: 100%;
}

.nav-menu>li.menu-item-has-children>.menu-div:after {
  content: '';
  transition: all ease 0.5s;
  transform: translateY(-10px)
}

@media (max-width: 1024px) {
  .nav-menu>li.menu-item-has-children>.menu-div:after {
    display: none;
  }
}

/* .nav-menu>li.menu-item-has-children:hover>.menu-div:after{
        @apply bg-gold lg:hidden;
        content:'';
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        height:350px;
        transform: translateY(0); 
      } */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.menu-div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-menu>li.menu-item-has-children:hover .menu-div {
  display: block;
}

@media (max-width: 1024px) {
  .nav-menu>li.menu-item-has-children:hover .menu-div {
    display: none;
  }
}

.btn-primary, a.btn-primary, .nav-menu>li:nth-last-child(2) a, .btn-previous  {
  transition: all ease 0.5s;
  position: relative;
  display: inline-block;
  width: auto;
  white-space: normal;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

@media (max-width: 1600px) {
  .btn-primary, a.btn-primary, .nav-menu>li:nth-last-child(2) a, .btn-previous {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 1366px) {
  .btn-primary, a.btn-primary, .nav-menu>li:nth-last-child(2) a, .btn-previous {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .btn-primary, a.btn-primary, .nav-menu>li:nth-last-child(2) a, .btn-previous {
    display: block;
    white-space: normal;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

/* .btn-primary:focus, a.btn-primary:focus{
        @apply px-8
      }  */

.nav-menu>li:nth-last-child(2) a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body a.bg-blue:hover,   body button.bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-primary i, .nav-menu>li:nth-last-child(2) a i {
  right: 25px;
  transition: all ease 0.5s;
  opacity: 0;
  position: absolute;
  top: 0px;
  height:20px;
  bottom: 0;
  font-size: 20px;
  margin: auto;
}

@media (max-width: 1366px) {
  .nav-menu>li:nth-last-child(2) a i {
    display: none;
  }
}

.btn-previous {
  position: relative;
}

.btn-previous i{
  left:25px;
  transition: all ease 0.5s;
  opacity: 0;
  position: absolute;
  top: 0px;
  height:20px;
  bottom: 0;
  font-size: 20px;
  margin: auto;
}

.btn-primary.btn-lightblue, .btn-primary.hover-lightblue:hover{
  background: #a8e5ff !important;
  color:#003680 !important
}

.policies-item a.btn-primary:hover .item-arrow,.policies-item a .nav-menu>li:nth-last-child(2) a:hover .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-primary:hover, .nav-menu>li:nth-last-child(2) a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.5rem !important;
  padding-right: 3.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.policies-item a.btn-previous:hover .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-previous:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
  padding-right: 1.5rem !important;
  padding-left: 3.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.btn-previous:hover i{
  left:20px;
  opacity: 1;
}

.btn-primary:hover i, .nav-menu>li:nth-last-child(2) a:hover i {
  right: 20px;
  opacity: 1;
}

@media (max-width: 1366px) {
  .nav-menu>li:nth-last-child(2) a:hover {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.play-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  margin: auto;
  height: 120px;
  width: 120px;
  min-width: 120px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  font-size: 3.125rem;
  line-height: 3.325rem;
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.policies-item .play-icon:hovera .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.play-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1600px) {
  .play-icon {
    height: 100px;
    width: 100px;
    min-width: 100px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 992px) {
  .play-icon {
    height: 60px;
    min-height: 60px;
    width: 60px;
    min-width: 60px;
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 1024px) {
  .policies-item a.nav-menu>li:nth-last-child(2) a:hover .item-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .nav-menu>li:nth-last-child(2) a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1400px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

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

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

@media (max-width: 992px) {
  .container {
    max-width: 980px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 750px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 1366px) {
  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.owl-partners .owl-stage {
  display: flex;
}

.testimonial-slider .owl-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .testimonial-slider .item {
    height: 100%;
  }
}

.policies-item a#newsinsights .post-carousel .owl-nav button .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

#newsinsights .post-carousel .owl-nav button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (max-width: 767px) {
  #newsinsights .post-carousel .owl-nav button {
    height: 35px;
    width: 35px;
  }
}

.news-box img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover
}

@media (max-width: 1366px) {
  .news-box img {
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .news-box img {
    max-height: 200px;
  }
}

.news-box .fa-arrow-right-long {
  margin-left: 10px;
  transition: all ease 0.5s;
}

.news-box:hover .fa-arrow-right-long {
  margin-left: 15px;
}

.news-box-inner {
  position:relative;
  display: block;
}

.news-box-inner:before{
  border-radius: 20px;
  content:'';
  position: absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  transition: all ease 0.5s;
}

.news-box-inner:hover:before{
  border: none;
}

.news-box-inner:hover h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.news-box-inner:hover .newsdate-outer span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#newsinsights .item .news-box {
  position: relative;
  display: block;
}

#newsinsights .item .news-box::after {
  position: absolute;
  content: var(--tw-content);
  border-radius: 1.5rem;
}

#newsinsights .item .news-box:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 194 38 / var(--tw-border-opacity, 1));
}

#newsinsights .item .news-box{
  border-radius: 24px;
  transition: all ease 0.1s;
  display: block;
}

#newsinsights .item:hover .news-box::after {
  border-radius: 1.5rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 194 38 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

#newsinsights .item .news-box:after {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  transition: all ease 0.1s;
}

#newsinsights .item:hover .news-box a svg {
  fill: #a8e5ff
}

#newsinsights .item span i {
  transition: all ease 0.5s;
  position: relative;
  right: 0px
}

#newsinsights .item:hover span i {
  right: -0.5rem;
}

.specific-solution-slider .item .arrow-icon i {
  transition: all ease 1s;
  --tw-translate-x: 0px;
  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))
}

.specific-solution-slider .item:hover .arrow-icon i {
  --tw-translate-x: 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));
}

.footer-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer-bottom p {
  margin: 0px;
}

@media (max-width: 1024px) {
  .footer-bottom p {
    text-align: center;
  }

  .site-footer {
    overflow: hidden;
  }
}

.site-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer-bottom a:hover {
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
}

.policies-item .footer-social a:hovera .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.footer-social a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.social-value-amount {
  font-size: 110px;
}

@media (max-width: 1600px) {
  .social-value-amount {
    font-size: 80px;
  }
}

@media (max-width: 1024px) {
  .social-value-amount {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .social-value-amount {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.copyright a {
  margin-left: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (max-width: 1600px) {
  .copyright a {
    margin-left: 0.25rem;
  }
}

.pogabo-foundation .block-full-image {
  margin-top: -80px;
}

@media (max-width: 1600px) {
  .pogabo-foundation .block-full-image {
    margin-top: -50px;
  }
}

@media (max-width: 1024px) {
  .pogabo-foundation .block-full-image {
    margin-top: -50px;
  }
}

#solution-slider .item {
  height: 315px;
}

.main-banner .bg-lightgray {
  padding: 2.5rem;
}

@media (max-width: 1600px) {
  .main-banner .bg-lightgray {
    padding: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .main-banner .bg-lightgray {
    padding: 0px;
  }
}

.policies-item a.arrow-icon:hover .item-arrow,.policies-item a .owl-carousel .owl-nav button:hover .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.arrow-icon:hover, .owl-carousel .owl-nav button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
}

#slide2.owl-carousel .owl-item {
  width: 100%;
  text-align: center;
}

#slide2.owl-carousel .owl-item img {
  max-height: 60px;
  width: auto;
}

#solution-slider .item img, #construction-slider .item img {
  width: auto;
}

.news-cat {
  background-color: rgba(0, 23, 46, 0.5);
  border-radius: 30px;
}

#solution-slider .item h3 {
  padding-right: 1.25rem;
}

@media (max-width: 1366px) {
  #solution-slider .item h3 {
    font-size: 1.125rem;
    line-height: 1rem;
  }
}

.hubspot-form {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .hubspot-form {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .hubspot-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .modal-content .hubspot-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.hubspot-form input, .hubspot-form select, .hubspot-form textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
  height: 50px;
  width: 100% !important;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 300;
}

@media (max-width: 1366px) {
  .hubspot-form input, .hubspot-form select, .hubspot-form textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    height: 40px;
  }
}

.hubspot-form fieldset, .hbspt-form fieldset {
  margin-bottom: 1.25rem !important;
  max-width: 100% !important;
}

.hubspot-form fieldset.form-columns-2 {
  display: flex;
  -moz-column-gap:5px;
       column-gap:5px;
}

.hubspot-form select {
  width: 100% !important;
}

.hubspot-form input[type="submit"]{
  width:auto !important
}

.hubspot-form input[type="checkbox"] {
  height: auto;
  width: auto !important;
  vertical-align: top;
  margin: 5px 5px 0 0;
}

.legal-consent-container .input input[type="checkbox"] {
  margin-top: 7px;
  height: auto !important;
  width: auto !important;
}

.hbspt-form .legal-consent-container .input input[type="checkbox"] {
  margin-top: 2px;
}

.hubspot-form textarea {
  min-height: 180px;
  width: 100% !important;
  border-radius: 0.75rem;
}

.hubspot-form label, .hbspt-form label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 1600px) {
  .hubspot-form label, .hbspt-form label {
    margin-bottom: 0.25rem;
  }
}

.hubspot-form label .hs-form-required,  .hbspt-form label .hs-form-required, .hbspt-form ul li label.hs-error-msg {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.hubspot-form .legal-consent-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (max-width: 767px) {
  .hubspot-form .legal-consent-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hubspot-form .hs-fieldtype-booleancheckbox {
  max-width: 320px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hubspot-form .hs-fieldtype-booleancheckbox input {
  margin-top: 0.25rem !important;
}

.hubspot-form .hs_submit.hs-submit {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: right;
}

@media (max-width: 767px) {
  .hubspot-form .hs_submit.hs-submit {
    position: relative;
    right: 0px;
    margin-top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
  }
}

.hubspot-form label.hs-error-msg {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.hubspot-form .hs-dependent-field .hs-form-booleancheckbox-display span {
  font-weight: 300;
  letter-spacing: 0em;
}

.hubspot-form .hs-dependent-field .hs-form-booleancheckbox-display a {
  --tw-text-opacity: 1;
  color: rgb(255 194 38 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.hs-fieldtype-select .input, .custom-select {
  position: relative;
}

.custom-select select option {
  font-size: 1rem;
  line-height: 1.2rem;
}

.hs-fieldtype-select .input::after,
  .custom-select:after {
  position: absolute;
  right: 15px;
  top: 20px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  height: 50px;
  font-family: 'Font Awesome 6 Pro';
}

@media (max-width: 1024px) {
  .hs-fieldtype-select .input::after,
  .custom-select:after {
    height: 40px;
  }
}

.hs-fieldtype-select .input::after,
  .custom-select:after {
  content: '\f078';
}

.hs-fieldtype-select .input select,
  .custom-select select {
  position: relative;
  z-index: 1;
  background-image: none;
  -webkit-appearance: none;
}

.hubspot-form .input {
  margin: 0px !important;
}

.hubspot-form fieldset .hs-form-field {
  padding: 0 15px;
}

.hubspot-form form>.hs-form-field {
  margin-bottom: 10px !important;
}

.hubspot-form .hs_submit .actions {
  text-align: right;
}

.hubspot-form .hs_submit .actions input[type="submit"], .hbspt-form .hs_submit .actions .hs-button {
  height: 50px;
  width: auto;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.policies-item .hubspot-form .hs_submit .actions input[type="submit"]:hovera .item-arrow,.policies-item  .hbspt-form .hs_submit .actions .hs-button:hovera .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hubspot-form .hs_submit .actions input[type="submit"]:hover, .hbspt-form .hs_submit .actions .hs-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1)) !important;
}

@media (max-width: 1600px) {
  .hubspot-form .hs_submit .actions input[type="submit"], .hbspt-form .hs_submit .actions .hs-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 767px) {
  .hubspot-form .hs_submit .actions input[type="submit"], .hbspt-form .hs_submit .actions .hs-button {
    height: 44px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.hubspot-form .hs_submit .actions input[type="submit"], .hbspt-form .hs_submit .actions .hs-button {
  transition: all ease 0.5s;
  background:#FFC226 url(../dist/images/arrow-next.svg) 78% center no-repeat !important;
  background-image:none !important;
}

.hubspot-form .hs_submit .actions input[type="submit"]:hover, .hbspt-form .hs_submit .actions .hs-button:hover {
  padding-left: 2rem;
  padding-right: 4rem;
  background:#FFC226 url(../dist/images/arrow-next.svg) 82% center no-repeat !important;
}

.modal-content{
  margin: 140px auto;
  margin-top: 7rem;
  border-width: 0px;
}

.modal-content .hubspot-form .hs_submit .actions input[type="submit"] {
  margin-top: 0px;
}

.modal-content .hubspot-form .hs_submit.hs-submit {
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.hubspot-form .hs_submit .actions input[type="submit"]:hover {
  background: #003680
}

.sector-section .owl-item{
  transition: all ease 0.8s;
  transform: translateX(0);
}

#take_tour_modal .modal-heading span {
  --tw-text-opacity: 1;
  color: rgb(255 194 38 / var(--tw-text-opacity, 1));
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0px;
  left: 0px;
  margin: auto;
  display: flex;
  max-width: 1620px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1600px) {
  .owl-carousel .owl-nav {
    top: -100px;
  }
}

@media (max-width: 1366px) {
  .owl-carousel .owl-nav {
    right: 0.75rem;
  }
}

@media (max-width: 1024px) {
  .owl-carousel .owl-nav {
    right: 1.25rem;
  }
}

@media (max-width: 992px) {
  .owl-carousel .owl-nav {
    max-width: 100%;
  }
}

body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev {
  margin-left: 10px;
  display: flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin: 0 1px;
  font-size: 0;
}

body .owl-carousel .owl-nav button.disabled {
  opacity: 0.7;
}

.owl-carousel .owl-nav button.owl-next:before,
  .owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 35px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next:before,
  .owl-carousel .owl-nav button.owl-prev:before {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.owl-carousel .owl-nav button.owl-next:before {
  content:'\f178'
}

.owl-carousel .owl-nav button.owl-prev:before {
  content:'\f178'
}

.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}

.owl-carousel .owl-nav button span {
  display: none;
}

#sector-slider.owl-carousel .owl-dots {
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media (max-width: 767px) {
  #sector-slider.owl-carousel .owl-dots {
    position: relative;
  }
}

#sector-slider.owl-carousel .owl-dots button {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

#sector-slider.owl-carousel .owl-dots button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
}

.framwork-item {
  height: 100%;
}

@media (max-width: 1024px) {
  .framwork-item {
    height: auto;
  }
}

.framwork-item:last-child {
  margin-bottom: 0px;
}

.framwork-item .round-arrow i, #construction-slider .item .fa-arrow-right-long {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.framwork-item:hover .round-arrow i, #construction-slider .item:hover .fa-arrow-right-long {
  --tw-translate-x: 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));
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 992px) {
  .owl-carousel .owl-dots {
    bottom: 0.75rem;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    position: relative;
    margin-top: 1.75rem !important;
  }
}

.policies-item a.owl-carousel .owl-dots button.owl-dot .item-arrow {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: #fdd700;
}

.owl-carousel .owl-dots button.owl-dot {
  height: 13px;
  width: 13px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.insights-slider .owl-dots button.owl-dot {
  height: 13px;
  width: 13px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.policies-item a.owl-carousel .owl-dots button.active .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.owl-carousel .owl-dots button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  font-size: 14px;
}

.pagination li a {
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 500;
}

.pagination li.disabled a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.pagination li.active a, .pagination li a:hover, .pagination li.disabled a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 194 38 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 194 38 / var(--tw-text-opacity, 1));
}

.pipeline-list {
  counter-reset: section;
}

.pipeline-horizontal {
  display: flex;
}

.pipeline-horizontal .pipeline-item:after {
  top: 18px;
  z-index: 0;
  height: 2px;
  width: 100%;
}

@media (max-width: 767px) {
  .pipeline-horizontal .pipeline-item:after {
    top: 25px;
    height: 100%;
    width: 2px;
  }
}

.pipeline-horizontal .pipeline-item {
  padding-left: 0px;
  padding-top: 1.25rem;
  padding-right: 2rem;
}

.pipeline-horizontal .pipeline-item:last-child {
  padding-right: 0px;
}

@media (max-width: 767px) {
  .pipeline-horizontal .pipeline-item {
    padding-left: 3.5rem;
    padding-top: 0px;
  }
}

.pipeline-item:before {
  counter-increment: section;
  content: attr(data) " " counter(section)
}

.policies-item a.pipeline-item .item-arrow:before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.pipeline-item:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
}

.policies-item a.pipeline-item .item-arrow:after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.pipeline-item:after {
  position: absolute;
  left: 18px;
  right: 0px;
  top: 40px;
  height: 100%;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
  content:'';
}

.pipeline-item {
  position: relative;
  padding-left: 4rem;
}

.pipeline-item:last-child:after {
  display: none;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.bubble-list li {
  background: url(../img/icon-bubble.svg) left top no-repeat;
  padding-left:50px;
}

.bullet-list li {
  background: url(../images/green-right.svg) left top no-repeat;
}

@media (max-width: 1366px) {
  .bullet-list li {
    margin-bottom: 0.75rem;
    background-size: 22px;
  }
}

.bullet-list li {
  padding: 5px 0 7px 40px;
}

.site-main ul li {
  margin-bottom: 0.25rem;
}

@media (max-width: 480px) {
  #scroll-form {
    scroll-margin-top: 70px;
  }
}

.post-carousel .item:hover h3,
  .post-carousel .item:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 194 38 / var(--tw-text-opacity, 1));
}

.hubspot-form {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hubspot-form .error, .error-msg {
  padding: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

#hubspot_form .hubspot_form_content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-thickness: 0px;
}

#hubspot_form .hubspot_form_content a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 194 38 / var(--tw-text-opacity, 1));
}

.certificate-logos .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-mainbanner{
  background:  url(../img/banner-shape.svg) right top no-repeat;
  background-size:430px;
  position: relative;
  min-height: 420px
}

@media (max-width: 1600px) {
  .inner-mainbanner {
    min-height: 310px;
    background-size: 350px auto;
  }
}

@media (max-width: 1024px) {
  .inner-mainbanner {
    min-height: 220px;
    background-size: 250px auto;
  }
}

@media (max-width: 992px) {
  .inner-mainbanner {
    background-size: 205px auto;
  }
}

@media (max-width: 767px) {
  .inner-mainbanner {
    min-height: 130px;
    background-size: 80px auto;
  }
}

.inner-mainbanner-multishape {
  min-height: 540px;
  background-image: none;
}

.inner-mainbanner-multishape:after{
  content:'';
  background:  url(../images/banner-shape.svg) right top no-repeat;
  background-size:100%;
  position: absolute;
  right: -50px;
  top: -70px;
  transform: rotate(90deg);
  height:440px;
  -webkit-animation: barTop 5s ease;
  width:490px
}

@media (max-width: 1024px) {
  .inner-mainbanner-multishape:after {
    height: 350px;
    width: 300px;
  }
}

@media (max-width: 767px) {
  .inner-mainbanner-multishape:after {
    top: -30px;
    right: -30px;
    height: 160px;
    width: 160px;
  }
}

.inner-mainbanner-multishape:before{
  content:'';
  background:  url(../images/banner-shape.svg) left top no-repeat;
  background-size:100%;
  position: absolute;
  left:-50px;
  bottom:-30px;
  transform:rotate(-90deg);
  height:440px;
  -webkit-animation: barBottom 5s ease;
  width:490px
}

@media (max-width: 1024px) {
  .inner-mainbanner-multishape:before {
    bottom: -60px;
    height: 350px;
    width: 300px;
  }
}

@media (max-width: 767px) {
  .inner-mainbanner-multishape:before {
    bottom: -20px;
    height: 160px;
    width: 160px;
  }
}

@keyframes barTop
{
  0% {
    opacity: 0;
    right:-400px;
  }

  100% {
    opacity: 1;
    right:-50px;
  }
}

@keyframes barBottom
{
  0% {
    opacity: 0;
    bottom :-400px;
  }

  100% {
    opacity: 1;
    bottom :-30px;
  }
}

.social-left-value {
  overflow: hidden;
}

.social-left-value .block-heading i {
  transition: all ease 0.5s;
  position: relative;
  right: 0px
}

.social-left-value:hover .block-heading i {
  right: -0.75rem;
}

.social-left-value .block-content {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition: all ease 0.5s;
}

.social-left-value:hover .block-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
}

.social-left-value:hover a .block-heading {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.social-left-value .news-title img{
  transition: all ease 0.5s;
}

.sector-section .social-left-value .news-title {
  position: relative;
}

.sector-section .social-left-value .news-title:before{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.sector-section .social-left-value:hover .news-title:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}

.news_content p a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.news_content h2 {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.news_content h3 {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  padding-bottom: 0px;
  font-size: 1.875rem;
  line-height: 1.9rem;
  font-weight: 400;
}

.news_content ol {
  margin: 0px;
  padding: 0px;
  list-style: auto;
  counter-reset: my-sec-counter;
}

.news_content ol li {
  position: relative;
  margin-bottom: 1.25rem !important;
  display: block;
  list-style-type: none;
  padding-left: 70px;
}

.news_content ol li:before{
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  left: 0px;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.news_content ol li:after {
  position: absolute;
  top: 35px;
  bottom: -50px;
  left: 20px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  content:'';
}

.news_content ol li:last-child:after {
  display: none;
}

.info-page ul {
  margin-left: 0px;
}

.info-page a {
  --tw-text-opacity: 1;
  color: rgb(255 194 38 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .info-page a {
    word-break: break-all;
  }
}

.info-page h1 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .info-page h1 {
    font-size: 1.875rem;
    line-height: 1.9rem;
  }
}

.info-page h2 {
  font-size: 1.875rem;
  line-height: 1.9rem;
}

@media (max-width: 767px) {
  .info-page h2 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}

.info-page ul {
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
}

.info-page ul li {
  position: relative;
  margin-bottom: 1.25rem;
  list-style-type: none;
  padding-left: 2.5rem;
}

.info-page ul li:before{
  content:'\f00c';
  font-family: "Font Awesome 6 Pro";
  line-height: 30px;
  position: absolute;
  left: 0px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.info-page a:hover {
  --tw-text-opacity: 1;
  color: rgb(92 99 105 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.news_content ul {
  margin-bottom: 25px;
  padding-left: 30px;
}

@media (max-width: 992px) {
  .news_content iframe {
    width: 100%;
  }
}

#msform>fieldset:not(:first-of-type) {
  display: none;
}

#msform .action-button, #msform .action-button-previous {
  border: solid 1px #000;
  cursor: pointer;
  border-radius: 1.5rem;
  border-width: 0px;
  background-image: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

@media (max-width: 767px) {
  #msform .action-button, #msform .action-button-previous {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

#msform .action-button:hover,
#msform .action-button:focus, #msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 194 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(239 239 239 / var(--tw-text-opacity, 1));
}

#progressbar .active {
  color: #673AB7;
}

#progressbar li {
  position: relative;
  float: left;
  width: 25%;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}

#progressbar li:before {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  padding: 2px;
  font-size: 1.25rem;
  line-height: 1.6rem;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin: 0 auto 10px auto;
}

.main-banner #progressbar li:after {
  padding: 2.5rem;
}

@media (max-width: 1600px) {
  .main-banner #progressbar li:after {
    padding: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .main-banner #progressbar li:after {
    padding: 0px;
  }
}

#progressbar li:after {
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: -1;
  height: 2px;
  width: 100%;
  content: '';
}

#progressbar li.active:before,
#progressbar li.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
}

.progress {
  height: 10px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.progress-bar {
  height: 10px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
}

.progress [title] {
  position: relative;
  cursor: default;
  font-size: 1.875rem;
  line-height: 1.9rem;
  font-weight: 500;
}

.progress [title]::before {
  content: attr(title);
  padding:8px 10px;
  position: absolute;
  top: -50px;
  right: -35px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  font-size: 1.625rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (max-width: 767px) {
  .progress [title]::before {
    top: -32px;
    right: -25px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}

.progress [title]::after {
  position: absolute;
  bottom: -5px;
  right: -13px;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  content: '';
  border:15px solid transparent;
  border-top:15px solid #FFC226;
}

@media (max-width: 767px) {
  .progress [title]::after {
    border-width: 10px;
  }
}

.price-box:hover svg path {
  fill: #000000;
}

.price-box:hover [type="radio"]:not(:checked) + label {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.price-box [type="radio"]:checked,
.price-box [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}

.price-box [type="radio"]:checked + label,
.price-box [type="radio"]:not(:checked) + label {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.price-box.price-box-active .img-hover {
  display: block !important;
}

.price-box.price-box-active .img-default {
  display: none !important;
}

.price-box [type="radio"]:checked + label span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.price-box [type="radio"]:checked + label:before,
.price-box [type="radio"]:not(:checked) + label:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  background-image: none;
  content: '';
}

.price-box [type="radio"]:checked + label:after,
.price-box [type="radio"]:not(:checked) + label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
  content: '';
  transition: all 0.2s ease;
  z-index:1;
}

.price-box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.price-box [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.policies-item a.embed-carousel .item:hover .news-box .item-arrow {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: #fdd700;
}

.embed-carousel .item:hover .news-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.embed-carousel .item:hover .news-box .news-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.embed-carousel .item .news-box h3 {
  line-height: 45px;
}

@media (max-width: 1366px) {
  .embed-carousel .item .news-box h3 {
    line-height: 30px;
  }
}

.embed-carousel .item .news-box h3{
  text-shadow:2px 0px 10px rgba(0,0,0,0.5);
  max-width: 200px;
}

.embed-carousel .item .news-box img {
  height: 300px;
}

.embed-carousel .item:hover .news-box h3 {
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
}

.embed-carousel-outer:nth-child(odd){
  padding-bottom:60px;
}

@media (max-width: 767px) {
  body .owl-carousel.embed-carousel .owl-nav button, #newsinsights .owl-nav button {
    height: 40px;
    width: 40px;
  }
}

body .owl-carousel.embed-carousel .owl-nav {
  top: -100px;
}

.policies-item a{
  transition: all 0.5s ease-out;
  width: 100%;
}

.policies-item a.bg-gold .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.policies-item [class*="bg-gray-"] .item-arrow {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: #fdd700;
}

.policies-item a.bg-white .item-arrow {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: #fdd700;
}

.policies-item a:hover{
  width: 102%;
  transform: scale(1.02);
}

.policies-item a i{
  transform: translateX(0);
  transition: all ease 0.5s;
}

.policies-item a:hover i{
  transform: translateX(3px);
}

/*hero content with video block*/

#video-container {
  position: relative;
  /* padding-bottom: 100%; */
  /* height: 0; */
  aspect-ratio: 9/5.06;
}

#video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-banner-wrapper {
  position: relative;
  max-width: 100%;
  text-align: center;
}

#video-banner {
  position: relative;
  display: inline-block;
  width: 100%;
}

#video-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  aspect-ratio: 9/5.06;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:#ffc226;
  color: white;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width:60px;
  height:60px;
}

.play-button[disabled]{
  width:auto;
  border-radius: 6px;
  font-size:20px;
  padding:0 20px;
  height:40px;
}

#video-container {
  width: 100%;
  display: none;
}

.container {
  width: 100%;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.\!mr-3 {
  margin-right: 0.75rem !important;
}

.-ml-3 {
  margin-left: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

.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-3 {
  margin-top: 0.75rem;
}

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.\!h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.min-h-\[15rem\] {
  min-height: 15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

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

.w-2\/5 {
  width: 40%;
}

.w-3\/4 {
  width: 75%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-7\/12 {
  width: 58.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.cursor-pointer {
  cursor: pointer;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

.bg-\[\#FDC226\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 194 38 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

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

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 153 156 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 99 105 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 64 69 / var(--tw-bg-opacity, 1));
}

.bg-lightpurple {
  --tw-bg-opacity: 1;
  background-color: rgb(158 140 243 / var(--tw-bg-opacity, 1));
}

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

.\!bg-\[left_7px\] {
  background-position: left 7px !important;
}

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

.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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

.\!pl-16 {
  padding-left: 4rem !important;
}

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

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

.pl-0 {
  padding-left: 0px;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[72px\] {
  padding-left: 72px;
}

.pl-\[80px\] {
  padding-left: 80px;
}

.pl-\[90px\] {
  padding-left: 90px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-\[77px\] {
  padding-right: 77px;
}

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

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

.\!text-base {
  font-size: 1.25rem !important;
  line-height: 1.6rem !important;
}

.text-2xl {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 3.125rem;
  line-height: 3.325rem;
}

.text-4xl {
  font-size: 3.75rem;
  line-height: 3.75rem;
}

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1.25rem;
  line-height: 1.6rem;
}

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

.text-md {
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.2rem;
}

.text-xl {
  font-size: 1.875rem;
  line-height: 1.9rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}

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

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

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

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

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

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

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(253 215 0 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(59 64 69 / var(--tw-text-opacity, 1));
}

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

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

@font-face {
  font-family: 'Pagabo Sans Display';

  src: url('../fonts/PagaboSansDisplay-300.woff2') format('woff2'),
    url('../fonts/PagaboSansDisplay-300.woff') format('woff');

  font-weight: 300;
}

@font-face {
  font-family: 'Pagabo Sans Display';

  src: url('../fonts/PagaboSansDisplay-400.woff2') format('woff2'),
    url('../fontsPagaboSansDisplay-400.woff') format('woff');

  font-weight: 400;
}

@font-face {
  font-family: 'Pagabo Sans Display';

  src: url('../fonts/PagaboSansDisplay-500.woff2') format('woff2'),
    url('../fonts/PagaboSansDisplay-500.woff') format('woff');

  font-weight: 500;
}

@font-face {
  font-family: 'Pagabo Sans Display';

  src: url('../fonts/PagaboSansDisplay-600.woff2') format('woff2'),
    url('../fonts/PagaboSansDisplay-600.woff') format('woff');

  font-weight: 600;
}

@font-face {
  font-family: 'Minion Pro';

  src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
    url('../fonts/MinionPro-Regular.woff') format('woff');

  font-weight: normal;
}

.policies-item .hover\:bg-gold:hovera .item-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1024px) {
  .lg\:container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1640px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (max-width: 1600px) {
    .lg\:container {
      max-width: 1400px;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (max-width: 1366px) {
    .lg\:container {
      max-width: 100%;
    }
  }

  @media (max-width: 1024px) {
    .lg\:container {
      max-width: 1023px;
    }
  }

  @media (max-width: 992px) {
    .lg\:container {
      max-width: 980px;
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  }

  @media (max-width: 767px) {
    .lg\:container {
      max-width: 750px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  }

  .lg\:container {
    width: 100%;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[100\%\]::before {
  content: var(--tw-content);
  left: -100%;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:min-h-\[95px\]::before {
  content: var(--tw-content);
  min-height: 95px;
}

.before\:w-\[45px\]::before {
  content: var(--tw-content);
  width: 45px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.before\:bg-darkgold::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 38 / var(--tw-bg-opacity, 1));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.hover\:border:hover {
  border-width: 1px;
}

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

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

.hover\:bg-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 215 0 / var(--tw-bg-opacity, 1));
}

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

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

@media (max-width: 1600px) {
  .xxl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .xxl\:ml-0 {
    margin-left: 0px;
  }

  .xxl\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .xxl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:pb-1 {
    padding-bottom: 0.25rem;
  }

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

  .xxl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-0 {
    padding-left: 0px;
  }

  .xxl\:pl-16 {
    padding-left: 4rem;
  }

  .xxl\:pl-20 {
    padding-left: 5rem;
  }

  .xxl\:pl-24 {
    padding-left: 6rem;
  }

  .xxl\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

  .xxl\:text-2xl {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .xxl\:text-3xl {
    font-size: 3.125rem;
    line-height: 3.325rem;
  }

  .xxl\:text-4xl {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

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

  .xxl\:text-base {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .xxl\:text-lg {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .xxl\:text-md {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .xxl\:text-xl {
    font-size: 1.875rem;
    line-height: 1.9rem;
  }
}

@media (max-width: 1366px) {
  .xl\:mr-0 {
    margin-right: 0px;
  }

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

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

  .xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

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

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

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

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

  .xl\:text-4xl {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

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

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

  .xl\:text-base {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

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

  .xl\:text-md {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .xl\:text-xl {
    font-size: 1.875rem;
    line-height: 1.9rem;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }
}

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

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

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

  .lg\:left-5 {
    left: 1.25rem;
  }

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

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

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

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

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

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 64 69 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-\[140px\] {
    padding-right: 140px;
  }

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

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

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

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

  .lg\:text-right {
    text-align: right;
  }

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

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

  .lg\:text-base {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .lg\:text-lg {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .lg\:text-md {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

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

@media (max-width: 992px) {
  .md\:relative {
    position: relative;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

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

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

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

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

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

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

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

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-\[250px\] {
    padding-right: 250px;
  }

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

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

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

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

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

  .md\:text-2xl {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .md\:text-3xl {
    font-size: 3.125rem;
    line-height: 3.325rem;
  }

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

  .md\:text-base {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .md\:text-lg {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .md\:text-md {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .md\:text-xl {
    font-size: 1.875rem;
    line-height: 1.9rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}

@media (max-width: 767px) {
  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:-mx-\[10px\] {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

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

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

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

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:h-full {
    height: 100%;
  }

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

  .sm\:min-h-\[10rem\] {
    min-height: 10rem;
  }

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

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

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

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

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

  .sm\:min-h-full {
    min-height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:min-w-full {
    min-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

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

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

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

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

  .sm\:text-2xl {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .sm\:text-3xl {
    font-size: 3.125rem;
    line-height: 3.325rem;
  }

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

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

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

  .sm\:text-base {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .sm\:text-lg {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .sm\:text-md {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .sm\:text-xl {
    font-size: 1.875rem;
    line-height: 1.9rem;
  }
}