@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@tailwind base;
@tailwind components;
@tailwind utilities;
/* *{
  outline: solid 1px;
} */
/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #d8d8d8; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #a0aec0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a0aec0; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html,
  body{
  font-family: Nunito Sans, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
    scroll-behavior: smooth;
}
body{
  height: 100vh;
}
body.logged-in{
  height: calc(100vh - 46px);
}
@media (min-width: 710px){
  body.logged-in{
    height: calc(100vh - 32px);
  }
}
main p{
  font-size: 16px;
  font-weight: 400;
}
main ul, main ol{
  margin-left: 2rem;
  display: inline-flex;
  list-style-position: outside;
  flex-direction: column;
  gap: 0.25rem;
}
main ul{
  list-style-type: disc;
}
main ol{
  list-style-type: decimal;
}
main code{
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
}
section{
  padding-top: var(--section-top-padding);
  padding-bottom: var(--section-bottom-padding);
}
b, strong{
  font-weight: 700;
}
h1, .h1{
  font-size: 23px;
}
@media (min-width: 710px){
  h1, .h1{
    font-size: 42px;
  }
}
h2, .h2{
  font-size: 30px;
}
@media (min-width: 710px){
  h2, .h2{
    font-size: 40px;
  }
}
h3, .h3{
  font-size: 20px;
}
@media (min-width: 710px){
  h3, .h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4, .h4{
  font-size: 18px;
}
@media (min-width: 710px){
  h4, .h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6{
  font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
.gradient-heading{
    background: linear-gradient(#ffffff, #ffffff , #ffffff, #ffffff, #ffffff , #ffffff, #ffffff , #6c7a89, #00202e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 710px){
  .container{
    max-width: 710px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1240px){
  .container{
    max-width: 1240px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
#page {
    /* @apply max-w-[1920px] mx-auto; */
  }
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
#primary-menu .menu-item{
  position: relative;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#primary-menu .menu-item.open a{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 57 / var(--tw-bg-opacity));
}
#primary-menu .menu-item.current-menu-item a{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 57 / var(--tw-bg-opacity));
}
#primary-menu .menu-item a{
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#primary-menu .menu-item a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#primary-menu .menu-item .sub-menu{
  visibility: visible;
  position: absolute;
  top: 58px;
  z-index: 10;
  display: none;
  flex-direction: column;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 12px;
  opacity: 1;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#primary-menu .menu-item .sub-menu .menu-item{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: left;
  line-height: 100%;
}
#primary-menu .menu-item .sub-menu .menu-item:last-child{
  margin-bottom: 0px;
  border-width: 0px;
}
#primary-menu .menu-item .sub-menu .menu-item.current-menu-item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#primary-menu .menu-item .sub-menu .menu-item.current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
#primary-menu .menu-item .sub-menu .menu-item a{
  position: relative;
  display: flex;
  width: 100%;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#primary-menu .menu-item .sub-menu .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-line: none;
}
#primary-menu .menu-item .sub-menu .menu-item a .fa-fw{
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 28px;
}
#primary-menu .menu-item.menu-item-has-children.open a::after{
              content: "";
              width: 14px;  
              height: 16px;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='white'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E");
              position: absolute;
              top: 14px;
              right: 12px;
              transform: rotate(180deg);
              transition: all .3s;
            }
#primary-menu .menu-item.menu-item-has-children a::after{
            content: "";
            width: 14px;  
            height: 16px;
            /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' stroke='currentColor'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E"); */
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='white'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E");
            transform: rotate(0deg);
            position: absolute;
            top: 14px;
            right: 12px;
            transition: all .3s;
          }
#primary-menu .menu-item.menu-item-has-children a{
  padding-right: 36px;
  padding-left: 12px;
}
#mobile-menu{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu #menu-primary-menu{
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
#mobile-menu #menu-primary-menu .menu-item{
  position: relative;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu #menu-primary-menu .menu-item.current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
#mobile-menu #menu-primary-menu .menu-item a{
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 36px;
  padding-right: 36px;
}
#mobile-menu #menu-primary-menu .menu-item .sub-menu{
  position: relative;
  display: none;
  flex-direction: column;
  gap: 0px;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
#mobile-menu #menu-primary-menu .menu-item .sub-menu .menu-item{
  margin-left: 0px;
  margin-right: 0px;
  border-width: 0px;
  padding: 0px;
  text-align: left;
}
#mobile-menu #menu-primary-menu .menu-item .sub-menu .menu-item.current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
#mobile-menu #menu-primary-menu .menu-item .sub-menu .menu-item a{
  position: relative;
  display: flex;
  width: 100%;
  align-content: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  color: inherit;
}
#mobile-menu #menu-primary-menu .menu-item .sub-menu .menu-item a .fa-fw{
  display: none;
}
#mobile-menu #menu-primary-menu .menu-item.menu-item-has-children::after{
              content: "";
              width: 12px;  
              height: 14px;
              position: absolute;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23FFFFFF'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E");
              top: 36px;
              right: 36px;
            }
#mobile-menu #menu-primary-menu .menu-item.menu-item-has-children.open::after{
              transform: rotate(180deg);
            }
.button{
  position: relative;
  display: flex;
  min-height: 53px;
  width: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 2px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* &:hover{
      opacity: 0.9;
    } */
.button.button--primary,
    .button.btn--primary{
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.button--secondary,
    .button.btn--secondary{
  --tw-border-opacity: 1;
  border-color: rgb(0 32 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.button--transparent,
    .button.btn--transparent{
  background-color: transparent;
}
.button.button--lg{
  height: 50px;
  width: 160px;
  font-size: 18px;
  font-weight: 600;
}
.post-icon-wrapper img{
  height: 30px;
  width: auto;
}
.slider-arrow-prev,
  .slider-arrow-next{
  display: flex;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
}
.slider-arrow-prev .fa-solid,.slider-arrow-next .fa-solid{
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity));
}
.slider-arrow-prev{
  left: 0px;
}
.slider-arrow-next{
  right: -0px;
}
.banner{
      h1 {
        font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }
      h1 {
        font-weight: 400
    }
      h2 {
        font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }
      h2 {
        font-weight: 400
    }
      h3 {
        font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }
      h3 {
        font-weight: 400
    }
      h4 {
        font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }
      h4 {
        font-weight: 400
    }
      h5 {
        font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }
      h5 {
        font-weight: 400
    }
  }
.flex-cards p{
  margin-bottom: 15px;
}
.mobile-price-tabs,
  .price-hours{
  cursor: pointer;
}
.mobile-price-tabs:hover,
  .price-hours:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-price-tabs.active,.price-hours.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq input:checked ~ .faq__content{
  max-height: 100%;
}
.faq__label::after {
    content: "";
    width: 18px;  
    height: 18px;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' stroke='currentColor'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='white'%3E%3Crect x='45' y='20' width='10' height='60'/%3E%3Crect x='20' y='45' width='60' height='10'/%3E%3C/svg%3E"); */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23CF4400'%3E%3Crect x='45' y='20' width='10' height='60'/%3E%3Crect x='20' y='45' width='60' height='10'/%3E%3C/svg%3E");

    transition: all .3s;
    position: absolute;
    top: 5px;
    right: 0px;
  }
.faq input:checked + .faq__label::after {
    transform: rotate(180deg);
  }
.faq{
    transition: all .3s;
  }
.faq:has( > input:checked){
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
}
.faq__content p{
  margin: 0px;
  margin-top: 24px;
  font-size: 16px;
}
a i{
  font-size: 24px;
}
section.contact-form iframe html{
  overflow: hidden !important;
}
section.contact-form a{
  --tw-text-opacity: 1;
  color: rgb(255 83 47 / var(--tw-text-opacity));
}
section.banner-inner p{
  font-size: 18px;
}
section.banner-inner a{
  --tw-text-opacity: 1;
  color: rgb(255 83 47 / var(--tw-text-opacity));
}
section.image-content .shadow_image{
  margin-right: -40px;
  background-image: url(../images/shadow_blur.png?b25923c8b75e0c77259b8d12de4921cb);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.blog-grid .load_more:hover svg path{
  fill: #fff;
}
section.home-banner .wysiwyg_content p{
  font-size: 18px;
}
section.home-banner .ombed_video{
  position: relative;
  height: auto;
  width: 375px;
  overflow: hidden;
  padding-bottom: 56.25%;
}
@media (min-width: 640px){
  section.home-banner .ombed_video{
    width: 475px;
  }
}
@media (min-width: 710px){
  section.home-banner .ombed_video{
    width: 600px;
  }
}
@media (min-width: 1024px){
  section.home-banner .ombed_video{
    width: 800px;
  }
}
@media (min-width: 1536px){
  section.home-banner .ombed_video{
    height: 0px;
  }
}
section.home-banner .ombed_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
section.two-column-box .box_list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px){
  section.two-column-box .box_list{
    flex-direction: row;
  }
}
section.two-column-box .box_list .box_item{
  width: 100%;
  border-radius: 12px;
  padding: 1px;
}
@media (min-width: 1024px){
  section.two-column-box .box_list .box_item{
    width: 634px;
  }
}
section.two-column-box .box_list .box_item.border_light{
          background: linear-gradient(to left top, rgba(255, 255, 255, 0.20) 70% , rgba(255, 255, 255, 1) 90%);
        }
section.two-column-box .box_list .box_item.border_dark{
          background: linear-gradient(to left top, rgba(0, 0, 0, 0.10) 70% , rgba(0, 0, 0, 1) 90%);
        }
section.two-column-box .box_list .box_item .box_content{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  padding: 32px;
}
section.two-column-box .box_list .box_item .box_content h3{
  font-size: 24px;
}
section.two-column-box .box_list .box_item .box_content p{
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 16px;
}
section.two-column-box .box_list .box_item .box_content a{
  margin-top: 56px;
  align-self: flex-start;
  justify-self: end;
}
section.faqs .faq__content p{
  font-size: 16px;
  font-weight: 500;
}
.button.bordered:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 68 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.button.solid-color:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 68 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(207 68 0 / var(--tw-text-opacity)) !important;
}
section.pricing .wysiwyg_content p{
  font-size: 24px;
  font-weight: 300;
}
section.pricing .button{
  display: flex;
  max-height: 55px;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
section.pricing .button.bordered:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 68 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
section.pricing .button.solid-color:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(207 68 0 / var(--tw-text-opacity)) !important;
}
section.pricing .checklist_content.light_mode li{
  position: relative;
  list-style-type: none;
}
section.pricing .checklist_content.light_mode li:after{
  position: absolute;
  left: -32px;
  top: 6px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-content: "";
  content: var(--tw-content);
            background-image: url(../images/check-icon.svg?00d4cc1b300ab94122eb6ffcced0582c);
}
section.pricing .checklist_content.dark_mode li{
  position: relative;
  list-style-type: none;
}
section.pricing .checklist_content.dark_mode li:after{
  position: absolute;
  left: -32px;
  top: 6px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
            background-image: url(../images/check-icon.svg?00d4cc1b300ab94122eb6ffcced0582c);
}
section.image-content .wysiwyg_content p{
  margin-bottom: 24px;
}
section.image-content .wysiwyg_content p a{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
section.image-content .wysiwyg_content p a a:hover{
  text-decoration-line: underline;
}
section.testimonials .swiper-button-prev, section.testimonials .swiper-button-next{
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  margin: 0px;
  display: inline-block;
  height: 16px;
  width: 60px;
}
section.testimonials .swiper-button-prev::after,section.testimonials .swiper-button-next::after{
        display: none;
      }
section.testimonials .swiper-pagination{
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  display: inline-block;
  width: auto;
}
@media (min-width: 710px){
      section.vertical-tab .tab_content .tab_item{
    cursor: pointer;
    opacity: 55%;
  }
        section.vertical-tab .tab_content .tab_item p{
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
        @media (min-width: 1024px){
    section.vertical-tab .tab_content .tab_item p{
      font-size: 16px;
    }
  }
        
          section.vertical-tab .tab_content .tab_item.active{
    opacity: 1;
  }
            section.vertical-tab .tab_content .tab_item.active .progress-bar{
    opacity: 0.5;
  }
      }
section.additional-support .dark_mode h1,section.additional-support .dark_mode h2,section.additional-support .dark_mode h3,section.additional-support .dark_mode h4,section.additional-support .dark_mode h5,section.additional-support .dark_mode p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.additional-support .light_mode h1,section.additional-support .light_mode h2,section.additional-support .light_mode h3,section.additional-support .light_mode h4,section.additional-support .light_mode h5,section.additional-support .light_mode p{
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
section.additional-support .tab_content .tab_list.dark_mode button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.additional-support .tab_content .tab_list.dark_mode button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.additional-support .tab_content .tab_list.dark_mode button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.additional-support .tab_content .tab_list.light_mode button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
section.additional-support .tab_content .tab_list.light_mode button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.additional-support .tab_content .tab_list.light_mode button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.additional-support .faq__content p{
  font-weight: 500;
}
section.additional-support .tab_accordion_content .dark_mode{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
section.additional-support .tab_accordion_content .dark_mode.faq:has( > input:checked){
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
}
section.additional-support .tab_accordion_content .light_mode{
  --tw-border-opacity: 1;
  border-color: rgb(0 32 46 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 32 46 / var(--tw-text-opacity)) !important;
}
section.additional-support select{
  margin: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
  background-image: linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),linear-gradient(to right,#CF4400,#CF4400);
  background-size: 5px 5px,5px 5px,3.5em 3.5em;
  background-position: calc(100% - 25px) calc(1.4em + 2px),calc(100% - 20px) calc(1.4em + 2px),100% 0;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-right: 3.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
section.steps-guide-tab .badge{
  margin-bottom: 44px;
  display: inline-block;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
section.steps-guide-tab .dark_mode h1,section.steps-guide-tab .dark_mode h2,section.steps-guide-tab .dark_mode h3,section.steps-guide-tab .dark_mode h4,section.steps-guide-tab .dark_mode h5,section.steps-guide-tab .dark_mode p,section.steps-guide-tab .dark_mode li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab .dark_mode .badge{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
section.steps-guide-tab .light_mode h1,section.steps-guide-tab .light_mode h2,section.steps-guide-tab .light_mode h3,section.steps-guide-tab .light_mode h4,section.steps-guide-tab .light_mode h5,section.steps-guide-tab .light_mode p,section.steps-guide-tab .light_mode li{
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
section.steps-guide-tab .light_mode .badge{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab .tab_list.dark_mode button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab .tab_list.dark_mode button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab .tab_list.dark_mode button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab .tab_list.light_mode button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
section.steps-guide-tab .tab_list.light_mode button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab .tab_list.light_mode button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.steps-guide-tab select{
  margin: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
  background-image: linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),linear-gradient(to right,#CF4400,#CF4400);
  background-size: 5px 5px,5px 5px,3.5em 3.5em;
  background-position: calc(100% - 25px) calc(1.4em + 2px),calc(100% - 20px) calc(1.4em + 2px),100% 0;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-right: 3.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
section.contact-form .hsfc-Step .hsfc-Step__Content{
  padding: 0px;
}
footer .footer__details{
      background: radial-gradient(at 90% 20%, rgba(7, 34, 90, 1) 10%, rgba(8, 33, 89, 1) 30%, rgba(1, 9, 24, 0.8) 100%, rgba(1, 7, 18, .8) 100%);
    }
footer .footer_copyright{
      border-top: 1px solid #334e7b;
    }
footer .footer__menu a:hover{
  font-weight: 600;
  text-decoration-line: underline;
}
footer .menu-item.current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
footer .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
.content-block h3, .content-block h4, .content-block h5, .content-block h6, .content-block p, .content-block ul, .content-block li{
  font-size: 16px;
  line-height: 23px;
}
@media (min-width: 710px){
  .content-block h3, .content-block h4, .content-block h5, .content-block h6, .content-block p, .content-block ul, .content-block li{
    font-size: 16px;
    line-height: 23px;
  }
}
.content-block p{
      /* @apply mb-4; */
    }
.content-block h4{
  font-family: Nunito Sans, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-left-\[5px\]{
  left: -5px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[60px\]{
  bottom: 60px;
}
.bottom-\[unset\]{
  bottom: unset;
}
.bottom-md{
  bottom: 30px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-30\%\]{
  left: -30%;
}
.left-\[-32px\]{
  left: -32px;
}
.left-\[18px\]{
  left: 18px;
}
.left-\[20px\]{
  left: 20px;
}
.left-\[3px\]{
  left: 3px;
}
.left-\[unset\]{
  left: unset;
}
.left-md{
  left: 30px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[-34px\]{
  top: -34px;
}
.top-\[-3px\]{
  top: -3px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[140px\]{
  top: 140px;
}
.top-\[24\%\]{
  top: 24%;
}
.top-\[26\%\]{
  top: 26%;
}
.top-\[45px\]{
  top: 45px;
}
.top-\[58px\]{
  top: 58px;
}
.top-\[5px\]{
  top: 5px;
}
.top-\[6px\]{
  top: 6px;
}
.top-\[unset\]{
  top: unset;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[5\]{
  z-index: 5;
}
.m-0{
  margin: 0px;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[28px\]{
  margin-top: 28px;
  margin-bottom: 28px;
}
.-mt-\[120px\]{
  margin-top: -120px;
}
.-mt-\[125px\]{
  margin-top: -125px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2xs{
  margin-bottom: 10px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[13px\]{
  margin-bottom: 13px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[44px\]{
  margin-bottom: 44px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[7px\]{
  margin-bottom: 7px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.mb-md{
  margin-bottom: 30px;
}
.mb-sm{
  margin-bottom: 20px;
}
.ml-0{
  margin-left: 0px;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[-5\%\]{
  margin-left: -5%;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.mr-\[-40px\]{
  margin-right: -40px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[19px\]{
  margin-right: 19px;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[29px\]{
  margin-top: 29px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[44px\]{
  margin-top: 44px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mt-\[56px\]{
  margin-top: 56px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[66px\]{
  margin-top: 66px;
}
.mt-\[95px\]{
  margin-top: 95px;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[110\%\]{
  height: 110%;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[135px\]{
  height: 135px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[319px\]{
  height: 319px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[53px\]{
  height: 53px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[83vh\]{
  height: 83vh;
}
.h-\[calc\(100vh-46px\)\]{
  height: calc(100vh - 46px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-icon{
  height: 32px;
}
.h-icon-sm{
  height: 30px;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[190px\]{
  max-height: 190px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[243px\]{
  max-height: 243px;
}
.max-h-\[248px\]{
  max-height: 248px;
}
.max-h-\[361px\]{
  max-height: 361px;
}
.max-h-\[431px\]{
  max-height: 431px;
}
.max-h-\[55px\]{
  max-height: 55px;
}
.max-h-\[650px\]{
  max-height: 650px;
}
.\!min-h-\[200px\]{
  min-height: 200px !important;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[235px\]{
  min-height: 235px;
}
.min-h-\[410px\]{
  min-height: 410px;
}
.min-h-\[412px\]{
  min-height: 412px;
}
.min-h-\[468px\]{
  min-height: 468px;
}
.min-h-\[480px\]{
  min-height: 480px;
}
.min-h-\[53px\]{
  min-height: 53px;
}
.min-h-\[650px\]{
  min-height: 650px;
}
.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full{
  min-height: 100%;
}
.\!w-\[10px\]{
  width: 10px !important;
}
.w-1\/2{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.w-64{
  width: 16rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[110\%\]{
  width: 110%;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160\%\]{
  width: 160%;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[31\.5\%\]{
  width: 31.5%;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[375px\]{
  width: 375px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[53px\]{
  width: 53px;
}
.w-\[59px\]{
  width: 59px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[93\%\]{
  width: 93%;
}
.w-\[96\%\]{
  width: 96%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-icon{
  width: 32px;
}
.w-icon-sm{
  width: 30px;
}
.min-w-\[116px\]{
  min-width: 116px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[50\%\]{
  min-width: 50%;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3column{
  max-width: 350px;
}
.max-w-3column-sm{
  max-width: 294px;
}
.max-w-4column{
  max-width: 298px;
}
.max-w-4column-sm{
  max-width: 200px;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1004px\]{
  max-width: 1004px;
}
.max-w-\[1016px\]{
  max-width: 1016px;
}
.max-w-\[1090px\]{
  max-width: 1090px;
}
.max-w-\[114px\]{
  max-width: 114px;
}
.max-w-\[116px\]{
  max-width: 116px;
}
.max-w-\[1176px\]{
  max-width: 1176px;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[1368px\]{
  max-width: 1368px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[239px\]{
  max-width: 239px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[263px\]{
  max-width: 263px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[332px\]{
  max-width: 332px;
}
.max-w-\[372px\]{
  max-width: 372px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[412px\]{
  max-width: 412px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[592px\]{
  max-width: 592px;
}
.max-w-\[618px\]{
  max-width: 618px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[670px\]{
  max-width: 670px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[795px\]{
  max-width: 795px;
}
.max-w-\[840px\]{
  max-width: 840px;
}
.max-w-\[842px\]{
  max-width: 842px;
}
.max-w-\[843px\]{
  max-width: 843px;
}
.max-w-\[896px\]{
  max-width: 896px;
}
.max-w-\[970px\]{
  max-width: 970px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-container{
  max-width: 1340px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.origin-bottom-left{
  transform-origin: bottom left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --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));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[60deg\]{
  --tw-rotate: -60deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\]{
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none{
  transform: none;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-outside{
  list-style-position: outside;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-between{
  place-content: space-between;
}
.place-items-end{
  place-items: end;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-stretch{
  justify-content: stretch;
}
.justify-items-end{
  justify-items: end;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2xs{
  gap: 10px;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[1px\]{
  gap: 1px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[28px\]{
  gap: 28px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[80px\]{
  gap: 80px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-sm{
  gap: 20px;
}
.gap-xs{
  gap: 15px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[40px\]{
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-y-\[10px\]{
  row-gap: 10px;
}
.gap-y-\[12px\]{
  row-gap: 12px;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.gap-y-\[24px\]{
  row-gap: 24px;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.gap-y-\[76px\]{
  row-gap: 76px;
}
.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)));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.justify-self-start{
  justify-self: start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-ee-\[30px\]{
  border-end-end-radius: 30px;
}
.rounded-ee-\[32px\]{
  border-end-end-radius: 32px;
}
.rounded-ee-\[60px\]{
  border-end-end-radius: 60px;
}
.rounded-ss-\[30px\]{
  border-start-start-radius: 30px;
}
.rounded-ss-\[32px\]{
  border-start-start-radius: 32px;
}
.rounded-ss-\[60px\]{
  border-start-start-radius: 60px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.\!border-secondary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 32 46 / var(--tw-border-opacity)) !important;
}
.border-\[\#0000004D\]{
  border-color: #0000004D;
}
.border-\[\#1d1d1b4d\]{
  border-color: #1d1d1b4d;
}
.border-\[\#CF4400\]{
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
}
.border-\[\#DCDCDC\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-\[\#E95127\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 81 39 / var(--tw-border-opacity));
}
.border-\[\#f4f4f4\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(0 32 46 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#0000004D\]{
  border-bottom-color: #0000004D;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#00202e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
}
.bg-\[\#0D2B39\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 57 / var(--tw-bg-opacity));
}
.bg-\[\#14313E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 49 62 / var(--tw-bg-opacity));
}
.bg-\[\#334e7b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 78 123 / var(--tw-bg-opacity));
}
.bg-\[\#96989C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 152 156 / var(--tw-bg-opacity));
}
.bg-\[\#CF4400\]{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
}
.bg-\[\#E95127\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 81 39 / var(--tw-bg-opacity));
}
.bg-\[\#F28A3A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 138 58 / var(--tw-bg-opacity));
}
.bg-\[\#F2F4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#F2F4F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 245 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.60\)\]{
  background-color: rgba(0,0,0,0.60);
}
.bg-\[rgba\(29\2c 29\2c 27\2c 0\.30\)\]{
  background-color: rgba(29,29,27,0.30);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 89 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-\[linear-gradient\(45deg\2c transparent_50\%\2c white_50\%\)\2c linear-gradient\(135deg\2c white_50\%\2c transparent_50\%\)\2c linear-gradient\(to_right\2c \#CF4400\2c \#CF4400\)\]{
  background-image: linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),linear-gradient(to right,#CF4400,#CF4400);
}
.bg-\[url\(\.\.\/\.\.\/dist\/images\/shadow_blur\.png\)\]{
  background-image: url(../images/shadow_blur.png?b25923c8b75e0c77259b8d12de4921cb);
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-primary{
  --tw-gradient-from: #CF4400 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 68 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary{
  --tw-gradient-to: rgb(207 68 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #CF4400 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-accent{
  --tw-gradient-to: #334E7B var(--tw-gradient-to-position);
}
.bg-\[5px_5px\2c 5px_5px\2c 3\.5em_3\.5em\]{
  background-size: 5px 5px,5px 5px,3.5em 3.5em;
}
.bg-contain{
  background-size: contain;
}
.bg-\[calc\(100\%_-_25px\)_calc\(1\.4em\+2px\)\2c calc\(100\%_-_20px\)_calc\(1\.4em\+2px\)\2c 100\%_0\]{
  background-position: calc(100% - 25px) calc(1.4em + 2px),calc(100% - 20px) calc(1.4em + 2px),100% 0;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-2xs{
  padding: 10px;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[1px\]{
  padding: 1px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[24px\]{
  padding: 24px;
}
.p-\[32px\]{
  padding: 32px;
}
.p-\[8px\]{
  padding: 8px;
}
.p-md{
  padding: 30px;
}
.p-sm{
  padding: 20px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[36px\]{
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[37px\]{
  padding-left: 37px;
  padding-right: 37px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.px-lg{
  padding-left: 50px;
  padding-right: 50px;
}
.px-md{
  padding-left: 30px;
  padding-right: 30px;
}
.px-sm{
  padding-left: 20px;
  padding-right: 20px;
}
.px-xl{
  padding-left: 60px;
  padding-right: 60px;
}
.px-xxl{
  padding-left: 75px;
  padding-right: 75px;
}
.px-xxxl{
  padding-left: 90px;
  padding-right: 90px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14\.5px\]{
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-md{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[16px\]{
  padding-bottom: 16px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[23px\]{
  padding-bottom: 23px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pb-\[var\(--section-bottom-padding\)\]{
  padding-bottom: var(--section-bottom-padding);
}
.pb-lg{
  padding-bottom: 50px;
}
.pb-md{
  padding-bottom: 30px;
}
.pb-sm{
  padding-bottom: 20px;
}
.pb-xl{
  padding-bottom: 60px;
}
.pb-xxl{
  padding-bottom: 75px;
}
.pb-xxxl{
  padding-bottom: 90px;
}
.pl-0{
  padding-left: 0px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pl-\[12px\]{
  padding-left: 12px;
}
.pl-\[16px\]{
  padding-left: 16px;
}
.pr-0{
  padding-right: 0px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-\[18px\]{
  padding-right: 18px;
}
.pr-\[36px\]{
  padding-right: 36px;
}
.pr-\[90px\]{
  padding-right: 90px;
}
.ps-0{
  padding-inline-start: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-\[110px\]{
  padding-top: 110px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[169px\]{
  padding-top: 169px;
}
.pt-\[20\%\]{
  padding-top: 20%;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[var\(--section-top-padding\)\]{
  padding-top: var(--section-top-padding);
}
.pt-lg{
  padding-top: 50px;
}
.pt-md{
  padding-top: 30px;
}
.pt-sm{
  padding-top: 20px;
}
.pt-xl{
  padding-top: 60px;
}
.pt-xxl{
  padding-top: 75px;
}
.pt-xxxl{
  padding-top: 90px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-body{
  font-family: Nunito Sans, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.font-heading{
  font-family: Nunito Sans, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[14px\]\/\[16\.4px\]{
  font-size: 14px;
  line-height: 16.4px;
}
.text-\[14px\]\/\[18px\]{
  font-size: 14px;
  line-height: 18px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[16px\]\/\[19\.2px\]{
  font-size: 16px;
  line-height: 19.2px;
}
.text-\[16px\]\/\[23px\]{
  font-size: 16px;
  line-height: 23px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[18px\]\/\[20px\]{
  font-size: 18px;
  line-height: 20px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-default{
  font-size: 14px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 12px;
}
.text-title{
  font-size: 22px;
}
.text-title-sm{
  font-size: 20px;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[19\.36px\]{
  line-height: 19.36px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[400\]{
  line-height: 400;
}
.leading-\[50px\]{
  line-height: 50px;
}
.leading-\[55px\]{
  line-height: 55px;
}
.leading-\[normal\]{
  line-height: normal;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-1px\]{
  letter-spacing: -1px;
}
.tracking-\[2\.6px\]{
  letter-spacing: 2.6px;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(207 68 0 / var(--tw-text-opacity)) !important;
}
.\!text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(0 32 46 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#00202E\]{
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
.text-\[\#1D1D1B\]{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-\[\#212121\]{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-\[\#294BA8\]{
  --tw-text-opacity: 1;
  color: rgb(41 75 168 / var(--tw-text-opacity));
}
.text-\[\#F28A3A\]{
  --tw-text-opacity: 1;
  color: rgb(242 138 58 / var(--tw-text-opacity));
}
.text-\[\#FF532F\]{
  --tw-text-opacity: 1;
  color: rgb(255 83 47 / var(--tw-text-opacity));
}
.text-\[\#FFFFFFCC\]{
  color: #FFFFFFCC;
}
.text-\[\#f00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[unset\]{
  color: unset;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(27 37 89 / var(--tw-text-opacity));
}
.text-heading{
  --tw-text-opacity: 1;
  color: rgb(2 11 29 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(0 32 46 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-solid{
  text-decoration-style: solid;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-\[55\%\]{
  opacity: 55%;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert-\[100\%\]{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}
.animated{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container.container--custom{
  margin-left: auto;
  margin-right: auto;
  max-width: 1368px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.image-white {
    filter: brightness(0) invert(1);
  }
.wysiwyg p, .rich-content p{
  margin-bottom: 0.75rem;
}
.wysiwyg b,
    .wysiwyg strong,
    .rich-content b,
    .rich-content strong{
  font-weight: 700;
}
.wysiwyg code, .rich-content code{
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
}
.wysiwyg ul,
    .wysiwyg ol,
    .rich-content ul,
    .rich-content ol{
  margin-left: 2rem;
  display: inline-flex;
  list-style-position: outside;
  flex-direction: column;
  gap: 0.25rem;
}
.wysiwyg ul, .rich-content ul{
  list-style-type: disc;
}
.wysiwyg ol, .rich-content ol{
  list-style-type: decimal;
}
@media (min-width: 1024px){
  .spacing.spacing-t--extra-small{
    padding-top: 20px;
  }
  .spacing.spacing-t--small{
    padding-top: 30px;
  }
  .spacing.spacing-t--medium{
    padding-top: 60px;
  }
  .spacing.spacing-t--large{
    padding-top: 100px;
  }
  .spacing.spacing-b--extra-small{
    padding-bottom: 20px;
  }
  .spacing.spacing-b--small{
    padding-bottom: 30px;
  }
  .spacing.spacing-b--medium{
    padding-bottom: 60px;
  }
  .spacing.spacing-b--large{
    padding-bottom: 100px;
  }
}
.slider-testimonials.dark_mode p, .slider-testimonials.dark_mode .author, .slider-testimonials.dark_mode .slider-testimonials-pagination{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slider-testimonials.dark_mode .acent_icon svg path,.slider-testimonials.dark_mode .slider_controler svg path{
  fill: #fff;
}
.slider-testimonials.light_mode p, .slider-testimonials.light_mode .author, .slider-testimonials.light_mode .slider-testimonials-pagination{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.slider-testimonials.swiper-horizontal>.swiper-pagination-bullets{
  top: 0px;
  text-align: left;
}
.slider-testimonials .swiper-pagination-bullet-active{
  width: 25px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
}
.slider-testimonials .swiper-pagination-fraction{
  color: unset;
}
.slider-testimonials p{
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 710px){
  .slider-testimonials p{
    font-size: 32px;
  }
}
.pricing-text-content p{
  font-size: 12px;
}
p a{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
p a:hover{
  text-decoration-line: underline;
}
/* Fade in and fade out animations */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}
.fade-out {
  opacity: 1;
  animation: fadeOut 0.3s ease forwards;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
@keyframes fadeOut {
  to { opacity: 0; }
}
.single-spage-content p,.single-spage-content ul{
  margin-bottom: 1rem;
}
.single-spage-content h2{
  font-size: 16px;
}
.border-gradient{
  padding: 1px;
}
.border-gradient.border_light{
    background: linear-gradient(to left top, rgba(255, 255, 255, 0.20) 70% , rgba(255, 255, 255, 1) 90%);
  }
.border-gradient.border_dark{
    background: linear-gradient(to left top, rgba(0, 0, 0, 0.10) 70% , rgba(0, 0, 0, 1) 90%);
  }
section.image-content .wysiwyg_content p a:hover{
	text-decoration:underline!important;
}
section.content a{
  --tw-text-opacity: 1 !important;
  color: rgb(207 68 0 / var(--tw-text-opacity)) !important;
}
section.content a:hover{
  text-decoration-line: underline !important;
}
section.content ul{
  padding-left: 0px !important;
}
section.content .content-block{
    overflow-wrap: anywhere;
  }
.single-spage-content p, .single-spage-content ul{
	margin-left:0!important;
}
body.single.single-post .single-spage-content a{
  --tw-text-opacity: 1 !important;
  color: rgb(207 68 0 / var(--tw-text-opacity)) !important;
}
body.single.single-post .single-spage-content a:hover{
  text-decoration-line: underline !important;
}
body.single.single-post .single-spage-content a.blog-cta-button{
        color:white!important;
      }
/* *{
    outline: solid 1px;
} */
body::-webkit-scrollbar{
  min-height: 200px !important;
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background:rgba(0,0,0,0.80)!important;
}
body::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity)) !important;
}
#navbar {
  position: relative;
  top: 0;
  width: 100%;
  transition: top 0.3s ease, transform 0.3s ease;
}
#navbar.fixed-nav {
    position: fixed;
    top: 0;
    left: 0; 
    transform: translateY(-110%);
    background: transparent;
  }
#navbar.fixed-nav.slide-down {
      transform: translateY(10px);
      top: 0;
    }
.hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(207 68 0 / var(--tw-border-opacity));
}
.hover\:\!bg-primary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#0D2B39\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 57 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f5f3ff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 68 0 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 46 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:\!text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(207 68 0 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(27 37 89 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(207 68 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:\!underline:hover{
  text-decoration-line: underline !important;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:\!shadow-\[0px_0px_20px_0px_black\]:hover{
  --tw-shadow: 0px 0px 20px 0px black !important;
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 216 216 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark){
  .dark\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(83 83 83 / var(--tw-border-opacity));
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(96 96 96 / var(--tw-border-opacity));
  }
  .dark\:border-transparent{
    border-color: transparent;
  }
  .dark\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(83 83 83 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(96 96 96 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800\/50{
    background-color: rgb(33 33 33 / 0.5);
  }
  .dark\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }
  .dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(160 174 192 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(83 83 83 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  }
  .dark\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(203 213 224 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px){
  .sm\:top-\[38\%\]{
    top: 38%;
  }
  .sm\:h-\[42px\]{
    height: 42px;
  }
  .sm\:w-\[123\%\]{
    width: 123%;
  }
  .sm\:w-\[171px\]{
    width: 171px;
  }
  .sm\:w-\[475px\]{
    width: 475px;
  }
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:max-w-\[40\%\]{
    max-width: 40%;
  }
  .sm\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .sm\:-rotate-45{
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-\[14px\]{
    gap: 14px;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:pl-\[20px\]{
    padding-left: 20px;
  }
  .sm\:leading-normal{
    line-height: 1.5;
  }
}
@media (min-width: 710px){
  .md\:left-0{
    left: 0px;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:mb-lg{
    margin-bottom: 50px;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:ml-\[50px\]{
    margin-left: 50px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[99px\]{
    height: 99px;
  }
  .md\:h-\[calc\(100vh-32px\)\]{
    height: calc(100vh - 32px);
  }
  .md\:max-h-\[235px\]{
    max-height: 235px;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-\[332px\]{
    width: 332px;
  }
  .md\:w-\[580px\]{
    width: 580px;
  }
  .md\:w-\[600px\]{
    width: 600px;
  }
  .md\:w-\[700px\]{
    width: 700px;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-\[120px\]{
    min-width: 120px;
  }
  .md\:max-w-3column{
    max-width: 350px;
  }
  .md\:max-w-3column-sm{
    max-width: 294px;
  }
  .md\:max-w-4column{
    max-width: 298px;
  }
  .md\:max-w-4column-sm{
    max-width: 200px;
  }
  .md\:max-w-\[280px\]{
    max-width: 280px;
  }
  .md\:max-w-\[364px\]{
    max-width: 364px;
  }
  .md\:max-w-\[380px\]{
    max-width: 380px;
  }
  .md\:max-w-\[40\%\]{
    max-width: 40%;
  }
  .md\:max-w-\[47\.5\%\]{
    max-width: 47.5%;
  }
  .md\:max-w-\[48\%\]{
    max-width: 48%;
  }
  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .md\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .md\:max-w-\[650px\]{
    max-width: 650px;
  }
  .md\:max-w-\[700px\]{
    max-width: 700px;
  }
  .md\:max-w-container{
    max-width: 1340px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:place-content-between{
    place-content: space-between;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-\[28px\]{
    gap: 28px;
  }
  .md\:gap-\[60px\]{
    gap: 60px;
  }
  .md\:gap-md{
    gap: 30px;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-y-5{
    row-gap: 1.25rem;
  }
  .md\:gap-y-\[50px\]{
    row-gap: 50px;
  }
  .md\:text-clip{
    text-overflow: clip;
  }
  .md\:p-\[40px\]{
    padding: 40px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:pb-\[74px\]{
    padding-bottom: 74px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-\[28px\]{
    padding-left: 28px;
  }
  .md\:pl-\[30px\]{
    padding-left: 30px;
  }
  .md\:pr-\[55px\]{
    padding-right: 55px;
  }
  .md\:ps-\[37px\]{
    padding-inline-start: 37px;
  }
  .md\:pt-\[50px\]{
    padding-top: 50px;
  }
  .md\:pt-\[60px\]{
    padding-top: 60px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[16px\]\/\[23px\]{
    font-size: 16px;
    line-height: 23px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
  .md\:text-\[64px\]{
    font-size: 64px;
  }
  .md\:text-default{
    font-size: 14px;
  }
  .md\:text-title{
    font-size: 22px;
  }
  .md\:text-title-lg{
    font-size: 42px;
  }
  .md\:leading-\[30px\]{
    line-height: 30px;
  }
  .md\:leading-\[60px\]{
    line-height: 60px;
  }
  .md\:opacity-100{
    opacity: 1;
  }
  .md\:opacity-30{
    opacity: 0.3;
  }
  .md\:opacity-40{
    opacity: 0.4;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:right-\[-34px\]{
    right: -34px;
  }
  .lg\:top-\[100px\]{
    top: 100px;
  }
  .lg\:top-\[43\%\]{
    top: 43%;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-\[0\]{
    margin-bottom: 0;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[68px\]{
    height: 68px;
  }
  .lg\:w-\[634px\]{
    width: 634px;
  }
  .lg\:w-\[68px\]{
    width: 68px;
  }
  .lg\:w-\[800px\]{
    width: 800px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[299px\]{
    min-width: 299px;
  }
  .lg\:max-w-\[1600px\]{
    max-width: 1600px;
  }
  .lg\:max-w-\[299px\]{
    max-width: 299px;
  }
  .lg\:max-w-\[31\.4\%\]{
    max-width: 31.4%;
  }
  .lg\:max-w-\[32\.4\%\]{
    max-width: 32.4%;
  }
  .lg\:max-w-\[350px\]{
    max-width: 350px;
  }
  .lg\:max-w-\[488px\]{
    max-width: 488px;
  }
  .lg\:max-w-\[531px\]{
    max-width: 531px;
  }
  .lg\:max-w-\[618px\]{
    max-width: 618px;
  }
  .lg\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-\[13px\]{
    gap: 13px;
  }
  .lg\:gap-\[16px\]{
    gap: 16px;
  }
  .lg\:gap-\[24px\]{
    gap: 24px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:gap-\[93px\]{
    gap: 93px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .lg\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lg\:pt-\[212px\]{
    padding-top: 212px;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:pt-\[9\%\]{
    padding-top: 9%;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[64px\]{
    font-size: 64px;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1240px){
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-\[120px\]{
    margin-top: 120px;
  }
  .xl\:mt-\[60px\]{
    margin-top: 60px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[93px\]{
    height: 93px;
  }
  .xl\:min-h-\[590px\]{
    min-height: 590px;
  }
  .xl\:min-h-\[700px\]{
    min-height: 700px;
  }
  .xl\:w-\[1200px\]{
    width: 1200px;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[47\%\]{
    width: 47%;
  }
  .xl\:w-\[53\%\]{
    width: 53%;
  }
  .xl\:w-\[60\%\]{
    width: 60%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:w-\[93px\]{
    width: 93px;
  }
  .xl\:max-w-3column{
    max-width: 350px;
  }
  .xl\:max-w-3column-sm{
    max-width: 294px;
  }
  .xl\:max-w-4column{
    max-width: 298px;
  }
  .xl\:max-w-4column-sm{
    max-width: 200px;
  }
  .xl\:max-w-4xl{
    max-width: 56rem;
  }
  .xl\:max-w-\[1150px\]{
    max-width: 1150px;
  }
  .xl\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .xl\:max-w-\[48\.6\%\]{
    max-width: 48.6%;
  }
  .xl\:max-w-\[533px\]{
    max-width: 533px;
  }
  .xl\:max-w-\[579px\]{
    max-width: 579px;
  }
  .xl\:max-w-\[603px\]{
    max-width: 603px;
  }
  .xl\:max-w-\[702px\]{
    max-width: 702px;
  }
  .xl\:max-w-full{
    max-width: 100%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:place-items-end{
    place-items: end;
  }
  .xl\:justify-start{
    justify-content: flex-start;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:gap-\[118px\]{
    gap: 118px;
  }
  .xl\:gap-\[32px\]{
    gap: 32px;
  }
  .xl\:gap-\[65px\]{
    gap: 65px;
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:px-\[0\]{
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .xl\:pb-\[52\.2px\]{
    padding-bottom: 52.2px;
  }
  .xl\:pb-\[70px\]{
    padding-bottom: 70px;
  }
  .xl\:pt-\[70px\]{
    padding-top: 70px;
  }
  .xl\:text-\[16px\]{
    font-size: 16px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[74px\]{
    font-size: 74px;
  }
  .xl\:leading-\[26px\]{
    line-height: 26px;
  }
  .xl\:leading-\[28px\]{
    line-height: 28px;
  }
  .xl\:leading-\[84px\]{
    line-height: 84px;
  }
}
@media (min-width: 1536px){
  .\32xl\:ml-\[-2\%\]{
    margin-left: -2%;
  }
  .\32xl\:mt-0{
    margin-top: 0px;
  }
  .\32xl\:mt-\[24px\]{
    margin-top: 24px;
  }
  .\32xl\:mt-\[36px\]{
    margin-top: 36px;
  }
  .\32xl\:mt-\[60px\]{
    margin-top: 60px;
  }
  .\32xl\:h-0{
    height: 0px;
  }
  .\32xl\:w-\[1400px\]{
    width: 1400px;
  }
  .\32xl\:w-\[640px\]{
    width: 640px;
  }
  .\32xl\:max-w-\[1400px\]{
    max-width: 1400px;
  }
  .\32xl\:max-w-\[412px\]{
    max-width: 412px;
  }
  .\32xl\:max-w-\[650px\]{
    max-width: 650px;
  }
  .\32xl\:gap-\[129px\]{
    gap: 129px;
  }
  .\32xl\:gap-\[32px\]{
    gap: 32px;
  }
  .\32xl\:pl-\[46px\]{
    padding-left: 46px;
  }
  .\32xl\:text-\[32px\]{
    font-size: 32px;
  }
}
@media (min-width: 1920px){
  .\33xl\:top-\[-10\%\]{
    top: -10%;
  }
  .\33xl\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .\33xl\:ml-\[70px\]{
    margin-left: 70px;
  }
  .\33xl\:mr-0{
    margin-right: 0px;
  }
  .\33xl\:h-\[296px\]{
    height: 296px;
  }
  .\33xl\:min-h-\[797px\]{
    min-height: 797px;
  }
  .\33xl\:w-\[1638px\]{
    width: 1638px;
  }
  .\33xl\:max-w-\[1548px\]{
    max-width: 1548px;
  }
  .\33xl\:max-w-\[1638px\]{
    max-width: 1638px;
  }
  .\33xl\:pb-\[130px\]{
    padding-bottom: 130px;
  }
  .\33xl\:pb-\[154px\]{
    padding-bottom: 154px;
  }
  .\33xl\:pt-\[111px\]{
    padding-top: 111px;
  }
  .\33xl\:pt-\[120px\]{
    padding-top: 120px;
  }
}
.\[\&\>li\]\:last\:mr-0:last-child>li{
  margin-right: 0px;
}
.\[\&_a\]\:font-body a{
  font-family: Nunito Sans, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.\[\&_a\]\:text-\[14px\] a{
  font-size: 14px;
}
.\[\&_p\]\:mb-0 p{
  margin-bottom: 0px;
}
.\[\&_p\]\:text-\[12px\] p{
  font-size: 12px;
}
.\[\&_p\]\:text-\[14px\] p{
  font-size: 14px;
}
.\[\&_p\]\:font-semibold p{
  font-weight: 600;
}
.\[\&_p\]\:leading-tight p{
  line-height: 1.25;
}
