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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 991px;
  }
}
@media (min-width: 1200px) {

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

  .container {
    max-width: 1536px;
  }
}
.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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-\[-45px\] {
  bottom: -45px;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[118px\] {
  left: 118px;
}
.left-\[125px\] {
  left: 125px;
}
.left-\[13px\] {
  left: 13px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[8px\] {
  left: 8px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[16px\] {
  right: 16px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-\[13px\] {
  top: 13px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-5 {
  order: 5;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-5px\] {
  margin-bottom: -5px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[-8px\] {
  margin-left: -8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}
.aspect-\[277\/200\] {
  aspect-ratio: 277/200;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[8\/5\] {
  aspect-ratio: 8/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[48px\] {
  height: 48px !important;
}
.h-0 {
  height: 0px;
}
.h-1\/2 {
  height: 50%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[20vh\] {
  height: 20vh;
}
.h-\[25vh\] {
  height: 25vh;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30vh\] {
  height: 30vh;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[768px\] {
  height: 768px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[98px\] {
  height: 98px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[498px\] {
  max-height: 498px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[72px\] {
  max-height: 72px;
}
.max-h-\[96px\] {
  max-height: 96px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.\!w-0 {
  width: 0px !important;
}
.\!w-\[48px\] {
  width: 48px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-6\/12 {
  width: 50%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[157px\] {
  width: 157px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[98px\] {
  width: 98px;
}
.w-\[calc\(16\.6667\%-13px\)\] {
  width: calc(16.6667% - 13px);
}
.w-\[calc\(16\.6667\%-27px\)\] {
  width: calc(16.6667% - 27px);
}
.w-\[calc\(25\%-12px\)\] {
  width: calc(25% - 12px);
}
.w-\[calc\(25\%-24px\)\] {
  width: calc(25% - 24px);
}
.w-\[calc\(33\.333\%-12px\)\] {
  width: calc(33.333% - 12px);
}
.w-\[calc\(33\.333\%-22px\)\] {
  width: calc(33.333% - 22px);
}
.w-\[calc\(50\%-16px\)\] {
  width: calc(50% - 16px);
}
.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[98px\] {
  min-width: 98px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[656px\] {
  max-width: 656px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.-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-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --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-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-end {
  align-content: flex-end;
}
.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-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.5rem\] {
  gap: 0.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.gap-y-\[48px\] {
  row-gap: 48px;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#2E9AFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(46 154 255 / var(--tw-border-opacity, 1));
}
.border-\[\#FFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#000000b3\] {
  background-color: #000000b3;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2E9AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 154 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B0B0B0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.\!bg-cover {
  background-size: cover !important;
}
.bg-cover {
  background-size: cover;
}
.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;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[32px\] {
  padding: 32px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[112px\] {
  padding-left: 112px;
  padding-right: 112px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[102px\] {
  padding-top: 102px;
}
.pt-\[12em\] {
  padding-top: 12em;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-inter-tight {
  font-family: Inter Tight, sans-serif;
}
.font-nohemi {
  font-family: Nohemi, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\] {
  font-weight: 400;
}
.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;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.4em\] {
  line-height: 1.4em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-\[\#2E9AFF\] {
  --tw-text-opacity: 1;
  color: rgb(46 154 255 / var(--tw-text-opacity, 1));
}
.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(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 {
  --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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.2\] {
  transition-property: 0.2;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.2s\] {
  transition-property: 0.2s;
  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-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.1\]:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:grayscale:hover {
  --tw-grayscale: grayscale(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);
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}
@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-\[-8px\] {
    left: -8px;
  }

  .sm\:left-\[50\%\] {
    left: 50%;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-\[-8px\] {
    right: -8px;
  }

  .sm\:top-\[50\%\] {
    top: 50%;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:m-auto {
    margin: auto;
  }

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

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

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

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

  .sm\:ml-\[-8px\] {
    margin-left: -8px;
  }

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

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

  .sm\:mr-auto {
    margin-right: auto;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

  .sm\:h-\[20vh\] {
    height: 20vh;
  }

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

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

  .sm\:h-\[60vh\] {
    height: 60vh;
  }

  .sm\:h-\[80vh\] {
    height: 80vh;
  }

  .sm\:h-\[calc\(50\%-8px\)\] {
    height: calc(50% - 8px);
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

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

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

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

  .sm\:w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-full {
    width: 100%;
  }

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

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

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

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

  .sm\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-\[96px\] {
    gap: 96px;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

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

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

  .sm\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {

  .md\:bottom-\[24px\] {
    bottom: 24px;
  }

  .md\:right-\[24px\] {
    right: 24px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

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

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

  .md\:aspect-\[12\/5\] {
    aspect-ratio: 12/5;
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-\[calc\(16\.6667\%-20px\)\] {
    width: calc(16.6667% - 20px);
  }

  .md\:w-\[calc\(16\.6667\%-27px\)\] {
    width: calc(16.6667% - 27px);
  }

  .md\:w-\[calc\(25\%-18px\)\] {
    width: calc(25% - 18px);
  }

  .md\:w-\[calc\(25\%-24px\)\] {
    width: calc(25% - 24px);
  }

  .md\:w-\[calc\(33\.333\%-18px\)\] {
    width: calc(33.333% - 18px);
  }

  .md\:w-\[calc\(33\.333\%-22px\)\] {
    width: calc(33.333% - 22px);
  }

  .md\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

  .md\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .md\:w-\[calc\(50\%-1rem\)\] {
    width: calc(50% - 1rem);
  }

  .md\:w-\[calc\(50\%-24px\)\] {
    width: calc(50% - 24px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[2rem\] {
    gap: 2rem;
  }

  .md\:gap-\[48px\] {
    gap: 48px;
  }

  .md\:gap-\[72px\] {
    gap: 72px;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (min-width: 991px) {

  .lg\:bottom-\[48px\] {
    bottom: 48px;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-\[48px\] {
    right: 48px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

  .lg\:mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[20vh\] {
    height: 20vh;
  }

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

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

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

  .lg\:h-\[80vh\] {
    height: 80vh;
  }

  .lg\:h-\[90vh\] {
    height: 90vh;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[80vh\] {
    max-height: 80vh;
  }

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

  .lg\:min-h-\[80vh\] {
    min-height: 80vh;
  }

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

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

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

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:w-6\/12 {
    width: 50%;
  }

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

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

  .lg\:w-\[calc\(16\.6667\%-27px\)\] {
    width: calc(16.6667% - 27px);
  }

  .lg\:w-\[calc\(25\%-24px\)\] {
    width: calc(25% - 24px);
  }

  .lg\:w-\[calc\(33\.333\%-16px\)\] {
    width: calc(33.333% - 16px);
  }

  .lg\:w-\[calc\(33\.333\%-24px\)\] {
    width: calc(33.333% - 24px);
  }

  .lg\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .lg\:w-\[calc\(50\%-32px\)\] {
    width: calc(50% - 32px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[16px\] {
    gap: 16px;
  }

  .lg\:gap-\[32px\] {
    gap: 32px;
  }

  .lg\:gap-\[36px\] {
    gap: 36px;
  }

  .lg\:gap-\[38px\] {
    gap: 38px;
  }

  .lg\:gap-\[4rem\] {
    gap: 4rem;
  }

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

  .lg\:gap-\[96px\] {
    gap: 96px;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

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

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .lg\:pt-\[50vh\] {
    padding-top: 50vh;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

  .lg\:text-\[80px\] {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {

  .xl\:left-\[-45px\] {
    left: -45px;
  }

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

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

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

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

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

  .xl\:w-\[calc\(16\.6667\%-27px\)\] {
    width: calc(16.6667% - 27px);
  }

  .xl\:w-\[calc\(25\%-24px\)\] {
    width: calc(25% - 24px);
  }

  .xl\:w-\[calc\(33\.333\%-22px\)\] {
    width: calc(33.333% - 22px);
  }

  .xl\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .xl\:w-full {
    width: 100%;
  }

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

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

  .xl\:gap-\[130px\] {
    gap: 130px;
  }

  .xl\:gap-\[96px\] {
    gap: 96px;
  }

  .xl\:\!rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:\!rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

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

  .xl\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .xl\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:left-\[-72px\] {
    left: -72px;
  }

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

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

  .\32xl\:gap-\[160px\] {
    gap: 160px;
  }

  .\32xl\:gap-\[64px\] {
    gap: 64px;
  }

  .\32xl\:gap-\[96px\] {
    gap: 96px;
  }
}/* Font family
 *
 * Black: 800
 * Bold: 700
 * SemiBold: 600
 * Medium: 500
 * Regular: 400
 * Light: 300
 */
/* Nohemi Font Family */
@font-face {
  font-family: "Nohemi";
  src: url("/wp-content/themes/colonyagency/assets/dist/Nohemi-SemiBold.woff") format("woff"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-SemiBold.ttf") format("truetype"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Medium.woff") format("woff"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Medium.ttf") format("truetype"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Regular.woff") format("woff"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Regular.ttf") format("truetype"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Light.woff") format("woff"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Light.ttf") format("truetype"), url("/wp-content/themes/colonyagency/assets/dist/Nohemi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.btn {
  font-family: "Nohemi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 24px 8px 24px;
  height: 38px;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 42px;
  border: 0;
}
.btn span {
  width: 38px;
  height: 38px;
  border-radius: 96px;
  position: absolute;
  right: -42px;
  -webkit-mask-image: none;
          mask-image: none;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.btn span.icon-chevron {
  background-image: url("/wp-content/themes/colonyagency/assets/dist/icon-chevron.svg");
}
.btn span.icon-arrow {
  background-image: url("/wp-content/themes/colonyagency/assets/dist/icon-arrow-top-right.svg");
}
.btn.btn-primary {
  background-color: var(--navy);
}
.btn.btn-primary span {
  background-color: var(--navy);
}
.btn.btn-secondary {
  background-color: var(--blue);
}
.btn.btn-secondary span {
  background-color: var(--blue);
}
.btn:hover.btn-primary {
  background-color: var(--navy);
}
.btn:hover.btn-primary span {
  background-color: var(--navy);
  right: -48px;
}
.btn:hover.btn-secondary {
  background-color: var(--blue);
}
.btn:hover.btn-secondary span {
  background-color: var(--blue);
  right: -52px;
}

.pill {
  border-radius: 30px;
  border: 1px solid var(--blue);
  padding: 5px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #000;
  height: 34px;
}
@media (max-width: 1199px) {
  .pill {
    font-size: 14px;
    height: 32px;
  }
}

/* 
 * Custom styling:
 * .block-label
 * .container, .container-left-only, .container-right-only
 * .font-family
 * h1-h6 font-size
 */
/* Custom font style */
html {
  font-family: "Inter Tight", sans-serif;
  background-color: var(--bg-primary);
}
html main {
  margin-top: initial;
}

div,
p,
li {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  color: var(--dark-grey);
}
@media (max-width: 640px) {
  div,
  p,
  li {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

.block-label {
  color: var(--blue);
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .block-label {
    font-size: 16px !important;
  }
}

/* Custom container styles */
@media (min-width: 1499px) {
  .container {
    max-width: 1328px !important;
  }
  .container-left-only {
    padding-left: calc((100vw - 1328px) / 2) !important;
  }
  .container-right-only {
    padding-right: calc((100vw - 1328px) / 2) !important;
  }
}
@media (max-width: 1498px) {
  .container {
    padding-left: 56px;
    padding-right: 56px;
    max-width: 100%;
  }
  .container-left-only {
    padding-left: 56px;
  }
  .container-right-only {
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .container-left-only {
    padding-left: 24px;
  }
  .container-right-only {
    padding-right: 24px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-left-only {
    padding-left: 16px;
  }
  .container-right-only {
    padding-right: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nohemi", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 94%;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24x;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}

b,
strong {
  font-weight: 600;
}

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

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

@media screen and (max-width: 991px) {
  .pt-none {
    padding-top: 0;
  }
  .pb-none {
    padding-bottom: 0;
  }
}
.pt-extra_small {
  padding-top: 32px;
}

.pb-extra_small {
  padding-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .pt-extra_small {
    padding-top: 21.3333333333px;
  }
  .pb-extra_small {
    padding-bottom: 21.3333333333px;
  }
}
.pt-small {
  padding-top: 60px;
}

.pb-small {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pt-small {
    padding-top: 40px;
  }
  .pb-small {
    padding-bottom: 40px;
  }
}
.pt-medium {
  padding-top: 88px;
}

.pb-medium {
  padding-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .pt-medium {
    padding-top: 58.6666666667px;
  }
  .pb-medium {
    padding-bottom: 58.6666666667px;
  }
}
.pt-large {
  padding-top: 120px;
}

.pb-large {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pt-large {
    padding-top: 80px;
  }
  .pb-large {
    padding-bottom: 80px;
  }
}
.pt-extra_large {
  padding-top: 184px;
}

.pb-extra_large {
  padding-bottom: 184px;
}

@media screen and (max-width: 991px) {
  .pt-extra_large {
    padding-top: 122.6666666667px;
  }
  .pb-extra_large {
    padding-bottom: 122.6666666667px;
  }
}
.mt-none {
  margin-top: 0;
}

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

@media screen and (max-width: 991px) {
  .mt-none {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mt-extra_small {
  margin-top: 32px;
}

.mb-extra_small {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .mt-extra_small {
    margin-top: 21.3333333333px;
    margin-bottom: 21.3333333333px;
  }
}
.mt-small {
  margin-top: 60px;
}

.mb-small {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .mt-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mt-medium {
  margin-top: 88px;
}

.mb-medium {
  margin-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .mt-medium {
    margin-top: 58.6666666667px;
    margin-bottom: 58.6666666667px;
  }
}
.mt-large {
  margin-top: 120px;
}

.mb-large {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .mt-large {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.mt-extra_large {
  margin-top: 184px;
}

.mb-extra_large {
  margin-bottom: 184px;
}

@media screen and (max-width: 991px) {
  .mt-extra_large {
    margin-top: 122.6666666667px;
    margin-bottom: 122.6666666667px;
  }
}
img {
  border-radius: var(--image-border-radius);
}

ul {
  list-style: disc;
  padding-left: 18px;
}

ol {
  list-style: auto;
  padding-left: 18px;
}

.bg-fourth .block-label,
.bg-fourth h1,
.bg-fourth h2,
.bg-fourth h3,
.bg-fourth h4,
.bg-fourth h5,
.bg-fourth h6 {
  color: var(--white);
}
.bg-fourth div,
.bg-fourth p,
.bg-fourth li {
  color: var(--navy);
}
.bg-fourth .pill {
  border: 1px solid var(--navy);
}

.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary .block-label,
.bg-secondary div,
.bg-secondary p,
.bg-secondary li {
  color: var(--white);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
header.header-hidden {
  transform: translateY(-100%);
}

main {
  margin-top: 94px;
}

.header-nav {
  transition: background-color 0.3s ease, padding 0.3s ease;
  background-color: var(--bg-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.header-nav .primary-menu a {
  color: var(--header-primary);
}
.header-nav .icon-menu {
  color: var(--header-primary);
}
.header-nav .primary-navigation-button .btn {
  background-color: var(--navy) !important;
  color: var(--white) !important;
}
.header-nav .primary-navigation-button .btn span {
  background-color: var(--navy) !important;
}
.header-nav .primary-navigation-button .btn:hover {
  background-color: var(--navy) !important;
  filter: brightness(1.2);
}
.header-nav .primary-navigation-button .btn:hover span {
  background-color: var(--navy) !important;
}
.header-nav[data-is-home=true]:not(.scrolled) {
  background-color: var(--bg-none);
  box-shadow: none;
}
.header-nav[data-is-home=true]:not(.scrolled) .primary-menu > li > a {
  color: var(--header-secondary);
}
.header-nav[data-is-home=true]:not(.scrolled) .icon-menu {
  color: var(--header-secondary);
}
.header-nav[data-is-home=true]:not(.scrolled) .primary-navigation-button .btn {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}
.header-nav[data-is-home=true]:not(.scrolled) .primary-navigation-button .btn span {
  background-color: var(--blue) !important;
}
.header-nav[data-is-home=true]:not(.scrolled) .primary-navigation-button .btn:hover {
  background-color: var(--blue) !important;
  filter: brightness(0.9);
}
.header-nav[data-is-home=true]:not(.scrolled) .primary-navigation-button .btn:hover span {
  background-color: var(--blue) !important;
}

.site-logo img {
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  header .menu-wrapper .primary-menu a {
    color: var(--header-primary) !important;
  }
  header .menu-wrapper .primary-navigation-button .btn {
    background-color: var(--blue) !important;
    color: var(--white) !important;
  }
  header .menu-wrapper .primary-navigation-button .btn span {
    background-color: var(--blue) !important;
  }
}
header .primary-navigation .primary-menu > li.current-menu-item a {
  font-weight: 600;
}

@media (min-width: 992px) {
  header .primary-navigation .primary-menu > li {
    padding: 32px 0;
  }
  header .primary-navigation .primary-menu > li.menu-item-has-children::after {
    top: 37px;
  }
}
header .primary-navigation .primary-menu > li > a {
  font-weight: 400;
}

header .primary-navigation .primary-menu > li.menu-item-has-children > .sub-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 270px;
}
header .primary-navigation .primary-menu > li.menu-item-has-children > .sub-menu li > a {
  padding: 5px 16px;
}
@media (max-width: 1024px) {
  header .primary-navigation .primary-menu > li.menu-item-has-children > .sub-menu li > a {
    padding: 8px 16px;
  }
}

header .primary-navigation .primary-menu > li.menu-item-has-children:after {
  background-color: var(--header-primary);
}

.header-nav[data-is-home=true]:not(.scrolled) .primary-navigation .primary-menu > li.menu-item-has-children:after {
  background-color: white;
}

.primary-navigation .primary-menu > li.menu-item-has-children > .sub-menu {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .primary-navigation .primary-menu > li.menu-item-has-children > .sub-menu {
    margin-top: -2px;
  }
}

/* Footer Styles */
footer {
  background-color: var(--bg-secondary);
  color: var(--white);
}
footer .footer-container {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  footer .footer-container {
    padding: 48px 32px;
  }
}
@media (min-width: 991px) {
  footer .footer-container {
    padding: 88px 56px;
  }
}
footer {
  /* Brand Tagline */
}
footer .tagline {
  color: var(--white);
  font-size: clamp(28px, 3.5vw, 47px);
  line-height: 1em;
  font-family: var(--header-font-family);
}
footer .tagline .tagline-highlight {
  color: var(--blue);
}
footer {
  /* Location Section */
}
footer .locations .location-title {
  color: var(--blue);
  font-family: var(--header-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
footer .locations a,
footer .locations p {
  color: var(--white);
  font-family: var(--body-font-family);
  opacity: 0.8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
footer .locations a:hover,
footer .locations p:hover {
  opacity: 1;
}
footer .locations a[href^="tel:"] {
  opacity: 1;
}
footer {
  /* Copyright Section */
}
footer .copyright a,
footer .copyright p {
  color: var(--white);
  font-family: var(--body-font-family);
  opacity: 0.8;
}
footer .copyright a {
  text-decoration: underline;
}
footer .copyright a:hover {
  opacity: 1;
  text-decoration: none;
}
footer {
  /* Divider */
}
footer .footer-divider {
  border-top: 0.5px solid var(--blue);
  opacity: 0.5;
}
footer {
  /* Footer Navigation */
}
footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .menu li a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--body-font-family);
  font-size: 14px;
  line-height: 1.4em;
  transition: opacity 0.2s;
}
footer .menu li a:hover {
  text-decoration: underline;
}
footer .menu li {
  /* Hide all submenus in footer */
}
footer .menu li ul,
footer .menu li .sub-menu {
  display: none !important;
}
footer {
  /* Footer menu specific styling */
}
footer ul.flex {
  list-style: none !important;
}
footer ul.flex li {
  list-style: none !important;
}
footer ul.flex li::before {
  display: none !important;
}
footer ul.flex li {
  /* Ensure no submenus show */
}
footer ul.flex li ul,
footer ul.flex li .sub-menu {
  display: none !important;
}
footer {
  /* Hide mobile navigation toggle icons and dropdowns */
}
footer .menu-item-has-children > a::after,
footer .dropdown-toggle,
footer .mobile-menu,
footer .mobile-nav,
footer details,
footer summary {
  display: none !important;
}
footer {
  /* Prevent any dropdown behavior */
}
footer .menu-item-has-children > ul,
footer .menu-item-has-children > .sub-menu {
  display: none !important;
}

.orange_form form .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
.orange_form form .gform_fields .screen-reader-text {
  display: none;
}
.orange_form form .gform_fields .gfield {
  width: 100%;
}
.orange_form form .gform_fields .gfield .gfield_label {
  color: var(--blue);
  font-family: "Nohemi";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.orange_form form .gform_fields .gfield input, .orange_form form .gform_fields .gfield textarea, .orange_form form .gform_fields .gfield .ginput_container_select, .orange_form form .gform_fields .gfield .gfield_time_ampm {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
}
.orange_form form .gform_fields .gfield input, .orange_form form .gform_fields .gfield textarea {
  padding-left: 12px;
  padding-right: 12px;
}
.orange_form form .gform_fields .gfield.gfield--type-email input, .orange_form form .gform_fields .gfield.gfield--type-phone input {
  padding-right: 40px;
}
.orange_form form .gform_fields .gfield.gfield--type-section h1, .orange_form form .gform_fields .gfield.gfield--type-section h2, .orange_form form .gform_fields .gfield.gfield--type-section h3, .orange_form form .gform_fields .gfield.gfield--type-section h4, .orange_form form .gform_fields .gfield.gfield--type-section h5, .orange_form form .gform_fields .gfield.gfield--type-section h6 {
  font-family: "Inter Tight";
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}
.orange_form form .gform_fields .gfield.gfield--type-date .ginput_container_date:after {
  content: none;
}
.orange_form form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  border: 1px solid #000;
}
.orange_form form .gform_fields .gfield.gfield--type-fileupload .ginput_preview_list .ginput_preview {
  background-color: #ffffff;
}
.orange_form form .gform_fields .gfield.gfield--type-time .ginput_complex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.orange_form form .gform_fields .gfield.gfield--type-time .ginput_complex .gfield_time_hour, .orange_form form .gform_fields .gfield.gfield--type-time .ginput_complex .gfield_time_minute, .orange_form form .gform_fields .gfield.gfield--type-time .ginput_complex .gfield_time_ampm {
  width: 100%;
}
.orange_form form .gform_fields .gfield.gfield--type-time .ginput_complex .gfield_time_ampm {
  margin-left: 10px;
}
.orange_form form .gform_fields .gfield.gfield--type-address .address_country select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  height: 42px;
}
.orange_form form .gform_fields .gfield.gfield--width-half {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .orange_form form .gform_fields .gfield.gfield--width-half {
    width: 100%;
  }
}
.orange_form form .gform_button {
  border-radius: 72px;
  background: var(--navy);
  display: flex;
  height: 38px;
  padding: 9px 24px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #FFF;
  font-family: Nohemi;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: 40px;
  margin-left: auto;
}
.orange_form form .gform_button:hover {
  background: var(--blue);
}
.orange_form .gform_validation_errors {
  background: #ffd8d8;
  padding: 10px;
  margin-bottom: 20px;
}
.orange_form .gform_validation_errors h2 {
  color: #b10101;
}
.orange_form .gfield_validation_message {
  background: #ffd8d8;
  color: #b10101;
}
.orange_form .gform_required_legend {
  display: none;
}

.icon-facebook {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-facebook.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-facebook.svg");
}
.icon-twitter {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-twitter.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-twitter.svg");
}
.icon-instagram {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-instagram.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-instagram.svg");
}
.icon-linkedin {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-linkedin.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-linkedin.svg");
}
.icon-youtube {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-youtube.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-youtube.svg");
}
.icon-tiktok {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-tiktok.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-tiktok.svg");
}

.icon-extra-large {
  width: 124px;
  height: 124px;
}
@media (max-width: 767px) {
  .icon-extra-large {
    width: 68px;
    height: 68px;
  }
}

.icon-dark {
  background-color: #000000;
}

.icon-play {
  background-image: url("/wp-content/themes/colonyagency/assets/dist/icon-play.svg");
  background-position: center;
  background-size: contain;
  -webkit-mask-image: none;
          mask-image: none;
  transform: translate(0);
}
.icon-play:hover {
  transform: translate(0);
}

.bnr_hero {
  overflow-x: hidden;
}
.bnr_hero .hero-video-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: auto;
}
@media (min-width: 1200px) {
  .bnr_hero .hero-video-container {
    height: 100vh;
    min-height: 600px;
    max-height: 1000px;
  }
}
.bnr_hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.bnr_hero .hero-pattern {
  position: relative;
  top: 25%;
  z-index: 2;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.25;
  transform: scale(2);
}
@media (min-width: 768px) {
  .bnr_hero .hero-pattern {
    transform: scale(1.5);
  }
}
@media (min-width: 992px) {
  .bnr_hero .hero-pattern {
    position: absolute;
    top: 2.5%;
    height: calc(75% - 88px - 44.25px);
    margin: auto;
    transform: none;
    z-index: 2;
  }
}
@media (min-width: 1500px) {
  .bnr_hero .hero-pattern {
    top: 5%;
    left: 0;
    right: 0;
    transform: scale(1);
    max-width: 1328px !important;
    width: 100%;
  }
}
.bnr_hero .hero-pattern svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bnr_hero .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(183deg, rgba(4, 15, 38, 0) 25%, rgba(4, 15, 38, 0.8) 95%), rgba(4, 15, 38, 0);
  z-index: 3;
}
.bnr_hero .hero-overlay {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  height: calc(25% - 72px - 14.75px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 4;
}
.bnr_hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .bnr_hero .hero-content {
    width: 50%;
  }
}
.bnr_hero .hero-content .label {
  color: var(--blue);
  font-size: 14px;
  font-family: nohemi;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 768px) {
  .bnr_hero .hero-content .label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .bnr_hero .hero-content .label {
    font-size: 20px;
  }
}
.bnr_hero .hero-content .text-blue {
  color: var(--blue);
  font-weight: bold;
}
.bnr_hero .hero-content .title {
  color: var(--white);
  font-family: nohemi;
  font-size: 40px;
  font-weight: 500;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .bnr_hero .hero-content .title {
    font-size: 65px;
    line-height: 4rem;
  }
}
@media (min-width: 1500px) {
  .bnr_hero .hero-content .title {
    font-size: 90px;
    line-height: 85px;
  }
}
.bnr_hero .hero-content .title br {
  display: block;
}

.bnr_secondary {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .bnr_secondary {
    margin-top: 80px;
    padding-top: 0;
  }
}
.bnr_secondary .container-left-only {
  padding-right: 0;
}
@media (max-width: 991px) {
  .bnr_secondary .container-left-only {
    padding: 0;
  }
}
.bnr_secondary .col {
  height: auto;
}
.bnr_secondary .col:first-child {
  position: absolute;
  height: 100%;
  order: 2;
  z-index: 1;
}
@media (min-width: 768px) {
  .bnr_secondary .col:first-child {
    position: relative;
    height: auto;
  }
}
.bnr_secondary .col:last-child {
  opacity: 0.2;
  order: 1;
}
@media (min-width: 768px) {
  .bnr_secondary .col:last-child {
    opacity: 1;
  }
  .bnr_secondary .col {
    flex: 1;
    max-width: 664px;
  }
  .bnr_secondary .col:first-child {
    order: 1;
  }
  .bnr_secondary .col:last-child {
    order: 2;
  }
}
.bnr_secondary .label {
  color: var(--blue);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 992px) {
  .bnr_secondary .label {
    font-size: 20px;
  }
}
.bnr_secondary .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 992px) {
  .bnr_secondary .title {
    font-size: 48px;
  }
}

.bnr_tertiary .row .col {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .bnr_tertiary .row .col {
    margin-top: 80px;
  }
}

.blk-content h1 {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.blk-content hr {
  border-color: var(--blue);
}
@media (min-width: 992px) {
  .blk-content h1 {
    font-size: 48px;
  }
}
.blk-content li:not(:last-child) {
  margin-bottom: 1rem;
}
.blk-content .static-title {
  color: var(--grey);
  font-family: nohemi;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 992px) {
  .blk-content .static-title {
    font-size: 20px;
  }
}
.blk-content p.block-label {
  color: var(--blue) !important;
  font-size: 18px;
  font-family: nohemi;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 992px) {
  .blk-content p.block-label {
    font-size: 20px;
  }
}
.blk-content:not(.bg-secondary) p, .blk-content:not(.bg-secondary) li, .blk-content:not(.bg-secondary) a:not(.btn) {
  color: black;
}
.blk-content.body-xl p, .blk-content.body-xl li, .blk-content.body-xl a:not(.btn) {
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 768px) {
  .blk-content.body-xl p, .blk-content.body-xl li, .blk-content.body-xl a:not(.btn) {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .blk-content.body-xl p, .blk-content.body-xl li, .blk-content.body-xl a:not(.btn) {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .blk-content.body-xl p, .blk-content.body-xl li, .blk-content.body-xl a:not(.btn) {
    font-size: 24px;
  }
}
.blk-content.scroll-animation .sticky-title-wrapper {
  z-index: 10;
}
.blk-content.scroll-animation .sticky-title-wrapper.is-sticky {
  z-index: 20;
}
.blk-content.scroll-animation .sticky-title-wrapper.is-absolute {
  z-index: 10;
}
.blk-content.scroll-animation .sticky-title-wrapper h1, .blk-content.scroll-animation .sticky-title-wrapper h2, .blk-content.scroll-animation .sticky-title-wrapper h3, .blk-content.scroll-animation .sticky-title-wrapper h4, .blk-content.scroll-animation .sticky-title-wrapper h5, .blk-content.scroll-animation .sticky-title-wrapper h6 {
  color: var(--blue);
  font-family: nohemi;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.blk-content.scroll-animation .sticky-title-wrapper h1 {
  font-size: 38px;
}
.blk-content.scroll-animation .sticky-title-wrapper h2 {
  font-size: 34px;
}
.blk-content.scroll-animation .sticky-title-wrapper h3 {
  font-size: 30px;
}
.blk-content.scroll-animation .sticky-title-wrapper h4 {
  font-size: 26px;
}
.blk-content.scroll-animation .sticky-title-wrapper h5 {
  font-size: 22px;
}
.blk-content.scroll-animation .sticky-title-wrapper h6 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .blk-content.scroll-animation .sticky-title-wrapper h1 {
    font-size: 48px;
  }
  .blk-content.scroll-animation .sticky-title-wrapper h2 {
    font-size: 44px;
  }
  .blk-content.scroll-animation .sticky-title-wrapper h3 {
    font-size: 40px;
  }
  .blk-content.scroll-animation .sticky-title-wrapper h4 {
    font-size: 36px;
  }
  .blk-content.scroll-animation .sticky-title-wrapper h5 {
    font-size: 32px;
  }
  .blk-content.scroll-animation .sticky-title-wrapper h6 {
    font-size: 28px;
  }
}
.blk-content.scroll-animation [data-column-index] {
  position: relative;
}
.blk-content.scroll-animation .content-column {
  gap: 2rem;
}
@media (min-width: 992px) {
  .blk-content.scroll-animation .content-column {
    gap: 4rem;
  }
}
.blk-content.scroll-animation .content-column h1, .blk-content.scroll-animation .content-column h2, .blk-content.scroll-animation .content-column h3, .blk-content.scroll-animation .content-column h4, .blk-content.scroll-animation .content-column h5, .blk-content.scroll-animation .content-column h6 {
  font-family: nohemi;
}
.blk-content.scroll-animation .content-column h1 {
  font-size: 28px;
}
.blk-content.scroll-animation .content-column h2 {
  font-size: 26px;
}
.blk-content.scroll-animation .content-column h3 {
  font-size: 24px;
}
.blk-content.scroll-animation .content-column h4 {
  font-size: 22px;
}
.blk-content.scroll-animation .content-column h5 {
  font-size: 20px;
}
.blk-content.scroll-animation .content-column h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .blk-content.scroll-animation .content-column h1 {
    font-size: 38px;
  }
  .blk-content.scroll-animation .content-column h2 {
    font-size: 30px;
  }
  .blk-content.scroll-animation .content-column h3 {
    font-size: 34px;
  }
  .blk-content.scroll-animation .content-column h4 {
    font-size: 26px;
  }
  .blk-content.scroll-animation .content-column h5 {
    font-size: 22px;
  }
  .blk-content.scroll-animation .content-column h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blk-content.scroll-animation .content-column h1 {
    font-size: 48px;
  }
  .blk-content.scroll-animation .content-column h2 {
    font-size: 44px;
  }
  .blk-content.scroll-animation .content-column h3 {
    font-size: 40px;
  }
  .blk-content.scroll-animation .content-column h4 {
    font-size: 36px;
  }
  .blk-content.scroll-animation .content-column h5 {
    font-size: 32px;
  }
  .blk-content.scroll-animation .content-column h6 {
    font-size: 28px;
  }
}
.blk-content.scroll-animation .content-column * {
  color: var(--navy);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 992px) {
  .blk-content.scroll-animation .content-column * {
    font-size: 24px;
  }
}

@media (min-width: 1498px) {
  .blk-logo-grid .slider-layout .container {
    margin-left: calc((100vw - 1328px) / 2);
  }
}
.blk-logo-grid .slider-logos::before,
.blk-logo-grid .slider-logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 2;
}
.blk-logo-grid .slider-logos::after {
  right: 0;
  transform: rotateZ(180deg);
}
.blk-logo-grid.bg-none .slider-logos::before,
.blk-logo-grid.bg-none .slider-logos::after {
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.blk-logo-grid.bg-primary .slider-logos::before,
.blk-logo-grid.bg-primary .slider-logos::after {
  background: linear-gradient(to right, var(--bg-primary), rgba(255, 255, 255, 0));
}
.blk-logo-grid.bg-secondary .slider-logos::before,
.blk-logo-grid.bg-secondary .slider-logos::after {
  background: linear-gradient(to right, var(--bg-secondary), rgba(255, 255, 255, 0));
}
.blk-logo-grid.bg-tertiary .slider-logos::before,
.blk-logo-grid.bg-tertiary .slider-logos::after {
  background: linear-gradient(to right, var(--bg-tertiary), rgba(255, 255, 255, 0));
}
.blk-logo-grid.bg-fourth .slider-logos::before,
.blk-logo-grid.bg-fourth .slider-logos::after {
  background: linear-gradient(to right, var(--bg-fourth), rgba(255, 255, 255, 0));
}
.blk-logo-grid {
  /* Logo Marquee - Seamless Infinite Scroll */
}
.blk-logo-grid .logo-marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--logo-gap, 2rem);
}
.blk-logo-grid .logo-marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--logo-gap, 2rem);
  animation: marquee-scroll var(--logo-duration, 30s) linear infinite;
}
.blk-logo-grid .logo-marquee:hover .logo-marquee-content {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--logo-gap, 2rem)));
  }
}

.blk-service-list h6 {
  color: #737373;
  font-weight: 300;
}
.blk-service-list .accordion {
  transition: 0.2s;
  opacity: 1;
}
.blk-service-list .accordion:not(:first-child) {
  border-top: 1px solid #B0B0B0;
}
.blk-service-list .accordion .accordion_title {
  padding: 21px 0 21px 0;
  cursor: pointer;
  transition: 0.2s;
}
.blk-service-list .accordion .accordion_title h3 {
  font-weight: 300;
}
.blk-service-list .accordion .accordion_title .icon {
  width: 36px;
  height: 36px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--blue);
  transition: 0.2s;
}
@media (max-width: 1199px) {
  .blk-service-list .accordion .accordion_title .icon {
    width: 24px;
    height: 24px;
  }
}
.blk-service-list .accordion .accordion_content {
  height: 0;
  overflow: hidden;
  max-width: 480px;
  transition: 0s;
}
.blk-service-list .accordion .accordion_content p, .blk-service-list .accordion .accordion_content a {
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  color: #474747;
}
@media (max-width: 1199px) {
  .blk-service-list .accordion .accordion_content p, .blk-service-list .accordion .accordion_content a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .blk-service-list .accordion .accordion_content p, .blk-service-list .accordion .accordion_content a {
    font-size: 16px;
  }
}
.blk-service-list .accordion .accordion_content ol, .blk-service-list .accordion .accordion_content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blk-service-list .accordion .accordion_content ol, .blk-service-list .accordion .accordion_content ul {
    margin-top: 12px;
  }
}
.blk-service-list .accordion .accordion_content ol li, .blk-service-list .accordion .accordion_content ul li {
  border-radius: 30px;
  border: 1px solid var(--blue);
  padding: 5px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #000;
  height: 34px;
}
@media (max-width: 1199px) {
  .blk-service-list .accordion .accordion_content ol li, .blk-service-list .accordion .accordion_content ul li {
    font-size: 14px;
    height: 32px;
  }
}
.blk-service-list .accordion.inactive {
  opacity: 0.3;
}
.blk-service-list .accordion.inactive .accordion_title .icon {
  background: var(--navy);
}
.blk-service-list .accordion.inactive .accordion_content {
  transition: 0s;
}
.blk-service-list .accordion.active {
  opacity: 1;
}
.blk-service-list .accordion.active .accordion_title .icon {
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-arrow-right.svg") !important;
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-arrow-right.svg") !important;
}
.blk-service-list .accordion.active .accordion_content {
  height: 100%;
  overflow: hidden;
  padding: 0 0 16px 0;
  transition: 0.2s;
}
.blk-service-list .service-image-column .service-image {
  opacity: 1;
  transition: 0.6s;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.blk-service-list .service-image-column .service-image.hide_image {
  opacity: 0;
}
.blk-service-list .service-image-column .service-image.show_image {
  opacity: 1;
}
@media (max-width: 991px) {
  .blk-service-list .service-image-column {
    display: none;
  }
}
.blk-service-list.bg-secondary .accordion .accordion_content p, .blk-service-list.bg-secondary .accordion .accordion_content a {
  color: white;
}
.blk-service-list.bg-secondary .accordion .accordion_content ol li, .blk-service-list.bg-secondary .accordion .accordion_content ul li {
  border: 1px solid var(--blue);
  color: white;
}
.blk-service-list.bg-secondary .accordion.inactive .accordion_title .icon {
  background: var(--white);
}

.blk-brand-list h4 {
  color: var(--blue);
}
.blk-brand-list .brand_card .inner {
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.blk-brand-list .brand_card.perspective {
  perspective: 1000px;
}
.blk-brand-list .brand_card.flipped .inner, .blk-brand-list .brand_card:hover .inner {
  transform: rotateY(180deg);
}
.blk-brand-list .brand_card .front, .blk-brand-list .brand_card .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.blk-brand-list .brand_card .back {
  transform: rotateY(180deg);
}
.blk-brand-list.bg-fourth h4 {
  color: var(--white);
}
.blk-brand-list.bg-fourth .back {
  background-color: var(--white);
}

.blk-news-list .content-wrapper .row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .blk-news-list .content-wrapper .row {
    flex-direction: row;
    gap: 1rem;
  }
  .blk-news-list .content-wrapper .row .col:first-child {
    width: 33.3333%;
  }
  .blk-news-list .content-wrapper .row .col:last-child {
    width: 66.6666%;
  }
}
.blk-news-list .news-list-latest {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blk-news-list .news-list-latest .news-card-latest {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
@media (min-width: 640px) {
  .blk-news-list .news-list-latest .news-card-latest {
    flex-direction: row;
    gap: 4rem;
  }
}
.blk-news-list .news-list-latest .news-card-latest:not(:first-child) {
  border-top: 1px solid var(--light-grey);
  padding-top: 20px;
  margin-top: 35px;
}
@media (min-width: 640px) {
  .blk-news-list .news-list-latest .news-card-latest:not(:first-child) {
    margin-top: 75px;
    padding-top: 25px;
  }
}
.blk-news-list .news-list-latest .news-card-latest:hover .news-card-image img {
  transform: scale(1.05);
}
.blk-news-list .news-list-latest .news-card-latest .news-card-image {
  overflow: hidden;
  line-height: 0;
}
.blk-news-list .news-list-latest .news-card-latest .news-card-image img {
  transition: transform 0.3s ease;
  aspect-ratio: 208/150;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .blk-news-list .news-list-latest .news-card-latest .news-card-image img {
    max-width: 208px;
  }
}
.blk-news-list .news-list-latest .news-card-latest .news-card-content .news-card-title {
  color: black;
  font-family: nohemi;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .blk-news-list .news-list-latest .news-card-latest .news-card-content .news-card-title {
    font-size: 20px;
  }
}
.blk-news-list .news-list-latest .news-card-latest .news-card-content .news-card-excerpt {
  color: var(--grey);
  font-family: var(--body-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 992px) {
  .blk-news-list .news-list-latest .news-card-latest .news-card-content .news-card-excerpt {
    font-size: 14px;
  }
}
.blk-news-list .news-category-filter {
  margin-right: -16px;
  overflow: auto;
}
.blk-news-list .news-category-filter .category-buttons {
  padding-right: 16px;
  width: -moz-max-content;
  width: max-content;
}
.blk-news-list .news-category-filter .category-buttons .category-btn {
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-block;
  font-family: nohemi;
  font-weight: 300;
  line-height: 140%;
  padding: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blk-news-list .news-category-filter .category-buttons .category-btn:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.blk-news-list .news-category-filter .category-buttons .category-btn.active {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.blk-news-list .news-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .blk-news-list .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .blk-news-list .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blk-news-list .news-grid .news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.blk-news-list .news-grid .news-card:hover .news-card-image img {
  transform: scale(1.05);
}
.blk-news-list .news-grid .news-card .news-card-image {
  overflow: hidden;
  line-height: 0;
}
.blk-news-list .news-grid .news-card .news-card-image img {
  transition: transform 0.3s ease;
  aspect-ratio: 277/200;
  -o-object-fit: cover;
     object-fit: cover;
}
.blk-news-list .news-grid .news-card .news-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blk-news-list .news-grid .news-card .news-card-content .news-card-title {
  font-family: nohemi;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 992px) {
  .blk-news-list .news-grid .news-card .news-card-content .news-card-title {
    font-size: 20px;
  }
}
.blk-news-list .news-grid .news-card .news-card-content .news-card-excerpt {
  color: var(--color-text-secondary, #6b7280);
  line-height: 1.6;
}
.blk-news-list .all-news-button-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .blk-news-list .all-news-button-wrapper {
    margin-top: 80px;
  }
}
.blk-news-list .all-news-button-wrapper .all-news {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blue);
  text-decoration: none;
  border-radius: 0.375rem;
  font-weight: 600;
}
.blk-news-list .all-news-button-wrapper .all-news:hover .icon-chevron {
  transform: translateX(4px);
}
.blk-news-list .all-news-button-wrapper .all-news .icon-chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-chevron.svg");
          mask-image: url("/wp-content/themes/colonyagency/assets/dist/icon-chevron.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: transform 0.25s ease;
}
.blk-news-list .pagination a, .blk-news-list .pagination span {
  border-radius: 0.5rem;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blk-news-list .pagination a:hover:not(.current), .blk-news-list .pagination a:hover:not(.next), .blk-news-list .pagination span:hover:not(.current), .blk-news-list .pagination span:hover:not(.next) {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: black;
}
.blk-news-list .pagination a.current, .blk-news-list .pagination span.current {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: black;
}
.blk-news-list .pagination a.prev, .blk-news-list .pagination a.next, .blk-news-list .pagination span.prev, .blk-news-list .pagination span.next {
  background-color: unset !important;
  border-color: unset !important;
}
.blk-news-list .pagination a.prev:hover, .blk-news-list .pagination span.prev:hover {
  transform: translateX(-4px);
}
.blk-news-list .pagination a.next:hover, .blk-news-list .pagination span.next:hover {
  transform: translateX(4px);
}
.blk-news-list .pagination a .icon, .blk-news-list .pagination span .icon {
  background-color: var(--blue) !important;
}
.blk-news-list .pagination a .icon:hover, .blk-news-list .pagination span .icon:hover {
  transform: translateX(4px);
}
.blk-news-list .pagination a .icon.previous, .blk-news-list .pagination span .icon.previous {
  transform: rotate(90deg);
}
.blk-news-list .pagination a .icon.next, .blk-news-list .pagination span .icon.next {
  transform: rotate(-90deg);
}
.blk-news-list .news-card,
.blk-news-list .news-card-latest {
  cursor: none;
}

.more-updates article {
  cursor: none;
}
.more-updates article a {
  cursor: none;
}

.custom-cursor-news {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.custom-cursor-news.active {
  opacity: 1;
}
.custom-cursor-news .btn {
  white-space: nowrap;
}

.blk-work-list .row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .blk-work-list .row {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.blk-work-list .work-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .blk-work-list .work-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 24px;
  }
}
.blk-work-list .work-item {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: none;
}
.blk-work-list .work-item:hover {
  border-radius: 220px;
  transform: translateY(-4px);
}
.blk-work-list .work-item:hover .work-item-title {
  opacity: 0;
}
.blk-work-list .work-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blk-work-list .work-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 83.65%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .blk-work-list .work-item-overlay {
    padding: 50px;
  }
}
.blk-work-list .work-item-title {
  color: white;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  opacity: 1;
  transition: opacity ease 0.3s;
}
@media (min-width: 992px) {
  .blk-work-list .work-item-title {
    font-size: 48px;
  }
}
.blk-work-list .work-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.blk-work-list .work-cursor.active {
  opacity: 1;
}
.blk-work-list .work-cursor .btn {
  pointer-events: none;
}

.blk-content-grid h4 {
  color: var(--blue);
}
.blk-content-grid h5 {
  font-family: "Inter Tight";
  font-weight: 300;
  line-height: 140%;
}
.blk-content-grid:after {
  content: "";
  background-image: url("/wp-content/themes/colonyagency/assets/dist/mask-blue-dots.svg");
  width: 40%;
  height: 80%;
  display: block;
  position: absolute;
  top: 56px;
  right: 56px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .blk-content-grid:after {
    width: 80%;
    height: 80%;
    background-position: top right;
  }
}
.blk-content-grid .card .block-label {
  color: var(--blue);
}
.blk-content-grid .card div,
.blk-content-grid .card p,
.blk-content-grid .card li {
  color: var(--dark-grey);
}
.blk-content-grid .card h1,
.blk-content-grid .card h2,
.blk-content-grid .card h3,
.blk-content-grid .card h4,
.blk-content-grid .card h5,
.blk-content-grid .card h6 {
  color: black;
}
.blk-content-grid.bg-fourth h4 {
  color: var(--white);
}

.blk-content-list-image h2 {
  color: var(--blue);
}
.blk-content-list-image .list-items-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blk-content-list-image .list-items-wrapper .list-item {
  background-color: var(--white);
  border-bottom: 1px solid var(--navy);
  list-style: none;
}
.blk-content-list-image .list-items-wrapper .list-item:first-child {
  border-top: 1px solid var(--navy);
}
.blk-content-list-image .list-items-wrapper .list-item .list-item-title {
  font-family: var(--body-font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  color: var(--dark-grey);
  transition: color 0.3s ease;
}
.blk-content-list-image .list-items-wrapper .list-item .list-item-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark-grey);
  transition: color 0.3s ease;
}
.blk-content-list-image .list-items-wrapper .list-item .list-item-content p,
.blk-content-list-image .list-items-wrapper .list-item .list-item-content div,
.blk-content-list-image .list-items-wrapper .list-item .list-item-content li {
  color: var(--dark-grey);
}
.blk-content-list-image .list-items-wrapper .list-item .list-item-content ul,
.blk-content-list-image .list-items-wrapper .list-item .list-item-content ol {
  list-style-position: inside;
}
.blk-content-list-image .list-items-wrapper .list-item:hover, .blk-content-list-image .list-items-wrapper .list-item.active {
  background-color: var(--blue);
}
.blk-content-list-image .list-items-wrapper .list-item:hover .list-item-title, .blk-content-list-image .list-items-wrapper .list-item.active .list-item-title {
  color: var(--white);
}
.blk-content-list-image .list-items-wrapper .list-item:hover .list-item-content,
.blk-content-list-image .list-items-wrapper .list-item:hover .list-item-content p,
.blk-content-list-image .list-items-wrapper .list-item:hover .list-item-content div,
.blk-content-list-image .list-items-wrapper .list-item:hover .list-item-content li, .blk-content-list-image .list-items-wrapper .list-item.active .list-item-content,
.blk-content-list-image .list-items-wrapper .list-item.active .list-item-content p,
.blk-content-list-image .list-items-wrapper .list-item.active .list-item-content div,
.blk-content-list-image .list-items-wrapper .list-item.active .list-item-content li {
  color: var(--white);
}
.blk-content-list-image .background-image-layer {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.blk-content-list-image .foreground-image-layer .list-image-display {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.blk-content-list-image .foreground-image-layer .list-image-display.active {
  opacity: 1;
  pointer-events: auto;
}
.blk-content-list-image .swiper-wrapper {
  height: auto;
}
.blk-content-list-image .content-list-swiper {
  width: 100%;
}
.blk-content-list-image .content-list-swiper .swiper-slide {
  border-top: 1px solid var(--navy, #040f26);
  border-bottom: 1px solid var(--navy, #040f26);
  height: auto;
}
.blk-content-list-image .content-list-swiper .swiper-slide .swiper-item-title {
  font-family: var(--body-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  color: var(--dark-grey);
}
.blk-content-list-image .content-list-swiper .swiper-slide .swiper-item-content {
  color: var(--dark-grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.blk-content-list-image .content-list-swiper .swiper-slide .swiper-item-content p,
.blk-content-list-image .content-list-swiper .swiper-slide .swiper-item-content div,
.blk-content-list-image .content-list-swiper .swiper-slide .swiper-item-content li {
  color: var(--dark-grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.blk-content-list-image .content-list-swiper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.blk-content-list-image .content-list-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid var(--blue);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 4px;
}
.blk-content-list-image .content-list-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--blue);
}
@media (min-width: 992px) {
  .blk-content-list-image .content-list-swiper {
    display: none;
  }
}
.blk-content-list-image.bg-primary .list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
.blk-content-list-image.bg-primary .list-item:hover, .blk-content-list-image.bg-primary .list-item.active {
  background-color: var(--white);
}
.blk-content-list-image.bg-primary .list-item:hover .list-item-title, .blk-content-list-image.bg-primary .list-item.active .list-item-title {
  color: var(--blue);
}
.blk-content-list-image.bg-primary .list-item:hover .list-item-content,
.blk-content-list-image.bg-primary .list-item:hover .list-item-content p,
.blk-content-list-image.bg-primary .list-item:hover .list-item-content div,
.blk-content-list-image.bg-primary .list-item:hover .list-item-content li, .blk-content-list-image.bg-primary .list-item.active .list-item-content,
.blk-content-list-image.bg-primary .list-item.active .list-item-content p,
.blk-content-list-image.bg-primary .list-item.active .list-item-content div,
.blk-content-list-image.bg-primary .list-item.active .list-item-content li {
  color: var(--dark-grey);
}
.blk-content-list-image.bg-secondary h2 {
  color: var(--white);
}
.blk-content-list-image.bg-fourth h2 {
  color: var(--white);
}

.blk-carousel-list h2 {
  color: var(--white, #fff);
  font-family: Nohemi;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.blk-carousel-list .carousel-items-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 300px;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease, left 0s 0.5s, top 0s 0.5s, transform 0s 0.5s;
  padding: 32px 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item .carousel-item-icon {
  width: 180px;
  max-width: 26%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item .carousel-item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item .carousel-item-content-wrapper {
  flex: 1;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item .carousel-item-title {
  color: var(--white, #fff);
  font-family: Nohemi;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item .carousel-item-title .carousel-item-subtitle {
  color: var(--white, #fff);
  font-family: Nohemi;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: block;
  margin-top: 4px;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item .carousel-item-content {
  color: var(--white, #fff);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.blk-carousel-list .carousel-items-wrapper .carousel-item:has(.carousel-item-icon) .carousel-item-content {
  color: var(--Off-White, #f8f8f8);
  font-family: "Inter Tight";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}
.blk-carousel-list .carousel-items-wrapper .carousel-item.active {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.blk-carousel-list .carousel-prev-btn,
.blk-carousel-list .carousel-next-btn {
  width: 38px;
  height: 38px;
  background-color: var(--blue);
  color: var(--white);
}
.blk-carousel-list .carousel-prev-btn:hover,
.blk-carousel-list .carousel-next-btn:hover {
  opacity: 0.8;
}
.blk-carousel-list .carousel-prev-btn:disabled,
.blk-carousel-list .carousel-next-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.blk-carousel-list .carousel-prev-btn:disabled:hover,
.blk-carousel-list .carousel-next-btn:disabled:hover {
  opacity: 0.3;
}
.blk-carousel-list .dot-grid-layer .dot-grid-container {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(6px, 3vw, 30px), 1fr));
  gap: clamp(4px, 1.5vw, 12px);
}
.blk-carousel-list .dot-grid-layer .dot-grid-container .dot-grid-row {
  display: grid;
  gap: clamp(4px, 1.5vw, 12px);
  width: 100%;
}
.blk-carousel-list .dot-grid-layer .dot-grid-container .dot-container {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blk-carousel-list .dot-grid-layer .dot-grid-container .dot {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #2e9aff;
  margin: auto;
  transition: width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), height 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: width, height;
}
.blk-carousel-list .foreground-image-layer .carousel-image-display {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  -o-object-position: center;
     object-position: center;
}
.blk-carousel-list .foreground-image-layer .carousel-image-display.active {
  opacity: 1;
  pointer-events: auto;
}
.blk-carousel-list .carousel-list-swiper {
  width: 100%;
}
.blk-carousel-list .carousel-list-swiper .swiper-wrapper {
  height: auto;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  height: auto;
  padding: 40px 0;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide .swiper-item-title {
  color: var(--white, #fff);
  font-family: Nohemi;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide .swiper-item-title .swiper-item-subtitle {
  color: var(--white, #fff);
  font-family: Nohemi;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: block;
  margin-top: 4px;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide .swiper-item-icon {
  width: 180px;
  max-width: 26%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide .swiper-item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide .swiper-item-content {
  color: var(--white, #fff);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.blk-carousel-list .carousel-list-swiper .swiper-slide:has(.swiper-item-icon) .swiper-item-content {
  color: var(--Off-White, #f8f8f8);
  font-family: "Inter Tight";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 991px) {
  .blk-carousel-list .foreground-image-layer {
    position: relative;
    min-height: auto;
  }
  .blk-carousel-list .foreground-image-layer .carousel-image-display {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .blk-carousel-list .foreground-image-layer .carousel-image-display.active {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .blk-carousel-list .carousel-list-swiper {
    display: none;
  }
}

/* CTA Block Styles */
.blk-cta h2 {
  margin-right: 48px;
}

/**
 * Map Block Styles
 * Custom styles for the location map block
 */
.blk-map .map-grid {
  background-color: var(--off-white);
}
.blk-map .location-title {
  color: var(--blue);
  font-size: 20px;
  font-weight: 300;
}
.blk-map .location-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blk-map .location-card .location-address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.blk-map .location-card .location-email {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.blk-map .location-card .location-email:hover {
  text-decoration: underline;
}
.blk-map .location-card .location-phone {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.blk-map .location-card .location-contact-buttons a {
  margin-right: 0 !important;
}
.blk-map .map-section {
  max-height: 80vh;
}
.blk-map .map-info-window {
  padding: 8px 16px 12px 16px;
  min-width: 240px;
  font-family: var(--body-font-family);
}
.blk-map .map-info-window .info-title {
  color: var(--blue);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
  padding-right: 24px;
}
.blk-map .map-info-window .info-address {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  color: var(--dark-grey);
  margin-bottom: 12px;
}
.blk-map .map-info-window .info-email {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: var(--blue);
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.blk-map .map-info-window .info-email:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.blk-map .map-info-window .info-phone {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: var(--dark-grey);
  letter-spacing: 0.01em;
}
.blk-map .gm-style-iw-chr {
  padding-right: 10px;
  margin-bottom: -30px;
  opacity: 0.7;
}
.blk-map .gm-style-iw-chr:hover {
  opacity: 1;
}

.blk-form h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}
@media (min-width: 768px) {
  .blk-form h2 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (min-width: 1280px) {
  .blk-form h2 {
    font-size: 85px;
    line-height: 90px;
  }
}
.blk-form h2 span {
  font-weight: 600;
}

.blk-content-image-dynamic-wrapper .card .card-container {
  background-color: var(--bg-secondary);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.blk-content-image-dynamic-wrapper .card .card-container:hover {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card .card-container {
    min-height: 450px;
  }
}
.blk-content-image-dynamic-wrapper.bg-primary .card-container {
  background-color: var(--bg-tertiary);
}
.blk-content-image-dynamic-wrapper.bg-tertiary .card-container {
  background-color: var(--bg-primary);
}
.blk-content-image-dynamic-wrapper.bg-fourth .card-container {
  background-color: var(--bg-fourth);
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic {
  position: relative;
  flex: 1 1 100%;
  min-width: 0;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic {
    flex: 1 1 0;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic::after {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 0;
}
@keyframes move-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded::after {
  border-radius: 30px;
  content: "";
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: 0;
  background: linear-gradient(90deg, #2e9aff, #0c2442, #040f26, #0c2442, #2e9aff);
  background-size: 200% 200%;
  animation: move-gradient 3s ease-in-out infinite;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .card-title {
  min-height: auto;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .card-title {
    min-height: 28px;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .card-description {
  overflow: hidden;
  min-height: auto;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .card-description {
    min-height: 70px;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .card-excerpt {
  min-height: auto;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .card-excerpt {
    min-height: 70px;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .arrow-link {
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic .arrow-link {
    transform: rotate(90deg);
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink {
  flex: 1 1 100%;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink {
    flex: 1 1 auto;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-logo {
    max-width: 120px;
    margin-top: 60px;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-description,
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-excerpt,
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-location,
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-title {
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-large-logo {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-link-text {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-large-logo {
  display: block;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-large-logo {
    display: none;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-link-text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.shrink .card-logo {
    display: none;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded {
  flex: 1 1 100%;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded {
    flex: 0 0 50%;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-logo {
  opacity: 0;
  visibility: hidden;
  max-width: 0px;
  display: none;
}
@media screen and (max-width: 991px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-large-logo {
    max-width: 255px;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-large-logo {
  max-width: 300px;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-description {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-excerpt {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .arrow-link {
  transform: rotate(180deg);
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-location {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-title {
  display: none;
}
@media screen and (max-width: 991px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-container {
    flex-direction: column;
    align-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded > div {
    margin-top: 0px;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .arrow-link {
    transform: rotate(-90deg);
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-link-text {
    display: block;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-location {
    display: none;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic.expanded .card-title {
    display: none;
  }
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-excerpt {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-location {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-description {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-logo {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-large-logo {
  display: block;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-link-text {
  display: none;
}
.blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-title {
  display: none;
}
@media screen and (min-width: 992px) {
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-logo {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-large-logo {
    display: none;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-location {
    display: block;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-excerpt {
    display: none;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-description {
    display: block;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-link-text {
    display: none;
  }
  .blk-content-image-dynamic-wrapper .card.blk-content-image-dynamic:not(.expanded):not(.shrink) .card-title {
    display: block;
  }
}

.single .back-to-news {
  color: var(--blue);
  font-family: nohemi;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
}
.single .back-to-news::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/colonyagency/assets/dist/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -4px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.single .back-to-news:hover::before {
  transform: translateX(-4px);
}
.single .post-meta {
  font-family: nohemi;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  color: var(--grey);
}
.single .more-updates h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
}
.single .more-updates h3 {
  font-family: nohemi;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}
.single .single-content h2,
.single .single-content h3,
.single .single-content h4,
.single .single-content h5,
.single .single-content h6 {
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .single .single-content h2,
  .single .single-content h3,
  .single .single-content h4,
  .single .single-content h5,
  .single .single-content h6 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.single .single-content p {
  margin-bottom: 24px;
  line-height: 160%;
}
@media (max-width: 991px) {
  .single .single-content p {
    margin-bottom: 16px;
  }
}
.single .single-content ul,
.single .single-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.single .single-content ul li,
.single .single-content ol li {
  margin-bottom: 8px;
  line-height: 160%;
}
.single .single-content blockquote {
  border-left: 4px solid var(--blue);
  padding-left: 24px;
  margin: 32px 0;
  font-style: italic;
}
@media (max-width: 991px) {
  .single .single-content blockquote {
    margin: 24px 0;
  }
}
.single .single-content img {
  width: 100%;
  height: auto;
  margin: 32px 0;
  border-radius: 0px;
}
@media (max-width: 991px) {
  .single .single-content img {
    margin: 24px 0;
  }
}
.single .single-content a {
  color: var(--blue);
  text-decoration: underline;
}
.single .single-content a:hover {
  opacity: 0.7;
}
.single .single-content strong {
  font-weight: 600;
}
.single .single-content em {
  font-style: italic;
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
