/*
! tailwindcss v3.3.2 | 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. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 32 104 / 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(0 32 104 / 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:  ;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-25 {
  left: -25px;
}
.-left-50 {
  left: -50px;
}
.-left-67 {
  left: -67px;
}
.bottom-165 {
  bottom: 165px;
}
.bottom-180 {
  bottom: 180px;
}
.bottom-28 {
  bottom: 28px;
}
.bottom-40 {
  bottom: 40px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2\/3 {
  left: 66.666667%;
}
.left-40 {
  left: 40px;
}
.left-\[-20\%\] {
  left: -20%;
}
.left-\[120\%\] {
  left: 120%;
}
.left-\[40\%\] {
  left: 40%;
}
.left-\[85\%\] {
  left: 85%;
}
.left-\[90\%\] {
  left: 90%;
}
.right-0 {
  right: 0px;
}
.right-19 {
  right: 19px;
}
.right-24 {
  right: 24px;
}
.right-28 {
  right: 28px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 10px;
}
.top-12 {
  top: 12px;
}
.top-16 {
  top: 16px;
}
.top-24 {
  top: 24px;
}
.top-30 {
  top: 30px;
}
.top-\[20vh\] {
  top: 20vh;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.-my-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}
.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-10 {
  margin-bottom: -10px;
}
.-mb-40 {
  margin-bottom: -40px;
}
.-ml-\[25px\] {
  margin-left: -25px;
}
.-mt-1 {
  margin-top: -1px;
}
.-mt-20 {
  margin-top: -20px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-86 {
  margin-bottom: 86px;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-31 {
  margin-top: 31px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[215\/283\] {
  aspect-ratio: 215/283;
}
.h-0 {
  height: 0px;
}
.h-60 {
  height: 60px;
}
.h-\[200\%\] {
  height: 200%;
}
.h-\[300px\] {
  height: 300px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.w-0 {
  width: 0px;
}
.w-40 {
  width: 40px;
}
.w-50 {
  width: 50px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[473px\] {
  width: 473px;
}
.w-\[555px\] {
  width: 555px;
}
.w-\[824px\] {
  width: 824px;
}
.w-\[850px\] {
  width: 850px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[310px\] {
  min-width: 310px;
}
.\!max-w-\[824px\] {
  max-width: 824px !important;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1018px\] {
  max-width: 1018px;
}
.max-w-\[1034px\] {
  max-width: 1034px;
}
.max-w-\[1115px\] {
  max-width: 1115px;
}
.max-w-\[1180px\] {
  max-width: 1180px;
}
.max-w-\[147px\] {
  max-width: 147px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[215px\] {
  max-width: 215px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[254px\] {
  max-width: 254px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[407px\] {
  max-width: 407px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[504px\] {
  max-width: 504px;
}
.max-w-\[536px\] {
  max-width: 536px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[625px\] {
  max-width: 625px;
}
.max-w-\[675px\] {
  max-width: 675px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-\[741px\] {
  max-width: 741px;
}
.max-w-\[745px\] {
  max-width: 745px;
}
.max-w-\[773px\] {
  max-width: 773px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[805px\] {
  max-width: 805px;
}
.max-w-\[833px\] {
  max-width: 833px;
}
.max-w-\[84\%\] {
  max-width: 84%;
}
.max-w-\[859px\] {
  max-width: 859px;
}
.max-w-\[861px\] {
  max-width: 861px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[910px\] {
  max-width: 910px;
}
.max-w-\[917px\] {
  max-width: 917px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-\[956px\] {
  max-width: 956px;
}
.max-w-\[978px\] {
  max-width: 978px;
}
.max-w-\[calc\(100\%-48px\)\] {
  max-width: calc(100% - 48px);
}
.max-w-\[calc\(100\%-56px\)\] {
  max-width: calc(100% - 56px);
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[calc\(100\%-14px\)\] {
  --tw-translate-x: calc(calc(100% - 14px) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[120deg\] {
  --tw-rotate: -120deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[160deg\] {
  --tw-rotate: -160deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.resize {
  resize: both;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-4 {
  gap: 4px;
}
.gap-40 {
  gap: 40px;
}
.gap-48 {
  gap: 48px;
}
.gap-5 {
  gap: 5px;
}
.gap-60 {
  gap: 60px;
}
.gap-y-12 {
  row-gap: 12px;
}
.gap-y-20 {
  row-gap: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[25px\] {
  border-width: 25px;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#013266\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 50 102 / var(--tw-border-opacity));
}
.border-b-\[\#BC6C15\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(188 108 21 / var(--tw-border-opacity));
}
.border-b-\[\#EC753E\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 117 62 / var(--tw-border-opacity));
}
.border-b-\[\#EE9214\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 146 20 / var(--tw-border-opacity));
}
.\!bg-\[\#AE5A31\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(174 90 49 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#013266\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 102 / var(--tw-bg-opacity));
}
.bg-\[\#4FE2D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 226 208 / var(--tw-bg-opacity));
}
.bg-\[\#BC6C15\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 108 21 / var(--tw-bg-opacity));
}
.bg-\[\#E5E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-\[\#EC753E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 117 62 / var(--tw-bg-opacity));
}
.bg-\[\#EE9214\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 146 20 / var(--tw-bg-opacity));
}
.bg-\[\#ffffffa3\] {
  background-color: #ffffffa3;
}
.\!py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.\!py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-63 {
  padding-right: 63px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-23 {
  padding-top: 23px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-80 {
  padding-top: 80px;
}
.text-center {
  text-align: center;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.text-14 {
  font-size: 14px;
}
.text-22 {
  font-size: 22px;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-1 {
  line-height: 1;
}
.leading-1\.1 {
  line-height: 1.1;
}
.leading-1\.2 {
  line-height: 1.2;
}
.\!text-\[\#0360A9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(3 96 169 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#6E6E6E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(110 110 110 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#002068\] {
  --tw-text-opacity: 1;
  color: rgb(0 32 104 / var(--tw-text-opacity));
}
.text-\[\#0360A9\] {
  --tw-text-opacity: 1;
  color: rgb(3 96 169 / var(--tw-text-opacity));
}
.text-\[\#6E6E6E\] {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.text-\[\#8e2dde\] {
  --tw-text-opacity: 1;
  color: rgb(142 45 222 / var(--tw-text-opacity));
}
.text-\[\#FF595D\] {
  --tw-text-opacity: 1;
  color: rgb(255 89 93 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 32 104 / 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 !important;
}
.opacity-60 {
  opacity: 0.6;
}
.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);
}
@media (min-width: 640px) {

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

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

  .sm\:top-60 {
    top: 60px;
  }

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

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-\[120px_1fr\] {
    grid-template-columns: 120px 1fr;
  }

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

  .sm\:gap-24 {
    gap: 24px;
  }

  .sm\:gap-36 {
    gap: 36px;
  }

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

  .sm\:pr-25 {
    padding-right: 25px;
  }

  .sm\:pt-\[200px\] {
    padding-top: 200px;
  }
}
@media (min-width: 831px) {

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:right-50 {
    right: 50px;
  }

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

  .md\:top-50 {
    top: 50px;
  }

  .md\:top-\[40\%\] {
    top: 40%;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[240\%\] {
    height: 240%;
  }

  .md\:w-105 {
    width: 105px;
  }

  .md\:w-80 {
    width: 80px;
  }

  .md\:max-w-\[28vw\] {
    max-width: 28vw;
  }

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

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

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

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

  .md\:max-w-\[45vw\] {
    max-width: 45vw;
  }

  .md\:max-w-\[50vw\] {
    max-width: 50vw;
  }

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

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

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .md\:items-center {
    align-items: center;
  }
}
@media (min-width: 1025px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-top-40 {
    top: -40px;
  }

  .lg\:left-full {
    left: 100%;
  }

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

  .lg\:top-54 {
    top: 54px;
  }

  .lg\:top-\[5\%\] {
    top: 5%;
  }

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

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

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:max-w-\[45vw\] {
    max-width: 45vw;
  }

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

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

  .lg\:max-w-\[calc\(100vw-350px-300px\)\] {
    max-width: calc(100vw - 350px - 300px);
  }

  .lg\:max-w-\[calc\(100vw-350px-350px\)\] {
    max-width: calc(100vw - 350px - 350px);
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .lg\:pb-100 {
    padding-bottom: 100px;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pt-56 {
    padding-top: 56px;
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[60\%\] {
    left: 60%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:mb-70 {
    margin-bottom: 70px;
  }

  .xl\:mb-80 {
    margin-bottom: 80px;
  }

  .xl\:mt-22 {
    margin-top: 22px;
  }

  .xl\:mt-37 {
    margin-top: 37px;
  }

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

  .xl\:mt-43 {
    margin-top: 43px;
  }

  .xl\:mt-63 {
    margin-top: 63px;
  }

  .xl\:block {
    display: block;
  }

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

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

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

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

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

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

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

  .xl\:pb-100 {
    padding-bottom: 100px;
  }

  .xl\:pb-120 {
    padding-bottom: 120px;
  }

  .xl\:pb-40 {
    padding-bottom: 40px;
  }

  .xl\:pb-80 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1441px) {

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:-left-100 {
    left: -100px;
  }

  .\32xl\:-left-50 {
    left: -50px;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:left-full {
    left: 100%;
  }

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

  .\32xl\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .\32xl\:mb-100 {
    margin-bottom: 100px;
  }

  .\32xl\:mb-120 {
    margin-bottom: 120px;
  }

  .\32xl\:mb-45 {
    margin-bottom: 45px;
  }

  .\32xl\:mb-90 {
    margin-bottom: 90px;
  }

  .\32xl\:mt-40 {
    margin-top: 40px;
  }

  .\32xl\:mt-42 {
    margin-top: 42px;
  }

  .\32xl\:mt-55 {
    margin-top: 55px;
  }

  .\32xl\:mt-60 {
    margin-top: 60px;
  }

  .\32xl\:mt-68 {
    margin-top: 68px;
  }

  .\32xl\:mt-80 {
    margin-top: 80px;
  }

  .\32xl\:block {
    display: block;
  }

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

  .\32xl\:max-w-\[25vw\] {
    max-width: 25vw;
  }

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

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

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

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

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

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

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

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

  .\32xl\:max-w-\[calc\(100vw-350px-400px\)\] {
    max-width: calc(100vw - 350px - 400px);
  }

  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:grid-cols-\[215px_1fr\] {
    grid-template-columns: 215px 1fr;
  }

  .\32xl\:gap-45 {
    gap: 45px;
  }

  .\32xl\:pb-160 {
    padding-bottom: 160px;
  }

  .\32xl\:pb-80 {
    padding-bottom: 80px;
  }

  .\32xl\:\!text-32 {
    font-size: 32px !important;
  }

  .\32xl\:\!text-37 {
    font-size: 37px !important;
  }

  .\32xl\:\!text-50 {
    font-size: 50px !important;
  }

  .\32xl\:leading-\[55px\] {
    line-height: 55px;
  }
}
@media (min-width: 1800px) {

  .\33xl\:absolute {
    position: absolute;
  }

  .\33xl\:-left-100 {
    left: -100px;
  }

  .\33xl\:-right-156 {
    right: -156px;
  }

  .\33xl\:-right-\[250px\] {
    right: -250px;
  }

  .\33xl\:top-1\/2 {
    top: 50%;
  }

  .\33xl\:-mb-30 {
    margin-bottom: -30px;
  }

  .\33xl\:mt-113 {
    margin-top: 113px;
  }

  .\33xl\:mt-180 {
    margin-top: 180px;
  }

  .\33xl\:mt-80 {
    margin-top: 80px;
  }

  .\33xl\:h-90 {
    height: 90px;
  }

  .\33xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .\33xl\:max-w-\[675px\] {
    max-width: 675px;
  }

  .\33xl\:max-w-\[812px\] {
    max-width: 812px;
  }

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

  .\33xl\:max-w-\[942px\] {
    max-width: 942px;
  }

  .\33xl\:max-w-\[950px\] {
    max-width: 950px;
  }

  .\33xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:pt-80 {
    padding-top: 80px;
  }
}
@media (min-width: 2200px) {

  .\34xl\:mt-80 {
    margin-top: 80px;
  }
}
.d-btn {
  display: block;
  flex: 1 1 0%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 831px) {

  .d-btn {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {

  .d-btn {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {

  .d-btn {
    font-size: 24px;
  }
}
.d-btn {
  border-radius: 7px;
  text-align: center;
  background-color: #0360A9;
  color: #fff;
  min-width: 260px;
  transition: all 0.5s ease;
}
.d-btn:hover {
  background-color: #4FE2D0;
}

@media only screen and (min-width: 1025px) {
  .scroll-container {
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
  }
  .scroll-wrapper {
    width: 100%;
    overflow: visible;
    transform: translate3d(0, 0, 0); /* Allow transformations */
    position: absolute; /* Positioned absolutely within the fixed container */
    will-change: transform; /* Improve performance of animations */
  }
  .section {
    height: 100vh;
  }
  .section h1:not(.no-split) .word, .section h2:not(.no-split) .word, .section h3:not(.no-split) .word, .section h4:not(.no-split) .word, .section h5:not(.no-split) .word, .section h6:not(.no-split) .word {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
  }
  .section p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
  }
  .section.current h1:not(.no-split) .word, .section.current h2:not(.no-split) .word, .section.current h3:not(.no-split) .word, .section.current h4:not(.no-split) .word, .section.current h5:not(.no-split) .word, .section.current h6:not(.no-split) .word {
    opacity: 1;
    transform: translateY(0px);
  }
  .section.current p {
    opacity: 1;
    transform: translateY(0px);
  }
  .section.next .vert-fade {
    transition: all 0.4s ease;
    transform: translateY(100px);
    opacity: 0;
  }
  .section.next .disclaimer {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .section.prev .vert-fade {
    transition: all 0.4s ease;
    transform: translateY(-100px);
    opacity: 0;
  }
  .section.prev .disclaimer {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .section .vert-fade {
    transition: all 0.8s ease 800ms;
    transform: translateY(0px);
    opacity: 1;
  }
  .section.multi-section {
    height: auto;
    min-height: 100vh;
  }
  .section.multi-section .sub-section {
    height: 100vh;
  }
}

.section-btn {
  position: fixed;
  left: 85%;
  cursor: pointer;
  z-index: 999;
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
.section-btn svg {
  transition: all 0.5s ease;
}
.section-btn#scrollDown {
  bottom: -65px;
}
.section-btn#scrollDown.disabled {
  transform: translateY(150px) translateX(-50%);
}
.section-btn#scrollUp {
  top: -40px;
}
.section-btn#scrollUp.disabled {
  transform: translateY(-120px) translateX(-50%);
}
.section-btn:hover svg {
  transform: scale(1.1);
}
@media only screen and (max-width: 1024px) {
  .section-btn {
    display: none;
  }
}

.background-element {
  position: fixed;
  left: 45%;
  top: 55%;
  transform: rotate(0deg);
  width: auto;
  height: 150vw;
}
@media only screen and (max-width: 1024px) {
  .background-element {
    display: none;
  }
}

.background-animation-internal {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: rotate(0deg);
  width: auto;
  height: 230vw;
}
@media only screen and (max-width: 1024px) {
  .background-animation-internal {
    display: none;
  }
}

.team-member + .team-member {
  padding-top: 0 !important;
}

@media (min-width: 1441px) {

  .team-member h3 {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1320px) {
  .team-member .name-container p {
    font-size: 16px;
  }
}

b, strong {
  font-weight: 700;
}

@media only screen and (max-width: 1366px) {
  .swiper-left, .swiper-right {
    width: 40px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-left, .swiper-right {
    display: none !important;
  }
  .swiper-wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-width: 830px) {
  .pagination {
    display: none !important;
  }
}

.site-container {
  width: calc(100vw - 48px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1100px) {
  .site-container:not(.no-wrap) {
    max-width: 1088px;
  }
}
.site-container.no-wrap {
  max-width: 1920px;
}
@media only screen and (min-width: 1025px) {
  .site-container {
    width: calc(100vw - 350px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .site-container:not(.text-center) {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .right-container-align .site-container {
    width: calc(100vw - 350px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1640px) {
  .right-container-align .site-container:not(.text-center) {
    margin-left: 350px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .right-container-align .site-container:not(.text-center) {
    margin-left: auto;
    margin-right: 40px;
  }
}

.swiper-pagination {
  position: relative !important;
  bottom: unset !important;
  left: unset !important;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-pagination.swiper-pagination-progressbar {
  background-color: rgba(110, 126, 142, 0.5019607843);
  height: 3px;
}
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-pagination.swiper-pagination-progressbar .swiper-scrollbar-drag {
  background-color: #FD7869;
  border-radius: 0;
}
.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 3px;
  width: 60px;
  flex-shrink: 1;
  border-radius: 0;
  background-color: #DFDFDF;
  opacity: 1 !important;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #383737;
}

.glightbox-container .ginner-container {
  height: 100vh !important;
  width: 100% !important;
  max-width: 100% !important;
}

::-moz-selection {
  text-shadow: none;
  background: #FF585D;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #FF585D;
  color: #fff;
}

html,
body {
  font-size: 100%;
  margin: 0; /* Reset default margin */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  font-family: "VoltaModernDisplay", sans-serif;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  overscroll-behavior: none; /* Prevents scroll chaining */
  scroll-behavior: auto;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  color: #002068;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "VoltaModernDisplay", sans-serif;
}

h1, .h1, .gform_title {
  font-size: calc(
    40px + 60 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h1, .h1, .gform_title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  h1, .h1, .gform_title {
    font-size: 100px;
  }
}
h1.xl, .h1.xl, .gform_title.xl {
  font-size: calc(
    40px + 80 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h1.xl, .h1.xl, .gform_title.xl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  h1.xl, .h1.xl, .gform_title.xl {
    font-size: 120px;
  }
}

h2, .h2 {
  font-size: calc(
    40px + 51 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  h2, .h2 {
    font-size: 91px;
  }
}
h2.sm, .h2.sm {
  font-size: calc(
    32px + 48 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h2.sm, .h2.sm {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  h2.sm, .h2.sm {
    font-size: 80px;
  }
}
h2.xl, .h2.xl {
  font-size: calc(
    32px + 88 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h2.xl, .h2.xl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  h2.xl, .h2.xl {
    font-size: 120px;
  }
}

h3, .h3 {
  font-size: calc(
    28px + 37 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  h3, .h3 {
    font-size: 65px;
  }
}
h3.sm, .h3.sm {
  font-size: calc(
    27px + 28 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h3.sm, .h3.sm {
    font-size: 27px;
  }
}
@media screen and (min-width: 1920px) {
  h3.sm, .h3.sm {
    font-size: 55px;
  }
}
h3.md, .h3.md {
  font-size: calc(
    27px + 33 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h3.md, .h3.md {
    font-size: 27px;
  }
}
@media screen and (min-width: 1920px) {
  h3.md, .h3.md {
    font-size: 60px;
  }
}

h4, .h4 {
  font-size: calc(
    26px + 22 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) {
  h4, .h4 {
    font-size: 48px;
  }
}
h4.sm, .h4.sm {
  font-size: calc(
    24px + 21 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h4.sm, .h4.sm {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  h4.sm, .h4.sm {
    font-size: 45px;
  }
}

h5, .h5 {
  font-size: calc(
    20px + 15 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  h5, .h5 {
    font-size: 35px;
  }
}
h5.xl, .h5.xl {
  font-size: calc(
    22px + 18 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h5.xl, .h5.xl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  h5.xl, .h5.xl {
    font-size: 40px;
  }
}
h5.md, .h5.md {
  font-size: calc(
    18px + 13 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h5.md, .h5.md {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h5.md, .h5.md {
    font-size: 31px;
  }
}
h5.sm, .h5.sm {
  font-size: calc(
    18px + 12 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h5.sm, .h5.sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h5.sm, .h5.sm {
    font-size: 30px;
  }
}
h5.xsm, .h5.xsm {
  font-size: calc(
    18px + 8 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h5.xsm, .h5.xsm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h5.xsm, .h5.xsm {
    font-size: 26px;
  }
}

h6 {
  font-size: calc(
    16px + 12 * ((100vw - 1200px) / 720)
  );
}
@media screen and (max-width: 1200px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  h6 {
    font-size: 28px;
  }
}
h6.md {
  font-size: calc(
    12px + 8 * ((100vw - 1200px) / 720)
  );
  color: #8E8E8E;
}
@media screen and (max-width: 1200px) {
  h6.md {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  h6.md {
    font-size: 20px;
  }
}
h6.sm {
  font-size: calc(
    11px + 7 * ((100vw - 1200px) / 720)
  );
  color: #8E8E8E;
}
@media screen and (max-width: 1200px) {
  h6.sm {
    font-size: 11px;
  }
}
@media screen and (min-width: 1920px) {
  h6.sm {
    font-size: 18px;
  }
}
h6.xsm {
  font-size: calc(
    11px + 5 * ((100vw - 1200px) / 720)
  );
  color: #8E8E8E;
}
@media screen and (max-width: 1200px) {
  h6.xsm {
    font-size: 11px;
  }
}
@media screen and (min-width: 1920px) {
  h6.xsm {
    font-size: 16px;
  }
}

.p-style {
  font-size: calc(
    16px + 8 * ((100vw - 1024px) / 896)
  );
  line-height: 1.25;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .p-style {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .p-style {
    font-size: 24px;
  }
}

.copy p {
  font-weight: 300;
}
.copy p, .copy a:not(.d-btn), .copy li, .copy td, .copy figcaption {
  font-size: calc(
    16px + 8 * ((100vw - 1024px) / 896)
  );
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .copy p, .copy a:not(.d-btn), .copy li, .copy td, .copy figcaption {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .copy p, .copy a:not(.d-btn), .copy li, .copy td, .copy figcaption {
    font-size: 24px;
  }
}
.copy.sm p, .copy.sm a:not(.d-btn), .copy.sm li, .copy.sm td, .copy.sm figcaption {
  font-size: calc(
    13px + 1 * ((100vw - 500px) / 1420)
  );
}
@media screen and (max-width: 500px) {
  .copy.sm p, .copy.sm a:not(.d-btn), .copy.sm li, .copy.sm td, .copy.sm figcaption {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .copy.sm p, .copy.sm a:not(.d-btn), .copy.sm li, .copy.sm td, .copy.sm figcaption {
    font-size: 14px;
  }
}
.copy.text-22 p, .copy.text-22 a:not(.d-btn), .copy.text-22 li, .copy.text-22 td, .copy.text-22 figcaption {
  line-height: 1.3;
  font-size: calc(
    15px + 7 * ((100vw - 1024px) / 896)
  );
}
@media screen and (max-width: 1024px) {
  .copy.text-22 p, .copy.text-22 a:not(.d-btn), .copy.text-22 li, .copy.text-22 td, .copy.text-22 figcaption {
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .copy.text-22 p, .copy.text-22 a:not(.d-btn), .copy.text-22 li, .copy.text-22 td, .copy.text-22 figcaption {
    font-size: 22px;
  }
}
.copy.md p, .copy.md a:not(.d-btn), .copy.md li, .copy.md td, .copy.md figcaption {
  font-size: calc(
    14px + 6 * ((100vw - 500px) / 1420)
  );
}
@media screen and (max-width: 500px) {
  .copy.md p, .copy.md a:not(.d-btn), .copy.md li, .copy.md td, .copy.md figcaption {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .copy.md p, .copy.md a:not(.d-btn), .copy.md li, .copy.md td, .copy.md figcaption {
    font-size: 20px;
  }
}
.copy.lg p, .copy.lg a:not(.d-btn), .copy.lg li, .copy.lg td, .copy.lg figcaption {
  font-size: calc(
    18px + 12 * ((100vw - 500px) / 1420)
  );
}
@media screen and (max-width: 500px) {
  .copy.lg p, .copy.lg a:not(.d-btn), .copy.lg li, .copy.lg td, .copy.lg figcaption {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .copy.lg p, .copy.lg a:not(.d-btn), .copy.lg li, .copy.lg td, .copy.lg figcaption {
    font-size: 30px;
  }
}
.copy > h1, .copy > h2, .copy > h3, .copy > h4, .copy > h5, .copy > h6 {
  margin-bottom: 27px;
}
.copy > h1:not(:first-child), .copy > h2:not(:first-child), .copy > h3:not(:first-child), .copy > h4:not(:first-child), .copy > h5:not(:first-child), .copy > h6:not(:first-child) {
  margin-top: 53px;
}
.copy p:not(:last-child) {
  margin-bottom: 20px !important;
}
.copy a:not(.d-btn) {
  text-decoration-line: underline;
}
.copy a:not(.d-btn):hover {
  text-decoration-line: underline;
}
.copy ul {
  margin-bottom: 24px !important;
  list-style: none;
  font-weight: 300;
}
.copy ul ul {
  padding-left: 30px;
  list-style-type: "- ";
  margin-bottom: 0 !important;
}
.copy ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .copy ul li {
    padding-left: 20px;
  }
}
.copy ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: currentColor;
  margin-right: 5px;
  left: 5px;
  top: 12px;
}
@media only screen and (max-width: 780px) {
  .copy ul li:before {
    top: 7px;
  }
}
.copy ol {
  list-style: decimal;
  padding-left: 30px;
  margin-bottom: 30px !important;
}
.copy ol li {
  padding-left: 10px;
  position: relative;
  color: currentColor;
  margin-bottom: 8px !important;
}
.copy ol li::marker {
  color: currentColor;
}
@media only screen and (max-width: 830px) {
  .copy ol li::marker {
    font-weight: 700;
  }
}
.copy img {
  margin-top: 45px;
  margin-bottom: 70px;
  width: 100%;
}
.copy .wp-block-embed {
  margin-top: 60px;
  margin-bottom: 60px;
}
.copy .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 742/417;
  min-width: 245px;
}
.copy .wp-block-image {
  width: 100% !important;
}
.copy .wp-block-image img {
  margin-top: 45px;
  margin-bottom: 70px;
  width: 100%;
  height: auto;
}
.copy .wp-block-image figcaption {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 15px;
  color: #6E7E8E;
}
.copy .wp-block-image figcaption::before {
  content: "";
  display: block;
  position: relative;
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 9px;
}
@media only screen and (max-width: 830px) {
  .copy .wp-block-image figcaption::before {
    margin-top: 6px;
  }
}
.copy > *:last-child {
  margin-bottom: 0 !important;
}
.copy > *:last-child img {
  margin-bottom: 0;
}
.copy blockquote {
  font-size: calc(
    24px + 13 * ((100vw - 750px) / 1170)
  );
  line-height: 1.25;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 25px;
}
@media (min-width: 831px) {

  .copy blockquote {
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {

  .copy blockquote {
    padding-left: 75px;
  }
}
.copy blockquote {
  border-left: 1px solid #FD7869;
}
@media screen and (max-width: 750px) {
  .copy blockquote {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .copy blockquote {
    font-size: 37px;
  }
}
.copy blockquote p {
  font-size: calc(
    24px + 13 * ((100vw - 750px) / 1170)
  );
  line-height: 1.25;
}
@media screen and (max-width: 750px) {
  .copy blockquote p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .copy blockquote p {
    font-size: 37px;
  }
}
.copy table {
  margin-top: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.copy table td {
  padding: 10px;
}
.copy th, .copy td {
  padding: 15px;
  border-left: 1px solid #FD7869;
  border-right: 1px solid #FD7869;
  font-size: 10px;
  color: #111D29;
}
.copy tr:first-child td {
  color: #fff;
}
.copy td:last-child, .copy tr:last-child {
  border-right: 0 !important;
}
.copy td:first-child, .copy tr:first-child {
  border-left: 0 !important;
}
.copy tr:nth-child(2n) {
  background-color: #D2E6FA;
}
.copy th {
  background-color: #FD7869;
  color: #fff;
  text-align: left;
  border-top: 0;
  border-bottom: 0;
}
.copy table {
  border-collapse: collapse;
  width: 100% !important;
}
.copy strong {
  font-weight: 700;
}
.copy .site-container {
  max-width: 100% !important;
}

.animate-title:not(.no-split) {
  opacity: 0;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 1024px) {
  .animate-title:not(.no-split) {
    padding-bottom: 25px;
    margin-bottom: -25px;
  }
}
.animate-title:not(.no-split).animation-setup {
  opacity: 1;
}
.animate-title:not(.no-split) .split-line {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 1024px) {
  .animate-title:not(.no-split) .split-line {
    padding-bottom: 25px;
    margin-bottom: -25px;
  }
}
.animate-title:not(.no-split) .split-word {
  transform: translateY(80px);
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  transform: translateY(20px);
}

.links .heading {
  font-weight: 600;
  font-size: 17px;
}
.links a {
  font-size: 17px;
}

.alt-banner #contact-banner {
  background-color: #DCE6E8;
}

.overflow-x-scroll::-webkit-scrollbar, .overflow-x-scroll::-webkit-scrollbar-track, .overflow-x-scroll::-webkit-scrollbar-thumb, .overflow-x-scroll::-webkit-scrollbar-thumb:hover {
  display: none;
}

.filters .link:not(.active)::before, .filters .link:not(.active)::after {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .disclaimer {
    display: none;
  }
}

.pagination {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pagination .pagination-dot {
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #0360A9;
  opacity: 0.25;
  transition: all 0.5s ease;
  border-radius: 100%;
}
.pagination .pagination-dot.active {
  opacity: 1;
}

@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 100;
  src: url("../assets/fonts/VoltaModernDisplay-15XXThin.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 200;
  src: url("../assets/fonts/VoltaModernDisplay-25XThin.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 300;
  src: url("../assets/fonts/VoltaModernDisplay-35Thin.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 400;
  src: url("../assets/fonts/VoltaModernDisplay-45Light.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 500;
  src: url("../assets/fonts/VoltaModernDisplay-55Roman.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 500;
  font-style: italic;
  src: url("../assets/fonts/VoltaModernDisplay-56Italic.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 600;
  src: url("../assets/fonts/VoltaModernDisplay-65Medium.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 700;
  src: url("../assets/fonts/VoltaModernDisplay-75Bold.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernDisplay";
  font-weight: 900;
  src: url("../assets/fonts/VoltaModernDisplay-95Black.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernText";
  font-weight: 500;
  src: url("../assets/fonts/VoltaModernText-55Roman.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernText";
  font-weight: 500;
  font-style: italic;
  src: url("../assets/fonts/VoltaModernText-56Italic.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernText";
  font-weight: 600;
  src: url("../assets/fonts/VoltaModernText-65Medium.otf") format("opentype");
}
@font-face {
  font-family: "VoltaModernText";
  font-weight: 700;
  src: url("../assets/fonts/VoltaModernText-75Bold.otf") format("opentype");
}
.site-footer .social-media a svg {
  width: 35px;
  height: 35px;
}
.site-footer .social-media a svg path {
  transition: all 0.5s ease;
}
.site-footer .social-media a:hover svg path {
  fill: #FFD201;
}
.site-footer .copy p {
  font-weight: 300 !important;
}
.site-footer .copy a {
  text-decoration: none;
  font-weight: 300 !important;
  color: #fff !important;
}
.site-footer .copy a, .site-footer .copy p {
  font-size: 16px !important;
}
@media only screen and (max-width: 830px) {
  .site-footer .logo svg {
    max-width: 205px;
    height: auto;
  }
}

.social-media a svg path {
  transition: all 0.5s ease;
}
.social-media a:hover svg path {
  fill: #FFD201;
}

form .gform_body .gform_fields {
  display: grid;
  row-gap: 20px !important;
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
  font-size: 16px;
}
@media only screen and (min-width: 766px) {
  form .gform_body .gform_fields {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px !important;
  }
  form .gform_body .gform_fields .gfield.gfield--width-full {
    grid-column: span 2;
  }
}
form .gform_body .gform_fields input, form .gform_body .gform_fields textarea, form .gform_body .gform_fields select {
  background-color: #fff;
  padding: 16px 20px;
  color: #282D33;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
form .gform_body .gform_fields input::-moz-placeholder, form .gform_body .gform_fields textarea::-moz-placeholder, form .gform_body .gform_fields select::-moz-placeholder {
  color: #282D33;
}
form .gform_body .gform_fields input::placeholder, form .gform_body .gform_fields textarea::placeholder, form .gform_body .gform_fields select::placeholder {
  color: #282D33;
}
form .gform_body .gform_fields textarea {
  height: 194px;
}
form .gform_body .gform_fields input, form .gform_body .gform_fields select {
  height: 56px;
}
form .gform_body .gform_fields .ginput_container_consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
form .gform_body .gform_fields .ginput_container_consent input {
  background-color: #fff;
  border: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
form .gform_body .gform_fields .ginput_container_consent input:checked::before {
  content: "";
  background-color: #093947;
  -webkit-mask-image: url("../assets/check.svg");
          mask-image: url("../assets/check.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 15px;
  height: 15px;
}
form .gform_body .gform_fields .ginput_container_consent label {
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
}
form .gform_body .gform_fields textarea {
  line-height: 26px;
}
form .gform_body .gform_fields select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
form .gform_body .gform_fields .ginput_container_select {
  position: relative;
}
form .gform_body .gform_fields .ginput_container_select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("../assets/select-expand.svg");
          mask-image: url("../assets/select-expand.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #093947;
}
form .gform_body .gform_fields .ginput_container > input, form .gform_body .gform_fields .ginput_container textarea {
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
form .gform_body .gform_fields .hidden_label > label, form .gform_body .gform_fields .hidden_label legend {
  display: none;
}
form .gform_body .gform_fields .gfield_html {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {

  form .gform_body .gform_fields .gfield_html {
    margin-top: 5px;
    margin-bottom: 8px;
  }
}
form .gform_body .gform_fields .gfield_html p {
  font-size: 17px;
}
form .gform_body .gform_fields .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  form .gform_body .gform_fields .ginput_container_checkbox .gfield_checkbox {
    flex-direction: column;
  }
}
form .gform_body .gform_fields .ginput_container_checkbox .gfield_checkbox label {
  display: block;
  background-color: #fff;
  padding: 21px 22px;
  color: #093947;
  cursor: pointer;
  text-align: center;
  transition: all 0.44s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form .gform_body .gform_fields .ginput_container_checkbox .gfield_checkbox input {
  display: none;
}
form .gform_body .gform_fields .ginput_container_checkbox .gfield_checkbox input:checked + label {
  background-color: #093947;
  color: #fff;
}
form .gform_footer {
  margin-top: 36px;
}
form .gform_footer .button {
  min-width: 166px;
}

.contact-block .wysywig b {
  display: inline-block;
  margin-bottom: 10px;
}
.contact-block .wysywig p:not(:last-child) {
  margin-bottom: 64px !important;
}

.gform_wrapper {
  width: 100%;
  max-width: 863px;
}

.site-header {
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease;
}
.site-header.visible {
  opacity: 1;
}
.site-header .item {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-weight: 700;
}
.site-header .item .icon {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .item span {
  font-size: 13px;
}
@media (min-width: 640px) {

  .site-header .item span {
    font-size: 14px;
  }
}
@media (min-width: 831px) {

  .site-header .item span {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {

  .site-header .item span {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {

  .site-header .item span {
    font-size: 20px;
  }
}
.site-header .item:hover {
  text-decoration: underline;
}
.site-header .close {
  transition: all 0.5s ease;
}
.site-header svg, .site-header .close {
  height: auto;
}
.site-header .hamburger svg {
  cursor: pointer;
}
.site-header .close {
  opacity: 0;
  pointer-events: none;
}
.site-header .hamburger {
  pointer-events: none;
  transition: all 0.8s ease;
}
.site-header .hamburger svg {
  pointer-events: all;
}
@media only screen and (max-width: 766px) {
  .site-header .hamburger, .site-header .hamburger .click-container {
    width: 150px;
    height: 150px;
  }
  .site-header .hamburger svg, .site-header .hamburger .click-container svg {
    width: 20px;
    height: auto;
  }
}
.site-header .underlay-element {
  width: 360px;
  height: auto;
  left: calc(50% - 200px);
  top: calc(50% - 212.7038626609px);
  transform: rotate(-93deg);
}
@media only screen and (max-width: 1800px) {
  .site-header .underlay-element {
    width: 300px;
    left: calc(50% - 180px);
    top: calc(50% - 189.0701001431px);
  }
}
@media only screen and (max-width: 766px) {
  .site-header .underlay-element {
    width: 150px;
    left: -10px;
    top: -10px;
  }
}
.site-header.transitioning .underlay-element {
  transition: all 0.5s ease;
}
.site-header.transitioning.active-menu .underlay-element {
  transition: all 0.9s ease;
}
@media only screen and (max-width: 1800px) {
  .site-header .click-container {
    width: 260px;
    height: 260px;
  }
}
.site-header .grid, .site-header h6 {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.3s ease 0ms;
}
.site-header .menu-container, .site-header .underlay-element {
  pointer-events: none;
}
.site-header .site-container {
  margin-left: auto !important;
}
.site-header.active-menu .hamburger {
  height: 100vh;
  width: 100vw;
}
.site-header.active-menu .hamburger .click-container svg {
  opacity: 0;
}
.site-header.active-menu .underlay-element {
  width: 220vw;
  left: calc(36% - 110vw);
  top: calc(30% - 129.9856938484vw);
  transform: rotate(-3deg) !important;
}
@media only screen and (max-width: 1024px) {
  .site-header.active-menu .underlay-element {
    width: 235vh;
    left: calc(38% - 125vh);
    top: calc(30% - 141.8025751073vh);
  }
}
@media only screen and (max-width: 766px) {
  .site-header.active-menu .underlay-element {
    width: 200vh;
    left: calc(38% - 110vh);
    top: calc(30% - 129.9856938484vh);
  }
}
.site-header.active-menu .close {
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease 600ms;
}
.site-header.active-menu .menu-container {
  pointer-events: all;
}
.site-header.active-menu .menu-container h6, .site-header.active-menu .menu-container .grid {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s ease 700ms;
}
.site-header.active-menu .menu-container .grid {
  transition-delay: 1000ms;
}

.popup-container {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.popup-container .close {
  transition: all 0.5s ease;
  cursor: pointer;
}
.popup-container .close:hover {
  color: #000;
}
.popup-container .get-in-touch-container {
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.popup-container textarea {
  color: #002068;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 831px) {

  .popup-container textarea {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {

  .popup-container textarea {
    font-size: 20px;
  }
}
.popup-container textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 170px;
  width: 100%;
}
.popup-container textarea::-moz-placeholder {
  color: #C1C1C1;
}
.popup-container textarea::placeholder {
  color: #C1C1C1;
}
.popup-container input {
  color: #002068;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 831px) {

  .popup-container input {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {

  .popup-container input {
    font-size: 20px;
  }
}
.popup-container input {
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.popup-container input::-moz-placeholder {
  color: #C1C1C1;
}
.popup-container input::placeholder {
  color: #C1C1C1;
}
.popup-container .form-container {
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 290px;
}
@media only screen and (max-width: 768px) {
  .popup-container .form-container {
    padding-bottom: 80px;
  }
}
.popup-container .form-container .input-container {
  position: relative;
  padding-left: 10px;
}
.popup-container .form-container .input-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 2px;
  height: 18px;
  background-color: #002068;
}
.popup-container .btn {
  flex: 1 1 0%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 831px) {

  .popup-container .btn {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {

  .popup-container .btn {
    font-size: 20px;
  }
}
.popup-container .btn {
  background-color: #E5E5E5;
  color: #000;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.popup-container .btn:last-child {
  background-color: #0360A9;
  color: #fff;
}
.popup-container .btn:hover {
  background-color: #4FE2D0;
  color: #fff;
}
.popup-container.popup-open {
  opacity: 1;
  pointer-events: all;
}
.popup-container.popup-open .get-in-touch-container {
  transform: translateY(0);
}

.get-in-touch-popup {
  transition: all 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .get-in-touch-popup {
    flex-wrap: wrap;
  }
}
.get-in-touch-popup:hover {
  transform: scale(1.05);
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  position: relative;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 3px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  opacity: 1 !important;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 22px;
  background-color: rgba(173, 178, 194, 0.3137254902) !important;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.6;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: rgba(255, 255, 255, 0.168627451);
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.4705882353);
  opacity: 1 !important;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 22px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: rgba(255, 255, 255, 0.168627451);
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  opacity: 0.8 !important;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps--active-y {
  padding-right: 10px;
}

section.audience .buttons-container:hover .btn {
  opacity: 0.5;
}
section.audience .btn {
  max-height: 56px;
  height: 56px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 12px 24px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: relative;
  font-size: 18px;
}
@media (min-width: 831px) {

  section.audience .btn {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {

  section.audience .btn {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {

  section.audience .btn {
    font-size: 24px;
  }
}
section.audience .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 5px solid #fff;
  opacity: 0;
  transition: all 0.5s ease;
  border-radius: 30px;
}
section.audience .btn:hover {
  opacity: 1 !important;
}
section.audience .btn:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .background-sections .single-slide {
    transition: all 0.5s ease;
    transform: translateY(40px) scale(0.9);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .background-sections .single-slide.largest {
    position: relative;
  }
  .background-sections .single-slide:nth-child(1) {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 300ms;
  }
  .background-sections .svg-container svg {
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.7s ease;
  }
  .background-sections .svg-container svg:nth-child(1) {
    transition-delay: 300ms;
  }
  .background-sections .svg-container svg:nth-child(2) {
    transition-delay: 450ms;
  }
  .background-sections .svg-container svg:nth-child(3) {
    transition-delay: 600ms;
  }
  .background-sections.active1 .svg-container svg {
    opacity: 1;
    transform: translateY(0);
  }
  .background-sections.active1 .single-slide:nth-child(1) {
    transform: translateY(40px) scale(0.9);
    opacity: 0;
    transition-delay: 0ms;
  }
  .background-sections.active1 .single-slide:nth-child(2) {
    transform: translateY(0) scale(1);
    opacity: 1;
    transition-delay: 300ms;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact-block h1 {
  background: linear-gradient(to right, #4FD1E2 0%, #2397BA 25%, #0360A9 50%, #4FD1E2 75%, #2397BA 100%);
  background-size: 200% 100%;
  animation: gradient-animation 5s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.foundations-block .our-pledge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foundations-block .our-pledge svg {
  width: 800px;
  max-width: 85%;
  height: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1560px) {
  .foundations-block .our-pledge svg {
    max-width: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .foundations-block .our-pledge h4 {
    font-size: 18px !important;
    margin-top: 5px;
  }
}
@media only screen and (max-height: 1070px) and (min-width: 1024px) and (max-width: 2000px) {
  .foundations-block .animation-container {
    transform: scale(0.8);
    transform-origin: left center;
  }
}
@media only screen and (max-height: 1070px) and (min-width: 1024px) and (max-width: 2000px) and (min-width: 1680px) {
  .foundations-block .animation-container {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1440px) {
  .foundations-block .sidebar {
    display: none;
  }
}
.foundations-block .base-shape {
  position: relative;
  text-align: center;
  line-height: 1.1;
  padding: 25px 60px 40px;
  margin-top: -10px;
  color: #6E6E6E;
}
@media only screen and (max-width: 830px) {
  .foundations-block .base-shape {
    padding: 25px 30px 30px;
  }
}
.foundations-block .base-shape::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: calc(100% - 60px);
  height: 55px;
  border: 10px solid #E6E6E6;
  border-bottom: 0 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #F2F2F4;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .foundations-block .base-shape::before {
    border-width: 5px;
  }
}
.foundations-block .base-shape::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: calc(100% - 45px);
  border: 10px solid #E6E6E6;
  background-color: #F2F2F4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .foundations-block .base-shape::after {
    border-width: 5px;
  }
}
.foundations-block .base-shape .cutout {
  position: absolute;
  height: 10px;
  width: 260px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #F2F2F4;
  z-index: 3;
  max-width: 40%;
}
.foundations-block .base-shape h5 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .foundations-block .base-shape h5 {
    font-size: 14px !important;
  }
}
.foundations-block .main-heading {
  transition: all 0.5s ease;
  transform: translateY(60px);
}
.foundations-block .main-heading svg {
  transition: all 0.5s ease;
}
.foundations-block .main-heading h4 {
  width: -moz-max-content;
  width: max-content;
  font-size: 40px;
  line-height: 1.1;
}
@media (min-width: 831px) {

  .foundations-block .main-heading h4 {
    font-size: 44px;
  }
}
@media (min-width: 1280px) {

  .foundations-block .main-heading h4 {
    font-size: 52px;
  }
}
@media (min-width: 1441px) {

  .foundations-block .main-heading h4 {
    font-size: 58px;
  }
}
@media (min-width: 1800px) {

  .foundations-block .main-heading h4 {
    font-size: 65px;
  }
}
.foundations-block .main-heading h4 {
  max-height: 44px;
  transition: all 0.5s ease;
}
.foundations-block .top-base-shape, .foundations-block .our-pledge, .foundations-block .subheading {
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.foundations-block .top-base-shape, .foundations-block .our-pledge {
  transform: translateY(100px);
  transition: all 0.6s ease;
}
.foundations-block .top-base-shape {
  transition: all 0.6s ease 300ms;
}
.foundations-block .bottom-base-shape {
  transform: translateY(-35vh);
  transition: all 0.5s ease;
}
.foundations-block .bottom-container, .foundations-block .top-bar {
  opacity: 0;
  transition: all 0.5s ease;
}
.foundations-block .top-bar {
  transform: translateY(20px);
}
@media only screen and (min-width: 1024px) and (max-width: 1560px) {
  .foundations-block .columns-container {
    max-width: 75%;
  }
}
.foundations-block .columns-container .grid-column {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease, transform 0.8s ease;
  transform: translateY(100px);
}
.foundations-block .columns-container .grid-column svg {
  width: 100%;
  height: auto;
}
.foundations-block .columns-container .grid-column-1 {
  color: #FF595D;
}
.foundations-block .columns-container .grid-column-2 {
  color: #0360A9;
}
.foundations-block .columns-container .grid-column-3 {
  color: #8E2DDE;
}
.foundations-block .columns-container .grid-column-4 {
  color: #002068;
}
.foundations-block .columns-container h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50vw;
  height: auto;
  top: -140px;
  line-height: 1;
  font-weight: 700;
  max-width: 813px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1560px) {
  .foundations-block .columns-container h3 {
    top: -100px;
  }
}
@media only screen and (max-width: 1366px) {
  .foundations-block .columns-container h3 {
    top: -50px;
  }
}
.foundations-block .columns-container h5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(-1);
  height: 80%;
  top: 48px;
  max-height: 350px;
  text-align: right;
  font-weight: 700;
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 640px) {
  .foundations-block .columns-container h5 {
    font-size: 11px !important;
  }
}
.foundations-block .side-text {
  writing-mode: vertical-rl;
}
.foundations-block .sidebar-grid svg {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(30px);
}
.foundations-block .sidebar-grid svg #Path_5697, .foundations-block .sidebar-grid svg #Path_5707, .foundations-block .sidebar-grid svg #Path_5699, .foundations-block .sidebar-grid svg #Path_5708 {
  transition: all 0.5s ease;
  fill: transparent;
}
.foundations-block.active1 .main-heading {
  transform: translateY(0);
}
.foundations-block.active1 .main-heading svg {
  opacity: 0;
  margin-left: -84px;
}
.foundations-block.active1 .main-heading h4 {
  font-size: 32px;
}
@media (min-width: 831px) {

  .foundations-block.active1 .main-heading h4 {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {

  .foundations-block.active1 .main-heading h4 {
    font-size: 40px;
  }
}
@media (min-width: 1800px) {

  .foundations-block.active1 .main-heading h4 {
    font-size: 45px;
  }
}
.foundations-block.active1 .bottom-base-shape {
  transform: translateY(0);
}
.foundations-block.active1 .bottom-container {
  opacity: 1;
}
.foundations-block.active2 .subheading {
  opacity: 1;
}
.foundations-block.active2 .grid-column-1 {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active2 .grid-column-1 h3 {
  opacity: 1;
  transition: all 0.5s ease 0.8s;
}
.foundations-block.active2 .sidebar-grid svg:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active3 .grid-column-1 h3 {
  opacity: 0;
  transition: all 0.5s ease;
}
.foundations-block.active3 .grid-column-1 h5 {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
.foundations-block.active3 #Path_5697 {
  fill: #FF595D !important;
}
.foundations-block.active4 .grid-column-1 {
  color: #8E8E8E;
  opacity: 0.4;
}
.foundations-block.active4 .grid-column-2 {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active4 .grid-column-2 h3 {
  opacity: 1;
  transition: all 0.5s ease 0.8s;
}
.foundations-block.active4 .sidebar-grid svg:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active5 .grid-column-2 h3 {
  opacity: 0;
  transition: all 0.5s ease;
}
.foundations-block.active5 .grid-column-2 h5 {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
.foundations-block.active5 .sidebar-grid svg:nth-child(2) #Path_5707 {
  fill: #0360A9;
}
.foundations-block.active6 .grid-column-2 {
  color: #8E8E8E;
  opacity: 0.4;
}
.foundations-block.active6 .grid-column-3 {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active6 .grid-column-3 h3 {
  opacity: 1;
  transition: all 0.5s ease 0.8s;
}
.foundations-block.active6 .sidebar-grid svg:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active7 .grid-column-3 h3 {
  opacity: 0;
  transition: all 0.5s ease;
}
.foundations-block.active7 .grid-column-3 h5 {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
.foundations-block.active7 .sidebar-grid svg:nth-child(3) #Path_5699 {
  fill: #8E2DDE;
}
.foundations-block.active8 .grid-column-3 {
  color: #8E8E8E;
  opacity: 0.4;
}
.foundations-block.active8 .grid-column-4 {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active8 .grid-column-4 h3 {
  opacity: 1;
  transition: all 0.5s ease 0.8s;
}
.foundations-block.active8 .sidebar-grid svg:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active9 .grid-column-4 h3 {
  opacity: 0;
  transition: all 0.5s ease;
}
.foundations-block.active9 .grid-column-4 h5 {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
.foundations-block.active9 .grid-column-1 {
  color: #FF595D;
  opacity: 1;
}
.foundations-block.active9 .grid-column-2 {
  color: #0360A9;
  opacity: 1;
}
.foundations-block.active9 .grid-column-3 {
  color: #8E2DDE;
  opacity: 1;
}
.foundations-block.active9 .grid-column-4 {
  color: #002068;
  opacity: 1;
}
.foundations-block.active9 .sidebar-grid svg:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active9 .sidebar-grid svg:nth-child(4) #Path_5708 {
  fill: #002068;
}
.foundations-block.active10 .our-pledge, .foundations-block.active10 .top-base-shape, .foundations-block.active10 .top-bar {
  opacity: 1;
  transform: translateY(0);
}
.foundations-block.active10 .top-base-shape {
  transition: all 0.7s ease;
}
.foundations-block.active10 .our-pledge {
  transition: all 0.7s ease 400ms;
}
.foundations-block.active10 .subheading {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .foundations-block .grid-column {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .foundations-block .grid-column h5 {
    opacity: 1 !important;
    line-height: 1;
    height: 80%;
    top: 28px !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 600px) {
  .foundations-block .grid-column h5 {
    top: 10px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .foundations-block .base-shape, .foundations-block .our-pledge, .foundations-block .main-heading, .foundations-block .subheading {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .foundations-block .main-heading svg {
    display: none !important;
  }
  .foundations-block .main-heading h4 {
    max-height: 100%;
  }
  .foundations-block .main-heading, .foundations-block .main-heading h4 {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .foundations-block .subheading {
    margin-bottom: 60px;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.heading-logo span {
  background: linear-gradient(to right, #4FD1E2 0%, #2397BA 25%, #0360A9 50%, #4FD1E2 75%, #2397BA 100%);
  background-size: 200% 100%;
  animation: gradient-animation 5s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

@media only screen and (min-width: 1025px) {
  .infographic-block .infographic-container {
    left: 558px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .infographic-block .infographic-container {
    left: unset !important;
    right: 40px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1600px) {
  .infographic-block .infographic-container {
    left: calc((100vw - 1080px) / 2 + 383px);
  }
}
.infographic-block .infographic-container svg {
  max-height: 80vh;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .infographic-block .infographic-container svg {
    width: 100%;
    height: auto;
    max-height: unset;
  }
}

*[data-svg-popup] {
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
*[data-svg-popup].active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1024px) {
  *[data-svg-popup] {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: calc(100% - 40px);
  }
  *[data-svg-popup] .triangle {
    display: none !important;
  }
}

.close-svg-popup, #Group_3145, #Group_3146, #Group_3147, #Group_3266 {
  cursor: pointer;
}

.page-slide .page-element {
  opacity: 0;
  transform: rotateY(60deg) rotateZ(5deg) rotateX(10deg) scale(0.75) translate(60px, 200px);
  transition: transform 1s ease 0ms, opacity 0.5s ease 0.1s;
}
.page-slide.active .page-element {
  opacity: 1;
  transform: rotateY(0deg) rotateX(0deg) scale(1) translate(0);
  transition: transform 1.4s ease, opacity 0.5s ease;
  transition-delay: 0.7s;
}

.page-slides.current .swiper-slide[data-inner="0"] .page-element {
  opacity: 1;
  transform: rotateY(0deg) rotateX(0deg) scale(1) translate(0);
  transition: transform 1.4s ease, opacity 0.5s ease;
  transition-delay: 0.7s;
}
.page-slides .swiper-slide {
  display: flex !important;
}
.page-slides .swiper-wrapper {
  transition: all 0.8s ease-in-out;
}
.page-slides.active1 .swiper-wrapper {
  transform: translateX(-100vw);
}
.page-slides.active2 .swiper-wrapper {
  transform: translateX(-200vw);
}
.page-slides.active3 .swiper-wrapper {
  transform: translateX(-300vw);
}
.page-slides.active4 .swiper-wrapper {
  transform: translateX(-400vw);
}
.page-slides.active5 .swiper-wrapper {
  transform: translateX(-500vw);
}
.page-slides.active6 .swiper-wrapper {
  transform: translateX(-600vw);
}

.pillars .info-columns {
  top: 30vh;
}
@media only screen and (min-width: 1025px) {
  .pillars .info-columns {
    left: 875px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .pillars .info-columns {
    left: 835px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1440px) {
  .pillars .info-columns {
    left: calc((100vw - 1080px) / 2 + 540px + 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .pillars .info-columns {
    position: relative;
    top: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto;
    width: calc(100vw - 48px);
  }
  .pillars .main-info-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.pillars .pillar {
  transition: all 0.5s ease;
  cursor: pointer;
}
.pillars .pillar svg {
  width: 100%;
  height: auto;
}
.pillars .pillar.active {
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
}
.pillars .pillar.not-active {
  opacity: 0.5;
}
@media only screen and (min-width: 1025px) {
  .pillars .details-column {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.9s ease;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .pillars .details-column {
    width: 440px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) and (max-width: 1300px) {
  .pillars .details-column {
    width: 340px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .pillars .details-column svg:not(.close) {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .pillars .details-column.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.pillars .details-column h5 {
  font-weight: 300;
}
@media only screen and (max-width: 1025px) {
  .pillars .details-column svg {
    display: none;
  }
}
.pillars .details-column h4, .pillars .details-column h5 {
  line-height: 1.1;
}

.pledge-carousel .swiper-slide {
  display: flex !important;
}
.pledge-carousel .swiper-wrapper {
  transition: all 0.8s ease-in-out;
}
.pledge-carousel.active1 .swiper-wrapper {
  transform: translateX(-100vw);
}
.pledge-carousel.active2 .swiper-wrapper {
  transform: translateX(-200vw);
}
.pledge-carousel.active3 .swiper-wrapper {
  transform: translateX(-300vw);
}
.pledge-carousel.active4 .swiper-wrapper {
  transform: translateX(-400vw);
}
.pledge-carousel.active5 .swiper-wrapper {
  transform: translateX(-500vw);
}
.pledge-carousel.active6 .swiper-wrapper {
  transform: translateX(-600vw);
}

.response-carousel .count {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #002068;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}
.response-carousel .column {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .response-carousel .column {
    gap: 12px;
  }
}
.response-carousel .slide-container {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .response-carousel .slide-container {
    position: relative;
    opacity: 1 !important;
    transform: translateY(0px) scale(1) !important;
    margin-bottom: 24px;
  }
}
.response-carousel .slide-container.largest {
  position: relative;
}
.response-carousel .progress-wrapper img {
  transition: all 0.5s ease;
  width: auto;
  height: 58px;
}
@media only screen and (max-width: 640px) {
  .response-carousel .progress-wrapper img {
    height: 40px;
  }
}
.response-carousel .progress-wrapper .section-1 {
  height: 60px;
}
@media (min-width: 1800px) {

  .response-carousel .progress-wrapper .section-1 {
    height: 90px;
  }
}
.response-carousel .map {
  transition: all 0.5s ease;
  transform: scale(1);
}
.response-carousel .slide-2, .response-carousel .slide-3 {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
}
.response-carousel .slide-1 {
  transition-delay: 300ms;
}
@media only screen and (min-width: 1700px) {
  .response-carousel .slide-1 h3 {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1700px) {
  .response-carousel .section-2, .response-carousel .section-3 {
    height: 40px;
  }
}
.response-carousel.active1 .progress-wrapper .section-1 {
  height: 57px;
}
@media only screen and (max-width: 1700px) {
  .response-carousel.active1 .progress-wrapper .section-1 {
    height: 40px;
  }
}
.response-carousel.active1 .progress-wrapper .section-2 {
  height: 90px;
}
@media only screen and (max-width: 1700px) {
  .response-carousel.active1 .progress-wrapper .section-2 {
    height: 60px;
  }
}
.response-carousel.active1 .slide-1 {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition-delay: 0ms;
}
.response-carousel.active1 .slide-2 {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition-delay: 300ms;
}
.response-carousel.active1 .map {
  opacity: 0;
  transform: scale(0.5);
}
.response-carousel.active2 .slide-2 {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition-delay: 0ms;
}
.response-carousel.active2 .slide-3 {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition-delay: 300ms;
}
.response-carousel.active2 .progress-wrapper .section-2 {
  height: 57px;
}
@media only screen and (max-width: 1700px) {
  .response-carousel.active2 .progress-wrapper .section-2 {
    height: 40px;
  }
}
.response-carousel.active2 .progress-wrapper .section-3 {
  height: 90px;
}
@media only screen and (max-width: 1700px) {
  .response-carousel.active2 .progress-wrapper .section-3 {
    height: 60px;
  }
}
@media only screen and (min-height: 800px) and (min-width: 1200px) {
  .response-carousel .copy p {
    line-height: 1.5 !important;
  }
}

.tabbed-block .tabs-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {

  .tabbed-block .tabs-container {
    flex-direction: row;
  }
}
.tabbed-block .tabs-container .single-slide {
  padding-right: 26px;
  padding-left: 0;
  flex-shrink: 0;
  transition: all 0.5s ease, padding 0.2s ease;
  max-width: 48px;
}
@media only screen and (max-width: 1600px) and (min-width: 1025px) {
  .tabbed-block .tabs-container .single-slide {
    padding-bottom: 30px;
  }
}
.tabbed-block .tabs-container .single-slide .icon svg {
  max-height: 32px;
  height: 100%;
  width: auto;
  transition: all 0.5s ease;
  max-width: 29px;
  -o-object-position: center;
     object-position: center;
}
.tabbed-block .tabs-container .single-slide .text-container {
  max-width: 0;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 640px) {

  .tabbed-block .tabs-container .single-slide .text-container {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {

  .tabbed-block .tabs-container .single-slide .text-container {
    margin-top: 50px;
  }
}
.tabbed-block .tabs-container .single-slide .text-container {
  transition: all 0.5s ease;
}
.tabbed-block .tabs-container .single-slide .text-container h2 {
  width: 491px;
  padding-bottom: 10px;
}
.tabbed-block .tabs-container .single-slide.active {
  padding-left: 20px;
  margin-right: auto;
  max-width: 528px;
}
.tabbed-block .tabs-container .single-slide.active .icon svg {
  max-height: 100px;
  max-width: 491px;
}
@media only screen and (max-width: 1024px) {
  .tabbed-block .tabs-container .single-slide.active .icon svg {
    max-height: 60px;
  }
}
.tabbed-block .tabs-container .single-slide.active .text-container {
  max-width: 491px;
}
@media only screen and (max-width: 1024px) {
  .tabbed-block .tabs-container .single-slide {
    padding: 8px 0 20px !important;
  }
  .tabbed-block .tabs-container .single-slide .text-container {
    max-width: 491px !important;
    transition: none !important;
    display: none;
  }
  .tabbed-block .tabs-container .single-slide .text-container h2 {
    width: 100%;
  }
  .tabbed-block .tabs-container .single-slide.active .text-container {
    display: block;
  }
}
.tabbed-block .divider {
  flex-shrink: 0;
}
.tabbed-block .divider svg {
  width: 100%;
  height: auto;
  max-width: 491px;
}
@media only screen and (max-width: 1600px) and (min-width: 1025px) {
  .tabbed-block .divider {
    width: 18px;
    position: relative;
  }
  .tabbed-block .divider svg {
    position: absolute;
    height: 100%;
    width: auto;
  }
}

.py-80 + .py-80 {
  padding-top: 0;
}

.team-members-carousel-container .swiper-slide {
  display: flex !important;
}
.team-members-carousel-container .swiper-wrapper {
  transition: all 0.8s ease-in-out;
}
.team-members-carousel-container.active1 .swiper-wrapper {
  transform: translateX(-100vw);
}
.team-members-carousel-container.active2 .swiper-wrapper {
  transform: translateX(-200vw);
}
.team-members-carousel-container.active3 .swiper-wrapper {
  transform: translateX(-300vw);
}
.team-members-carousel-container.active4 .swiper-wrapper {
  transform: translateX(-400vw);
}
.team-members-carousel-container.active5 .swiper-wrapper {
  transform: translateX(-500vw);
}
.team-members-carousel-container.active6 .swiper-wrapper {
  transform: translateX(-600vw);
}