@charset "UTF-8";
/*!
Theme Name:     Antigravity
Theme URI:
Description:    Custom Theme
Author:         PDC
Version:        1.0
*/
.reveal-type-hero-block p {
  opacity: 0;
}

.image-scale-in {
  transform: scale(1.2);
}

.scrub-up-initial {
  transform: translateY(50px);
  opacity: 0;
}

.scale-in-initial {
  transform: scale(0.9);
  opacity: 0;
}

.scrub-up-first {
  transform: translateY(50px);
  opacity: 0;
}

.reveal-type-vertical {
  opacity: 0 !important;
}
.reveal-type-vertical.active {
  opacity: 1 !important;
}

.reveal-type-block p, .reveal-type-block h2, .reveal-type-block h3, .reveal-type-block h4, .reveal-type-block h5, .reveal-type-block h6 {
  opacity: 0;
}

.header-type-anim {
  opacity: 0;
}

.scale-hover {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.scale-hover:hover {
  transform: scale(1.05);
}

.arrow-roll:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gradient-type-header {
  transition: all 0s ease-in-out;
  background: var(--Text-gradient, linear-gradient(106deg, #ffffff 0%, #ffffff 59.63%, #ffffff 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-type-header.active {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-reveal {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 16px;
  }
  41% {
    background-position: -16px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes ken-burns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns-zoom-in {
  animation: ken-burns-zoom-in 20s ease-in-out forwards;
  will-change: transform;
}

.scrub-up-delayed {
  transform: translateY(0px);
  opacity: 0;
}

.reveal-type {
  opacity: 0;
}
.reveal-type--active {
  opacity: 1;
}

.reveal-type-header {
  opacity: 0;
}
.reveal-type-header--active {
  opacity: 1;
}
.reveal-type-header .word {
  transform: translateY(115px);
}

.reveal-type-header-alt {
  opacity: 0;
}
.reveal-type-header-alt--active {
  opacity: 1;
}
.reveal-type-header-alt .word {
  transform: translateY(115px);
  transition: transform 0.5s;
}

.fade-in {
  opacity: 0;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
}

.bg-hero-anim {
  transform: scale(1.8);
}

:root {
  --color: #5A17C7;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.footer-gradient-layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, #000 49.5%);
  opacity: 0.98;
}

.pointer-events-none {
  pointer-events: none;
}

.px-general {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .px-general {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .px-general {
    max-width: 1800px;
    margin: 0 auto;
  }
}

.bold-underline {
  font-weight: 500;
  position: relative;
}
.bold-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -2px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
}

.force-text-white p {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

@media (min-width: 1024px){
  .force-text-white p{
    font-size: 18px;
  }
}

.force-text-white-small p {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 1024px){
  .force-text-white-small p{
    font-size: 14px;
  }
  .reduced-heading-width h2, .reduced-heading-width h3, .reduced-heading-width h4, .reduced-heading-width h5{
    max-width: 600px;
  }
}

.box-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 22, 18, 0.5) 0%, rgba(39, 22, 18, 0.5) 100%);
}

.img-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.39%), linear-gradient(90deg, rgba(15, 33, 69, 0.5) 0.2%, rgba(15, 33, 69, 0) 56.33%);
}

.force-text-white h3, .force-text-white h4, .force-text-white p {
  color: white !important;
}

.rotate-minus-30 {
  transform: rotate(-30deg);
}

.body .overflow-hidden {
  overflow: hidden !important;
}

table {
  table-layout: auto;
}
@media screen and (min-width: 640px) {
  table {
    table-layout: fixed;
  }
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.default-radius {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .default-radius {
    border-radius: 30px;
  }
}

.wrapper {
  z-index: 10;
  position: relative;
}

.initial-scale-in {
  transform: scale(0.94) translateY(20px);
  opacity: 0;
}

.box-shadow {
  border-radius: 10px;
  background: #FFF;
}
.box-shadow--teal {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.linear-gradient-fade-out {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.linear-gradient-fade-in {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-white-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

table {
  background-color: #313131;
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
  border-radius: 15px;
}
table a {
  text-decoration: underline;
}
table thead {
  background-color: #353535;
}
table thead th {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #F2BC49;
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
  text-align: left;
}
table tbody tr {
  border: 1px solid #282828;
}
table tbody tr td {
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
}

canvas {
  transition: opacity 0.3s;
  --gradient-color-1: #060106;
  --gradient-color-2: #FC035D;
  --gradient-color-3: #1E0E81;
  --gradient-color-4: #4C68FA;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1320px){
  .container{
    max-width: 1320px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[10px\]{
  bottom: 10px;
}
.bottom-\[30px\]{
  bottom: 30px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[10px\]{
  left: 10px;
}
.left-\[5px\]{
  left: 5px;
}
.right-0{
  right: 0px;
}
.right-\[16px\]{
  right: 16px;
}
.top-0{
  top: 0px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[15\]{
  z-index: 15;
}
.z-\[18\]{
  z-index: 18;
}
.z-\[20\]{
  z-index: 20;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[0px\]{
  margin-bottom: 0px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-50px\]{
  margin-top: -50px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[16\/7\]{
  aspect-ratio: 16/7;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[4\/4\]{
  aspect-ratio: 4/4;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[138px\]{
  max-height: 138px;
}
.max-h-\[790px\]{
  max-height: 790px;
}
.min-h-\[50px\]{
  min-height: 50px;
}
.w-1\/2{
  width: 50%;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[270px\]{
  min-width: 270px;
}
.min-w-\[44px\]{
  min-width: 44px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.-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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[0px\]{
  gap: 0px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-\[80px\]{
  gap: 80px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[50px\]{
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.gap-y-\[40px\]{
  row-gap: 40px;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[80px\]{
  border-radius: 80px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(242 188 73 / var(--tw-border-opacity));
}
.bg-\[\#2347D4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 71 212 / var(--tw-bg-opacity));
}
.bg-\[\#F0F3FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 250 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-dark-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
}
.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-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-\[25px\]{
  padding: 25px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.\!pt-\[50px\]{
  padding-top: 50px !important;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pb-\[16px\]{
  padding-bottom: 16px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pr-\[5px\]{
  padding-right: 5px;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.text-center{
  text-align: center;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-sm{
  font-size: 1rem;
  line-height: 1.3;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[600\]{
  font-weight: 600;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-\[1\.65\]{
  line-height: 1.65;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-none{
  line-height: 1;
}
.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(242 188 73 / var(--tw-text-opacity)) !important;
}
.text-\[\#777777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  color: rgba(0,0,0,0.3);
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-purple{
  --tw-text-opacity: 1;
  color: rgb(91 55 88 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-\[4px\]{
  text-underline-offset: 4px;
}
.opacity-80{
  opacity: 0.8;
}
.brightness-0{
  --tw-brightness: brightness(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);
}
.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body {
  font-family: "indivisible", sans-serif;
}

.container {
  padding: 20px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.container--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .container--large {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container--large {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .container--large {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .container--large {
    max-width: 1440px;
  }
}
@media (min-width: 1320px) {
  .container--large {
    max-width: 1380px;
  }
}

@media (min-width: 1024px) {
  .container-inset-padding {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.font-primary {
  font-family: "indivisible", sans-serif;
}

.font-secondary {
  font-family: "indivisible", sans-serif;
}

.pt-small {
  padding-top: 1.5rem;
}
.pt-medium {
  padding-top: 3rem;
}
.pt-large {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 6rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .pt-xlarge {
    padding-top: 12rem;
  }
}

.pb-small {
  padding-bottom: 1.5rem;
}
.pb-medium {
  padding-bottom: 3rem;
}
.pb-large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 6rem;
  }
}
.pb-xlarge {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .pb-xlarge {
    padding-bottom: 12rem;
  }
}

.fade-in-elements {
  opacity: 0;
  transform: translateY(40px);
}

.img-white {
  filter: brightness(0) invert(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 15px;
  font-family: "indivisible", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-bottom: 18px;
  }
}

p, .paragraph-content {
  font-family: "indivisible", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}

@media (min-width: 1024px){
  p, .paragraph-content{
    font-size: 17px;
  }
}
p.p--small, p--small, p .p--small, .paragraph-content.p--small, .paragraph-content--small, .paragraph-content .p--small{
  font-size: 16px;
  line-height: 160%;
}
p.p--medium, p--medium, p .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p.p--medium, p--medium, p .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
    font-size: 20px;
  }
}
p .p--large, p--large, p.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
  font-size: 17px;
  line-height: 135%;
}
@media (min-width: 1024px){
  p .p--large, p--large, p.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 20px;
  }
}
@media (min-width: 1280px){
  p .p--large, p--large, p.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 20px;
  }
}
p .p--xlarge, p--xlarge, p.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
  font-size: 18px;
  line-height: 150%;
}
@media (min-width: 1024px){
  p .p--xlarge, p--xlarge, p.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 24px;
  }
}
@media (min-width: 1280px){
  p .p--xlarge, p--xlarge, p.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 29px;
  }
}
p .p--xxlarge, p--xxlarge, p.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
  font-size: 25px;
  line-height: 125%;
}
@media (min-width: 1024px){
  p .p--xxlarge, p--xxlarge, p.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  p .p--xxlarge, p--xxlarge, p.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 45px;
  }
}

.p--small p, .p--small ul li{
  font-size: 15px;
  line-height: 160%;
}

@media (min-width: 1024px){
  .p--small p, .p--small ul li{
    font-size: 17px;
  }
}

.p--large p, .p--large ul li{
  font-size: 19px;
  line-height: 150%;
  letter-spacing: -1px;
}

@media (min-width: 1024px){
  .p--large p, .p--large ul li{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  .p--large p, .p--large ul li{
    font-size: 24px;
  }
}

.inline-secondary {
  font-family: "indivisible", sans-serif;
  color: #2347D4;
  transition: all 0.3s ease-in-out;
}

h1, .h1{
  font-size: 28px;
  font-weight: 900;
  line-height: 130%;
}
@media (min-width: 1024px) {
  h1, .h1{
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
  }
}
h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
  font-size: 22px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
    font-size: 40px;
    line-height: 125%;
  }
}
h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
  font-size: 26px;
  line-height: 115%;
  letter-spacing: -1px;
}
@media (min-width: 1024px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 85px;
    line-height: 105%;
    letter-spacing: -3px;
  }
}
h1.h1--large, h1 .h1--large, .h1.h1--large, .h1 .h1--large{
  font-size: 40px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media (min-width: 1024px){
  h1.h1--large, h1 .h1--large, .h1.h1--large, .h1 .h1--large{
    font-size: 110px;
    line-height: 105%;
    letter-spacing: -5px;
  }
}

.h1--large{
  font-size: 40px;
  line-height: 105%;
  letter-spacing: -1px;
}

@media (min-width: 1024px){
  .h1--large{
    font-size: 110px;
    line-height: 105%;
    letter-spacing: -5px;
  }
}

h2, .h2{
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 47px;
  }
}

@media (min-width: 1280px){
  h2, .h2{
    font-size: 46px;
  }
}
h2.h2--small, h2 .h2--small, .h2.h2--small, .h2 .h2--small{
  font-size: 64px;
  font-weight: 500;
}
h2.h2--xlarge, h2 .h2--xlarge, .h2.h2--xlarge, .h2 .h2--xlarge{
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1.5px;
}
@media (min-width: 1024px){
  h2.h2--xlarge, h2 .h2--xlarge, .h2.h2--xlarge, .h2 .h2--xlarge{
    font-size: 85px;
    letter-spacing: -4px;
  }
}
h2.h2--large, .h2.h2--large{
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--large, .h2.h2--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h2.h2--large, .h2.h2--large{
    font-size: 70px;
  }
}
h2.h2--medium, .h2.h2--medium{
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium, .h2.h2--medium{
    font-size: 31px;
  }
}
h2.h2--medium-alt, .h2.h2--medium-alt{
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium-alt, .h2.h2--medium-alt{
    font-size: 31px;
  }
}

h3, .h3{
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 115%;
  letter-spacing: -0.7px;
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 32px;
    letter-spacing: -1.5px;
  }
}
h3.h3--large, .h3.h3--large{
  font-size: 40px;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--large, .h3.h3--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h3.h3--large, .h3.h3--large{
    font-size: 70px;
  }
}
h3.h3--medium, .h3.h3--medium{
  font-size: 23px;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--medium, .h3.h3--medium{
    font-size: 30px;
  }
}

h4, .h4{
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.5px;
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 40px;
    letter-spacing: -2px;
  }
}
h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
  font-size: 22px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.4px;
}
@media (min-width: 1024px){
  h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
    font-size: 34px;
    letter-spacing: -1.1px;
  }
}

h5, .h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 23px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-family: "indivisible", sans-serif;
}

a:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.article-content h1, .article-content h2, .article-content h3, .article-content p {
  margin-bottom: 20px;
}
.article-content p{
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1024px){
  .article-content p{
    font-size: 20px;
  }
}

.bg-pink {
  background: #FF978E;
}

.bg-blue {
  background: #1C71BB;
}

.bg-blue h1, .bg-blue .h1, .bg-blue h2, .bg-blue .h2, .bg-blue h3, .bg-blue .h3, .bg-blue h5, .bg-blue .h5, .bg-blue p, .bg-blue .p,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h5,
.bg-dark .h5,
.bg-dark p,
.bg-dark .p {
  color: white;
}

.flex-block--bg-black h1, .flex-block--bg-black .h1, .flex-block--bg-black h2, .flex-block--bg-black .h2, .flex-block--bg-black h3, .flex-block--bg-black .h3, .flex-block--bg-black h4, .flex-block--bg-black .h4, .flex-block--bg-black h5, .flex-block--bg-black .h5, .flex-block--bg-black p, .flex-block--bg-black .p {
  color: white;
}

.flex-block--bg-off-white h1, .flex-block--bg-off-white .h1, .flex-block--bg-off-white h2, .flex-block--bg-off-white .h2, .flex-block--bg-off-white h3, .flex-block--bg-off-white .h3, .flex-block--bg-off-white h4, .flex-block--bg-off-white .h4, .flex-block--bg-off-white h5, .flex-block--bg-off-white .h5, .flex-block--bg-off-white p, .flex-block--bg-off-white .p {
  color: #1F1F1F;
}

.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple p, .bg-purple .p {
  color: white;
}

.text-teal p {
  color: #949EAC !important;
}

.bg-black {
  background: #000 !important;
}
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black p, .bg-black .p {
  color: white;
}

/* Site Header */
.header__inner {
  display: flex;
  align-items: center;
  padding: 22px 0;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding: 28px 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}

.contact-float {
  position: fixed;
  right: 0;
  top: 130px;
  transform: translateY(-50%);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2347D4;
  padding: 12px 5px;
  text-decoration: none;
  transition: background 0.25s ease, padding 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .contact-float {
    padding: 16px 5px;
    top: 50%;
  }
}
.contact-float span {
  color: #fff;
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .contact-float span {
    font-size: 24px;
  }
}
.contact-float:hover {
  background: #1835b8;
  padding: 22px 15px;
}

.home .nav-bg .header__logo {
  opacity: 1 !important;
}

.header {
  position: absolute;
  top: 20px;
}
.header .logo-sticky {
  display: none;
}
.header__nav .menu > li > a{
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "indivisible", sans-serif;
  position: relative;
}
.header__nav .menu > li > a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.header__nav .menu > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header__nav .menu{
  display: flex;
  gap: 1.25rem;
}
.header--light .white-logo {
  display: block !important;
}
.header--light .dark-logo {
  display: none;
}
.header--light .m-icon .icon .top, .header--light .m-icon .icon .mid, .header--light .m-icon .icon .bot {
  background-color: #fff;
}
.header--light.nav-bg .m-icon .icon .top, .header--light.nav-bg .m-icon .icon .mid, .header--light.nav-bg .m-icon .icon .bot {
  background-color: #1E1E1E;
}
.header--dark .header__nav li a {
  color: black;
}
.header--dark .dark-logo {
  display: block !important;
}
.header--dark .white-logo {
  display: none;
}
.header .white-logo {
  display: none;
}
.header--hide {
  opacity: 0 !important;
}
.header .menu-item-has-children > a{
  padding-bottom: 2.5rem;
}
.header .menu-item-has-children:hover .sub-menu{
  pointer-events: auto;
  --tw-translate-y: 1rem;
  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));
  opacity: 1;
}
.header .sectors-sub .sub-menu {
  border-radius: 8px;
}
.header .sectors-sub .menu-item__image {
  max-height: 178px !important;
}
.header .sub-menu{
  display: none;
  --tw-translate-y: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  position: absolute;
  display: flex;
  --tw-translate-x: -2rem;
  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));
  flex-direction: column;
  row-gap: 2rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 25px;
  padding-left: 1.75rem;
  padding-bottom: 1.25rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    min-width: 300px;
  }
}
.header .sub-menu::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 2.5rem;
  z-index: 10;
  height: 0px;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-top: none;
}
.header .sub-menu::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  filter: drop-shadow(0px 4px 20.5px #8A5F6A);
}
.header .sub-menu .menu-item{
  position: relative;
}
.header .sub-menu .menu-item:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 100%;
  width: 3px;
}
.header .sub-menu .menu-item a{
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.header .sub-menu .menu-item:not(.menu-item__image){
  padding-right: 1.75rem;
  padding-left: 1.25rem;
}
.header .sub-menu .menu-item:has(.menu-item__image){
  position: absolute;
  top: 0px;
  left: -1px;
  height: 100%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 25px;
  padding-bottom: 1.25rem;
  background-color: #F3F5F8;
  transform: translateX(calc(100% - 1px));
  box-shadow: 8px 4px 20px rgba(138, 95, 106, 0.1294117647);
}
.header .sub-menu .menu-item a.menu-item__image-link{
  display: none;
}
@media (min-width: 1024px){
  .header .sub-menu .menu-item a.menu-item__image-link{
    display: block;
  }
}
.header .sub-menu .menu-item a.menu-item__image-link {
  font-size: 90%;
}
.header .sub-menu .menu-item-description {
  font-size: 90%;
}

.strapline {
  position: relative;
}
.strapline svg {
  max-width: 96%;
  top: -2px;
  position: relative;
}
.strapline:before {
  content: "";
  height: 150%;
  width: 2px;
  background: white;
  position: absolute;
  left: -9px;
  top: -9px;
}

.site-header {
  width: 100%;
  z-index: 14;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-position: bottom;
}
.site-header .button {
  color: #fff;
}
.site-header .button:hover {
  color: #010957;
}
.site-header:after {
  transition: 0.8s all ease-in-out;
  content: "";
  background: #010957;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}
.site-header .btn--animate {
  display: none;
}
@media screen and (min-width: 640px) {
  .site-header .btn--animate {
    display: inline-block;
  }
}
.site-header.bg {
  background: #010957;
}
.site-header.scroll-bg:after {
  height: 100%;
}
.site-header .blue-logo {
  display: none;
}
.site-header.active, .site-header.white {
  background: #fff;
}
.site-header.active .button, .site-header.white .button {
  color: #010957;
}
.site-header.active .white-logo, .site-header.white .white-logo {
  display: none;
}
.site-header.active .blue-logo, .site-header.white .blue-logo {
  display: block;
}
.site-header.active .logo-wrap svg path, .site-header.white .logo-wrap svg path {
  fill: #ACCAD9;
}
.site-header.active .logo-wrap .site-logo svg path, .site-header.white .logo-wrap .site-logo svg path {
  fill: #010957;
}
.site-header.active svg g, .site-header.white svg g {
  stroke: #010957;
}
.site-header.active .m-icon .top, .site-header.active .m-icon .bot, .site-header.white .m-icon .top, .site-header.white .m-icon .bot {
  background-color: #010957;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ACCAD9;
}
@media screen and (min-width: 640px) {
  .search-form {
    margin-right: 10px;
    max-width: 180px;
    border: 1px solid #010957;
  }
}
.search-form .search-field {
  flex: 1;
  background: none;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 0 0 0 20px;
  box-shadow: none;
  height: 54px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 640px) {
  .search-form .search-field {
    height: 50px;
    font-size: 15px;
  }
}
.search-form button {
  background: none;
  position: relative;
  left: -8px;
  width: 48px;
  color: #fff;
  height: 48px;
}
@media screen and (min-width: 640px) {
  .search-form button {
    height: 35px;
    width: 60px;
    position: static;
  }
}
.search-form button svg {
  margin: 0 auto;
}

.search-toggle-lrg {
  position: relative;
}
.search-toggle-lrg svg {
  position: relative;
  z-index: 10;
}
.search-toggle-lrg .search-wrap {
  max-width: 0;
  width: 90vw;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 4;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.search-toggle-lrg .search-wrap .search-form {
  width: 100%;
  max-width: 100%;
}
.search-toggle-lrg.active .search-wrap {
  max-width: 50vw;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .search-toggle-lrg.active .search-wrap {
    max-width: 60vw;
  }
}

.header {
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header:after {
  content: "";
  height: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header {
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    top: 0px;
  }
  .header.scroll-bg {
    transform: translateY(-150%);
  }
}
.header.scroll-bg:after {
  height: 0px;
}
.header.nav-bg {
  padding-top: 8px;
  padding-bottom: 8px;
  top: 0px;
  background: white;
  position: fixed;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.header.nav-bg:after {
  height: 70px !important;
}
.header.nav-bg .header__inner {
  padding: 2px 0;
}
.header.nav-bg .dark-logo,
.header.nav-bg .white-logo {
  opacity: 0 !important;
  transform: scale(0.85);
  transition: opacity 0s, transform 0s;
}
.header.nav-bg .header__logo {
  pointer-events: auto;
}
.header.nav-bg .icon-logo {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  transition-delay: 0.2s;
}
.header.nav-bg .menu-item-has-children {
  position: relative;
}
.header.nav-bg .menu-item-has-children:after {
  content: "";
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center !important;
}
.header.nav-bg .m-icon .icon {
  border: none;
}
.header.nav-bg .m-icon .icon .top, .header.nav-bg .m-icon .icon .mid, .header.nav-bg .m-icon .icon .bot {
  background-color: #1E1E1E;
  color: #1E1E1E;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg {
    padding-top: 8px;
    padding-bottom: 14px;
    position: fixed;
  }
}
.header.nav-bg .header__nav li a {
  color: black;
}
.header.nav-bg .header__bar {
  top: 5px;
  position: fixed;
}
.header.nav-bg .slideout-active .header__bar {
  top: 10px;
}
.header.nav-bg .header__button--white, .header.nav-bg .logo--light {
  display: none;
}
.header.nav-bg .header__button--border, .header.nav-bg .logo--dark {
  display: block;
}
.header.nav-bg .header__logo {
  max-width: 150px;
  min-width: 150px !important;
  top: 0px;
  position: relative;
}
@media (min-width: 1024px) {
  .header.nav-bg .header__logo {
    top: 0px;
    position: relative;
    max-width: 180px;
  }
}
.header.nav-bg .dark-logo {
  display: none;
}
.header.nav-bg .light-logo {
  display: block;
}
.header__nav .menu-services-container a {
  position: relative;
  padding: 0px;
}
.header__nav .menu-services-container a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.header__nav .menu-services-container .menu {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav .menu-services-container .menu li {
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header__nav .menu-services-container .menu li {
    font-size: 15px;
  }
}
.header__nav .menu-services-container .menu li a {
  font-family: "indivisible", sans-serif;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  color: white;
}
.header__nav .menu-services-container .menu li a:hover {
  color: #fff;
}
.header__nav .menu-services-container .menu li.current_page_item a {
  color: #fff;
}
.header__nav .menu-services-container .menu li.item--1 a {
  transition-delay: 0.2s;
}
.header__nav .menu-services-container .menu li.item--2 a {
  transition-delay: 0.3s;
}
.header__nav .menu-services-container .menu li.item--3 a {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu li.item--4 a {
  transition-delay: 0.5s;
}
.header__nav .menu-services-container .menu li.item--5 a {
  transition-delay: 0.6s;
}
.header__nav .menu-services-container .menu li.item--6 a {
  transition-delay: 0.7s;
}
.header__nav .menu-services-container .menu .menu-item-has-children {
  position: relative;
}
.header__nav .menu-services-container .menu .menu-item-has-children a {
  margin-right: 10px;
}
.header__nav .menu-services-container .menu .menu-item-has-children:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  position: relative;
  right: 10px;
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
  width: 9px;
  height: 9px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header__nav .menu-services-container .menu .menu-item-has-children:after {
    width: 12px;
    height: 12px;
    top: -2px;
  }
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0px;
  padding-top: 14px;
  min-width: 280px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 20;
  box-shadow: 0px 4px 20px rgba(138, 95, 106, 0.1294117647);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  padding: 4px 0;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a {
  font-size: 14px;
  padding: 10px 12px;
  padding-left: 0px;
  text-align: left;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a:after {
  display: none;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(1), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(1) {
  transition-delay: 0.19s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(2), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(2) {
  transition-delay: 0.26s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(3), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(3) {
  transition-delay: 0.33s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(4), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(4) {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(5), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(5) {
  transition-delay: 0.47s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(6), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(6) {
  transition-delay: 0.54s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(7), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(7) {
  transition-delay: 0.61s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(8), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(8) {
  transition-delay: 0.68s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(9), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(9) {
  transition-delay: 0.75s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(10), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(10) {
  transition-delay: 0.82s;
}
.header--light .light-logo {
  display: none;
}
.header--light .header__nav .menu-services-container .menu {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a:hover {
  color: #010957;
}
.header--light .header__nav .menu-services-container .menu .menu-item-has-children:after {
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
}
.header--light:after {
  background: transparent;
}
.header.active {
  opacity: 1;
}
.header.active .header__logo {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .header.active .header__logo {
    transform: scale(1);
  }
}
.header.active .header__nav {
  padding: 8px 10px;
  padding-right: 0;
}
.header.active .header__nav .menu-services-container .menu li a {
  opacity: 1;
  transform: translateY(0);
  top: 0px;
}
.header.active .header__nav .menu-services-container .menu li a.after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2px;
  background-color: white;
}
.header__logo {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__logo .white-logo,
.header__logo .dark-logo {
  height: 22px;
  width: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .header__logo .white-logo,
  .header__logo .dark-logo {
    height: 26px;
  }
}
.header__logo .icon-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  opacity: 0;
  pointer-events: none;
  height: 34px;
  width: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.page-template-template-home {
  background: #150634;
}

.social {
  display: flex;
  gap: 20px;
}
.social li img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper {
  position: relative;
  z-index: 1;
  background: white;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
    gap: 48px;
  }
}
.footer__section-heading {
  font-family: "indivisible", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
@keyframes footer-arrow-diag {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: translate(7px, -7px);
    opacity: 0;
  }
  36% {
    transform: translate(-7px, 7px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.footer__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "indivisible", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  line-height: 1.1;
  transition: opacity 0.2s ease;
}
.footer__link:hover {
  opacity: 0.6;
}
.footer__link:hover .footer__arrow-icon {
  animation: footer-arrow-diag 0.5s ease forwards;
}
.footer__link--muted {
  color: #888;
}
.footer__arrow-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.footer__offices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .footer__offices {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer__office-head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 12px;
}
.footer__office-head strong {
  font-family: "indivisible", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.footer__temp {
  font-family: "indivisible", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.footer__address {
  font-family: "indivisible", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
  font-style: normal;
}
.footer__newsletter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767px) {
  .footer__newsletter {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__newsletter-form {
  flex: 1;
}
.footer__newsletter-heading {
  font-family: "indivisible", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
}
@media (max-width: 992px) {
  .footer__newsletter-heading {
    font-size: 30px;
    line-height: 32px;
  }
}
.footer__newsletter-disclaimer {
  font-family: "indivisible", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  line-height: 1.6;
  max-width: 320px;
  text-align: left;
  margin: 0;
  padding-top: 76px;
}
@media (max-width: 767px) {
  .footer__newsletter-disclaimer {
    text-align: left;
    padding-top: 0;
    max-width: 100%;
  }
}
.footer__newsletter-submit {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 12px;
  flex-shrink: 0;
  line-height: 0;
}
.footer__newsletter-submit img {
  width: 16px;
  height: 16px;
  display: block;
}
.footer__newsletter-submit:hover img {
  animation: footer-arrow-diag 0.5s ease forwards;
}
.footer #gform_wrapper_2 {
  margin: 0;
}
.footer #gform_2 {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.footer #gform_2 .gform_body {
  flex: 1;
}
.footer #gform_2 .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer #gform_2 .gfield {
  margin: 0;
  padding: 0;
}
.footer #gform_2 .gfield_label,
.footer #gform_2 .gfield_required {
  display: none;
}
.footer #gform_2 .ginput_container {
  margin: 0;
}
.footer #gform_2 input[type=email],
.footer #gform_2 input[type=text] {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 12px 0;
  font-family: "indivisible", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #1F1F1F;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .footer #gform_2 input[type=email],
  .footer #gform_2 input[type=text] {
    font-size: 17px;
  }
}
.footer #gform_2 input[type=email]::-moz-placeholder, .footer #gform_2 input[type=text]::-moz-placeholder {
  color: #999;
}
.footer #gform_2 input[type=email]::placeholder,
.footer #gform_2 input[type=text]::placeholder {
  color: #999;
}
.footer #gform_2 input[type=email]:focus,
.footer #gform_2 input[type=text]:focus {
  border-bottom-color: #1F1F1F;
}
.footer #gform_2 .gform_footer,
.footer #gform_2 .gform_page_footer {
  padding: 0;
  margin: 0;
}
.footer__wordmark {
  display: block;
  width: 100%;
  line-height: 0;
}
.footer__wordmark-img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__wordmark-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html:has(.hero-landing) {
  background: #000;
}

.hero-landing {
  background: black;
}
@keyframes hero-arrow-diag {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: translate(8px, 8px);
    opacity: 0;
  }
  36% {
    transform: translate(-8px, -8px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.hero-landing__main-title {
  font-size: clamp(34px, 6.5vw, 85px);
  font-weight: 900;
  font-family: "indivisible", sans-serif;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.02em;
  max-width: 1100px;
  opacity: 0;
}
.hero-landing__panel-title {
  font-size: clamp(34px, 6.5vw, 85px);
  font-weight: 900;
  font-family: "indivisible", sans-serif;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0;
}
.hero-landing__panel {
  will-change: width;
}
.hero-landing__panel-title-wrap {
  opacity: 0;
}
.hero-landing__logos-bar {
  opacity: 0;
}
.hero-landing__overlay {
  background: rgba(0, 0, 0, 0.4);
}
.hero-landing video {
  background-color: #000;
}
@media (min-width: 768px) {
  .hero-landing video {
    animation: hero-video-fade-in 0.8s ease 0s both;
  }
}
@keyframes hero-video-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-landing__panel--tourism .hero-landing__panel-foot {
  align-items: flex-end;
  text-align: right;
}
.hero-landing__ticker {
  position: relative;
  width: 100%;
}
.hero-landing__ticker-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 34px;
  line-height: 34px;
  font-family: "indivisible", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.hero-landing__label {
  font-family: "indivisible", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.hero-landing__logo {
  max-width: 120px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.hero-landing__explore {
  transition: gap 0.2s ease;
}
.hero-landing__explore:hover {
  gap: 11px;
}
.hero-landing__explore:hover img {
  animation: hero-explore-arrow 0.5s ease forwards;
}
.hero-landing__ticker-cta {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.hero-landing__ticker-cta:hover {
  opacity: 1;
}
.hero-landing__ticker-center {
  display: none;
}
@media (max-width: 767px) {
  .hero-landing__ticker-center {
    display: flex;
  }
}
.hero-landing__ticker-center .hero-landing__ticker {
  opacity: 1;
}
.hero-landing__ticker-center .hero-landing__ticker-item {
  text-align: center;
}
@media (max-width: 767px) {
  .hero-landing__panel--music .hero-landing__ticker-center {
    padding-top: 70px;
  }
}
.hero-landing__back {
  display: none;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 8px 14px 8px 10px;
  padding: 0px;
  cursor: pointer;
  color: white;
  opacity: 0.6 !important;
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.hero-landing__back img {
  height: 14px;
  width: 14px;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.hero-landing--sector .hero-landing__panel {
  will-change: unset;
  border-right: none;
}
.hero-landing--sector .hero-landing__back {
  display: flex !important;
  opacity: 0;
  flex-direction: row-reverse;
}
.hero-landing--sector .hero-landing__back img {
  transform: rotate(-90deg);
}
.hero-landing--sector .hero-landing__back:hover img {
  animation: hero-back-arrow 0.5s ease forwards;
}
@media (max-width: 767px) {
  .hero-landing--sector.hero-landing {
    flex-direction: unset;
    height: 100svh;
  }
  .hero-landing--sector .hero-landing__panel {
    width: 100%;
    height: 100%;
  }
  .hero-landing--sector .hero-landing__panel-foot {
    right: 0;
  }
  .hero-landing--sector .hero-landing__explore {
    opacity: 0;
  }
  .hero-landing--sector .hero-landing__logos-static {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    bottom: 0 !important;
    width: 50%;
    padding: 30px 20px 30px 12px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end !important;
    gap: 16px !important;
  }
  .hero-landing--sector .hero-landing__logo {
    max-height: 30px;
    width: 100%;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right center;
       object-position: right center;
  }
  .hero-landing {
    flex-direction: column;
    height: 100svh;
  }
  .hero-landing__panel {
    width: 100% !important;
    height: 50%;
  }
  .hero-landing__panel--music {
    border-right: none;
  }
  .hero-landing__panel--tourism .hero-landing__panel-foot {
    align-items: flex-start;
    text-align: left;
  }
  .hero-landing__ticker-item, .hero-landing__label {
    font-size: 22px;
    height: 26px;
    line-height: 26px;
  }
  .hero-landing__ticker {
    height: 26px;
    opacity: 0;
  }
  .hero-landing__panel-foot {
    right: 50%;
    padding-right: 20px;
  }
  .hero-landing__logos-bar {
    left: 50% !important;
    transform: none !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 50%;
    padding: 30px 20px 30px 12px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end !important;
    gap: 16px !important;
  }
  .hero-landing__logo {
    width: 100%;
    max-width: none;
    max-height: 30px;
    min-height: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right center;
       object-position: right center;
  }
  .hero-landing__explore {
    font-size: 12px;
    opacity: 0;
  }
}

@keyframes hero-explore-arrow {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: translate(8px, 8px);
    opacity: 0;
  }
  36% {
    transform: translate(-8px, -8px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes hero-back-arrow {
  0% {
    transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: rotate(-90deg) translate(8px, -8px);
    opacity: 0;
  }
  36% {
    transform: rotate(-90deg) translate(-8px, 8px);
    opacity: 0;
  }
  100% {
    transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
}
/* ─────────────────────────────────────────────
   Menu Icon (hamburger → X)
   ───────────────────────────────────────────── */
.m-icon {
  position: relative;
  z-index: 15;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -1px;
}
.m-icon .icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  padding: 4px;
  position: relative;
  border-radius: 100%;
}
.m-icon .icon .top, .m-icon .icon .mid, .m-icon .icon .bot {
  background-color: #1E1E1E;
  color: #1E1E1E;
  height: 2px;
  width: 20px;
  position: absolute;
  right: 8px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.m-icon .icon .top {
  top: 12px;
}
.m-icon .icon .mid {
  top: 18px;
}
.m-icon .icon .bot {
  top: 24px;
}
.m-icon.active {
  position: relative;
}
.m-icon.active .top, .m-icon.active .mid {
  background: black;
  color: black;
  top: 18px;
  left: 5px;
  width: 22px;
}
.m-icon.active .top {
  transform: rotate(45deg) translate(2px, 0);
  left: 6px;
  top: 16px;
}
.m-icon.active .bot {
  display: none;
}
.m-icon.active .mid {
  transform: rotate(-45deg) translate(0px, 2px);
  left: 6px;
  top: 16px;
}
.m-icon--white .icon {
  border: none;
}
.m-icon--white .icon .top, .m-icon--white .icon .mid, .m-icon--white .icon .bot {
  background-color: #1E1E1E;
  color: #1E1E1E;
}

/* ─────────────────────────────────────────────
   Body open state
   ───────────────────────────────────────────── */
body.is-open {
  overflow: hidden;
}
body.is-open .m-icon .icon {
  background: transparent;
}
body.is-open .m-icon .icon .top, body.is-open .m-icon .icon .mid, body.is-open .m-icon .icon .bot {
  background-color: black !important;
}
body.is-open .dark-logo {
  display: block !important;
}
body.is-open .white-logo {
  display: none !important;
}
body.is-open .header {
  transform: translateY(0%) !important;
}
body.is-open .header.nav-bg:after {
  box-shadow: none;
  background: transparent !important;
}
body.is-open .header.nav-bg .white-logo {
  display: block !important;
}
body.is-open .header.nav-bg .dark-logo {
  display: none !important;
}

/* ─────────────────────────────────────────────
   Off Canvas — clip-path reveal from top
   ───────────────────────────────────────────── */
.off-canvas {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: white;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  backface-visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.off-canvas__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 90px 28px 50px;
}

.offcanvas__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 160px;
}

.offcanvas__follow-heading {
  font-family: "indivisible", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: black;
  margin: 0 0 10px;
  letter-spacing: 0;
}

.offcanvas__follow-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offcanvas__follow-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "indivisible", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  cursor: pointer;
}
.offcanvas__follow-link img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.offcanvas__location {
  font-family: "indivisible", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.offcanvas__brand {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
}
.offcanvas__brand img {
  width: 100%;
  height: 280px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

/* ─────────────────────────────────────────────
   Offcanvas navigation
   ───────────────────────────────────────────── */
.offcanvas__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.offcanvas__menu .sub-menu {
  display: none;
}
.offcanvas__menu .sub-menu .menu-item {
  border-top: none;
  border-bottom: none;
}
.offcanvas__menu .sub-menu .menu-item a {
  font-size: 38px;
  padding: 10px 2px 10px 16px;
  color: black !important;
  opacity: 0.6;
}
.offcanvas__menu .sub-menu .menu-item a::after {
  display: none;
}
.offcanvas__menu .sub-menu .menu-item a:hover {
  opacity: 0.4;
}
.offcanvas__menu .menu-item-has-children > a::after {
  transform: rotate(0deg) !important;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.offcanvas__menu .menu-item-has-children.is-open > a::after {
  transform: rotate(90deg) !important;
}
.offcanvas__menu .menu-item-has-children > a:hover::after {
  transform: rotate(90deg) translate(0, -3px) !important;
}
.offcanvas__menu .menu-item-has-children.is-open > a:hover::after {
  transform: rotate(90deg) translate(0, 3px) !important;
}
.offcanvas__menu .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.offcanvas__menu .menu-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.offcanvas__menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 2px;
  gap: 10px;
  font-family: "indivisible", sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: black;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.offcanvas__menu .menu-item a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/arrow-diag-up-right.svg) no-repeat center/contain;
  filter: brightness(0);
  flex-shrink: 0;
  opacity: 0.75;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.offcanvas__menu .menu-item a:hover {
  opacity: 0.6;
}
.offcanvas__menu .menu-item a:hover::after {
  transform: translate(3px, -3px);
  opacity: 1;
}
.offcanvas__menu .menu-item:last-child > a {
  color: #2347D4;
}
.offcanvas__menu .menu-item:last-child > a::after {
  filter: none;
  background-image: url(../img/arrow-diag-up-right.svg);
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(1500%) hue-rotate(216deg) brightness(95%);
}

.btn {
  position: relative;
  font-family: "indivisible", sans-serif;
  overflow: hidden;
  padding: 24px 22px;
  padding-left: 10px;
  padding-right: 23px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0px;
  height: 56px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  flex-shrink: 0 !important;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 18px;
    height: 56px;
    padding: 10px 35px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 23px;
  }
  .btn--large {
    font-size: 23px;
    height: 75px;
    padding: 20px 50px;
  }
}
.btn__inner {
  position: relative;
  z-index: 10;
}
.btn__ripples {
  background-color: transparent;
  position: absolute;
  background: white;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.btn__text {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
  top: 1px;
  letter-spacing: -0.5px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .btn__text {
    font-size: 18px;
  }
}
.btn--small {
  font-size: 9px;
}
@media (min-width: 1024px) {
  .btn--small {
    font-size: 14px;
  }
}
.btn--header {
  height: 42px;
  padding: 10px 19px;
  gap: 10px !important;
}
@media (min-width: 1024px) {
  .btn--header {
    height: 50px;
    padding: 10px 27px;
  }
}
.btn--underline {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}
.btn--underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #2347D4;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.btn--underline .btn__text {
  font-size: 15px;
  font-weight: 400;
}
.btn--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn--icon .btn__icon {
  transition: all 0.5s ease-in-out;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.btn--icon .btn__icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: 0px;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(../img/raf-icon.png);
}
.btn--icon.reveal-active .btn__icon:after {
  background-image: url(../img/raf-icon.png);
}
.btn--icon.reveal-active:hover .btn__icon:after {
  background-image: url(../img/raf-icon.png);
}
.btn--arrow {
  gap: 8px;
}
.btn--arrow .btn__icon {
  width: 23px;
  height: 23px;
}
.btn--arrow .btn__icon:after {
  width: 23px;
  height: 23px;
  background-image: url(../img/gold-arrow-right.svg);
}
.btn--arrow:hover .btn__icon {
  transform: translateX(5px);
}
.btn--arrow:hover .btn__icon:after {
  background-image: url(../img/gold-arrow-right.svg);
}
.btn--arrow-diag {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  gap: 6px;
  border-radius: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .btn--arrow-diag {
    padding: 0;
    height: auto;
    font-weight: 500;
  }
}
.btn--arrow-diag .btn__text {
  font-size: 18px;
  font-weight: 500;
  top: 0;
}
@media (min-width: 1024px) {
  .btn--arrow-diag .btn__text {
    font-size: 20px;
  }
}
.btn--arrow-diag--grey .btn__text{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.btn--arrow-diag--grey .btn__icon::after {
  background-image: url(../img/arrow-diag-up-grey.svg);
}
.btn--arrow-diag--large .btn__text{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (min-width: 1024px){
  .btn--arrow-diag--large .btn__text{
    font-size: 30px;
  }
}
.btn--arrow-diag--large .btn__icon::after {
  width: 20px;
  height: 20px;
}
.btn--arrow-diag--black .btn__text{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--arrow-diag--black .btn__icon::after {
  background-image: url(../img/arrow-diag-up-black.svg) !important;
}
.btn--arrow-diag .btn__icon {
  width: 14px;
  height: 14px;
  overflow: visible;
  transition: none;
}
.btn--arrow-diag .btn__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-diag-up-right.svg);
}
.btn--arrow-diag--icon--forward .btn__icon::after {
  transform: rotate(0deg);
}
.btn--arrow-diag .btn__ripples {
  display: none;
}
.btn--arrow-diag:hover .btn__icon {
  animation: btn-arrow-diag 0.5s ease forwards;
}
.btn--arrow-diag--back .btn__icon {
  width: 18px;
  height: 18px;
}
.btn--arrow-diag--back .btn__icon::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/arrow-diag-up-left.svg);
}
.btn--arrow-diag--back:hover .btn__icon {
  animation: btn-arrow-diag-back 0.5s ease forwards;
}
.btn--calendar {
  gap: 8px;
  padding-left: 17px;
  padding-right: 20px;
}
.btn--calendar .btn__icon {
  width: 23px;
  height: 23px;
}
.btn--calendar .btn__icon:after {
  width: 23px;
  height: 23px;
  background-image: url(../img/calendar-icon.svg);
}
.btn--calendar:hover .btn__icon:after {
  background-image: url(../img/calendar-icon-white.svg);
}
.btn--icon-reverse {
  flex-direction: row-reverse;
}
.btn--primary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 188 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 188 73 / var(--tw-bg-opacity));
}
.btn--primary .btn__ripples{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.btn--primary .btn__ripples h1,.btn--primary .btn__ripples .h1,.btn--primary .btn__ripples h2,.btn--primary .btn__ripples .h2,.btn--primary .btn__ripples h3,.btn--primary .btn__ripples .h3,.btn--primary .btn__ripples h5,.btn--primary .btn__ripples .h5,.btn--primary .btn__ripples p,.btn--primary .btn__ripples .p {
  color: white;
}
.btn--primary .btn__text{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.btn--primary:hover{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 188 73 / var(--tw-border-opacity));
}
.btn--primary:hover .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--primary:hover .btn__icon {
  transform: scale(0.9);
}
.btn--secondary, .btn--white{
  gap: 15px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(91 55 88 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(91 55 88 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
}
.btn--secondary h1,.btn--secondary .h1,.btn--secondary h2,.btn--secondary .h2,.btn--secondary h3,.btn--secondary .h3,.btn--secondary h4,.btn--secondary .h4,.btn--secondary h5,.btn--secondary .h5,.btn--secondary p,.btn--secondary .p, .btn--white h1, .btn--white .h1, .btn--white h2, .btn--white .h2, .btn--white h3, .btn--white .h3, .btn--white h4, .btn--white .h4, .btn--white h5, .btn--white .h5, .btn--white p, .btn--white .p {
  color: white;
}
.btn--secondary .btn__ripples, .btn--white .btn__ripples{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.btn--secondary .btn__ripples h1,.btn--secondary .btn__ripples .h1,.btn--secondary .btn__ripples h2,.btn--secondary .btn__ripples .h2,.btn--secondary .btn__ripples h3,.btn--secondary .btn__ripples .h3,.btn--secondary .btn__ripples h5,.btn--secondary .btn__ripples .h5,.btn--secondary .btn__ripples p,.btn--secondary .btn__ripples .p, .btn--white .btn__ripples h1, .btn--white .btn__ripples .h1, .btn--white .btn__ripples h2, .btn--white .btn__ripples .h2, .btn--white .btn__ripples h3, .btn--white .btn__ripples .h3, .btn--white .btn__ripples h5, .btn--white .btn__ripples .h5, .btn--white .btn__ripples p, .btn--white .btn__ripples .p {
  color: white;
}
.btn--secondary .btn__text, .btn--white .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--secondary:hover, .btn--white:hover{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(91 55 88 / var(--tw-border-opacity));
}
.btn--secondary:hover .btn__text, .btn--white:hover .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.icon--icon-right {
  background-image: url(../img/icon-right-large.svg);
  width: 16px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--icon-right--large {
  width: 22px;
  height: 16px;
}

.team-hide {
  border-radius: 60px;
  background: #FFF;
  padding: 12px 62px;
}
@media screen and (min-width: 1024px) {
  .team-hide {
    padding: 18px 66px;
  }
}

.icon-circle-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(139 64 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotate(-45deg);
  width: 56px;
  height: 56px;
}
@media (min-width: 1320px) {
  .icon-circle-btn {
    width: 65px;
    height: 65px;
  }
}
.icon-circle-btn:hover i {
  animation: roll-x-right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 21px;
  }
  41% {
    background-position: -21px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes btn-arrow-diag {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: translate(8px, -8px);
    opacity: 0;
  }
  36% {
    transform: translate(-8px, 8px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes btn-arrow-diag-back {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: translate(-8px, -8px);
    opacity: 0;
  }
  36% {
    transform: translate(8px, 8px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes btn-arrow-diag-back-rotated {
  0% {
    transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: rotate(-90deg) translate(-8px, -8px);
    opacity: 0;
  }
  36% {
    transform: rotate(-90deg) translate(8px, 8px);
    opacity: 0;
  }
  100% {
    transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
}
@keyframes roll-diagonal-out-in {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(10px, -10px);
    opacity: 1;
  }
  41% {
    transform: translate(-10px, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.facetwp-display-value {
  padding-right: 0px;
}

#gform_submit_button_2 {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  position: relative;
  right: 63px;
  box-shadow: none;
}

.default-form .gform_footer {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  padding: 20px 20px;
  color: #11203D !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  outline: none !important;
  border-radius: 10px !important;
  min-height: 58px !important;
}
.default-form .gform_wrapper input:hover, .default-form .gform_wrapper input:focus, .default-form .gform_wrapper input:active, .default-form .gform_wrapper textarea:hover, .default-form .gform_wrapper textarea:focus, .default-form .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
}
.default-form .gform_wrapper .gform_fields {
  row-gap: 24px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  background: #84CC16 !important;
  border: 2px solid #E1FCB9 !important;
  padding: 14px 45px !important;
  border-radius: 44px !important;
  color: #263E01 !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-weight: 500 !important;
}
.default-form .gform_wrapper #gform_submit_button_1:hover {
  background: #263E01 !important;
  color: white !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: 11203D;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 23px;
  color: 11203D;
  font-weight: 400 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gfield_label {
    font-size: 28px;
  }
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: auto;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 15px !important;
  line-height: 15px;
  margin-left: 0px;
  font-weight: 600;
  border: 1.5px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
    font-size: 18px !important;
    line-height: 18px;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.facetwp-facet {
  margin-bottom: 20px !important;
}

.project-filter-btn {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  color: #141414;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .project-filter-btn {
    font-size: 25px;
    padding: 12px 18px;
  }
}
.project-filter-btn:hover {
  background: #2347D4;
  border-color: #2347D4;
  color: #fff;
}
.project-filter-btn--active {
  background: #2347D4;
  border-color: #2347D4;
  color: #fff;
}

.post-archive__sentinel {
  height: 1px;
  margin-top: 60px;
}

.single-post .flex-text-block p {
  max-width: none !important;
}

.flex-block.block-hidden {
  opacity: 0;
  height: 0;
  padding: 0px;
}
.flex-block.block-visible {
  opacity: 1;
  height: auto;
}
.flex-block--negative {
  margin-top: -70px;
}
@media screen and (min-width: 1024px) {
  .flex-block--negative {
    margin-top: -145px;
  }
}
.flex-block--bg-dark-blue h2, .flex-block--bg-dark-blue p, .flex-block--bg-dark-blue h3, .flex-block--bg-dark-blue h4 {
  color: white;
}
.flex-block--bg-dark p, .flex-block--bg-dark h3, .flex-block--bg-dark h2 {
  color: #fff;
}

.hero-block {
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .hero-block {
    height: 100vh;
    max-height: 1000px;
  }
}

.hero-inner-block {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-inner-block {
    height: 100vh;
    max-height: 650px;
  }
}

.project-item a > div,
.post-item a > div {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.project-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 10px;
}
.project-item:hover .project-item__overlay {
  opacity: 1;
}
.project-item__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #555;
  margin-top: 6px;
  transition: color 0.25s ease, gap 0.25s ease;
}
.project-item:hover .project-item__cta {
  color: #1F1F1F;
  gap: 8px;
}
.project-item h4 {
  margin-bottom: 0;
  transition: opacity 0.25s ease;
}
.project-item:hover h4 {
  opacity: 0.75;
}

.flex-text-block h4 {
  max-width: 900px;
}
.flex-text-block p {
  max-width: 500px;
}
.flex-text-block--full h4, .flex-text-block--full p {
  max-width: none;
}

.select-project-block .items-stretch .project-item {
  height: 100%;
}
.select-project-block .items-stretch .project-item > div:first-child {
  height: calc(100% - 70px);
}
.select-project-block .items-stretch .project-item > div:first-child img {
  height: 100%;
  aspect-ratio: unset;
}

.select-project__quote {
  font-family: "indivisible", sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  border: none;
  quotes: none;
}
.select-project__quote p:last-of-type {
  color: #BDBDBD;
}

.select-project__quote-name {
  font-family: "indivisible", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #1F1F1F;
  margin: 0 0 2px;
}
@media (min-width: 1024px) {
  .select-project__quote-name {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
}

.stats-block__number {
  font-family: "indivisible", sans-serif;
  font-size: clamp(40px, 7vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.6px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media (min-width: 1024px) {
  .stats-block__number {
    justify-content: flex-start;
    letter-spacing: -0.02em;
  }
}
.stats-block__text {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-bottom: 0;
}

.stat-digit {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  margin-left: -8px;
}
.stat-digit__track {
  display: block;
  will-change: transform;
}
.stat-digit__num {
  display: block;
  line-height: 1;
}

.stat-suffix {
  display: inline-block;
  vertical-align: bottom;
}

.image-text-block__media img {
  display: block;
  width: 100%;
}
.image-text-block__caption {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  line-height: 1.5;
  margin-top: 12px;
}

.project-filters__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .project-filters__header {
    margin-bottom: 40px;
  }
}
.project-filters__subtitle {
  margin-top: 8px;
  margin-bottom: 0;
}
.project-filters__facets {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .project-filters__facets {
    margin-bottom: 60px;
  }
}
.project-filters__facets .facetwp-type-checkboxes,
.project-filters__facets .facetwp-type-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.project-filters__facets .facetwp-checkbox,
.project-filters__facets .facetwp-radio {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  border: 1.5px solid #141414;
  border-radius: 50px;
  font-family: "indivisible", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  color: #141414;
}
.project-filters__facets .facetwp-checkbox.checked,
.project-filters__facets .facetwp-radio.checked {
  background: #0033BD;
  border-color: #0033BD;
  color: #fff;
}
.project-filters__facets .facetwp-checkbox:hover:not(.checked),
.project-filters__facets .facetwp-radio:hover:not(.checked) {
  background: rgba(20, 20, 20, 0.06);
}
.project-filters__slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.project-filters__slider::-webkit-scrollbar {
  display: none;
}
.project-filters__slider .project-item {
  flex: 0 0 80%;
  scroll-snap-align: start;
}
@media (min-width: 1024px) {
  .project-filters__slider .project-item {
    flex: 0 0 calc(33.333% - 14px);
  }
}

.project-archive__filters .facetwp-type-checkboxes,
.project-archive__filters .facetwp-type-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.project-archive__filters .facetwp-checkbox,
.project-archive__filters .facetwp-radio {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  color: #141414;
  background: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .project-archive__filters .facetwp-checkbox,
  .project-archive__filters .facetwp-radio {
    font-size: 25px;
    padding: 12px 18px;
  }
}
.project-archive__filters .facetwp-checkbox.checked,
.project-archive__filters .facetwp-radio.checked {
  background: #2347D4;
  border-color: #2347D4;
  color: #fff;
}
.project-archive__filters .facetwp-checkbox:hover:not(.checked),
.project-archive__filters .facetwp-radio:hover:not(.checked) {
  background: #2347D4;
  border-color: #2347D4;
  color: #fff;
}

.image-block figure img {
  display: block;
  width: 100%;
}
.image-block__caption {
  font-family: "indivisible", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  line-height: 1.5;
  margin-top: 12px;
}

.logo-block__title {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1F1F1F;
  margin: 0 0 40px;
}
.logo-block__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media (min-width: 1024px) {
  .logo-block__list {
    justify-content: space-between;
    gap: 40px 0;
  }
}
.logo-block__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(33.333% - 14px);
}
@media (min-width: 1024px) {
  .logo-block__logo-wrap {
    flex: 0 1 auto;
  }
}
.logo-block__logo {
  display: block;
  max-height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}

.post-single__author {
  font-family: "indivisible", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .post-single__author {
    font-size: 26px;
    font-weight: 700;
  }
}
.post-single__meta {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #888;
}
@media screen and (min-width: 1024px) {
  .post-single__meta {
    font-size: 16px;
  }
}
.post-single__figure img {
  display: block;
  width: 100%;
}
.post-single__caption {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  line-height: 1.5;
  margin-top: 10px;
}
.post-single__content h2, .post-single__content h3, .post-single__content h4 {
  margin-top: 40px;
  margin-bottom: 12px;
}
.post-single__content p {
  margin-bottom: 20px;
}
.post-single__content img {
  display: block;
  width: 100%;
  margin: 30px 0;
}
.post-single__content blockquote {
  margin: 40px 0;
  padding: 0;
  border: none;
  font-family: "indivisible", sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  line-height: 1.35;
}
.post-single__content blockquote p {
  margin: 0;
}
.post-single__content ul, .post-single__content ol {
  margin: 0 0 20px;
  padding-left: 20px;
}
.post-single__content ul li {
  position: relative;
  padding-left: 12px;
  list-style: none;
  margin-bottom: 8px;
}
.post-single__content ul li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF0161;
}
.post-single__content ol li {
  list-style: decimal;
  margin-bottom: 8px;
}
.post-single__content hr {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 40px 0;
}
.post-single__content a {
  text-decoration: underline;
}
.post-single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "indivisible", sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.post-single__back-link:hover {
  opacity: 0.6;
}
.post-single__back-icon {
  display: inline-flex;
  font-size: 0.9em;
}

.content--center h1, .content--center p, .content--center h3, .content--center h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content--center p {
  margin-top: 20px;
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
}
.content--center h1 {
  max-width: 100%;
}
.content img {
  width: 100%;
}
.content li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.content li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #FF0161;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 100%;
}

.contact-page__heading {
  font-size: clamp(30px, 8.5vw, 120px);
  font-weight: 900;
  font-family: "indivisible", sans-serif;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
}
@media (min-width: 1024px) {
  .contact-page__heading {
    margin-bottom: 36px;
  }
}
.contact-page__intro {
  font-family: "indivisible", sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 400;
  color: #1F1F1F;
  margin: 0;
  max-width: 600px;
}
.contact-page__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .contact-page__body {
    grid-template-columns: 280px 1fr;
    gap: 60px;
    align-items: start;
  }
}
.contact-page__icon-col {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
.contact-page__icon {
  width: 150px;
  height: auto;
}
@media (min-width: 1024px) {
  .contact-page__icon {
    width: 240px;
  }
}
.contact-page__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .contact-page__links {
    margin-bottom: 60px;
  }
}
.contact-page__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "indivisible", sans-serif;
  font-size: clamp(24px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1F1F1F;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.contact-page__contact-link:hover {
  opacity: 0.65;
}
.contact-page__contact-link:hover .contact-page__contact-arrow {
  animation: footer-arrow-diag 0.5s ease forwards;
}
.contact-page__contact-arrow {
  width: clamp(18px, 2vw, 32px);
  height: auto;
  flex-shrink: 0;
  margin-top: 4px;
}
.contact-page__offices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 1024px) {
  .contact-page__offices {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.contact-page__office-city {
  display: block;
  font-family: "indivisible", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
  color: #1F1F1F;
}
.contact-page__office-address {
  font-family: "indivisible", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #555;
  font-style: normal;
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:text-\[17px\]{
    font-size: 17px;
  }
}
@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:text-\[19px\]{
    font-size: 19px;
  }
}
@media (min-width: 1024px){
  .lg\:bottom-\[24px\]{
    bottom: 24px;
  }
  .lg\:left-\[24px\]{
    left: 24px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lg\:my-\[90px\]{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .lg\:mb-\[0px\]{
    margin-bottom: 0px;
  }
  .lg\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-\[20px\]{
    margin-top: 20px;
  }
  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }
  .lg\:aspect-\[3\/4\]{
    aspect-ratio: 3/4;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-\[520px\]{
    height: 520px;
  }
  .lg\:max-h-\[820px\]{
    max-height: 820px;
  }
  .lg\:max-h-\[900px\]{
    max-height: 900px;
  }
  .lg\:min-h-\[700px\]{
    min-height: 700px;
  }
  .lg\:min-h-\[80px\]{
    min-height: 80px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[42\%\]{
    width: 42%;
  }
  .lg\:w-\[43\%\]{
    width: 43%;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:w-\[58\%\]{
    width: 58%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[75\%\]{
    width: 75%;
  }
  .lg\:w-\[85\%\]{
    width: 85%;
  }
  .lg\:min-w-\[65px\]{
    min-width: 65px;
  }
  .lg\:max-w-\[1100px\]{
    max-width: 1100px;
  }
  .lg\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .lg\:max-w-\[160px\]{
    max-width: 160px;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }
  .lg\:max-w-\[635px\]{
    max-width: 635px;
  }
  .lg\:max-w-\[750px\]{
    max-width: 750px;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .lg\:max-w-\[900px\]{
    max-width: 900px;
  }
  .lg\:flex-1{
    flex: 1 1 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\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-\[50px\]{
    gap: 50px;
  }
  .lg\:gap-\[60px\]{
    gap: 60px;
  }
  .lg\:gap-\[8px\]{
    gap: 8px;
  }
  .lg\:gap-x-\[100px\]{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .lg\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .lg\:gap-x-\[60px\]{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .lg\:gap-x-\[70px\]{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .lg\:gap-y-\[40px\]{
    row-gap: 40px;
  }
  .lg\:gap-y-\[50px\]{
    row-gap: 50px;
  }
  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:p-\[40px\]{
    padding: 40px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:\!pt-\[120px\]{
    padding-top: 120px !important;
  }
  .lg\:pb-\[0px\]{
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[140px\]{
    padding-bottom: 140px;
  }
  .lg\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:pb-\[5px\]{
    padding-bottom: 5px;
  }
  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .lg\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .lg\:pt-\[0px\]{
    padding-top: 0px;
  }
  .lg\:pt-\[140px\]{
    padding-top: 140px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[170px\]{
    padding-top: 170px;
  }
  .lg\:pt-\[200px\]{
    padding-top: 200px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-\[21px\]{
    font-size: 21px;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
  .lg\:leading-\[30px\]{
    line-height: 30px;
  }
}