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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[122px\] {
  margin-top: 122px;
  margin-bottom: 122px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[64px\] {
  height: 64px;
}
.h-full {
  height: 100%;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[588px\] {
  min-height: 588px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-16 {
  width: 4rem;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.min-w-\[135px\] {
  min-width: 135px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[1064px\] {
  max-width: 1064px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[846px\] {
  max-width: 846px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-2\/4 {
  flex-basis: 50%;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[100rem\] {
  border-radius: 100rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tl-\[55px\] {
  border-top-left-radius: 55px;
}
.rounded-tr-\[55px\] {
  border-top-right-radius: 55px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(55 66 97 / var(--tw-bg-opacity));
}
.bg-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(3 90 73 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 244 / var(--tw-bg-opacity));
}
.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(138 173 255 / var(--tw-bg-opacity));
}
.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 135 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-none {
  background-image: none;
}
.p-0 {
  padding: 0px;
}
.p-18 {
  padding: 4.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-28 {
  padding-top: 7rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-safiro {
  font-family: Safiro, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-large {
  font-size: 1.25rem;
}
.text-regular {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 2.1875rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-lightblue {
  --tw-text-opacity: 1;
  color: rgb(138 173 255 / var(--tw-text-opacity));
}
.text-lightgreen {
  --tw-text-opacity: 1;
  color: rgb(100 187 135 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.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;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
body {
  font-family: Safiro, sans-serif;
}
.wp-block {
  max-width: 1280px;
}
.wp-block[data-align=wide] {
  max-width: 1280px;
}
.wp-block[data-align=full] {
  max-width: 100%;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Safiro';
    src: url('/wp-content/themes/orbitaleconomics/fonts/safiro/Safiro-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.entry-content h1, .block-editor-block-list__layout h1 {
  font-family: Safiro, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
        font-size: 65px;
        line-height: normal;
}
.entry-content h2, .block-editor-block-list__layout h2 {
  font-family: Safiro, sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
        font-size: 35px;
}
.entry-content h3, .entry-content h3 a, .block-editor-block-list__layout h3, .block-editor-block-list__layout h3 a {
  font-family: Safiro, sans-serif;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
        font-size: 20px;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
  font-family: Safiro, sans-serif;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
}
.entry-content a, .block-editor-block-list__layout a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(100 187 135 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
@media (max-width: 786px) {
        .entry-content h1, .entry-content .footer-text, .block-editor-block-list__layout h1, .block-editor-block-list__layout .footer-text {
            font-size: 45px;
        }

        .entry-content .insights h1, .entry-content .posts h1, .block-editor-block-list__layout .insights h1, .block-editor-block-list__layout .posts h1{
            font-size: 35px !important;

        }

        .entry-content h2, .block-editor-block-list__layout h2 {
            font-size: 30px;
        }

        .entry-content .tag h2, .block-editor-block-list__layout .tag h2 {
            font-size: 30px;
        }

        .entry-content h3, .entry-content h3 a, .block-editor-block-list__layout h3, .block-editor-block-list__layout h3 a{
            font-size: 16px;
        }
}
html {
  overflow-x: hidden;
}
body.custom-background {
    background-image: url(/wp-content/uploads/2025/03/pexels-markp-1821979-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;

}
.alignfull {
margin-top: 0 !important;}
header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  overflow: hidden;
  background-image: none;
}
header .container {
  border-radius: 100rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 66 97 / var(--tw-bg-opacity));
  padding: 1rem;
}
header .container #primary-menu {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#primary-menu ul#menu-main-navigation li:hover {
  text-decoration-line: underline;
}
#primary-menu ul#menu-main-navigation li:last-child, .mobile-menu-container ul li:last-child {
  position: absolute;
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 100rem;
  --tw-bg-opacity: 1;
  background-color: rgb(138 173 255 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#primary-menu ul#menu-main-navigation li:last-child:hover, .mobile-menu-container ul li:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 114 230 / var(--tw-bg-opacity));
  text-decoration-line: none;
}
@media (min-width: 768px) {

  #primary-menu ul#menu-main-navigation li:last-child, .mobile-menu-container ul li:last-child {
    right: 1.25rem;
    margin-right: 0px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
    .mobile-menu-container ul li:last-child {
    bottom: 2rem;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 91.666667%;
    padding: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center; 
        font-size: 1rem;
  }
  }
/* hero */
.hero h1 {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        line-height: normal;
}
.hero p {
  max-width: 630px;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* about */
.about {
  position: relative;
  z-index: 30;
  margin-top: -8rem;
  max-width: 1064px;
  border-radius: 25px;
  padding: 4.5rem;
}
@media (min-width: 768px) {

  .about {
    margin-top: -8rem;
  }
}
.about img {
  border-radius: 10px;
            aspect-ratio: 1/1;
            position: relative !important;
}
.about h2::before {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
  height: 3px;
  width: 90px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 135 / var(--tw-bg-opacity));
  vertical-align: middle;
            content: "";
}
.about h2 {
  margin-top: -0.5rem;
  margin-bottom: 1.25rem;
}
.wp-block-media-text > .wp-block-media-text__content {
    padding-left: unset !important;
}
@media (max-width: 1025px) {
    .about {
    padding: 2rem;
  }

        .about h2 {
    margin-bottom: 2rem;
  }

        .about .wp-block-media-text__content {
            padding: 0 !important;
        }
    

        
    
    #about {
        display: flex;
        flex-direction: column;
        
    }
}
/* tag */
.tag h2 {
  margin-top: 122px;
  margin-bottom: 122px;
}
@media (min-width: 768px) {

  .tag h2 {
    max-width: 75%;
  }
}
.tag h2 {
    margin-left: 0 !important;
    margin-right: auto !important;
    line-height: normal !important;
}
/* services */
@media (max-width: 1025px) {
    .services .services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}
.services .services-single {
  display: flex;
  min-height: 588px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 66 97 / var(--tw-bg-opacity));
  padding: 2rem;
}
.services .services-single h2, .services .services-single p, .services .services-single ul, .services .services-single a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.services .services-single a {
  --tw-bg-opacity: 1;
  background-color: rgb(138 173 255 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.services .services-single a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 114 230 / var(--tw-bg-opacity));
}
.services .services-single ul {
  margin-left: 1rem;
  display: none;
}
.services .services-single li {
        list-style-position: outside !important;    }
.services .services-single p {
  margin-bottom: 2rem;
  margin-top: auto;
  font-weight: 600;
}
.services .services-single:hover ul{
        display: block;
    }
.services .services-single .services-heading {
  gap: 0px;
}
.services .services-single .services-heading figure {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
        .services .services-single figure{
            margin-top: auto;
            margin-bottom: auto;
                    
                }
            }
.services .services-single:first-of-type figure, .services .services-single:first-of-type img {
  height: 28px;
  min-width: 30px;
}
.services .services-single:first-of-type h2{
            line-height: normal;
        }
.services .services-single:nth-of-type(2) figure, .services .services-single:nth-of-type(2) img {
  height: 28px;
  min-width: 30px;
}
.services .services-single:nth-of-type(2) h2{
            line-height: normal;
        }
.services .services-single:last-of-type figure, .services .services-single:last-of-type img {
  height: 28px;
  min-width: 30px;
}
.services .services-single:last-of-type h2{
            line-height: normal;
        }
@media (max-width: 600px) {
            .services .services-single ul{
                display: block;
            }
        
        }
/* Testimonials */
.testimonials {
  max-width: 1064px;
            aspect-ratio: 1064 / 481;
}
.testimonials .pre-heading {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
  height: 3px;
  width: 80px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 135 / var(--tw-bg-opacity));
  vertical-align: middle;
                content: "";
}
.testimonials .swiper-wrapper .swiper-slide p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 1204px) {
    .testimonials {
        aspect-ratio: unset;
    }
}
/* posts */
.insights h2 { 
    line-height: normal;
}
.posts-divider {
  height: 3px;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 135 / var(--tw-bg-opacity));
}
.posts-slider-container h3 {
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
}
.posts-slider-container p{
    /* @apply mb-4; */
}
.posts-slider-container .read-more {
    color: #374261 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
.posts-slider-container .read-more:hover { 
    text-decoration: underline !important;  
}
/* contact page */
.contact {
  position: relative;
  z-index: 30;
  margin-top: 5rem;
  max-width: 1064px;
  border-radius: 25px;
  padding: 2rem;
}
@media (min-width: 768px) {

  .contact {
    padding: 4.5rem;
  }
}
@media (min-width: 1024px) {

  .contact {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
.contact h2 {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
    .contact h2::before {
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    height: 3px;
    width: 90px;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(100 187 135 / var(--tw-bg-opacity));
    vertical-align: middle;
        content: "";
  }

    .contact > p {
    max-width: 20rem;
    --tw-text-opacity: 1;
    color: rgb(55 66 97 / var(--tw-text-opacity));
  }

}
.contact label {
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
}
.contact label input, .contact label textarea {
  margin-top: 0.5rem;
}
.contact input {
  min-height: 45px;
}
.contact input, .contact textarea {
  resize: none;
  border-radius: 5px;
}
.contact .name-container {
  gap: 2rem;
}
.contact .details {
  margin-top: auto;
  margin-bottom: 0px;
}
.contact .details div:first-child {
  margin-bottom: 1.5rem;
}
.contact .details a{
        font-weight: normal;
    }
.contact .details a:hover{
        text-decoration: underline;
    }
@media screen and (max-width: 768px) {

    .contact .get-in-touch-text > p  {
                margin-bottom: 2rem !important;
        }

        .contact .details div:first-child{
            margin-bottom: 0rem;

    }
    .contact .details div {
        margin-bottom: 2rem;
    }
}
.contact .get-in-touch-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .get-in-touch-text p {
  margin-bottom: 0px;
}
.contact .wpcf7-submit {
  margin-top: 2.5rem;
  width: 100%;
  cursor: pointer;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(138 173 255 / var(--tw-bg-opacity));
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.contact .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 114 230 / var(--tw-bg-opacity));
}
/* posts page */
@media screen and (min-width: 768px) {
    .posts-list.home {
  display: none;
    }

    
}
.post-lists .post {
  margin-bottom: 2rem;
}
.posts-list img {
  margin-bottom: 0.75rem;
}
.posts-list h3 {
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 66 97 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.posts-list h3:hover {
  text-decoration-line: underline;
}
.posts-list ul li{

    
        list-style-type: none !important;
    
}
.posts-list p {
  margin-bottom: 0.75rem;
}
.posts-list .wp-block-post-excerpt__more-text{
    margin-bottom:0 !important;
}
.posts-list .wp-block-post-excerpt__more-text a{
    color: #374261 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
.posts-list .posts-archive-single {
  margin-bottom: 2rem;
    padding: 0 !important;
}
.posts-list .posts-archive-single img {
  border-radius: 8px;
}
.posts-list a:hover { 
    text-decoration: underline !important;  
}
/* footer */
.footer-text {
    font-size:65px; font-style:normal;line-height:normal;font-weight:700; max-width:864px !important;
}
@media (max-width: 768px) {
    .footer-text {
        font-size: 45px;
    }
}
/* content single*/
.post h1 {
    text-decoration: none;
    color:#374261 !important;
    font-size: 65px;
    line-height: normal;
}
@media (max-width: 768px) {
    .post h1 {
        font-size: 35px;
    }
}
.single-content > p {
max-width: 630px !important;
}
.single-content img {
    border-radius: 20px;
    margin-bottom:2rem;
}
.single-content .featured-image {
    max-width: 100% !important  ;
}
@media (max-width: 786px) {

    .insights, .single-content .wp-block-cover{
        margin-top: calc(1rem + 35px);

        min-height: unset !important;
    }
    .single-content .wp-block-cover{
        align-items: start;
        min-height: unset;
    }
}
@media (min-width: 786px) {

    .insights{
        /* min-height: 65vh; */
        align-items: center;
    }
    .single-content .wp-block-cover{
        align-items: start;
        /* min-height: 40vh; */
        margin-top: calc(1rem + 60px);

    }
    .insights h1, .single-content .wp-block-cover h1 {
        margin-top: 80px !important;
        
        }
}
@media (min-width: 1010px) {

    .tns-ovh {
        overflow: visible !important;
    }
}
.my-slider #tns1-mw {
        overflow: visible !important;
        height: unset !important;
    }
#tns2-mw{
    overflow: visible !important;
}
.my-slider-mobile .tns-item {
    display: flex;
    align-items: stretch; /* Ensure all slides stretch to the same height */
}
.my-slider-mobile .tns-item > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
/* Center navigation bullets */
.my-slider-mobile .tns-nav {
    text-align: center;
    margin-top: 16px; /* Adjust spacing as needed */
}
/* Style the bullets */
.my-slider-mobile .tns-nav button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: green; /* Inactive color */
    border: none;
    transition: background-color 0.3s ease;
}
/* Active bullet */
.my-slider-mobile .tns-nav button.tns-nav-active {
    background-color: red; /* Active color */
}
.recent-posts-slider .post-thumbnail img {
    border-radius: 20px;
}
@media  (max-width: 768px) {
    #blog h2 {
        font-size: 30px !important;
    }
}
.swiper-button-prev, .swiper-button-next {

    display: block !important; /* Ensure the controls are displayed */
}
.recent-posts-slider .post-thumbnail img{
    /* @apply rounded-[8px]; */
    border-radius: 8px;
}
.posts-slider-container .tns-ovh,     .receposts-slider-containers-outer,     .receposts-slider-containers-inner{
/* overflow: visible; */
}
.hover\:bg-hoverblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 114 230 / var(--tw-bg-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;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

  .md\:basis-4\/5 {
    flex-basis: 80%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(55 66 97 / var(--tw-bg-opacity));
  }

  .md\:p-18 {
    padding: 4.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:p-18 {
    padding: 4.5rem;
  }
}


