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

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

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

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

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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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;
}
    *,
    ::before,
    ::after {
        --vf-font-size-root: 16;

        --vf-font-size-h1: max(calc(32rem / var(--vf-font-size-root)), min(4vw, calc(80rem / var(--vf-font-size-root))));
        --vf-font-size-h2: max(calc(25rem / var(--vf-font-size-root)), min(2.6vw, calc(50rem / var(--vf-font-size-root))));
        --vf-font-size-h3: max(calc(28rem / var(--vf-font-size-root)), min(2.3vw, calc(45rem / var(--vf-font-size-root))));
        --vf-font-size-h4: max(calc(18rem / var(--vf-font-size-root)), min(2vw, calc(40rem / var(--vf-font-size-root))));
        --vf-font-size-h5: max(calc(14rem / var(--vf-font-size-root)), min(1.56vw, calc(30rem / var(--vf-font-size-root))));

        --vf-facebook-icon: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Component 8 %E2%80%93 3%27 viewBox=%270 0 14 28.594%27%3E%3Cpath data-name=%27Path 58%27 d=%27M9.158 6.281a1.251 1.251 0 0 1 1.267-1.406h3.312V0H9.158C4.092 0 2.923 3.656 2.923 6v3.282H0v5.062h2.923v14.25h6.138v-14.25h4.189l.584-5.062H9.158Z%27 fill=%27%23fff%27/%3E%3Cpath data-name=%27Path 59%27 d=%27M13.414 14.344H9.225v14.25H3.087v-14.25H.164V9.282h2.923V6c0-2.344 1.17-6 6.235-6h4.579v4.875h-3.312c-.584 0-1.267.281-1.267 1.406v3h4.677Z%27 fill=%27%23fff%27/%3E%3C/svg%3E") center no-repeat;
        --vf-linkedin-icon: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Component 10 %E2%80%93 3%27 viewBox=%270 0 26.602 26.627%27%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath data-name=%27Rectangle 1792%27 fill=%27%23fff%27 d=%27M0 0h26.602v26.627H0z%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name=%27Component 10 %E2%80%93 1%27%3E%3Cpath data-name=%27Rectangle 1791%27 fill=%27%23fff%27 d=%27M.642 8.954h5.39v17.652H.642z%27/%3E%3Cg data-name=%27Group 1021%27%3E%3Cg data-name=%27Group 1020%27 clip-path=%27url%28%23a%29%27 fill=%27%23fff%27%3E%3Cpath data-name=%27Path 2147%27 d=%27M6.44 3.207A3.163 3.163 0 0 0 3.22 0 3.163 3.163 0 0 0 0 3.207a3.162 3.162 0 0 0 3.22 3.206 3.162 3.162 0 0 0 3.22-3.206%27/%3E%3Cpath data-name=%27Path 2148%27 d=%27M26.602 15.654c0-5.419-3.368-7.268-6.484-7.268a6.092 6.092 0 0 0-5.308 2.957h-.071V8.885H9.367v17.742h5.589v-9.619c0-2.565 1.625-3.812 3.282-3.812 1.568 0 2.783.882 2.783 3.741v9.69h5.585Z%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    }
    
    [class^="wp-container-"].alignfull {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: max(1rem, min(7vw, 140px));
  padding-left: max(1rem, min(7vw, 140px));
}
    
    @media (min-width: 640px) {

  [class^="wp-container-"].alignfull {
    max-width: 640px;
  }
}
    
    @media (min-width: 768px) {

  [class^="wp-container-"].alignfull {
    max-width: 768px;
  }
}
    
    @media (min-width: 1024px) {

  [class^="wp-container-"].alignfull {
    max-width: 1024px;
  }
}
    
    @media (min-width: 1280px) {

  [class^="wp-container-"].alignfull {
    max-width: 1280px;
  }
}
    
    @media (min-width: 1536px) {

  [class^="wp-container-"].alignfull {
    max-width: 1536px;
  }
}
    
    @media (min-width: 1920px) {

  [class^="wp-container-"].alignfull {
    max-width: 1920px;
  }
}
    
    [class^="wp-container-"].alignfull [class^="wp-container-"].alignfull {
        padding: 0;
    }

*, ::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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

::-webkit-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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: max(1rem, min(7vw, 140px));
  padding-left: max(1rem, min(7vw, 140px));
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-1\/2 {
  top: 50%;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-34 {
  height: calc(34rem / var(--vf-font-size-root));
}
.h-full {
  height: 100%;
}
.max-h-\[312px\] {
  max-height: 312px;
}
.w-full {
  width: 100%;
}
.w-\[clamp\(173px\2c 24vw\2c 469px\)\] {
  width: max(173px, min(24vw, 469px));
}
.w-34 {
  width: calc(34rem / var(--vf-font-size-root));
}
.min-w-\[126px\] {
  min-width: 126px;
}
.max-w-none {
  max-width: none;
}
.max-w-\[142px\] {
  max-width: 142px;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-\[46\%_21\%_33\%\] {
  grid-template-columns: 46% 21% 33%;
}
.grid-cols-\[40\%_60\%\] {
  grid-template-columns: 40% 60%;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-16 {
  gap: calc(16rem / var(--vf-font-size-root));
}
.gap-x-32 {
  -moz-column-gap: calc(32rem / var(--vf-font-size-root));
       column-gap: calc(32rem / var(--vf-font-size-root));
}
.gap-y-32 {
  row-gap: calc(32rem / var(--vf-font-size-root));
}
.gap-x-8 {
  -moz-column-gap: calc(8rem / var(--vf-font-size-root));
       column-gap: calc(8rem / var(--vf-font-size-root));
}
.gap-x-16 {
  -moz-column-gap: calc(16rem / var(--vf-font-size-root));
       column-gap: calc(16rem / var(--vf-font-size-root));
}
.gap-y-50 {
  row-gap: calc(50rem / var(--vf-font-size-root));
}
.gap-y-40 {
  row-gap: calc(40rem / var(--vf-font-size-root));
}
.gap-y-62 {
  row-gap: calc(62rem / var(--vf-font-size-root));
}
.gap-y-\[41px\] {
  row-gap: 41px;
}
.gap-y-24 {
  row-gap: calc(24rem / var(--vf-font-size-root));
}
.gap-x-52 {
  -moz-column-gap: calc(52rem / var(--vf-font-size-root));
       column-gap: calc(52rem / var(--vf-font-size-root));
}
.gap-y-16 {
  row-gap: calc(16rem / var(--vf-font-size-root));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-bl-\[80px\] {
  border-bottom-left-radius: 80px;
}
.border-t {
  border-top-width: 1px;
}
.border-white\/25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-white\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.p-\[24px_16px\] {
  padding: 24px 16px;
}
.px-20 {
  padding-left: calc(20rem / var(--vf-font-size-root));
  padding-right: calc(20rem / var(--vf-font-size-root));
}
.pb-50 {
  padding-bottom: calc(50rem / var(--vf-font-size-root));
}
.\!pr-0 {
  padding-right: 0px !important;
}
.pt-50 {
  padding-top: calc(50rem / var(--vf-font-size-root));
}
.pt-\[57px\] {
  padding-top: 57px;
}
.pb-80 {
  padding-bottom: calc(80rem / var(--vf-font-size-root));
}
.pt-38 {
  padding-top: calc(38rem / var(--vf-font-size-root));
}
.pt-\[127px\] {
  padding-top: 127px;
}
.pb-64 {
  padding-bottom: calc(64rem / var(--vf-font-size-root));
}
.pb-34 {
  padding-bottom: calc(34rem / var(--vf-font-size-root));
}
.pb-0 {
  padding-bottom: 0px;
}
.text-center {
  text-align: center;
}
.text-h1 {
  font-size: var(--vf-font-size-h1);
  line-height: var(--vf-line-height-h1);
}
.text-h4 {
  font-size: var(--vf-font-size-h4);
  line-height: var(--vf-line-height-h4);
}
.text-h3 {
  font-size: var(--vf-font-size-h3);
  line-height: var(--vf-line-height-h3);
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-h5 {
  font-size: var(--vf-font-size-h5);
  line-height: var(--vf-line-height-h5);
}
.text-h2 {
  font-size: var(--vf-font-size-h2);
  line-height: var(--vf-line-height-h2);
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[25px\] {
  font-size: 25px;
}
.font-bold {
  font-weight: 700;
}
.normal-case {
  text-transform: none;
}
.leading-\[1\.125\] {
  line-height: 1.125;
}
.leading-\[1\.178\] {
  line-height: 1.178;
}
.leading-\[0\.48\] {
  line-height: 0.48;
}
.leading-\[1\.4167\] {
  line-height: 1.4167;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.text-\[\#888B8D\] {
  --tw-text-opacity: 1;
  color: rgba(136, 139, 141, var(--tw-text-opacity));
}
.shadow-\[0px_3px_6px_rgba\(0\2c _0\2c _0\2c _0\.16\)\] {
  --tw-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 3px 6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.\[background\:var\(--vf-facebook-icon\)\!important\] {
  background: var(--vf-facebook-icon) !important;
}
.\[background\:var\(--vf-linkedin-icon\)\!important\] {
  background: var(--vf-linkedin-icon) !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[-12px\]::before {
  content: var(--tw-content);
  left: -12px;
}

.before\:top-\[7px\]::before {
  content: var(--tw-content);
  top: 7px;
}

.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:rounded-bl-\[80px\]::before {
  content: var(--tw-content);
  border-bottom-left-radius: 80px;
}

.before\:bg-\[linear-gradient\(217deg\2c _\#004B87_0\%\2c _\#006FDA_51\%\2c _\#0082FF_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(217deg, #004B87 0%, #006FDA 51%, #0082FF 100%);
}

.before\:font-bold::before {
  content: var(--tw-content);
  font-weight: 700;
}

.before\:text-\[\#005EB8\]::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgba(0, 94, 184, var(--tw-text-opacity));
}

.before\:content-\[\'\\u0022\'\]::before {
  --tw-content: '\u0022';
  content: var(--tw-content);
}

.before\:content-\[\'\"\'\]::before {
  --tw-content: '"';
  content: var(--tw-content);
}

.after\:font-bold::after {
  content: var(--tw-content);
  font-weight: 700;
}

.after\:text-\[\#005EB8\]::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgba(0, 94, 184, var(--tw-text-opacity));
}

.after\:content-\[\'\\u0022\'\]::after {
  --tw-content: '\u0022';
  content: var(--tw-content);
}

.after\:content-\[\'\"\'\]::after {
  --tw-content: '"';
  content: var(--tw-content);
}

@media (min-width: 768px) {

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

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

  .md\:grid {
    display: grid;
  }

  .md\:h-80 {
    height: calc(80rem / var(--vf-font-size-root));
  }

  .md\:max-h-fit {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .md\:w-80 {
    width: calc(80rem / var(--vf-font-size-root));
  }

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

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

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

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

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

  .md\:gap-y-\[113px\] {
    row-gap: 113px;
  }

  .md\:p-\[107px_88px_140px_90px\] {
    padding: 107px 88px 140px 90px;
  }

  .md\:px-40 {
    padding-left: calc(40rem / var(--vf-font-size-root));
    padding-right: calc(40rem / var(--vf-font-size-root));
  }

  .md\:pb-80 {
    padding-bottom: calc(80rem / var(--vf-font-size-root));
  }

  .md\:pb-50 {
    padding-bottom: calc(50rem / var(--vf-font-size-root));
  }

  .md\:pb-74 {
    padding-bottom: calc(74rem / var(--vf-font-size-root));
  }

  .md\:pt-100 {
    padding-top: calc(100rem / var(--vf-font-size-root));
  }

  .md\:pb-90 {
    padding-bottom: calc(90rem / var(--vf-font-size-root));
  }

  .md\:pb-76 {
    padding-bottom: calc(76rem / var(--vf-font-size-root));
  }

  .md\:pb-16 {
    padding-bottom: calc(16rem / var(--vf-font-size-root));
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:gap-x-\[150px\] {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:gap-y-\[222px\] {
    row-gap: 222px;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: calc(52rem / var(--vf-font-size-root));
         column-gap: calc(52rem / var(--vf-font-size-root));
  }

  .lg\:gap-x-26 {
    -moz-column-gap: calc(26rem / var(--vf-font-size-root));
         column-gap: calc(26rem / var(--vf-font-size-root));
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:pb-\[77px\] {
    padding-bottom: 77px;
  }

  .lg\:pb-80 {
    padding-bottom: calc(80rem / var(--vf-font-size-root));
  }

  .lg\:pt-80 {
    padding-top: calc(80rem / var(--vf-font-size-root));
  }

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

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

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

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

  .lg\:before\:left-\[-20px\]::before {
    content: var(--tw-content);
    left: -20px;
  }

  .lg\:before\:top-\[23px\]::before {
    content: var(--tw-content);
    top: 23px;
  }
}

@media (min-width: 1280px) {

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

  .xl\:p-\[107px_88px_140px_90px\] {
    padding: 107px 88px 140px 90px;
  }

  .xl\:pt-\[124px\] {
    padding-top: 124px;
  }
}

@media (min-width: 1536px) {

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

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

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }
}

.\[\&\>img\]\:relative>img {
  position: relative;
}

.\[\&\>img\]\:z-10>img {
  z-index: 10;
}

.\[\&\>img\]\:h-full>img {
  height: 100%;
}

.\[\&\>img\]\:w-full>img {
  width: 100%;
}

.\[\&\>img\]\:object-cover>img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>img\]\:object-center>img {
  -o-object-position: center;
     object-position: center;
}

.\[\&\>a\]\:underline>a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.\[\&\>div\>iframe\]\:h-\[891px\]>div>iframe {
  height: 891px;
}

.\[\&\>div\>iframe\]\:h-\[546px\]>div>iframe {
  height: 546px;
}

.\[\&\>div\>iframe\]\:w-full>div>iframe {
  width: 100%;
}

.\[\&_svg\]\:invisible svg {
  visibility: hidden;
}

.\[\&\>\.wp-block-navigation__container\]\:flex>.wp-block-navigation container {
  display: flex;
}

.\[\&\>\.wp-block-navigation__container\]\:flex-col>.wp-block-navigation container {
  flex-direction: column;
}

.\[\&\>\.wp-block-navigation__container\]\:items-center>.wp-block-navigation container {
  align-items: center;
}

.\[\&\>\.wp-block-navigation__container\]\:gap-x-30>.wp-block-navigation container {
  -moz-column-gap: calc(30rem / var(--vf-font-size-root));
       column-gap: calc(30rem / var(--vf-font-size-root));
}

@media (min-width: 768px) {

  .\[\&\>\.wp-block-navigation__container\]\:md\:flex-row>.wp-block-navigation container {
    flex-direction: row;
  }
}

.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}
